]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - shader_hlsl.h
Enable PRVM_64 - the QuakeC VM will run as 64bit (using int64/double rather than...
[xonotic/darkplaces.git] / shader_hlsl.h
2018-04-09 havocRefactored R_UpdateEntityLighting to CL_UpdateEntitySha...
2016-09-11 havocOverhauled shadowmap rendering to use an atlas texture...
2014-04-05 divverentProperly make the blur conditional on non empty uservec...
2013-11-30 havocPatch from graphitemaster adding r_fxaa cvar, this...
2013-05-08 divverentorder postprocess code properly (so blur does not cance...
2013-02-07 havocchanged format of builtin shader strings to use comma...
2012-03-10 divverentallow MATERIALFLAG_CAMERA to fade out
2012-01-15 divverentoffsetmapping LOD: at least 3 steps!
2012-01-15 divverentfix scale issue with offsetmapping LOD due to calculate...
2011-12-15 divverentr_water, MODE_REFRACTION: support alphaGen vertex for...
2011-12-13 divverentsupport alphaGen vertex
2011-11-01 havocfix an issue with glStencilFuncSeparate being misused...
2011-10-27 havocadded USEREFLECTCUBE case to MODE_GENERIC, this disable...
2011-09-13 eihrulslightly better non-VSDCT shadowmap code
2011-09-07 havocinitialize some variables differently in the HLSL shade...
2011-09-01 divverentchange how offsetmapping bias works for less artifacts...
2011-08-29 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-08-29 divverentgloss: exact specular math has min gloss exponent 4...
2011-08-29 divverentmake sure another way it never calculates 0^0
2011-08-29 divverentmake sure gloss never calculates 0^0
2011-08-24 divverentwho's inserting CRLFs all the time
2011-08-23 vortexExperimental r_glsl_offsetmapping_lod cvar which applie...
2011-08-02 divverentfix line feeds
2011-07-31 vortexr_glsl_deluxemapping 2 support for vertexlit surfaces...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-06-05 divverentinitial attempt do do r_trippy in HLSL
2011-04-13 divverentnew cvar: r_glsl_offsetmapping_reliefmapping_refinestep...
2011-03-19 divverentremove CRLFs added by last commit
2011-03-19 vortexAdd "Both Alphas" technique for VertexTextureBlend...
2011-03-13 divverentadd cvars r_glsl_offsetmapping_steps and r_glsl_offsetm...
2011-03-13 havocfix an HLSL warning
2011-03-13 havocfix a typo (Fogcolor should be FogColor)
2011-03-12 divverentfix offset/reliefmapping by using the proper miplevel...
2011-03-06 divverentadd a hack to support fog on premultiplied alpha surfac...
2011-03-05 havocmove glsl/default.glsl embedded file out to its own...