]> icculus.org git repositories - divverent/darkplaces.git/history - vid_shared.c
Don't generate tangent vectors when GLSL is off, small improvement to anim caching..
[divverent/darkplaces.git] / vid_shared.c
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...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-09-01 havocchanged description for gl_finish cvar according to...
2006-07-03 havocforce a gamma update if v_hwgamma value changes between...
2006-07-03 havocadded v_hwgamma 2 (forced gamma, ignores driver returni...
2006-06-23 havocfix gamma 'flicker' bug caused by gamma_forcenextframe...
2006-06-22 havocfix some stupid bugs in gamma update code (why didn...
2006-06-12 havocmodified VID_RestoreSystemGamma to force a gamma update...
2006-06-07 havocignore GL_EXT_texture3D extension if it reports a bogus...
2006-05-29 havocfixed repeated gamma ramp setting attempts in case...
2006-05-28 havocfix bug that caused constant gamma ramp setting in...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-18 havocrewrote timing code, now a much better and very differe...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-04-02 havocsome cleanup of the GLSL shader, no longer uses #ifdef...
2006-03-29 havocadded rampsize parameter to BuildGammaTable8 and 16
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-26 havoceliminated the hacky r_showtris code, now r_glsl 1...
2006-03-21 havocremoved detection of GL_NV_texture_shader extension...
2006-02-01 havocadded description string to all cvars and commands
2006-01-11 havocadded DrawQ_Line/DrawQ_Lines/DrawQ_LineWidth patch...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-11-17 havocmade gl_max_size cvar only affect TEXF_PICMIP textures...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-08-10 havocrenamed r_shadow_geforcefxlowquality to r_shadow_usehal...
2005-05-14 havocgl_combine cvar is no longer saved
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
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-04-18 havocchanged in_pitch_min and in_pitch_max defaults to ...
2005-03-21 havocadded 1f and 4f glTexCoord/glMultiTexCoord function...
2005-03-09 molivierMoved audio CD initialization / finalization out of...
2005-01-21 havocdisable vid_vsync by default
2005-01-21 havocif hardware gamma setting fails, try to restore system...
2004-12-19 havocGLX mode now supports GLX_SGI_swap_control for vid_vsync
2004-12-18 havocmade sensitivity affect cl_prydoncursor
2004-12-01 havocchanged a lot of Con_DPrint/Con_DPrintf calls to Con_Pr...
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-10-03 havocremove support for GL_NV_vertex_array_range as it's...
2004-09-26 tomazFixed some errors in the vid_vsync code.
2004-09-11 tomazAdded vid_vsync cvar and also to put it in the video...
2004-08-23 havocadded GL_ARB_shader_objects, GL_ARB_shading_language_10...
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-05-14 havocTomaz fixed the stencil support (I had accidentally...
2004-05-12 havocTomaz's patch to ask the driver for a gl_texture_anisot...
2004-03-22 havocuncommented a lot of GL functions
2004-03-10 havocnow supports GL_EXT_stencil_two_side extension (found...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-01-26 havocimproved handling of video mode failures
2004-01-20 havoc-safe now implies -window and disables all GL extension...
2004-01-01 knghtbrdUndo moving cl_available. This really doesn't belong...
2004-01-01 knghtbrdMoved an extern to the proper header.
2004-01-01 knghtbrdMoved cl_available definition to vid_shared.c
2003-12-07 havocadded an easteregg (v_psycho), thanks to Zinx Verituse...
2003-12-07 havocremoved vid_allowhwgamma variable because vid_activewin...
2003-11-19 blackvid_hardwaregammasupported is now a read-only cvar
2003-11-19 havocignore vid_restart commands in configs
2003-10-30 blackAdded 2(3) builtin functions.
next