]> git.xonotic.org Git - xonotic/darkplaces.git/history - gl_rmain.c
Try fix ode_body cast.
[xonotic/darkplaces.git] / gl_rmain.c
2011-09-02 divverentenable offsetmapping permutations only if a normalmap...
2011-08-30 divverentfix a typo causing compile error
2011-08-30 divverentfix a typo causing compile error
2011-08-30 divverentoffsetbias: changed range to 0..1 to match what the...
2011-08-30 divverentmake offsetmapping bias actually work
2011-08-30 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-08-30 divverentoffsetbias: changed range to 0..1 to match what the...
2011-08-30 vortexExperimental r_glsl_offsetmapping_lod cvar which applie...
2011-08-29 divverentimplement TEXF_FORCE_RELOAD to reload a pre-existing...
2011-08-29 divverentmake offsetmapping bias actually work
2011-08-29 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-08-29 divverentadd missing TEXF_ALPHA when loading the glossmap
2011-08-29 divverentadd missing TEXF_ALPHA when loading the glossmap
2011-08-29 divverentgloss: exact specular math has min gloss exponent 4...
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 another way it never calculates 0^0
2011-08-27 divverentimplement TEXF_FORCE_RELOAD to reload a pre-existing...
2011-08-24 eihrulfix bugs introduced by r11262
2011-08-24 eihrulfix bugs introduced by r11262
2011-08-23 vortexExperimental r_glsl_offsetmapping_lod cvar which applie...
2011-08-23 divverentnew cvar: r_sortentities to sort render edicts.
2011-08-23 divverentnew cvar: r_sortentities to sort render edicts.
2011-08-21 vortex2 new cvars: sv_gameplayfix_unstickentities and sv_game...
2011-08-16 havocdon't draw bouncegrid on custom csqc scenes without...
2011-08-16 havocdon't draw bouncegrid on custom csqc scenes without...
2011-08-14 havocfix a pile of issues with calling conventions on GLES2...
2011-08-14 divverentfix an obvious crash in user controlled wave func handling
2011-08-14 vortexr_glsl_deluxemapping 2 support for vertexlit surfaces...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-08-03 divverentfix an obvious crash in user controlled wave func handling
2011-07-31 vortexr_glsl_deluxemapping 2 support for vertexlit surfaces...
2011-07-31 havocdisable VorteX's gamma corrected 2D drawing because...
2011-07-31 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-25 havocdisable VorteX's gamma corrected 2D drawing because...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-23 havocremove a redundant (and bugged) check
2011-07-23 divverentUpdate the default values for the motionblur..... I...
2011-07-23 divverentAdd/update cvars and such... Almost done now basically...
2011-07-23 divverentChange how the factor is calculated and set it up to...
2011-07-23 divverentBegin a quick re-write of how motionblur values are...
2011-07-23 divverentDifferent fade rates for adapting to bright scenes...
2011-07-21 havocremove a redundant (and bugged) check
2011-07-09 divverentUpdate the default values for the motionblur..... I...
2011-07-09 divverentAdd/update cvars and such... Almost done now basically...
2011-07-09 divverentChange how the factor is calculated and set it up to...
2011-07-09 divverentBegin a quick re-write of how motionblur values are...
2011-07-09 divverentDifferent fade rates for adapting to bright scenes...
2011-06-23 havocmore rework of r_shadow_bouncegrid, now dynamic mode...
2011-06-23 havocadded r_shadow_bouncegrid 2 which disables rtlights...
2011-06-23 havocmore rework of r_shadow_bouncegrid, now dynamic mode...
2011-06-23 havocadded r_shadow_bouncegrid 2 which disables rtlights...
2011-06-13 divverentfix some warnings about useless code (unsigned < 0...
2011-06-13 divverentfix some warnings about useless code (unsigned < 0...
2011-06-13 havocreworked progs loading so that entvars_t and globalvars...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-06-08 havocimplemented r_transparent_alphatocoverage 2 which promo...
2011-06-08 havocreworked use of alphatest - now only GL11/GL13/GLES1...
2011-06-08 havocimplemented r_transparent_alphatocoverage 2 which promo...
2011-06-08 havocreworked use of alphatest - now only GL11/GL13/GLES1...
2011-05-29 havocadded r_trippy cvar
2011-05-29 havocadded r_trippy cvar
2011-05-25 havocfix bugs with deformvertexes autosprite in GL11/GL13...
2011-05-25 havocfix bugs with deformvertexes autosprite in GL11/GL13...
2011-05-24 havochonor ent->shadertime in all material handling (tcmod...
2011-05-23 havochonor ent->shadertime in all material handling (tcmod...
2011-05-23 vortexMove some sprite-related cvars to model_sprite.c.
2011-05-23 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-23 havocdon't crash in dedicated server when parsing shaders...
2011-05-23 vortexMultisampling initialisation moved from vid_sdl to...
2011-05-21 vortexMove some sprite-related cvars to model_sprite.c.
2011-05-20 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-17 vortexUNMERGE! Multisampling initialisation moved from vid_sd...
2011-05-17 havocUNMERGE! don't crash in dedicated server when parsing...
2011-05-14 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-14 havocdon't crash in dedicated server when parsing shaders...
2011-05-14 vortexMultisampling initialisation moved from vid_sdl to...
2011-05-14 havocdon't crash in dedicated server when parsing shaders...
2011-05-14 vortexUNMERGE! Multisampling initialisation moved from vid_sd...
2011-05-14 vortexMultisampling initialisation moved from vid_sdl to...
2011-05-14 vortexOpenGL 2.0 path: Make handling of Alpha-To-Coverage...
2011-05-13 vortexMultisampling initialisation moved from vid_sdl to...
2011-05-11 vortexOpenGL 2.0 path: Make handling of Alpha-To-Coverage...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 vortexMove Alpha-To-Coverage stuff to gl_backend.c, fix bug...
2011-05-09 vortexMove Alpha-To-Coverage stuff to gl_backend.c, fix bug...
2011-05-09 havoca few more PRVM_EDICTFIELDVALUE/PRVM_GLOBALFIELDVALUE...
2011-05-09 vortexGL_ARB_multisampling defs (vid_multisampling) and alpha...
2011-05-09 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-09 divverentfix water renders with r_viewscale
2011-05-08 vortexGL_ARB_multisampling defs (vid_multisampling) and alpha...
2011-05-08 havoca few more PRVM_EDICTFIELDVALUE/PRVM_GLOBALFIELDVALUE...
2011-05-07 divverentfix water renders with r_viewscale
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-06 havocfix bug with iqm models by removing pose 0 optimization...
2011-05-06 havocfix bug with iqm models by removing pose 0 optimization...
2011-05-04 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 vortexTransparent sorting: added maxdist and array size cvars...
2011-05-02 vortexTransparent sorting: added maxdist and array size cvars...
next