]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid.h
add prvm_uint_t type
[xonotic/darkplaces.git] / vid.h
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...
2002-09-22 havocVID_Init now takes an int bpp parameter
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-09-11 havocVID_Init now takes mode settings (fullscreen, width...
2002-08-02 havoccleaned up vid_glx.c somewhat, it can now quit properly...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-02-28 lordhavoccleaned up mouse input system
2002-02-25 lordhavocadded in_pitch_min and in_pitch_max cvars to limit...
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2001-12-04 lordhavocrewrote RecursiveHullCheck, no longer gets stuck on...
2001-11-02 lordhavocremoved support for GL_SGIS_multitexture (ancient)
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-05-26 lordhavocsome whitespace changes
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-01-28 lordhavocVID_CheckMultiTexture case was wrong (now VID_CheckMult...
2000-12-09 lordhavocbmodel rotation physics now work
2000-09-06 lordhavocVarious graphical tweaks (mainly particle related)...
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-22 lordhavocInitial revision