]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - gl_backend.c
Fix bug with demo time
[xonotic/darkplaces.git] / gl_backend.c
2016-09-11 havocOverhauled shadowmap rendering to use an atlas texture...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-03-04 divverentv_yshearing: Make view and input behave more like Duke...
2014-12-09 eihrulspecify depth and stencil attachments separately (combi...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-06-27 havocreenabled index buffers on GLES2 path
2013-06-27 havocfix severe (crashing) bugs with two calls to qglDrawEle...
2013-06-27 havocremove cvar gl_mesh_prefer_short_elements because many...
2013-06-27 havocallow use of cvar gl_vbo_dynamicindex in RENDERPATH_GLES2
2013-06-19 havocfurther optimizations for gl_vbo_dynamicvertex and...
2013-06-19 havocgl_vbo_dynamicvertex and gl_vbo_dynamicindex now use...
2013-06-19 havocsome cleanup of glDelete calls to guard against bugs...
2013-05-22 havocclarify the code when gl_mesh_prefer_short_elements...
2013-02-28 havocimplemented r_batch_dynamicbuffer which allows the...
2013-02-28 havocimplemented use of GL_ARB_uniform_buffer_object for...
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2013-01-16 havocimplemented gpu-skinning (vertex shader skeletal animat...
2012-08-01 havocfix some compile errors and warnings with USE_GLES2
2012-04-19 divverentremove some more dead code
2012-02-19 vortexFix shader compile log again. Print error in any case...
2012-02-18 vortexFixed shader compile log to use Con_DPrintf.
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-11-02 havocsupport GL_ARB_framebuffer_object, with GL_EXT_framebuf...
2011-11-01 havocfix an issue with glStencilFuncSeparate being misused...
2011-10-31 havocadded R_LoadTextureRenderbuffer for creating renderbuff...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-09 havocprint shader compile and link logs always if developer_...
2011-07-08 divverentfix gl_mesh_testmanualfeeding
2011-06-08 divverentuse subtractive blend equation to support negative...
2011-06-08 havocimplemented r_transparent_alphatocoverage 2 which promo...
2011-06-08 havocreworked use of alphatest - now only GL11/GL13/GLES1...
2011-06-04 divverentenable alpha test in dpsoftrast. Why was it turned...
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 vortexMove Alpha-To-Coverage stuff to gl_backend.c, fix bug...
2011-05-08 vortexGL_ARB_multisampling defs (vid_multisampling) and alpha...
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-04 eihrulinitial support for user clipping plane in dpsoftrast
2011-04-01 havocadded GL_Finish function in backend, to centralize...
2011-03-13 divverentproperly detect glsl 1.3 support
2011-03-12 divverentfix offset/reliefmapping by using the proper miplevel...
2011-03-07 havocfixed bug with toggling r_shadow_bouncegrid where the...
2011-03-03 havoceliminated color4ub vertex formats, now everything...
2011-03-01 havocremove more r_shadow_particletrace code I missed in...
2011-02-24 havocfix compile error on D3D9
2011-02-21 havocimplemented r_shadow_particletrace cvar which enables...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-09 havocGL20 path now uses same shader as GLES2 (albeit with...
2011-02-09 havocfixed iOS rendering (set the vertex attribute bindings...
2011-02-08 havocDPiOS almost works now...
2011-02-07 eihrulensure dynamic textures get updated even if they are...
2011-02-07 havocadded RENDERPATH_GLES2
2011-02-06 havocchanged use of GL_ARB_fragment_shader and friends to...
2011-02-05 eihrulcorrectly copy in all of quadelement3s to quadelement3i
2011-01-28 eihrulensure cull face state is committed in softrast path
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-20 havocfix some missing changes in the D3D path when r_vertexp...
2011-01-18 havocreduced memory usage by around 20MB (no longer allocate...
2010-11-14 havocrename meshes to draws in r_speeds report
2010-10-28 havocfix MSVC2008 compilation again
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = glScissor, 2 = glSci...
2010-10-10 divverentI have no idea why, but R_Viewport_TransformToScreen...
2010-09-17 havocremove r_shadow_texturetype cvar (now always uses 2D...
2010-09-16 havocchange D3D9 implementation of TEXTYPE_SHADOWMAP texture...
2010-09-12 tomazFix stencil shadows in D3D9
2010-08-30 havocfix components parameter on a few TexCoordPointer norma...
2010-08-24 havocoverhauled dynamic vertex rendering in DX9 based on...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-09 havocfix a few warnings
2010-07-25 divverentfix v_flipped with near clip plane (water, warpzone)
2010-07-15 havocfix r_shadows 2 shadowmapping by rendering to the corre...
2010-07-14 havocfix more mingw warnings
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-05-09 havocchanged R_Mesh_PrepareVertices_*_Unlock and _Lock funct...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-01-31 havocfix a bunch of warnings
2010-01-07 havocno longer uses rectangle textures for deferred renderin...
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2009-12-30 havocfix water rendering bugs where the clipping plane was...
2009-12-28 havocmoved almost all R_GetTexture calls into R_Mesh_TexBind
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-21 havocuse floats rather than doubles for view matrix stuff
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-20 havoceliminated R_Mesh_TextureState function and rmeshstate_...
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-09 havocremoved DOT3 lighting path (bumpmapped lighting on...
2009-12-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-08 havocmore cleanup
2009-12-08 havocchanged R_Mesh_TexCombine to use GL_COMBINE_ARB mode...
2009-12-08 havocinitialize GL state only once at video start, rather...
2009-12-08 havocremoved R_Mesh_TexBind3D, R_Mesh_TexBindCubeMap, R_Mesh...
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-08 havocmoved gl_state definition higher in the code
2009-12-07 havocremove unused tex1d parameters
next