]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - gl_backend.c
skel_build: normalize the per-bone matrices
[xonotic/darkplaces.git] / gl_backend.c
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
2009-11-29 havocremoved 1D texture management code, not used by anything
2009-11-06 havocrenamed polygonelements, skyboxelements, skysphereeleme...
2009-10-24 eihrulsanity checks on shadowmap size relative to border...
2009-10-14 havocdo not use VBOs when gl_mesh_testarrayelement is 1
2009-10-03 havocadded r_renderview cvar (similar to scr_refresh but...
2009-10-01 eihrulbetter VSDCT transform
2009-09-23 divverentunbreak v_flipped :(
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-13 havocadded detection of GL_EXT_framebuffer_object extension
2009-08-19 havocfix glDrawRangeElements issue with mesa
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-01-28 divverentmake DP compile with C++ again
2009-01-05 divverenthide the R_Mesh_Draw message unless developer is 100...
2008-05-07 havocchanged default gl_vbo from 1 to 3 to try to avoid...
2008-05-04 havocremoved gl_workaround_mac_texmatrix cvar because it...
2008-05-04 havocanother attempt at identifying mac texmatrix bug
2008-05-04 havocchanged gl_workaround_mac_texmatrix to additionally...
next