]> icculus.org git repositories - divverent/darkplaces.git/history - r_shadow.c
for purposes of better compatibility with proquake servers, darkplaces
[divverent/darkplaces.git] / r_shadow.c
2010-11-14 havocilluminated surfaces are now sorted by texture, giving...
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-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-10 divverentI have no idea why, but R_Viewport_TransformToScreen...
2010-09-22 havocfix a compile error and some warnings
2010-09-21 tomazFixed dynamic light shadowmapping in D3D, still gotta...
2010-09-18 tomazFixed the x axis flipped shadows, 1 step closer to...
2010-09-17 havocfix some bugs in the HLSL shader, mostly to do with...
2010-09-17 havocin D3D9 mode do not use the VSDCT cubemap because the...
2010-09-17 havocremove r_shadow_texturetype cvar (now always uses 2D...
2010-09-14 tomazSet r_shadow_shadowmap2dcolortexture as first rendertar...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-15 havocimproved r_shadows 2 shadowmapping setup code a bit...
2010-07-14 havocfix a mingw warning
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 havoccreated new MSVC2008 project files and solution from...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-05 vortexadd r_editlights_lock command which will lock selection...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-03-09 eihruluse stencil shadows if r_shadows == 1
2010-03-09 havocokay, don't use shadow sampler in Cg
2010-03-09 eihrulfixed bug in vsdct in cg
2010-03-09 havocimplemented a new type of height fog using a texture...
2010-02-28 divverentWarpZones:
2010-02-27 havocfix a bug that prevented coronas from being rendered...
2010-02-16 eihrulmake R_Shadow_CullFrustumSides assume infinite far...
2010-02-14 vortexr_shadows_shadowmapscale cvar which as a multiple to...
2010-02-09 eihrulyet faster VSDCT instruction sequences
2010-02-07 eihrulapply bias to orthographic shadowmaps
2010-02-05 eihruldon't shift the shadowmapping focus based on view angle...
2010-02-05 eihrulfix r_shadows_focus cvar so it is properly relative...
2010-02-05 eihrulflip projection and sample matrices for R_DrawModelShad...
2010-02-05 eihrulinvert cull face settings when drawing model shadowmaps
2010-02-05 eihruladded r_shadows_focus cvar that allows a vector offset...
2010-02-05 eihrultry to cache fewer animations for entities when r_shado...
2010-02-04 eihrulfixed calculation of model shadowmap cull origin
2010-02-04 eihrulmore accurate cull boxes on R_DrawModelShadowMaps
2010-02-04 eihrulreuse screenspace depth texture unit for orthographic...
2010-02-04 eihrulwhen r_shadow_shadowmapping is enabled, r_shadows uses...
2010-02-03 eihrulfactored R_Shadow_MakeShadowMap out of R_Shadow_RenderM...
2010-01-31 havocfix more warnings
2010-01-27 havocimplemented fake reflection cubemaps... requires that...
2010-01-26 eihrulalways use fetch4 path for filtering if available
2010-01-08 havoclimit vertex lighting path (GL11/GL13) to 4 passes...
2010-01-07 havocno longer uses rectangle textures for deferred renderin...
2010-01-06 eihrulonly clear depth buffer bit for shadowmaps
2010-01-06 eihrulonly issue one clear for 2D/rect shadowmaps
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-04 havocmoved R_Mesh_TexCoordPointer, R_Mesh_ColorPointer,...
2009-12-30 divverentmore redundant suffix elimination
2009-12-28 havocmoved almost all R_GetTexture calls into R_Mesh_TexBind
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocuse svbsp for rtlight compilation instead of portal...
2009-12-24 havocrenamed a parameter, removed some unused cvars
2009-12-24 havocremoved r_shadow_culltriangles - the only useful part...
2009-12-24 havocturn off r_shadow_culltriangles by default, because...
2009-12-24 havocdon't project shadows so far - this fixes broken shadow...
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-20 divverentallocate the right byte count for PVS data in framedata
2009-12-20 havocGLSL shaders no longer use gl_TextureMatrix, now all...
2009-12-20 havoceliminated R_Mesh_TextureState function and rmeshstate_...
2009-12-20 havocforce shadowmapping when deferred rendering is on
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-14 havocreworked animcache code to store information in ent...
2009-12-13 havocadded R_FrameData_Alloc and Store functions (a per...
2009-12-09 havocremoved DOT3 lighting path (bumpmapped lighting on...
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-08 havocminor cleanup
2009-12-08 havocremoved R_Mesh_TexBind3D, R_Mesh_TexBindCubeMap, R_Mesh...
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-07 havocrenamed gl_stencil to vid.stencil
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-27 havocmore work on mod_generatedlightmaps:
2009-11-27 havocmore work on mod_generatelightmaps:
2009-11-24 havocmore work on mod_generatelightmaps
2009-11-24 havocmod_generatelightmaps is much closer to usable now
2009-11-11 havocrename R_MAX_OCCLUSION_QUERIES to MAX_OCCLUSION_QUERIES...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-07 havoclaid groundwork for a new decal system
2009-11-06 havocimplemented fog height setting, along with fade depth...
2009-11-06 havocmsurface_t pointer arrays are now const, as are the...
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-11-05 divverentfix coronas for "realtime darks"
2009-11-05 divverentsupport for "realtime world/dynamic darks". Just for...
2009-11-03 havocreplace FogPoint_* functions with RSurf_FogVertex
2009-10-24 eihrulsanity checks on shadowmap size relative to border...
2009-10-19 havocfix a crash when r_shadow_lightattenuation* cvars are...
2009-10-17 eihruluse r_shadow_shadowmapmaxsize instead of directly acces...
2009-10-17 eihrulfix r_shadow_shadowmapping_maxsize validation to not...
2009-10-17 havoclimit shadowmap maxsize to a value based on gl_max_size
2009-10-16 havocadded r_shadow_dot3 cvar to control whether GL1.3 hardw...
next