]> icculus.org git repositories - divverent/darkplaces.git/history - gl_backend.c
Fixed a bug in the r_shadow light entity parser which caused it to not read in
[divverent/darkplaces.git] / gl_backend.c
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
2004-03-04 havocr_showtris is now a float cvar which controls intensity...
2004-03-03 havocmade r_showtris transparent (quite faint actually)...
2004-03-03 havocadded r_showtris
2004-03-01 havocmore cleanups of R_RenderScene (now r_view_ variables...
2004-02-21 havoccleaned up R_RenderView setup code a bit, and shuffled...
2004-02-20 havocpossible improvement to infinite perspective matrix...
2003-12-07 blackAdded qc fs search functions, so the qcs can easily...
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2003-11-11 havocq1bsp lightmaps are now always rendered at 2x overbrigh...
2003-11-05 havocadded R_Mesh_Draw_ShowTris function which draws a trian...
2003-10-25 blackAdded a new builin function (callfunction)
2003-10-21 blackI hope this fixes some warnings
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-08-24 havocthe quadratic spline patches in quake3 maps now work...
2003-07-11 havocadded a note about another kind of terrain strip and...
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-07-01 havocredesigned how the renderer handles much of it's state...
2003-05-26 havocvertex pointers are now const
2003-05-26 havocadded R_ScrollTexCoord2f (copies while texture coordina...
2003-05-26 havocfixed realtime lighting bugs with gl_mesh_batching...
2003-05-25 havocfixed a severe bug with pointer_color state tracking...
2003-05-24 havocdisabled various testing code in R_Mesh_CacheArray
2003-05-23 havocadded R_Mesh_CacheArray (not yet used by anything,...
2003-05-23 havocadded gl_mesh_batching (default on) which merges severa...
2003-04-26 havocincreased default gl_mesh_maxverts to 65536, and also...
2003-04-03 molivierAdded support for JPEG screenshots. You can toggle...
2003-03-15 havocvarray_* rewritten to remove padding (varray_vertex3f...
2003-03-09 havocVic informed me of the AGP settings (0-0.25, 0-0.25...
2003-03-09 havocGL_NV_vertex_array_range support added, but disabled...
2003-03-09 havocchanged R_Mesh_ system (again), now uses R_Mesh_GetSpac...
2003-03-07 havocadded gl_delayfinish cvar (default off, used to always...
2003-02-28 havocfix improper handling of overbright pixels when saving...
2002-12-11 havocI guess those glLoadIdentity calls were more important...
2002-12-09 havocremoved glLoadIdentity calls (they were all useless...
2002-11-16 havocmerged GL_DrawRangeElements into R_Mesh_Draw for a...
2002-11-04 havocnow clears stencil to 128 instead of 0, this avoids...
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
next