2024-04-11 |
bones_was_here | vid: [Windows] enable vid_ignore_taskbar by default |
blob | commitdiff | raw |
2024-04-11 |
bones_was_here | vid: don't overwrite vid_width and vid_height when... |
blob | commitdiff | raw | diff to current |
2024-04-11 |
bones_was_here | vid: enable vid_resizable by default |
blob | commitdiff | raw | diff to current |
2024-03-02 |
Cloudwalk | Revert renamings from 591877ee0c64958303dcbb4f2af3d343a... |
blob | commitdiff | raw | diff to current |
2024-01-28 |
bones_was_here | sys: improve error and crash handling |
blob | commitdiff | raw | diff to current |
2024-01-20 |
bones_was_here | com: rename BSD strlcpy and strlcat |
blob | commitdiff | raw | diff to current |
2023-11-08 |
bones_was_here | vid: move sound start/restart out of video start/restart |
blob | commitdiff | raw | diff to current |
2023-11-08 |
bones_was_here | vid: add cvar vid_minimize_on_focus_loss |
blob | commitdiff | raw | diff to current |
2023-11-08 |
bones_was_here | vid: implement monitor selection with instant cvar... |
blob | commitdiff | raw | diff to current |
2023-11-08 |
bones_was_here | vid_vsync: fully support adaptive, remove polling,... |
blob | commitdiff | raw | diff to current |
2023-11-08 |
bones_was_here | vid: remove obsolete cvars |
blob | commitdiff | raw | diff to current |
2023-10-28 |
bones_was_here | Work around black texture bug on AMD's Windows driver |
blob | commitdiff | raw | diff to current |
2023-10-28 |
bones_was_here | Implement OpenGL version checking, use it for occlusion... |
blob | commitdiff | raw | diff to current |
2023-10-28 |
bones_was_here | Cleanup some legacy cruft in vid_sdl.c |
blob | commitdiff | raw | diff to current |
2023-01-20 |
bones_was_here | Merge MR 'Refactor loading screen and fix it' |
blob | commitdiff | raw | diff to current |
2023-01-19 |
kiwixz | Refactor loading screen and fix it |
blob | commitdiff | raw | diff to current |
2021-03-06 |
cloudwalk | sys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend... |
blob | commitdiff | raw | diff to current |
2020-10-16 |
cloudwalk | host: Move out some client and server code |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Unify the command and cvar flags, under the CF_ prefix. |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Rename qboolean to qbool |
blob | commitdiff | raw | diff to current |
2020-09-08 |
cloudwalk | Rename COM_CheckParm to Sys_CheckParm and move it to... |
blob | commitdiff | raw | diff to current |
2020-07-22 |
cloudwalk | Experimental restoration of GLES2 support. It *might... |
blob | commitdiff | raw | diff to current |
2020-07-21 |
cloudwalk | Increase console verbosity so it feels like the engine... |
blob | commitdiff | raw | diff to current |
2020-06-20 |
cloudwalk | Add missing parens around inline assignment. Fixes... |
blob | commitdiff | raw | diff to current |
2020-06-20 |
cloudwalk | Remove vid.samples checks when switching modes. Engine... |
blob | commitdiff | raw | diff to current |
2020-06-20 |
cloudwalk | Implement command-line support for setting vid_borderless |
blob | commitdiff | raw | diff to current |
2020-06-19 |
cloudwalk | Host_Main improvements. Workaround to avoid crash with... |
blob | commitdiff | raw | diff to current |
2020-06-18 |
cloudwalk | Organize system and host globals into structs. Implemen... |
blob | commitdiff | raw | diff to current |
2020-06-15 |
cloudwalk | Properly implement borderless windowed mode support |
blob | commitdiff | raw | diff to current |
2020-06-11 |
cloudwalk | Initial implementation of command flag system |
blob | commitdiff | raw | diff to current |
2020-05-25 |
havoc | Forcibly disable the alphatocoverage feature because... |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2018-10-19 |
divverent | Remove the CONFIG_CD macro, and enable faketracks uncon... |
blob | commitdiff | raw | diff to current |
2018-09-09 |
havoc | Remove a duplicate definition of qglGetPointerv. |
blob | commitdiff | raw | diff to current |
2018-08-12 |
havoc | Use GL3.2 Core Profile context. |
blob | commitdiff | raw | diff to current |
2018-08-12 |
havoc | A bit more cleanup. |
blob | commitdiff | raw | diff to current |
2018-08-12 |
havoc | Refactored VID_CheckExtensions and GL_Init to GL_Setup. |
blob | commitdiff | raw | diff to current |
2018-08-12 |
havoc | Use SDL_opengl.h and SDL_opengl_ext.h headers instead... |
blob | commitdiff | raw | diff to current |
2018-08-05 |
havoc | Remove a lot of OpenGL extension checks. |
blob | commitdiff | raw | diff to current |
2018-07-31 |
havoc | Fix gl_debug code which was broken as I didn't copy... |
blob | commitdiff | raw | diff to current |
2018-07-31 |
havoc | Remove some unused stuff related to glDrawRangeElements. |
blob | commitdiff | raw | diff to current |
2018-07-29 |
havoc | Add gl_debug cvar, if enabled the GL context will have... |
blob | commitdiff | raw | diff to current |
2018-06-30 |
havoc | Change MAX_TEXTUREUNITS from 16 to 32 - this fixes... |
blob | commitdiff | raw | diff to current |
2018-05-22 |
havoc | Clean up GL extensions a bit to only have the stuff... |
blob | commitdiff | raw | diff to current |
2018-05-22 |
havoc | Rename RENDERPATH_GL20 to RENDERPATH_GL32. |
blob | commitdiff | raw | diff to current |
2018-05-22 |
havoc | Add more CHECKGLERROR calls, and clean up a few obsolet... |
blob | commitdiff | raw | diff to current |
2018-05-22 |
havoc | Remove use of glPolygonStipple - it will need to be... |
blob | commitdiff | raw | diff to current |
2018-05-20 |
havoc | Just assume GL_ARB_texture_non_power_of_two and a numbe... |
blob | commitdiff | raw | diff to current |
2018-05-20 |
havoc | vid_bitsperpixel is now locked to 32. |
blob | commitdiff | raw | diff to current |
2018-05-06 |
havoc | Remove r_vertexgeneric_t, r_vertexmesh_t, vid.interleav... |
blob | commitdiff | raw | diff to current |
2018-05-02 |
havoc | Remove shadowvolume rendering entirely, now shadowmaps... |
blob | commitdiff | raw | diff to current |
2018-04-29 |
havoc | Default vid_desktopfullscreen to 1. |
blob | commitdiff | raw | diff to current |
2018-04-20 |
havoc | Remove all render paths except GL20/GLES2. This means... |
blob | commitdiff | raw | diff to current |
2018-04-13 |
havoc | Made RENDERPATH_GL20 require fbo support and always... |
blob | commitdiff | raw | diff to current |
2018-04-10 |
havoc | Remove v_glslgamma cvar (now assumed to be 1) and corre... |
blob | commitdiff | raw | diff to current |
2018-04-05 |
divverent | Manage resetting the key event state on video reinitial... |
blob | commitdiff | raw | diff to current |
2018-04-03 |
havoc | Remove v_hwgamma feature as it is not worth maintaining... |
blob | commitdiff | raw | diff to current |
2017-04-23 |
havoc | Removed the gray-out behavior on the gamma settings... |
blob | commitdiff | raw | diff to current |
2016-09-10 |
havoc | Fix MSVC++ 2015 warnings about variable scope and some... |
blob | commitdiff | raw | diff to current |
2016-08-28 |
havoc | Added r_shadow_bouncegrid_lightpathsize which is an... |
blob | commitdiff | raw | diff to current |
2014-10-04 |
divverent | Implement GPU-side corona fading |
blob | commitdiff | raw | diff to current |
2013-09-17 |
divverent | rename netwmfullscreen to desktopfullscreen; implement... |
blob | commitdiff | raw | diff to current |
2013-08-03 |
divverent | Revert "Revert "Build in subdirs"", as the issues seem... |
blob | commitdiff | raw | diff to current |
2013-07-27 |
divverent | Revert "Make cdda optional, server does not need to... |
blob | commitdiff | raw | diff to current |
2013-07-26 |
nikoli | Make cdda optional, server does not need to play music |
blob | commitdiff | raw | diff to current |
2013-07-17 |
havoc | Steel Storm additions for mobile (EluanCM) |
blob | commitdiff | raw | diff to current |
2013-04-17 |
havoc | set vid_stereobuffer cvar based on whether GL_STEREO... |
blob | commitdiff | raw | diff to current |
2013-02-28 |
havoc | implemented use of GL_ARB_uniform_buffer_object for... |
blob | commitdiff | raw | diff to current |
2012-12-25 |
eihrul | allow framebuffer objects to be used where non-power... |
blob | commitdiff | raw | diff to current |
2012-03-12 |
divverent | introducing "scr_loadingscreen_firstforstartup" |
blob | commitdiff | raw | diff to current |
2012-01-22 |
divverent | WORKAROUND: turn off vid.support.ext_framebuffer_object... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
eihrul | flip dpsoftrast's texture memory layout so it matches... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
divverent | workaround for upside down bug in dpsoftrast: turn... |
blob | commitdiff | raw | diff to current |
2011-11-30 |
havoc | bind to GL_ARB_framebuffer_object functions correctly... |
blob | commitdiff | raw | diff to current |
2011-11-02 |
havoc | support GL_ARB_framebuffer_object, with GL_EXT_framebuf... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
havoc | fix compile errors and warnings in MSVC |
blob | commitdiff | raw | diff to current |
2011-10-31 |
havoc | added R_LoadTextureRenderbuffer for creating renderbuff... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
havoc | added support for GL_EXT_packed_depth_stencil, this... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
havoc | vid_soft_threads 8 by default because excessive threads... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
divverent | more sRGB simplification |
blob | commitdiff | raw | diff to current |
2011-10-21 |
divverent | use the correct sRGB conversion for the gamma ramps |
blob | commitdiff | raw | diff to current |
2011-10-21 |
divverent | vid_sRGB_fallback: now 3 is unconditional, and 2 also... |
blob | commitdiff | raw | diff to current |
2011-10-20 |
divverent | make the sRGB fallback cvar controlled (and off by... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
divverent | properly detect vid.samples value if overridden by... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
havoc | if vid_samples is > 1 then do not use fbo view or water... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
divverent | for now, turn off FBO if multisampling as their combina... |
blob | commitdiff | raw | diff to current |
2011-08-24 |
eihrul | fix bugs introduced by r11262 |
blob | commitdiff | raw | diff to current |
2011-08-03 |
havoc | fix a pile of issues with calling conventions on GLES2... |
blob | commitdiff | raw | diff to current |
2011-07-31 |
vortex | r_glsl_deluxemapping 2 support for vertexlit surfaces... |
blob | commitdiff | raw | diff to current |
2011-06-13 |
divverent | fix detection of multisampling for ATC |
blob | commitdiff | raw | diff to current |
2011-06-08 |
divverent | use subtractive blend equation to support negative... |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | implemented r_transparent_alphatocoverage 2 which promo... |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | reworked use of alphatest - now only GL11/GL13/GLES1... |
blob | commitdiff | raw | diff to current |
2011-06-03 |
havoc | check OpenGL 2.0 version again, rather than supporting... |
blob | commitdiff | raw | diff to current |
2011-05-19 |
havoc | added JOY_UP/DOWN/LEFT/RIGHT keys which are a more... |
blob | commitdiff | raw | diff to current |
2011-05-19 |
havoc | XInput code path no longer emulates arrow keys in menu... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
havoc | disable VorteX's multisample setup code because it... |
blob | commitdiff | raw | diff to current |
next |