]> git.xonotic.org Git - xonotic/darkplaces.git/history - gl_rmain.c
remove pointless NULL checks in gl_rmain as they can never hit without code crashing...
[xonotic/darkplaces.git] / gl_rmain.c
2012-04-03 divverentremove pointless NULL checks in gl_rmain as they can...
2012-03-18 divverentdocument that celshading and celoutlines currently...
2012-03-18 havocremove some undesired else's that break r_celshading...
2012-03-18 havocfix typos
2012-03-18 havocadded r_celshading cvar and GLSL shader code
2012-03-10 divverentallow MATERIALFLAG_CAMERA to fade out
2012-03-09 eihrulflip dpsoftrast's texture memory layout so it matches...
2012-03-09 havocfixed a severely bugged check of R_BlendFuncFlags
2012-03-03 havocfix for .alpha and other effects on sprites that use...
2012-02-20 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-20 divverentAdd support for barriers to the threading interface...
2012-02-16 eihrulmake sure depth test is disabled before rendering bloom
2012-02-16 eihrulfix some weird incidental finding in the bloom code
2012-01-22 eihrulUNMERGE! flip dpsoftrast's texture memory layout so...
2012-01-19 eihrulflip dpsoftrast's texture memory layout so it matches...
2012-01-09 havocif vertex texture blending is used with a _glow texture...
2012-01-09 havoccheck rsurface.texture->backgroundglowtexture as well...
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-12-31 divverentEF_DYNAMICMODELLIGHT
2011-12-31 vortexCumulative patch:
2011-12-21 vortexCumulative patch:
2011-12-15 divverentr_water, MODE_REFRACTION: support alphaGen vertex for...
2011-12-15 divverentr_water, MODE_REFRACTION: support alphaGen vertex for...
2011-12-13 divverentsupport alphaGen vertex
2011-12-13 divverentget rid of 3 permutation bits
2011-12-13 divverentsupport alphaGen vertex
2011-12-13 divverentget rid of 3 permutation bits
2011-12-09 havocr_showbboxes now shows SOLID_CORPSE as orange
2011-12-07 havocr_showbboxes now shows SOLID_CORPSE as orange
2011-12-03 divverentcl_minfps: apply r_refdef.view.quality to reliefmapping...
2011-12-03 divverentcl_minfps: apply r_refdef.view.quality to reliefmapping...
2011-11-25 divverentfix another bug with HDR bloom
2011-11-25 divverentfix r_bloom_colorexponent with fbo (fixed version doesn...
2011-11-25 divverentfix another bug with HDR bloom
2011-11-25 divverentfix r_bloom_colorexponent with fbo (fixed version doesn...
2011-11-25 divverentintroduce a lightmap scale for models, and use this...
2011-11-25 divverentintroduce a lightmap scale for models, and use this...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-11-09 havocdefault r_usedepthtextures to 1 until issues are resolv...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-08 divverentsRGB fallback: properly convert r_hdr_scenebrightness
2011-11-08 divverentsRGB fallback: properly convert r_hdr_scenebrightness
2011-11-05 divverentfix OBJ models not getting any lighting
2011-11-05 divverentfix OBJ models not getting any lighting
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-02 divverentmark 5 permutation bits eligible for moving to static...
2011-11-02 divverentmark 5 permutation bits eligible for moving to static...
2011-11-01 havocUNMERGE! removed r_shadow_deferred_8bitrange cvar
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-31 havocadded R_LoadTextureRenderbuffer for creating renderbuff...
2011-10-31 havocremoved r_shadow_deferred_8bitrange cvar
2011-10-31 havocfix r_shadow_deferred total breakage from r11146
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-31 havocremoved r_shadow_deferred_8bitrange cvar
2011-10-31 havocfix r_shadow_deferred total breakage from r11146
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-30 havocfix compile errors in D3D renderer (missing vabuf variable)
2011-10-23 divverenta harmless sRGB simplification, more to be done later
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 divverenta harmless sRGB simplification, more to be done later
2011-10-21 divverentfix a compile error in recent bloom changes
2011-10-21 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-20 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-19 divverentfix a compile error in recent bloom changes
2011-10-18 eihrulmake R_SetupView take view size from fbo textures if...
2011-10-18 divverentmove these declarations to where they belong
2011-10-18 eihrulfix R_DrawModelShadows/R_DrawModelShadowMaps prototypes...
2011-10-18 havocif vid_samples is > 1 then do not use fbo view or water...
2011-10-18 havocfix motionblur with r_viewfbo 2 or 3
2011-10-18 havocadded r_water_fbo cvar to enable fbo rendering of water...
2011-10-18 havocremoved cvars r_hdr and r_hdr_range - now the only...
2011-10-18 havocoverhauling a lot of functions to allow fbo rendering
2011-10-18 havocrenamed r_bloomstate to r_fb because it contains frameb...
2011-10-18 eihrulmake R_SetupView take view size from fbo textures if...
2011-10-18 divverentmove these declarations to where they belong
2011-10-18 eihrulfix R_DrawModelShadows/R_DrawModelShadowMaps prototypes...
2011-10-16 havocoops, missed this
2011-10-16 havocadded cvar r_water_hideplayer with 3 possible values...
2011-10-16 havocif vid_samples is > 1 then do not use fbo view or water...
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-16 havocadded r_water_fbo cvar to enable fbo rendering of water...
2011-10-16 havocremoved cvars r_hdr and r_hdr_range - now the only...
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-10-16 havocrenamed r_bloomstate to r_fb because it contains frameb...
2011-10-16 havocoops, missed this
2011-10-16 havocadded cvar r_water_hideplayer with 3 possible values...
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-14 havocadded r_hdr_irisadaptation_radius which determines...
2011-10-14 havocfix bugs with CSQC clearscene function - it now restore...
2011-10-12 havocadded r_hdr_irisadaptation_radius which determines...
2011-09-26 havocif MATERIALFLAG_CUSTOMBLEND, clear MATERIALFLAG_ADD and
2011-09-26 havocfix watershader on entities
2011-09-26 havocavoid crashes on watershader surfaces in models that...
2011-09-26 havoctighten the tolerances on water plane merging
2011-09-26 havoctransform surface vertices to worldspace before calcula...
2011-09-26 havocfix issues with watershader on models, also now support...
2011-09-23 havocif MATERIALFLAG_CUSTOMBLEND, clear MATERIALFLAG_ADD and
next