]> icculus.org git repositories - divverent/darkplaces.git/history - gl_backend.c
added a check for level changes which blocks prediction for 100ms at the beginning...
[divverent/darkplaces.git] / gl_backend.c
2007-01-24 havocsome cleanup of shader permutation handling
2007-01-23 havocfix bug in GL_CullFace which was causing it to often...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-30 havocadded a missing const modifier
2006-12-22 havocraised MAX_TEXTUREUNITS from 16 to 64
2006-11-23 havoccleaned up GL_DepthTest and GL_CULL_FACE state manageme...
2006-11-06 havocmore cleaning of matrix4x4_t struct access
2006-11-06 havoccleaned up almost all direct indexing of matrix4x4_t...
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-20 havocadded GL_AlphaTest function to enable/disable GL_ALPHA_TEST
2006-04-18 havocreset a bit more state each frame
2006-04-16 havoceliminated rmeshstate_t .pointer_vertex and .pointer_co...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-31 havocprint out the contents of the GLSL shader when it is...
2006-03-26 havoceliminated the hacky r_showtris code, now r_glsl 1...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-03-21 havocremoved the USETEXMATRIX define (now always on), reduce...
2006-03-21 havocremoved unused R_Mesh_CacheArray stuff
2006-03-21 havocmoved SCR_UpdateScreen and SCR_DrawScreen code to cl_sc...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-03-04 havocoptimizations and refactoring to get a small (1-2%...
2006-02-22 havocchanged behavior of r_showtris (now only affects geomet...
2006-02-01 havocadded description string to all cvars and commands
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-01 havochide GLSL compile warnings when developer is 0
2005-11-30 havocvideo modes in menu now also set vid_pixelheight and...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-29 havocconverted vertex fogging to use a fogtable array which...
2005-10-23 havocrewrote r_speeds stats code, now uses renderstats globa...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-05-18 havocfixed r_showtris bug (individual state changes were...
2005-05-14 havocgl_combine cvar is no longer saved
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havoccorrected envmap saving for ft/rt/bk/lf/up/dn layout...
2005-05-04 havocremoved .lmp suffix from a number of DrawQ_Pic calls...
2005-05-03 havocadded code for enabling GL_LINE_SMOOTH (antialiased...
2005-04-18 havocnow clears view to fog color if fog is enabled, this...
2005-04-14 black-Added the parameter 'persistent'(naming?) to Draw_Cach...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-31 havocfix incompatible types warnings (and change pointer_...
2005-03-30 havocchanged array pointer state to const float * instead...
2005-03-28 havocadded a firstvertex parameter to R_Mesh_DrawMesh
2005-03-28 havocremoved an unneeded CHECKGLERROR
2005-03-21 havocfixed two more signed/unsigned mismatches
2005-03-21 havocfix a bug in R_Mesh_Finish introduced by the unsigned...
2005-03-21 havocfix two runaway loops caused by unsigned int i
2005-03-21 havocmore unsigned (i/j/size variables)
2005-03-21 havocless unsigned
2005-03-21 havocmore unsigned
2005-03-21 havocchanged ActiveTexture and ClientActiveTexture to take...
2005-03-21 havocchanged a few things to unsigned
2005-03-21 havocadded R_Mesh_ functions for setting individual parts...
2005-01-26 havocfixed fov calculations so viewzoom isn't so weird anymo...
2005-01-26 havocfix a stupid reverse bug (was using ! where I shouldn't)
2005-01-26 havocdisable shader permutations that fell back to software...
2005-01-23 havocrearchitected renderer backend to have support for...
2005-01-13 havocremove a silly scr_conlines check
2004-12-18 havocadded Bloom effect (r_bloom* cvars)
2004-12-03 havocsome renderer/client separation cleanup, migrated some...
2004-12-01 havocimplemented scr_screenshot_gamma in screenshot saving...
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-11-26 havocredesigned drawing of loading plaque, it's now a separa...
2004-10-13 havocthanks much to Moz for fixing the r_stereo_separation...
2004-09-26 havocminor cleanup - merged R_UpdateWorld into other places
2004-09-20 havocadded PXQ_GFX_LETTERBOX extension
2004-09-03 havocadded varray_svector3f, varray_tvector3f, and varray_no...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-22 tomazChanged 360. to 360.0
2004-08-07 havocfixed r_showtris
2004-08-06 havocrearranged SCR_UpdateScreen, now puts 2D graphics in...
2004-08-05 havocthis patch adds a number of stereo viewing modes (shutt...
2004-07-26 havocremoved gl_delayfinish cvar as it's now a speed loss...
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-05-21 havocTomaz implemented the vid_pixelaspect patch provided...
2004-05-20 havocGL_TransformToScreen now properly calculates out[2...
2004-05-20 havocTomaz made cl_avidemo screenshot saving use no mallocs
2004-05-20 havocTomaz optimized the cl_avidemo mode by making it keep...
2004-05-15 havocTomaz fixed the envmap command; it was saving black...
2004-05-13 havocTomaz's gl_polyblend patch to control intensity of...
2004-05-12 havocTomaz's patch for r_waterwarp with controllable intensity
2004-03-22 havocfixed two warnings on glGetDoublev calls
2004-03-22 havocfix scissoring bugs with r_shadow_realtime_dlight ...
2004-03-16 havocoptimized away most texmatrix comparisons (now checks...
2004-03-15 havocoptimized R_Mesh_State to only update most settings...
2004-03-15 havoc3d texcoords now must use rmeshstate_t.pointer_texcoord...
2004-03-13 havocadded texmatrix[] to rmeshstate_t and removed R_Mesh_Te...
2004-03-10 havocnow calls GL_LockArrays manually around each R_Mesh_Dra...
2004-03-10 havocmerged CL_ColorPointer into R_Mesh_State
2004-03-10 havocR_Mesh_State_Texture and GL_VertexPointer merge once...
2004-03-10 havocGL_Color no longer interacts with GL_ColorPointer ...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-04 molivierRemoved a few warnings in MSVC6
next