]> git.xonotic.org Git - xonotic/darkplaces.git/history - vid.h
sv_main: Add campaign cvar. Set 1 if not coop or deathmatch (Quake rerelease compatib...
[xonotic/darkplaces.git] / vid.h
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-17 cloudwalkRename qboolean to qbool
2020-06-15 cloudwalkProperly implement borderless windowed mode support
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2018-08-12 havocUse GL3.2 Core Profile context.
2018-08-12 havocA bit more cleanup.
2018-08-12 havocRefactored VID_CheckExtensions and GL_Init to GL_Setup.
2018-07-31 havocRemove some unused stuff related to glDrawRangeElements.
2018-07-29 havocAdd gl_debug cvar, if enabled the GL context will have...
2018-06-30 havocChange MAX_TEXTUREUNITS from 16 to 32 - this fixes...
2018-05-22 havocRename RENDERPATH_GL20 to RENDERPATH_GL32.
2018-05-20 havocJust assume GL_ARB_texture_non_power_of_two and a numbe...
2018-05-06 havocRemove r_vertexgeneric_t, r_vertexmesh_t, vid.interleav...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-04-20 havocRemove all render paths except GL20/GLES2. This means...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2017-04-23 havocRemoved the gray-out behavior on the gamma settings...
2016-08-28 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2014-10-04 divverentImplement GPU-side corona fading
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-04-16 havocuse int not qboolean for glshaderversion
2013-02-28 havocimplemented use of GL_ARB_uniform_buffer_object for...
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-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-05-18 havocimplemented support for Windows XInput (using different...
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-18 havocadded RENDERPATH_GLES1
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-03-13 divverentproperly detect glsl 1.3 support
2011-02-26 havocadded support for SDL_Window API but it is disabled...
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-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-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...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-03-31 molivierRemoved GL_OpenLibrary and GL_CloseLibrary from "vid...
2004-12-19 havocGLX mode now supports GLX_SGI_swap_control for vid_vsync
2004-09-11 tomazAdded vid_vsync cvar and also to put it in the video...
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-01-01 knghtbrdMoved an extern to the proper header.
2003-12-07 havocremoved vid_allowhwgamma variable because vid_activewin...
2003-11-19 blackvid_hardwaregammasupported is now a read-only cvar
2003-10-07 havoccd audio now tied to sound system
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-03-09 havocGL_NV_vertex_array_range support added, but disabled...
2003-03-07 havocmenu.c - changed M_DrawSlider to take a value and a...
2002-11-08 havocElric's changes:
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-26 havocthis commit adds video mode switching, and preferred...
2002-09-23 havocVID_CompareMode removed
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
next