2020-10-02 |
cloudwalk | Remove unneeded #includes in some headers. Make some... |
blob | commitdiff | raw |
2020-09-17 |
cloudwalk | Rename qboolean to qbool |
blob | commitdiff | raw | diff to current |
2020-01-18 |
havoc | Split out TaskQueue into its own taskqueue.[ch] module... |
blob | commitdiff | raw | diff to current |
2020-01-17 |
havoc | Overhauled r_shadow_bouncegrid, it performs much faster... |
blob | commitdiff | raw | diff to current |
2020-01-15 |
havoc | Removed r_shadow_bouncegrid_bounceanglediffuse function... |
blob | commitdiff | raw | diff to current |
2020-01-15 |
havoc | Overhauled bouncegrid light splatting for performance... |
blob | commitdiff | raw | diff to current |
2018-05-20 |
havoc | Remove unused light attention textures (2D and 3D)... |
blob | commitdiff | raw | diff to current |
2018-05-02 |
havoc | Remove shadowvolume rendering entirely, now shadowmaps... |
blob | commitdiff | raw | diff to current |
2018-04-13 |
havoc | Fix some viewport issues with r_viewfbo and r_bloom... |
blob | commitdiff | raw | diff to current |
2018-04-09 |
havoc | Refactored R_UpdateEntityLighting to CL_UpdateEntitySha... |
blob | commitdiff | raw | diff to current |
2016-11-29 |
havoc | Rewrote bouncegrid path splatting, it now has a cone... |
blob | commitdiff | raw | diff to current |
2016-11-28 |
havoc | Fix severe bugs in mul128 implementation which was... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Significant rework of bouncegrid photon distribution... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Changed bouncegrid to use its own buffers (Mem_Alloc... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Rollback last change which was meant to be many smaller... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Added developer_memorylargerthanmb cvar which dprints... |
blob | commitdiff | raw | diff to current |
2016-09-11 |
havoc | Overhauled shadowmap rendering to use an atlas texture... |
blob | commitdiff | raw | diff to current |
2016-08-28 |
havoc | Added r_shadow_bouncegrid_lightpathsize which is an... |
blob | commitdiff | raw | diff to current |
2016-08-27 |
havoc | implemented r_shadow_bouncegrid_blur, this tremendously... |
blob | commitdiff | raw | diff to current |
2016-08-27 |
havoc | Refactored r_shadow_bouncegrid light splatting code... |
blob | commitdiff | raw | diff to current |
2016-08-27 |
havoc | Refactored r_shadow_bouncegrid code into several functi... |
blob | commitdiff | raw | diff to current |
2012-04-04 |
havoc | added PRVM_64 define which upgrades the QC VM to double... |
blob | commitdiff | raw | diff to current |
2011-10-18 |
divverent | move these declarations to where they belong |
blob | commitdiff | raw | diff to current |
2011-10-16 |
havoc | overhauling a lot of functions to allow fbo rendering |
blob | commitdiff | raw | diff to current |
2011-03-24 |
vortex | Add R_LightPoint which is fast version of R_CompleteLig... |
blob | commitdiff | raw | diff to current |
2011-03-14 |
havoc | added r_shadow_bouncegrid_directionalshading cvar,... |
blob | commitdiff | raw | diff to current |
2011-02-23 |
havoc | added r_shadow_bouncegrid cvar, this feature does realt... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
vortex | CL_VM_GetLight: allow 2'nd optional parm which sets... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
vortex | R_CompleteLightPoint bugfixed, dynamic lights actually... |
blob | commitdiff | raw | diff to current |
2010-05-01 |
havoc | overhauled vertex formats, now supports 100% interleave... |
blob | commitdiff | raw | diff to current |
2010-02-05 |
eihrul | try to cache fewer animations for entities when r_shado... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
eihrul | when r_shadow_shadowmapping is enabled, r_shadows uses... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
havoc | implemented fake reflection cubemaps... requires that... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | renamed a parameter, removed some unused cvars |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | removed r_shadow_culltriangles - the only useful part... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
havoc | the beginnings of a cgGL rendering path experiment... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
havoc | implemented deferred rendering (r_shadow_deferred cvar... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
havoc | added R_FrameData_Alloc and Store functions (a per... |
blob | commitdiff | raw | diff to current |
2009-10-06 |
eihrul | improved shadowmap side culling |
blob | commitdiff | raw | diff to current |
2009-10-04 |
vortex | -added game Blood Omnicide |
blob | commitdiff | raw | diff to current |
2009-10-03 |
eihrul | compile separate index lists for each cubemap shadowmap... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
havoc | implemented omnidirectional shadowmapping using depth... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
havoc | fix errors and warnings in MSVC when compiling as C++ |
blob | commitdiff | raw | diff to current |
2009-02-16 |
havoc | implemented zpass shadowing, not used yet |
blob | commitdiff | raw | diff to current |
2009-02-12 |
havoc | implemented occlusion query support on corona rendering... |
blob | commitdiff | raw | diff to current |
2008-09-11 |
divverent | add r_shadow_glossexact to toggle between old and new... |
blob | commitdiff | raw | diff to current |
2008-06-01 |
divverent | some const fixes and type fixes found by gcc -combine |
blob | commitdiff | raw | diff to current |
2008-04-10 |
havoc | implemented uint16 element array support, and use of... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
havoc | the light has been defeated by the shadow (r_light... |
blob | commitdiff | raw | diff to current |
2007-05-24 |
havoc | eliminated rsurface.model, so there is now no dependenc... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
havoc | removed r_shadow_realtime_world_dlightshadows cvar... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
havoc | renamed r_shadow_shadow_polygon* cvars to r_shadow_polygon* |
blob | commitdiff | raw | diff to current |
2007-04-07 |
havoc | added clearstencil parameter to R_Shadow_RenderMode_Ste... |
blob | commitdiff | raw | diff to current |
2007-04-04 |
havoc | implemented vbo rendering of map, models, and compiled... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
havoc | implemented shadow caster culling by creating a frustum... |
blob | commitdiff | raw | diff to current |
2007-03-01 |
havoc | implemented r_shadow_culltriangles cvar (on by default... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
havoc | added r_shadow_lightradiusscale cvar (similar to r_shad... |
blob | commitdiff | raw | diff to current |
2007-02-09 |
havoc | added back portal culling to rtlights because svbsp... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
havoc | removed CL_UpdateEntities call in CSQC rendering code |
blob | commitdiff | raw | diff to current |
2007-02-03 |
havoc | added r_shadow_frontsidecasting cvar (default 1), this... |
blob | commitdiff | raw | diff to current |
2007-01-28 |
havoc | implemented Shadow Volume BSP based culling of lit... |
blob | commitdiff | raw | diff to current |
2007-01-21 |
havoc | reorganized view rendering setup code a bit to reduce... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
havoc | added r_shadow_glossexponent cvar to control specular... |
blob | commitdiff | raw | diff to current |
2006-12-30 |
havoc | added r_shadows cvar which renders Quake3 cg_shadows... |
blob | commitdiff | raw | diff to current |
2006-05-01 |
havoc | optimized rtlighting passes by using RSurf_DrawBatch_Si... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
havoc | significant surface renderer optimizations |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | renamed varray_ arrays to rsurface_array_, and they... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
havoc | changed behavior of r_showtris (now only affects geomet... |
blob | commitdiff | raw | diff to current |
2005-12-27 |
havoc | reworked rtlighting code to handle transparent water... |
blob | commitdiff | raw | diff to current |
2005-10-24 |
havoc | moved d_lightstylevalue into r_refdef.lightstyle |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | migrated surface list iteration into the RenderLighting... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | split model->DrawShadowVolume into CompileShadowVolume... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | removed r_shadow_realtime_world_compilelight cvar and... |
blob | commitdiff | raw | diff to current |
2005-09-07 |
havoc | migrated a lot of error handling out of R_Shadow_Render... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
havoc | added rmesh_t and R_Mesh_AddVertex3f, R_Mesh_AddPolygon... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
havoc | cleaned up portions of rtlighting system, allowing... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
havoc | reimplemented rtlight portal culling (used for compiled... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
havoc | r_shadow_staticworldlights has mutated into r_shadow_re... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
havoc | changed R_Shadow_RenderLighting to do full base+pants... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
havoc | optimized surface rendering to surface->groupmesh-... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | slight code reduction to DrawShadowVolume functions |
blob | commitdiff | raw | diff to current |
2004-11-14 |
havoc | upgraded rtlights format to have separate ambient,... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
havoc | sped up nexuiz rtlights benchmark by 4% by optimizing... |
blob | commitdiff | raw | diff to current |
2004-08-23 |
havoc | merged R_Shadow_Stage_LightWithShadows and R_Shadow_Sta... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
havoc | Tomaz renamed r_shadow_polygon* cvars to r_shadow_shado... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
havoc | renamed r_shadow_worldshadows to r_shadow_realtime_worl... |
blob | commitdiff | raw | diff to current |
2004-03-17 |
havoc | bsp model shadows are now enlarged by r_shadow_projectd... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
havoc | merged static and dynamic rtlight handling almost entir... |
blob | commitdiff | raw | diff to current |
2004-03-02 |
havoc | temporarily disabled compiled rtlights (they'll make... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
havoc | cleaned up rtlight handling, merging most code between... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
havoc | fixed GL_Scissor call in rtlight code (apparently I... |
blob | commitdiff | raw | diff to current |
2004-02-21 |
havoc | moved light matrix generation out of the render code... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
havoc | added gl_lightmaps cvar (for looking at the raw lightma... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
havoc | renamed r_shadow_shadows to r_shadow_dlightshadows... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
havoc | added r_shadow_showtris |
blob | commitdiff | raw | diff to current |
2003-10-07 |
havoc | cd audio now tied to sound system |
blob | commitdiff | raw | diff to current |
2003-08-13 |
havoc | no time to explain, more changes on the path to q3bsp... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
havoc | redesigned how the renderer handles much of it's state... |
blob | commitdiff | raw | diff to current |
2003-05-26 |
havoc | fixed realtime lighting bugs with gl_mesh_batching... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
havoc | split r_shadow_realtime into r_shadow_realtime_world... |
blob | commitdiff | raw | diff to current |
next |