2011-06-30 |
havoc | don't spam joy_active notices with developer_extra |
blob | commitdiff | raw |
2011-05-23 |
vortex | Multisampling initialisation moved from vid_sdl to... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
havoc | implemented support for Windows XInput (using different... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
vortex | UNMERGE! Multisampling initialisation moved from vid_sd... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
vortex | Multisampling initialisation moved from vid_sdl to... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
vortex | UNMERGE! Multisampling initialisation moved from vid_sd... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
vortex | Multisampling initialisation moved from vid_sdl to... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
vortex | OpenGL 2.0 path: Make handling of Alpha-To-Coverage... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
vortex | GL_ARB_multisampling defs (vid_multisampling) and alpha... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | added vid_sRGB cvar, this replaces the r_texture_sRGB... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
havoc | fix a compile error in my last edit for OSX |
blob | commitdiff | raw | diff to current |
2011-05-01 |
havoc | don't override dock icon on OSX |
blob | commitdiff | raw | diff to current |
2011-04-29 |
havoc | changed vid_hasfocus check to use SDL_APPINPUTFOCUS... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
havoc | refactored the SDL_WM_SetCaption and SDL_WM_SetIcon... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
havoc | disabled glBegin, glEnd, glPolygonMode wrapper function... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
havoc | added RENDERPATH_GLES1 |
blob | commitdiff | raw | diff to current |
2011-04-19 |
havoc | separate out the GLES2 stuff from the iphone stuff |
blob | commitdiff | raw | diff to current |
2011-04-18 |
havoc | undo an accidental r_test commit in vid_sdl.c |
blob | commitdiff | raw | diff to current |
2011-04-10 |
havoc | implemented support for GL_EXT_texture_sRGB to preserve... |
blob | commitdiff | raw | diff to current |
2011-04-05 |
eihrul | use ASYNCBLIT by default |
blob | commitdiff | raw | diff to current |
2011-04-03 |
havoc | added GL_Finish function in backend, to centralize... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
havoc | WGL client can now use DPSOFTRAST, added thread_win... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
divverent | sys_linux, sys_sdl: support options -noterminal and... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
havoc | hush some unrecognized SDL event type warnings |
blob | commitdiff | raw | diff to current |
2011-03-30 |
havoc | added joy_axiskeyevents_deadzone cvar which makes the... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
havoc | improved vid_touchscreen - it now adapts to screen... |
blob | commitdiff | raw | diff to current |
2011-03-12 |
divverent | fix offset/reliefmapping by using the proper miplevel... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Rudolf Polzer | ::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff... |
blob | commitdiff | raw | diff to current |
2011-03-06 |
havoc | fix a warning about an unsigned array on ios |
blob | commitdiff | raw | diff to current |
2011-03-02 |
havoc | we don't like typos in cvar descriptions |
blob | commitdiff | raw | diff to current |
2011-03-01 |
havoc | fix two compile errors in D3D9 build |
blob | commitdiff | raw | diff to current |
2011-02-28 |
havoc | fix compilation on SDL 1.2 again |
blob | commitdiff | raw | diff to current |
2011-02-27 |
havoc | experimental touchscreen support, intended for mobile... |
blob | commitdiff | raw | diff to current |
2011-02-26 |
havoc | added support for SDL_Window API but it is disabled... |
blob | commitdiff | raw | diff to current |
2011-02-12 |
Rudolf Polzer | ::stable-branch::reset=83d0515e854d7acf232a792868fe330b... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
havoc | removed unmaintained CgGL rendering path |
blob | commitdiff | raw | diff to current |
2011-02-08 |
havoc | DPiOS almost works now... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
eihrul | factor out thread interface from dpsoftrast |
blob | commitdiff | raw | diff to current |
2011-02-07 |
havoc | made GLES2 gl call wrappers compile again |
blob | commitdiff | raw | diff to current |
2011-02-07 |
havoc | added qglVertexAttrib and other missing functions on... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
havoc | added RENDERPATH_GLES2 |
blob | commitdiff | raw | diff to current |
2011-02-06 |
eihrul | band interlacing option (vid_soft_interlace) |
blob | commitdiff | raw | diff to current |
2011-02-06 |
havoc | iOS support closer to working |
blob | commitdiff | raw | diff to current |
2011-02-06 |
havoc | iOS support in progress - accommodating GLES... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
havoc | changed use of GL_ARB_fragment_shader and friends to... |
blob | commitdiff | raw | diff to current |
2011-02-03 |
eihrul | only force flushing on a texture update if a texture... |
blob | commitdiff | raw | diff to current |
2011-02-03 |
eihrul | detect whether dpsoftrast is being built with SDL |
blob | commitdiff | raw | diff to current |
2011-02-03 |
eihrul | threading and more SSE2 optimizations for dpsoftrast |
blob | commitdiff | raw | diff to current |
2011-02-02 |
havoc | don't use MacOSX-specific code with __IPHONEOS__ defined |
blob | commitdiff | raw | diff to current |
2011-01-30 |
havoc | added SDL 1.3 support |
blob | commitdiff | raw | diff to current |
2011-01-28 |
eihrul | don't report texture compression support in softrast... |
blob | commitdiff | raw | diff to current |
2011-01-26 |
eihrul | only respect vid_soft variable if SSE2_PRESENT is defined |
blob | commitdiff | raw | diff to current |
2011-01-24 |
havoc | fix some compile errors on vid_sdl.c when compiling... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
eihrul | fix some crashes related to video subsystem not being... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
havoc | added DPSOFTRAST software rasterizer, a work in progress |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Rudolf Polzer | ::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb... |
blob | commitdiff | raw | diff to current |
2010-11-09 |
vortex | add joy_axiskeyevents cvar which turns on engine-side... |
blob | commitdiff | raw | diff to current |
2010-11-09 |
vortex | add joy_axiskeyevents cvar which turns on engine-side... |
blob | commitdiff | raw | diff to current |
2010-11-05 |
divverent | copy the apple_mouse_noaccel hack into vid_sdl too |
blob | commitdiff | raw | diff to current |
2010-08-27 |
divverent | PROPERLY load the icon in SDL/X11 |
blob | commitdiff | raw | diff to current |
2010-08-27 |
divverent | PROPERLY load the icon in SDL/X11 |
blob | commitdiff | raw | diff to current |
2010-08-27 |
divverent | vid_sdl: also upload a smooth netwm icon if possible... |
blob | commitdiff | raw | diff to current |
2010-08-27 |
divverent | vid_sdl: also upload a smooth netwm icon if possible... |
blob | commitdiff | raw | diff to current |
2010-08-27 |
divverent | SDL: also use a non-XPM icon darkplaces-icon.tga but... |
blob | commitdiff | raw | diff to current |
2010-08-27 |
divverent | SDL: also use a non-XPM icon darkplaces-icon.tga but... |
blob | commitdiff | raw | diff to current |
2010-07-27 |
divverent | Linux SDL/GLX: allow loading the icon from .xpm at... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
divverent | Linux SDL/GLX: allow loading the icon from .xpm at... |
blob | commitdiff | raw | diff to current |
2010-07-03 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
blob | commitdiff | raw | diff to current |
2009-12-07 |
havoc | removed gl_videosyncavailable variable because on all... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
havoc | changed VID_InitMode to take a viddef_mode_t structure... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
havoc | added r_renderview cvar (similar to scr_refresh but... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
divverent | --Trninghis line, and those below, will be ignored-- |
blob | commitdiff | raw | diff to current |
2009-08-20 |
divverent | fix all the () problems, and make gcc warn for them |
blob | commitdiff | raw | diff to current |
2009-08-20 |
havoc | Fix warnings in div0's commits using functions with... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
divverent | snd_mutewhenidle 0: do NOT still mute when app is hidde... |
blob | commitdiff | raw | diff to current |
2009-08-14 |
divverent | remove wait states for SDL |
blob | commitdiff | raw | diff to current |
2009-08-14 |
divverent | SDL/Win32: queue a vid_restart if resized; this should... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
divverent | fix crash in SDL mode listing |
blob | commitdiff | raw | diff to current |
2009-08-05 |
divverent | glx, sdl, wgl: autodetect all supported video modes... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
divverent | thanks |
blob | commitdiff | raw | diff to current |
2009-07-08 |
havoc | fixed several warnings that appear with -std=gnu99... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
havoc | changed r_speeds glFinish to only occur when set to... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
divverent | more fullscreen cleanup |
blob | commitdiff | raw | diff to current |
2008-05-10 |
havoc | renamed VID_GrabMouse to VID_SetMouse as it now takes... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
havoc | fixed several bugs with mouse grabbing |
blob | commitdiff | raw | diff to current |
2008-05-08 |
havoc | implemented support for turning off mousegrab in csqc... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
havoc | renamed IN_Activate to VID_GrabMouse and made it a... |
blob | commitdiff | raw | diff to current |
2008-05-07 |
havoc | centralized GL_VENDOR/GL_RENDERER/etc printing code |
blob | commitdiff | raw | diff to current |
2008-03-01 |
havoc | clear some variables when VID_Shutdown is called (the... |
blob | commitdiff | raw | diff to current |
2008-03-01 |
havoc | make sure that gl_extensions and gl_platformextensions... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
havoc | audited PixelFormat setup code and made it request... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
havoc | slight cleanup of Sys_EventFilter |
blob | commitdiff | raw | diff to current |
2008-02-14 |
havoc | implemented vid_samples cvar (antialiasing samples... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
havoc | added vid_vsync control in SDL |
blob | commitdiff | raw | diff to current |
2008-02-06 |
divverent | disable joystick by default, and make joy_enable saved; |
blob | commitdiff | raw | diff to current |
2008-02-04 |
havoc | huge audit of dprints throughout engine, all notices... |
blob | commitdiff | raw | diff to current |
2007-12-25 |
havoc | changed cl_ignoremousemove from a qboolean to an int... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | reverted code that used vid_grabkeyboard for SDL input... |
blob | commitdiff | raw | diff to current |
next |