]> git.xonotic.org Git - xonotic/darkplaces.git/history - gl_rmain.c
further optimizations for gl_vbo_dynamicvertex and gl_vbo_dynamicindex
[xonotic/darkplaces.git] / gl_rmain.c
2013-06-27 havocfurther optimizations for gl_vbo_dynamicvertex and...
2013-06-27 havocsome cleanup of glDelete calls to guard against bugs...
2013-06-27 havocfix a critical bug with r_restart or vid_restart in...
2013-06-27 havocrenamed r_bufferdatasize_ cvars to r_buffermegs_ to...
2013-06-27 havocremoved allowfail flag on R_BufferData_Store and made...
2013-04-16 havocfix two very ambiguous for loops that calculate cameraw...
2013-03-28 eihrulfactor out skeletal animation transform generation...
2013-03-21 havocdon't call glGetUniformBlockIndex without GL_ARB_unifor...
2013-03-21 havocfix C++ compile error
2013-03-21 havocimplemented r_batch_dynamicbuffer which allows the...
2013-03-21 havocimplemented use of GL_ARB_uniform_buffer_object for...
2013-02-25 havocfix bug where particle textures scroll in GL11/GL13...
2013-02-25 havocadded entity caching stats in graph
2013-02-25 havocchanged r_refdef.stats struct to be an array indexed...
2013-02-25 havocfix a sizeof using an array index variable that is...
2013-02-25 havocfix another C++ compile error
2013-02-25 havocfix a Mem_Alloc call that needs a type cast in C++
2013-02-25 havocchanged format of builtin shader strings to use comma...
2013-01-25 divverentr_showsurfaces + r_glsl_skeletal doesn't work currently...
2013-01-23 divverentfix r_depthfirst 2 with r_glsl_skeletal 1
2013-01-20 divverentFix typos in GPU skeletal; explain the crossproduct...
2013-01-20 havocimplemented a fallback case for r_glsl_skeletal 1 when...
2013-01-20 havocimplemented gpu-skinning (vertex shader skeletal animat...
2013-01-13 havocreworked some code for BATCHNEED_NOGAPS to be more...
2013-01-13 havocflag a few more things (depth-only draws, shadowmap...
2013-01-13 havocadded r_batch_multidraw and r_batch_multidraw_mintriang...
2012-12-31 eihrulallow framebuffer objects to be used where non-power...
2012-12-31 havocfix bug with transparency sorting introduced by vortex...
2012-12-20 divverentproperly use the D3DX C interface
2012-09-18 vortexNew cvar r_shadows_shadowmapbias to customize bias...
2012-09-18 vortexgl_lightmaps: value of 2 keeps normalmaps.
2012-07-23 havocfix bloom rendering bugs caused by lingering state...
2012-06-15 havocfix two crashes introduced by vortex ( r11822 ) on...
2012-06-15 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-06-10 havocadded note about multi-gpu on the descriptions of r_mot...
2012-06-10 divverentfix alphatest surfaces in GL11 path
2012-06-10 divverentmultiple fog fixes for GL11/GL13 render path
2012-04-19 divverentremove some more dead code
2012-04-19 divverentremove some more dead code ("Dead Increment" bugs from...
2012-04-19 divverentremove some dead initializations that clang-analyzer...
2012-04-11 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-04-06 divverentproperly check for bloom being active
2012-04-06 divverentCreate a cvar which changes brightness when r_bloom...
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
next