]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_shared.c
Change darkplaces email address to darkplacesengine (on gmail) since
[xonotic/darkplaces.git] / vid_shared.c
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-08-28 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2014-10-04 divverentImplement GPU-side corona fading
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-04-17 havocset vid_stereobuffer cvar based on whether GL_STEREO...
2013-02-28 havocimplemented use of GL_ARB_uniform_buffer_object for...
2012-12-25 eihrulallow framebuffer objects to be used where non-power...
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-01-22 divverentWORKAROUND: turn off vid.support.ext_framebuffer_object...
2012-01-16 eihrulflip dpsoftrast's texture memory layout so it matches...
2012-01-16 divverentworkaround for upside down bug in dpsoftrast: turn...
2011-11-30 havocbind to GL_ARB_framebuffer_object functions correctly...
2011-11-02 havocsupport GL_ARB_framebuffer_object, with GL_EXT_framebuf...
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-31 havocadded R_LoadTextureRenderbuffer for creating renderbuff...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-26 havocvid_soft_threads 8 by default because excessive threads...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 divverentmore sRGB simplification
2011-10-21 divverentuse the correct sRGB conversion for the gamma ramps
2011-10-21 divverentvid_sRGB_fallback: now 3 is unconditional, and 2 also...
2011-10-20 divverentmake the sRGB fallback cvar controlled (and off by...
2011-10-16 divverentproperly detect vid.samples value if overridden by...
2011-10-16 havocif vid_samples is > 1 then do not use fbo view or water...
2011-10-16 divverentfor now, turn off FBO if multisampling as their combina...
2011-08-24 eihrulfix bugs introduced by r11262
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-31 vortexr_glsl_deluxemapping 2 support for vertexlit surfaces...
2011-06-13 divverentfix detection of multisampling for ATC
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-03 havoccheck OpenGL 2.0 version again, rather than supporting...
2011-05-19 havocadded JOY_UP/DOWN/LEFT/RIGHT keys which are a more...
2011-05-19 havocXInput code path no longer emulates arrow keys in menu...
2011-05-18 havocdisable VorteX's multisample setup code because it...
2011-05-18 havocimplemented support for Windows XInput (using different...
2011-05-13 vortexMultisampling initialisation moved from vid_sdl to...
2011-05-08 vortexGL_ARB_multisampling defs (vid_multisampling) and alpha...
2011-05-08 havocdon't bother using GL_ARB_texture_non_power_of_two...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-03 havoccheck GL_ARB_fragment_shader
2011-05-03 havocreworked GL shader detection a bit, now works on Mac...
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-03-12 divverentfix offset/reliefmapping by using the proper miplevel...
2011-02-26 havocadded support for SDL_Window API but it is disabled...
2011-02-25 havocreworked the entire config loading system for the gamed...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-08 havocDPiOS almost works now...
2011-02-07 havocadded RENDERPATH_GLES2
2011-02-06 havociOS support in progress - accommodating GLES...
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 compilation of sdl and server builds when SUPPORTD3...
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-21 havocremove some gl functions that are not used
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-09 havocrenderer now uses vid.renderpath to select rendering...
2009-12-08 havocsome cleanup
2009-12-08 havocminor cleanup
2009-12-08 havocconverted all code using gl_support_* variables to...
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-12-07 havocfix a warning (gl_driver is not a pointer)
2009-12-05 vortexAdd several gl_info_ cvars which holds gl_vendor, gl_dr...
2009-11-29 havocremoved 1D texture management code, not used by anything
2009-10-16 havocadded r_shadow_dot3 cvar to control whether GL1.3 hardw...
2009-10-16 havocturn off gl_combine by default, it's just too nasty...
2009-10-01 eihrulautomagically select best shadowmapping filter mode...
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-05 divverentadd bounds check to menu function to query resolutions
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-06-11 divverentv_contrastboost: unclamp
2009-05-31 divverentmake DP run in wine again
2009-05-27 divverentpatch by parasti; changes to his patch: no per function...
2009-03-26 divverentonly enable nonpoweroftwo textures if GL_MAX_VERTEX_TEX...
2009-02-12 havocimplemented occlusion query support on corona rendering...
2009-01-31 divverentmore fullscreen cleanup
2008-10-04 havocdisabled GL_ARB_texture_non_power_of_two on Mac OS...
2008-05-08 havocdefault in_client_mouse to true again to fix Nexuiz...
next