]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed format of builtin shader strings to use comma separated lines,
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Feb 2013 11:40:40 +0000 (11:40 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 25 Feb 2013 08:23:52 +0000 (09:23 +0100)
commitd5ee1134c40294bc282baba5af94308cc6ee254a
treece52aa70fbac1ba0886911d838045d041a7c26ea
parent754a5f1e52649e2df213098cb34a3e24c18b6cea
changed format of builtin shader strings to use comma separated lines,
this should fix compilation on MSVC where default.glsl exceeded 65535
character limit
removed MODE_SHOWDEPTH from shaders and code because it is not used and
is not likely to ever be used anyway
reworked shadermodeinfo_t to only have one filename rather than separate
filenames for vertex and fragment shader
reworked r_glsl_dumpshader to cope with multiple shader filenames and
unified some code for glsl and hlsl text processing

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11889 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=39017f0c52fcb627489fefa55112a0497d07b6e6
dpsoftrast.c
dpsoftrast.h
gl_rmain.c
r_shadow.c
render.h
shader_glsl.h
shader_hlsl.h