]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_shared.c
disable offsetmapping where TEXF_ALPHA is not set and no height bias exists
[xonotic/darkplaces.git] / vid_shared.c
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...
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-03-01 havocfixed GL_CheckExtension to not even bother checking...
2008-02-26 resChange GLX visual acquisition to also try without sampl...
2008-02-14 havocfix a typo
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-01 divverent- vid_userefreshrate: when 0, a sane default is tried...
2008-01-29 divverentfix warning
2008-01-29 divverentv_glslgamma: make GLSL postprocessing take over the...
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...
2008-01-29 divverentv_contrastboost, and support for the color control...
2008-01-27 havocadded a TODO comment about blacklisting GL_ARB_texture_...
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-11-09 divverentupdate Blub's SDL patch
2007-11-08 havochush a bogus warning on startup on pre-OpenGL 2.0 drivers
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-05-01 havocdefault vid_grabkeyboard to 0, it's already forced...
2007-04-03 havocadded detection of VBO extension
2007-03-17 havocreenabled vid_grabkeyboard by default until the focus...
2007-03-12 havoccorrected some comments
2007-03-12 havocadded vid_grabkeyboard cvar which defaults to 0, this...
2007-03-02 havocreworked cvar checks in VID_UpdateGamma to simply set...
2007-01-21 havocreorganized view rendering setup code a bit to reduce...
2007-01-11 havocimplemented detection of GL_EXT_blend_subtract
2006-12-19 havocsupport for GL_ARB_texture_non_power_of_two extension...
2006-11-30 havocfunky interlacing-like rendering feature from div0...
next