]> git.xonotic.org Git - xonotic/darkplaces.git/history - r_shadow.c
Merge remote branch 'origin/master' into akari/irc
[xonotic/darkplaces.git] / r_shadow.c
2011-08-20 SamualMerge remote branch 'origin/master' into akari/irc akari/irc
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-31 vortexr_glsl_deluxemapping 2 support for vertexlit surfaces...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-13 havocadded a FIXME comment - R_CompleteLightPoint should...
2011-06-23 havocmore rework of r_shadow_bouncegrid, now dynamic mode...
2011-06-23 havocadded r_shadow_bouncegrid 2 which disables rtlights...
2011-06-08 divverentuse subtractive blend equation to support negative...
2011-06-08 havocreworked use of alphatest - now only GL11/GL13/GLES1...
2011-05-29 havocadded r_trippy cvar
2011-05-11 vortexOpenGL 2.0 path: Make handling of Alpha-To-Coverage...
2011-05-09 vortexMove Alpha-To-Coverage stuff to gl_backend.c, fix bug...
2011-04-26 AkariMerge branch 'master' into akari/irc
2011-04-23 vortexR_LightPoint: fix glitch. Add checking for worldmodel...
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-15 AkariMerge branch 'master' into akari/irc
2011-04-12 havocfix a typo
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-09 havoccorrect a cvar comment now that directional shading...
2011-04-09 havocredesigned r_shadow_bouncegrid_static_directionalshadin...
2011-03-31 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-29 havocr_shadow_deferred now checks for r_shadow_gloss 0 and...
2011-03-29 AkariMerge branch 'master' into akari/irc
2011-03-28 havocr_shadow_bouncegrid_particleintensity changed from...
2011-03-28 havocrestore the active rtlights check in bouncegrid
2011-03-28 havocremove check for active rtlights in bouncegrid because...
2011-03-28 havocbetter detection of active rtlights in bouncegrid code
2011-03-28 havocdo not use light scissoring on deferred lighting mode...
2011-03-28 havocdisallow r_shadow_bouncegrid on renderpaths that do...
2011-03-28 havocadded r_shadow_bouncegrid_static cvar which makes a...
2011-03-24 vortexAdd R_LightPoint which is fast version of R_CompleteLig...
2011-03-19 vortexAdd "originscale" parameter to r_editlights (may be...
2011-03-17 havocchange default r_shadow_deferred_8bitrange to 4 to...
2011-03-14 havocadded r_shadow_bouncegrid_directionalshading cvar,...
2011-03-13 havocr_shadow_bouncegrid now uses floats for accumulating...
2011-03-11 havoccache collision trace results from frame to frame
2011-03-03 havocbouncegrid now uses interpolated photon accumulation...
2011-03-03 havocreplaced r_shadow_bouncegrid_particlespacing with
2011-03-02 havocmake r_shadow_shadowmapping 1 by default, this loses...
2011-03-01 havocq1bsp traceline code now hits surfaces, this comes...
2011-03-01 havocremoved r_shadow_particletrace code and shader because...
2011-03-01 havocfix two typos (one a compile error, one a code error)
2011-03-01 havocbouncegrid particles now scale by 0.5 if texture is...
2011-03-01 havocbouncegrid now uses high precision 48bpp accumulation...
2011-02-28 havoconly update r_shadow_bouncegridmatrix when a texture...
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-24 havocfix two compile errors on D3D9
2011-02-24 havocuse dynamic eye position-centered bouncegrid when rende...
2011-02-23 havocadded r_shadow_bouncegrid cvar, this feature does realt...
2011-02-21 havocimplemented r_shadow_particletrace cvar which enables...
2011-02-11 havocadded iris adaptation experiment
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-31 havocenable mod_bsp_portalize by default
2011-01-29 divverentSquashed commit of the following:
2011-01-23 havocfix several conversion warnings
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-22 havocfix a major performance issue with the GL11/GL13 path...
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2011-01-18 havocfix a major performance issue with the GL11/GL13 path...
2011-01-14 havocadded r_enableshadowvolumes cvar, this defaults to...
2011-01-14 havocadded r_enableshadowvolumes cvar, this defaults to...
2010-11-24 havocrefactored and optimized the R_Q1BSP_RecursiveGetLightI...
2010-11-22 havocrefactored and optimized the R_Q1BSP_RecursiveGetLightI...
2010-11-21 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-11-20 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-11-19 havocilluminated surfaces are now sorted by texture, giving...
2010-11-14 havocilluminated surfaces are now sorted by texture, giving...
2010-11-04 vortexR_CompleteLightPoint: more correct sampling
2010-10-30 vortexR_CompleteLightPoint: more correct sampling
2010-10-18 vortexfix a crash in R_CompleteLightPoint during rtworld...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-10-18 vortexfix a crash in R_CompleteLightPoint during rtworld...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-10-13 divverenthope the scissor code is fine now
2010-10-13 vortexbring old R_Shadow_ScissorForBBox code (new code still...
2010-10-13 divverenthope the scissor code is fine now
2010-10-13 vortexbring old R_Shadow_ScissorForBBox code (new code still...
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = glScissor, 2 = glSci...
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = glScissor, 2 = glSci...
2010-10-13 divverentI have no idea why, but R_Viewport_TransformToScreen...
2010-10-10 divverentI have no idea why, but R_Viewport_TransformToScreen...
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 tomaz tomaz@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 tomaz tomaz@d7cf86... UNMERGE
2010-09-24 tomaz tomaz@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-09-22 havocfix a compile error and some warnings
next