]> git.xonotic.org Git - xonotic/darkplaces.git/history - r_shadow.c
Fix file paths.
[xonotic/darkplaces.git] / r_shadow.c
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-11 cloudwalkrender: Refactor R_CullBox to simplify it. 114/merge
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-12-19 havocReplaced some model fields and changed their purpose...
2020-12-03 cloudwalkgl_rmain: Fix skybox fog disappearing with certain...
2020-11-30 havocRefactored lightmap update handling and added cvars...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-30 cloudwalkFix remaining warnings
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-06 cloudwalkRevert "Disable occlusion query on Intel. Can be force...
2020-06-06 cloudwalkDisable occlusion query on Intel. Can be force-enabled...
2020-06-05 cloudwalkDraw coronas with the same cscale whether gl_flashblend...
2020-06-04 cloudwalkFix a few compile warnings from clang
2020-05-31 havocFix multiple bugs with r_viewscale in r_shadow_deferred...
2020-05-26 cloudwalkFix most compiler warnings.
2020-05-24 havocRework r_shadow_shadowmode to be more maintainable...
2020-05-18 cloudwalkFix a few compile warnings. Remove unused locals.
2020-05-18 cloudwalkFix a few bugs detected by Cppcheck
2020-01-23 havocRedesigned TaskQueue to have a queue and distributor...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
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...
2020-01-15 havocFix UI rendering to not use the bouncegrid texture...
2019-12-31 divverentFixed compile warnings - Corrected formatting of 'if...
2018-08-05 havocRemove a lot of OpenGL extension checks.
2018-08-05 havocChange a comment and a description to remove mentions...
2018-07-29 havocAssume that GL_EXT_blend_subtract is supported.
2018-07-01 havocUse the model renderer on the UI - this means q3shaders...
2018-05-22 havocRename RENDERPATH_GL20 to RENDERPATH_GL32.
2018-05-20 havocJust assume GL_ARB_texture_non_power_of_two and a numbe...
2018-05-20 havocRemove unused light attention textures (2D and 3D)...
2018-05-04 havocSimplify Mod_ShadowMesh_* functions - removed support...
2018-05-02 havocRemove model->surfmesh.shadowmesh which was a vertex...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-05-01 havocFix a missing newline in system vars mismatch warning.
2018-04-20 havocRemove all render paths except GL20/GLES2. This means...
2018-04-14 havocAdded r_cullentities_trace_expand and pad cvars, these...
2018-04-13 havocFix some viewport issues with r_viewfbo and r_bloom...
2018-04-09 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2018-04-09 havocChange default value of r_shadows_shadowmapscale from...
2018-04-09 havocIncrease shadowmap bordersize from 4 to 5, thanks Vic...
2018-03-24 havocAdd skipmaterialflagsmask feature to TraceLine and...
2018-03-11 havocAdd r_shadow_culllights_trace feature, this culls rtlig...
2018-03-11 havocChange shadowless rtlights so that they are not occlude...
2017-03-07 divverentr_coronas_occlusionquery: don't try using a GL20-requir...
2017-01-02 havocRemove a confusing part of the description of r_shadow_...
2017-01-02 havocchange shadowmapping atlas from 4096x4096 to 8192x8192...
2016-12-02 vicUse tighter bounds for bouncegrid texture
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 havocAdded an implementation of Lehmer random number generat...
2016-11-27 havocAdd skipsupercontentsmask parameter to all the collisio...
2016-11-27 havocRollback last change which was meant to be many smaller...
2016-11-27 havocAdded developer_memorylargerthanmb cvar which dprints...
2016-10-11 havocFix another bug in R_Shadow_PrepareLights_AddSceneLight...
2016-10-11 havocFix bad memory overrun bug in R_Shadow_PrepareLights_Ad...
2016-09-11 havocOverhauled shadowmap rendering to use an atlas texture...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
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...
2016-08-27 havocFix a serious bug with r_shadow_bouncegrid_static where...
2015-06-06 havocAdded MSVC++ 2013 projects, fixed a casting issue in...
2015-03-21 divverentAdd a cvar: r_shadow_realtime_world_importlightentities...
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2014-10-04 divverentCache corona occlusion buffer
2014-10-04 divverentImplement GPU-side corona fading
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-01-30 havocallow .rtlights files to have style values outside...
2013-11-20 havocsuppress shadow entities when preparing an rtlight...
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-04-18 eihrulOPENGL_ORIENTATION -> MATRIX4x4_OPENGLORIENTATION
2013-02-28 havocimplemented r_batch_dynamicbuffer which allows the...
2013-02-23 havocadded entity caching stats in graph
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2013-02-07 havocchanged format of builtin shader strings to use comma...
2013-01-22 divverentfix r_depthfirst 2 with r_glsl_skeletal 1
2012-12-22 havocfixed coronas not being rendered with MATERIALFLAG_NODE...
2012-12-08 eihruladditional high quality shadowmap filter that uses...
2012-09-29 eihrulensure shadowing quality keeps track of r_fb.usedepthte...
2012-09-17 vortexNew cvar r_shadows_shadowmapbias to customize bias...
2012-06-15 divverentrename a macro with misleading name, as TriangleOverlap...
2012-05-27 havocdisable r_coronas by default
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-05-19 eihruluse texture gather emulation for the shadowmap sampler...
2012-04-19 divverentremove some more dead code
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-24 eihrulR_Shadow_CullFrustumSide fixes
2012-03-20 vortexr_editlights: added r_editlights_drawproperties cvar...
next