]> git.xonotic.org Git - xonotic/darkplaces.git/history - render.h
sound7(): properly support channel flags on client; reassign sound flags so FORCELOOP...
[xonotic/darkplaces.git] / render.h
2013-03-21 havocimplemented use of GL_ARB_uniform_buffer_object for...
2013-02-25 havocchanged format of builtin shader strings to use comma...
2013-01-23 divverentfix r_depthfirst 2 with r_glsl_skeletal 1
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 havocadded r_batch_multidraw and r_batch_multidraw_mintriang...
2012-09-18 vortexNew cvar r_shadows_shadowmapbias to customize bias...
2012-04-11 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-03 havocfix for .alpha and other effects on sprites that use...
2011-12-13 divverentget rid of 3 permutation bits
2011-12-13 divverentget rid of 3 permutation bits
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
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-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-10-31 havocadded R_LoadTextureRenderbuffer for creating renderbuff...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
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 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-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 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 havocadded cvar r_water_hideplayer with 3 possible values...
2011-08-30 vortexExperimental r_glsl_offsetmapping_lod cvar which applie...
2011-08-23 vortexExperimental r_glsl_offsetmapping_lod cvar which applie...
2011-07-31 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-05-29 havocadded r_trippy cvar
2011-05-29 havocadded r_trippy cvar
2011-05-24 havochonor ent->shadertime in all material handling (tcmod...
2011-05-23 havochonor ent->shadertime in all material handling (tcmod...
2011-05-09 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-04-18 havocadded r_showoverdraw cvar which allows you to see how...
2011-04-17 havocadded r_showoverdraw cvar which allows you to see how...
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-03-01 havocremoved r_shadow_particletrace code and shader because...
2011-02-21 havocimplemented r_shadow_particletrace cvar which enables...
2011-02-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-02-11 havocadded iris adaptation experiment
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = glScissor, 2 = glSci...
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = glScissor, 2 = glSci...
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-09-17 havocfix some bugs in the HLSL shader, mostly to do with...
2010-09-17 havocremove r_shadow_texturetype cvar (now always uses 2D...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-01 divverentnew cvar r_draw2d to turn off all 2D drawing (except...
2010-07-01 divverentnew cvar r_draw2d to turn off all 2D drawing (except...
2010-06-17 divverentuser (csqc) controllable wavefuncs
2010-06-17 divverentuser (csqc) controllable wavefuncs
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-05-09 divverentscreenshot: get rid of the 3*w*h+18 TGA buffer; instead...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-03-20 havocimplemented a new type of height fog using a texture...
2010-03-09 havocimplemented a new type of height fog using a texture...
2010-03-02 divverentWarpZones:
2010-02-28 divverentWarpZones:
2010-02-22 divverenthide one's own refraction (NOT reflection)
2010-02-12 divverenthide one's own refraction (NOT reflection)
2010-02-06 eihrulmoved pants to 7, reflectmask to 5, reflectcube to...
2010-02-06 eihrulreuse screenspace depth texture unit for orthographic...
2010-02-04 eihrulmoved pants to 7, reflectmask to 5, reflectcube to...
2010-02-04 eihrulreuse screenspace depth texture unit for orthographic...
2010-02-01 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2010-02-01 havocimplemented fake reflection cubemaps... requires that...
2010-01-31 havocadded r_texture_convertsRGB_* cvars (default: OFF)...
2010-01-27 havocimplemented fake reflection cubemaps... requires that...
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-20 havocfix GL11/GL13 fogged sprite rendering and q1bsp sky...
2009-12-20 havocforce shadowmapping when deferred rendering is on
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-13 havocadded R_FrameData_Alloc and Store functions (a per...
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-08 havocsome cleanup
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-11 havocrename R_MAX_OCCLUSION_QUERIES to MAX_OCCLUSION_QUERIES...
2009-11-11 havocmigrated a large number of #define MAX values to quaked...
2009-11-08 havocfix bug with alt textures (pressed buttons in q1bsp)
2009-11-08 havocnew decal system (cl_decals_newsystem 1 to activate)
2009-11-07 havoclaid groundwork for a new decal system
next