]> git.xonotic.org Git - xonotic/darkplaces.git/history - vid.h
Cvar onChange for qc menu for stable branch
[xonotic/darkplaces.git] / vid.h
2018-04-05 havocRemove v_hwgamma feature as it is not worth maintaining...
2018-04-03 havocUNMERGE! Remove v_hwgamma feature as it is not worth...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2017-04-24 havocRemoved the gray-out behavior on the gamma settings...
2016-11-29 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2016-08-28 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2014-10-04 divverentImplement GPU-side corona fading
2014-10-04 divverentImplement GPU-side corona fading
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2013-09-18 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-07-22 havocSteel Storm additions for mobile (EluanCM)
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-04-16 havocuse int not qboolean for glshaderversion
2013-04-16 havocuse int not qboolean for glshaderversion
2013-03-21 havocimplemented use of GL_ARB_uniform_buffer_object for...
2013-02-28 havocimplemented use of GL_ARB_uniform_buffer_object for...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-08 divverentfix compile error regarding vid_sRGB declaration
2011-11-08 divverentfix compile error regarding vid_sRGB declaration
2011-11-02 havocsupport GL_ARB_framebuffer_object, with GL_EXT_framebuf...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-08 havocimplemented r_transparent_alphatocoverage 2 which promo...
2011-06-08 havocreworked use of alphatest - now only GL11/GL13/GLES1...
2011-06-08 havocimplemented r_transparent_alphatocoverage 2 which promo...
2011-06-08 havocreworked use of alphatest - now only GL11/GL13/GLES1...
2011-05-18 havocimplemented support for Windows XInput (using different...
2011-05-18 havocimplemented support for Windows XInput (using different...
2011-05-09 vortexGL_ARB_multisampling defs (vid_multisampling) and alpha...
2011-05-09 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-08 vortexGL_ARB_multisampling defs (vid_multisampling) and alpha...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-04-19 havocadded RENDERPATH_GLES1
2011-04-18 havocadded RENDERPATH_GLES1
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-04-01 havocWGL client can now use DPSOFTRAST, added thread_win...
2011-04-01 havocWGL client can now use DPSOFTRAST, added thread_win...
2011-03-13 divverentproperly detect glsl 1.3 support
2011-03-13 divverentproperly detect glsl 1.3 support
2011-03-07 Rudolf Polzer::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff...
2011-02-26 havocadded support for SDL_Window API but it is disabled...
2011-02-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-07 havocadded RENDERPATH_GLES2
2011-02-06 havocchanged use of GL_ARB_fragment_shader and friends to...
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-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 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-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-05-01 havocoverhauled vertex formats, now supports 100% interleave...
2010-01-26 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-24 havoc havoc@d7cf86... UNMERGE
2010-01-10 havocremove support for GL_EXT_compiled_vertex_array extension
2010-01-05 havocremove support for GL_EXT_compiled_vertex_array extension
2009-12-30 havocimplemented support for caching compressed textures...
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-12-09 havocremoved GL_NV_blend_square detection because it is...
2009-12-09 havocremoved DOT3 lighting path (bumpmapped lighting on...
2009-12-08 havocsome cleanup
2009-12-07 havocadded vid.support struct containing extension detection...
2009-12-07 havocremoved gl_videosyncavailable variable because on all...
2009-12-07 havocrenamed gl_stencil to vid.stencil
2009-12-07 havocchanged VID_InitMode to take a viddef_mode_t structure...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-05-27 divverentpatch by parasti; changes to his patch: no per function...
2009-01-31 divverentmore fullscreen cleanup
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-01 divverent- vid_userefreshrate: when 0, a sane default is tried...
2008-01-29 divverentadded variable vid_gammatables_trivial that is true...
2008-01-29 divverentoops, wrong type... "int" has no ANSI C defined wraparo...
2008-01-29 divverentmake other parts of DP able to retrieve the gamma table...
2007-11-13 divverentSDL icon support by Blub, messed up by me ;)
2007-11-09 divverentupdate Blub's SDL patch
2007-03-12 havocadded vid_grabkeyboard cvar which defaults to 0, this...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-21 havocremoved detection of GL_NV_texture_shader extension...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-06 havocrenamed VID_Open to VID_Start, inlined VID_Close ito...
next