]> git.xonotic.org Git - xonotic/darkplaces.git/history - r_shadow.h
Merge branch 'Mario/dpk_support' of gitlab.com:xonotic/darkplaces
[xonotic/darkplaces.git] / r_shadow.h
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-09-17 cloudwalkRename qboolean to qbool
2020-01-18 havocSplit out TaskQueue into its own taskqueue.[ch] module...
2020-01-17 havocOverhauled r_shadow_bouncegrid, it performs much faster...
2020-01-15 havocRemoved r_shadow_bouncegrid_bounceanglediffuse function...
2020-01-15 havocOverhauled bouncegrid light splatting for performance...
2018-05-20 havocRemove unused light attention textures (2D and 3D)...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-04-13 havocFix some viewport issues with r_viewfbo and r_bloom...
2018-04-09 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2016-11-29 havocRewrote bouncegrid path splatting, it now has a cone...
2016-11-28 havocFix severe bugs in mul128 implementation which was...
2016-11-27 havocSignificant rework of bouncegrid photon distribution...
2016-11-27 havocChanged bouncegrid to use its own buffers (Mem_Alloc...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-09-11 havocOverhauled shadowmap rendering to use an atlas texture...
2016-08-28 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2016-08-27 havocimplemented r_shadow_bouncegrid_blur, this tremendously...
2016-08-27 havocRefactored r_shadow_bouncegrid light splatting code...
2016-08-27 havocRefactored r_shadow_bouncegrid code into several functi...
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2011-10-18 divverentmove these declarations to where they belong
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-03-24 vortexAdd R_LightPoint which is fast version of R_CompleteLig...
2011-03-14 havocadded r_shadow_bouncegrid_directionalshading cvar,...
2011-02-23 havocadded r_shadow_bouncegrid cvar, this feature does realt...
2010-11-20 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-02-05 eihrultry to cache fewer animations for entities when r_shado...
2010-02-04 eihrulwhen r_shadow_shadowmapping is enabled, r_shadows uses...
2010-01-27 havocimplemented fake reflection cubemaps... requires that...
2009-12-24 havocrenamed a parameter, removed some unused cvars
2009-12-24 havocremoved r_shadow_culltriangles - the only useful part...
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-13 havocadded R_FrameData_Alloc and Store functions (a per...
2009-10-06 eihrulimproved shadowmap side culling
2009-10-04 vortex-added game Blood Omnicide
2009-10-03 eihrulcompile separate index lists for each cubemap shadowmap...
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-02-16 havocimplemented zpass shadowing, not used yet
2009-02-12 havocimplemented occlusion query support on corona rendering...
2008-09-11 divverentadd r_shadow_glossexact to toggle between old and new...
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-04-10 havocimplemented uint16 element array support, and use of...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-05-24 havoceliminated rsurface.model, so there is now no dependenc...
2007-05-20 havocremoved r_shadow_realtime_world_dlightshadows cvar...
2007-05-20 havocrenamed r_shadow_shadow_polygon* cvars to r_shadow_polygon*
2007-04-07 havocadded clearstencil parameter to R_Shadow_RenderMode_Ste...
2007-04-04 havocimplemented vbo rendering of map, models, and compiled...
2007-03-08 havocimplemented shadow caster culling by creating a frustum...
2007-03-01 havocimplemented r_shadow_culltriangles cvar (on by default...
2007-02-22 havocadded r_shadow_lightradiusscale cvar (similar to r_shad...
2007-02-09 havocadded back portal culling to rtlights because svbsp...
2007-02-08 havocremoved CL_UpdateEntities call in CSQC rendering code
2007-02-03 havocadded r_shadow_frontsidecasting cvar (default 1), this...
2007-01-28 havocimplemented Shadow Volume BSP based culling of lit...
2007-01-21 havocreorganized view rendering setup code a bit to reduce...
2006-12-31 havocadded r_shadow_glossexponent cvar to control specular...
2006-12-30 havocadded r_shadows cvar which renders Quake3 cg_shadows...
2006-05-01 havocoptimized rtlighting passes by using RSurf_DrawBatch_Si...
2006-04-20 havocsignificant surface renderer optimizations
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-02-22 havocchanged behavior of r_showtris (now only affects geomet...
2005-12-27 havocreworked rtlighting code to handle transparent water...
2005-10-24 havocmoved d_lightstylevalue into r_refdef.lightstyle
2005-09-07 havocmigrated surface list iteration into the RenderLighting...
2005-09-07 havocsplit model->DrawShadowVolume into CompileShadowVolume...
2005-09-07 havocremoved r_shadow_realtime_world_compilelight cvar and...
2005-09-07 havocmigrated a lot of error handling out of R_Shadow_Render...
2005-05-08 havocadded rmesh_t and R_Mesh_AddVertex3f, R_Mesh_AddPolygon...
2005-05-03 havoccleaned up portions of rtlighting system, allowing...
2005-04-20 havocreimplemented rtlight portal culling (used for compiled...
2005-04-20 havocr_shadow_staticworldlights has mutated into r_shadow_re...
2005-04-15 havocchanged R_Shadow_RenderLighting to do full base+pants...
2005-04-04 havocoptimized surface rendering to surface->groupmesh-...
2005-03-09 havocslight code reduction to DrawShadowVolume functions
2004-11-14 havocupgraded rtlights format to have separate ambient,...
2004-09-30 havocsped up nexuiz rtlights benchmark by 4% by optimizing...
2004-08-23 havocmerged R_Shadow_Stage_LightWithShadows and R_Shadow_Sta...
2004-05-21 havocTomaz renamed r_shadow_polygon* cvars to r_shadow_shado...
2004-04-16 havocrenamed r_shadow_worldshadows to r_shadow_realtime_worl...
2004-03-17 havocbsp model shadows are now enlarged by r_shadow_projectd...
2004-03-13 havocmerged static and dynamic rtlight handling almost entir...
2004-03-02 havoctemporarily disabled compiled rtlights (they'll make...
2004-03-01 havoccleaned up rtlight handling, merging most code between...
2004-02-22 havocfixed GL_Scissor call in rtlight code (apparently I...
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-18 havocadded gl_lightmaps cvar (for looking at the raw lightma...
2004-02-06 havocrenamed r_shadow_shadows to r_shadow_dlightshadows...
2003-11-05 havocadded r_shadow_showtris
2003-10-07 havoccd audio now tied to sound system
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-07-01 havocredesigned how the renderer handles much of it's state...
2003-05-26 havocfixed realtime lighting bugs with gl_mesh_batching...
2003-04-07 havocsplit r_shadow_realtime into r_shadow_realtime_world...
next