]> icculus.org git repositories - divverent/darkplaces.git/history - vid_shared.c
added 1f and 4f glTexCoord/glMultiTexCoord function declarations
[divverent/darkplaces.git] / vid_shared.c
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.
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-17 blackUpdated some builtin parameter lists, added 2 functions...
2003-10-07 havoccd audio now tied to sound system
2003-09-21 havocr_colorscale gone, v_overbrightbits (cvar which control...
2003-09-19 havocTomaz's awesome new GeForce3 water effect, thanks!
2003-08-28 havocv_hwgamma is now saved to config (Andreas Kirsh suggest...
2003-07-13 havocGL_EXT_texture_filter_anisotropic support (thanks zinx!)
2003-07-02 havocadded support for GAME_GOODVSBAD2
2003-07-01 havocredesigned how the renderer handles much of it's state...
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...
2003-02-27 havocchanged TEXF_CLAMP to use GL_CLAMP_TO_EDGE (GL_EXT_text...
2003-01-31 havoclimited pitch range to that of quake
2002-12-11 havocI guess those glLoadIdentity calls were more important...
2002-12-09 havocremoved glLoadIdentity calls (they were all useless...
2002-11-29 havoc-width and -height can now be used alone (instead of...
2002-11-08 havocElric's changes:
2002-11-07 havocdon't allow stencil without bitsperpixel 32
2002-11-03 havocadded support for glPolygonOffset (not used though)
2002-10-28 havocimplemented scissor rect clipping of lights in realtime...
2002-10-22 havocdon't use 3d textures on drivers that don't explicitly...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-06 havocnow checks for both TexImage3D built into the OpenGL...
2002-10-06 havocdetect 3D textures as GL_EXT_texture3D again
2002-10-06 havoc3D attenuation texture works now
2002-10-04 havoc1D, 3D, and cubemap textures are now supported (in...
2002-09-30 havocbmodel shadow volumes
2002-09-30 havocgl backend now has functions for color array and flat...
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 havocdefault to 640x480x16 again, just for consistency with...
2002-09-23 havocVID_CompareMode removed
2002-09-23 havocalmost completely rewrote vid_wgl's mode code, there...
2002-09-12 havocmanually inlined GL_LockArray and GL_UnlockArray in...
2002-09-11 havocVID_Init now takes mode settings (fullscreen, width...
2002-09-06 havocnow uses hardware transforms
2002-08-05 havocconsistency fix for GL_EXT_draw_range_elements - don...
2002-08-03 havocnow entirely dynamic OpenGL binding
2002-08-02 havoccleaned up vid_glx.c somewhat, it can now quit properly...
2002-08-01 havoccleaned up glDrawRangeElements limit checking a bit...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-16 lordhavocnow fetchs wgl functions
2002-05-15 lordhavocchange a lot of calls from gl to qgl
2002-05-14 lordhavocsearch for GL functions using GetProcAddress on win32...
2002-05-04 lordhavocmostly dynamic GL binding (more needs to be done, but...
2002-04-30 lordhavocdisabled lookup of unused multitexture function (glMult...
2002-02-28 lordhavocfixed some majorly messed up fixes to the angle clamping
2002-02-28 lordhavoccleaned up mouse input system
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-25 lordhavocadded in_pitch_min and in_pitch_max cvars to limit...
2002-01-16 lordhavocfix for missing (byte *) cast, and fix for WIN32 functi...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-11-02 lordhavocfixed gl_combine so it is enabled by default (if present)
2001-11-02 lordhavocremoved support for GL_SGIS_multitexture (ancient)
2001-10-30 lordhavocadded support for GL_ARB_texture_env_combine, currently...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-17 lordhavocadded force_centerview to glx (by moving it to vid_shared)
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...
2000-12-09 lordhavocbmodel rotation physics now work
2000-11-17 lordhavocupdated to version 1.50, build 75.
2000-09-06 lordhavocLinux GLX, a lot of code shrinkage/cleanup, assembly...
2000-08-22 lordhavocInitial revision