]> git.xonotic.org Git - xonotic/darkplaces.git/history - gl_draw.c
Fix infinite loop that occurred in R_FrameData_Alloc if requesting > 256MB (which...
[xonotic/darkplaces.git] / gl_draw.c
2013-07-22 havocfix an unused variable warning with USE_GLES2
2013-07-17 havocfix an unused variable warning with USE_GLES2
2013-02-25 havocchanged r_refdef.stats struct to be an array indexed...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2012-09-18 vortexNew cvar scr_loadingscreen_picture to customize loading...
2012-09-01 vortexNew cvar scr_loadingscreen_picture to customize loading...
2012-04-19 divverentremove some more dead code
2012-04-19 divverentremove some more dead code
2012-03-13 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-02-20 divverentfix broken use of + and | in drawflags
2012-02-20 divverentfix broken use of + and | in drawflags
2012-02-20 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-18 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-11 havocadded cvars r_nearest_2d and r_nearest_conchars which...
2012-02-04 havocadded cvars r_nearest_2d and r_nearest_conchars which...
2012-01-26 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-26 divverentRevert "don't compare texflags in Draw_CachePic_Flags...
2012-01-26 divverentdon't compare texflags in Draw_CachePic_Flags simply...
2012-01-24 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-24 divverentRevert "don't compare texflags in Draw_CachePic_Flags...
2012-01-24 divverentdon't compare texflags in Draw_CachePic_Flags simply...
2012-01-24 divverentadd a (yet unused) CACHEPICFLAG_MIPMAP
2012-01-24 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-24 divverentRevert "don't compare texflags in Draw_CachePic_Flags...
2012-01-24 divverentdon't compare texflags in Draw_CachePic_Flags simply...
2012-01-24 divverentadd a (yet unused) CACHEPICFLAG_MIPMAP
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentsync _DrawQ_Setup to R_ResetViewRendering2D (they match...
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentsync _DrawQ_Setup to R_ResetViewRendering2D (they match...
2011-10-31 divverentframegroups: add support for group names specified...
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-21 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-20 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-18 havocfix motionblur with r_viewfbo 2 or 3
2011-10-18 havocoverhauling a lot of functions to allow fbo rendering
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-08-29 divverentfix cachepic handling with respect to r_restart and...
2011-08-27 divverentfix cachepic handling with respect to r_restart and...
2011-08-14 havocfix a pile of issues with calling conventions on GLES2...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-31 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-06-26 havocfixed gfx/menuplyr handling - Draw_NewPic now flags...
2011-06-24 havocfixed gfx/menuplyr handling - Draw_NewPic now flags...
2011-06-08 divverentuse subtractive blend equation to support negative...
2011-06-08 divverentuse subtractive blend equation to support negative...
2011-05-29 havocadded r_trippy cvar
2011-05-29 havocadded r_trippy cvar
2011-05-09 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-04 havocfix loading of quake lmp/wad textures
2011-05-04 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 havocfix loading of quake lmp/wad textures
2011-05-03 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 havocdon't upload the same ft2 font texture more than once
2011-05-03 havocdon't upload the same ft2 font texture more than once
2011-04-19 havocadded RENDERPATH_GLES1
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-03 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-31 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-07 Rudolf Polzer::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff...
2011-03-06 havocfix drawclipsetarea in D3D9, this fixes the minimap...
2011-02-23 havocadded r_shadow_bouncegrid cvar, this feature does realt...
2011-02-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-09 havocGL20 path now uses same shader as GLES2 (albeit with...
2011-02-07 havocadded RENDERPATH_GLES2
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-14 vortexdrawcolorcodedstring: support full 6 parms (added start...
2011-01-07 vortexdrawcolorcodedstring: support full 6 parms (added start...
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-11-13 havocrender shownetgraph much faster by drawing an entire...
2010-10-29 divverentI suppose 0xE000 is a valid fontmap char... so render...
2010-10-29 divverentfix one issue with textshadow moving oddly around in...
2010-10-29 divverentI suppose 0xE000 is a valid fontmap char... so render...
2010-10-29 divverentfix one issue with textshadow moving oddly around in...
2010-10-22 vortexFix nasty bug with dp_fonts structure expanding, once...
2010-10-22 vortexFix nasty bug with dp_fonts structure expanding, once...
2010-09-26 divverentfix autoload semantics of drawpics
2010-09-26 divverentfix autoload semantics of drawpics
2010-09-25 divverentloadfont now prints a warning if it gets more than...
2010-09-25 divverentloadfont now prints a warning if it gets more than...
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-08-24 havocdon't use TEXF_ALLOWUPDATES on fully-updated textures...
2010-08-23 havocdon't use TEXF_ALLOWUPDATES on fully-updated textures...
2010-08-20 divverentDraw_CachePic_Flags: ignore TEXF_COMPRESS when comparin...
2010-08-20 divverentrecalc the 2D view if changing view parameters with...
2010-08-19 divverentrecalc the 2D view if changing view parameters with...
2010-08-19 divverentDraw_CachePic_Flags: ignore TEXF_COMPRESS when comparin...
next