2007-04-07 |
havoc | added clearstencil parameter to R_Shadow_RenderMode_Ste... |
blob | commitdiff | raw |
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 |
2003-03-09 |
havoc | changed R_Mesh_ system (again), now uses R_Mesh_GetSpac... |
blob | commitdiff | raw | diff to current |
2003-02-28 |
havoc | lights now have an orientation (this isn't editable... |
blob | commitdiff | raw | diff to current |
2003-01-27 |
havoc | lightning beams have been replaced with a polygon effec... |
blob | commitdiff | raw | diff to current |
2002-12-22 |
havoc | unified model skinframe loaders used for mdl, md2,... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
havoc | removed use of 3D textures |
blob | commitdiff | raw | diff to current |
2002-11-04 |
havoc | now clears stencil to 128 instead of 0, this avoids... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
havoc | implemented scissor rect clipping of lights in realtime... |
blob | commitdiff | raw | diff to current |
2002-10-27 |
havoc | gloss now works correctly |
blob | commitdiff | raw | diff to current |
2002-10-16 |
havoc | fixed some dynamic lighting bugs related to glowing... |
blob | commitdiff | raw | diff to current |
2002-10-13 |
havoc | added TEXF_CLAMP flag for textures |
blob | commitdiff | raw | diff to current |
2002-10-06 |
havoc | 3D attenuation texture works now |
blob | commitdiff | raw | diff to current |
2002-10-04 |
havoc | shadow volume rendering still very incomplete, but... |
blob | commitdiff | raw | diff to current |
2002-10-03 |
havoc | massive coding has been done on shadow volumes (some... |
blob | commitdiff | raw | diff to current |
2002-09-30 |
havoc | optimized trianglefacing calculation, per Vic's recomme... |
blob | commitdiff | raw | diff to current |
2002-09-30 |
havoc | bmodel shadow volumes |
blob | commitdiff | raw | diff to current |
2002-09-30 |
havoc | gl backend now has functions for color array and flat... |
blob | commitdiff | raw | diff to current |
2002-09-30 |
havoc | newline to keep gcc3 happy |
blob | commitdiff | raw | diff to current |
2002-09-30 |
havoc | forgot to commit this |
blob | commitdiff | raw | diff to current |
|