]> git.xonotic.org Git - xonotic/darkplaces.git/history - vid_shared.c
build: minor adjustments
[xonotic/darkplaces.git] / vid_shared.c
7 days ago bones_was_herevid: [Windows] enable vid_ignore_taskbar by default
7 days ago bones_was_herevid: don't overwrite vid_width and vid_height when...
7 days ago bones_was_herevid: enable vid_resizable by default
2024-03-02 CloudwalkRevert renamings from 591877ee0c64958303dcbb4f2af3d343a...
2024-01-28 bones_was_heresys: improve error and crash handling
2024-01-20 bones_was_herecom: rename BSD strlcpy and strlcat
2023-11-08 bones_was_herevid: move sound start/restart out of video start/restart
2023-11-08 bones_was_herevid: add cvar vid_minimize_on_focus_loss
2023-11-08 bones_was_herevid: implement monitor selection with instant cvar...
2023-11-08 bones_was_herevid_vsync: fully support adaptive, remove polling,...
2023-11-08 bones_was_herevid: remove obsolete cvars
2023-10-28 bones_was_hereWork around black texture bug on AMD's Windows driver
2023-10-28 bones_was_hereImplement OpenGL version checking, use it for occlusion...
2023-10-28 bones_was_hereCleanup some legacy cruft in vid_sdl.c
2023-01-20 bones_was_hereMerge MR 'Refactor loading screen and fix it'
2023-01-19 kiwixzRefactor loading screen and fix it 135/head
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2020-10-16 cloudwalkhost: Move out some client and server code
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-07-22 cloudwalkExperimental restoration of GLES2 support. It *might...
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-06-20 cloudwalkAdd missing parens around inline assignment. Fixes...
2020-06-20 cloudwalkRemove vid.samples checks when switching modes. Engine...
2020-06-20 cloudwalkImplement command-line support for setting vid_borderless
2020-06-19 cloudwalkHost_Main improvements. Workaround to avoid crash with...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-15 cloudwalkProperly implement borderless windowed mode support
2020-06-11 cloudwalkInitial implementation of command flag system
2020-05-25 havocForcibly disable the alphatocoverage feature because...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-10-19 divverentRemove the CONFIG_CD macro, and enable faketracks uncon...
2018-09-09 havocRemove a duplicate definition of qglGetPointerv.
2018-08-12 havocUse GL3.2 Core Profile context.
2018-08-12 havocA bit more cleanup.
2018-08-12 havocRefactored VID_CheckExtensions and GL_Init to GL_Setup.
2018-08-12 havocUse SDL_opengl.h and SDL_opengl_ext.h headers instead...
2018-08-05 havocRemove a lot of OpenGL extension checks.
2018-07-31 havocFix gl_debug code which was broken as I didn't copy...
2018-07-31 havocRemove some unused stuff related to glDrawRangeElements.
2018-07-29 havocAdd gl_debug cvar, if enabled the GL context will have...
2018-06-30 havocChange MAX_TEXTUREUNITS from 16 to 32 - this fixes...
2018-05-22 havocClean up GL extensions a bit to only have the stuff...
2018-05-22 havocRename RENDERPATH_GL20 to RENDERPATH_GL32.
2018-05-22 havocAdd more CHECKGLERROR calls, and clean up a few obsolet...
2018-05-22 havocRemove use of glPolygonStipple - it will need to be...
2018-05-20 havocJust assume GL_ARB_texture_non_power_of_two and a numbe...
2018-05-20 havocvid_bitsperpixel is now locked to 32.
2018-05-06 havocRemove r_vertexgeneric_t, r_vertexmesh_t, vid.interleav...
2018-05-02 havocRemove shadowvolume rendering entirely, now shadowmaps...
2018-04-29 havocDefault vid_desktopfullscreen to 1.
2018-04-20 havocRemove all render paths except GL20/GLES2. This means...
2018-04-13 havocMade RENDERPATH_GL20 require fbo support and always...
2018-04-10 havocRemove v_glslgamma cvar (now assumed to be 1) and corre...
2018-04-05 divverentManage resetting the key event state on video reinitial...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2017-04-23 havocRemoved the gray-out behavior on the gamma settings...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-08-28 havocAdded r_shadow_bouncegrid_lightpathsize which is an...
2014-10-04 divverentImplement GPU-side corona fading
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-04-17 havocset vid_stereobuffer cvar based on whether GL_STEREO...
2013-02-28 havocimplemented use of GL_ARB_uniform_buffer_object for...
2012-12-25 eihrulallow framebuffer objects to be used where non-power...
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-01-22 divverentWORKAROUND: turn off vid.support.ext_framebuffer_object...
2012-01-16 eihrulflip dpsoftrast's texture memory layout so it matches...
2012-01-16 divverentworkaround for upside down bug in dpsoftrast: turn...
2011-11-30 havocbind to GL_ARB_framebuffer_object functions correctly...
2011-11-02 havocsupport GL_ARB_framebuffer_object, with GL_EXT_framebuf...
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-31 havocadded R_LoadTextureRenderbuffer for creating renderbuff...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-26 havocvid_soft_threads 8 by default because excessive threads...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 divverentmore sRGB simplification
2011-10-21 divverentuse the correct sRGB conversion for the gamma ramps
2011-10-21 divverentvid_sRGB_fallback: now 3 is unconditional, and 2 also...
2011-10-20 divverentmake the sRGB fallback cvar controlled (and off by...
2011-10-16 divverentproperly detect vid.samples value if overridden by...
2011-10-16 havocif vid_samples is > 1 then do not use fbo view or water...
2011-10-16 divverentfor now, turn off FBO if multisampling as their combina...
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...
next