aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-1331-7888/+0
* st/wgl: allocate and resolve msaa-texturesErik Faye-Lund2020-05-071-6/+79
* st/wgl: pass st_context_iface into stw_st_framebuffer_present_lockedErik Faye-Lund2020-05-073-5/+8
* util/os_memory: never use os_memory_debug.hErik Faye-Lund2020-05-071-8/+0
* wgl: silence some cast-warningsErik Faye-Lund2020-04-162-4/+4
* wgl: do not create screen from DllMainErik Faye-Lund2020-04-023-7/+31
* wgl: move screen-init to a helperErik Faye-Lund2020-04-021-12/+19
* wgl: drop unused memberErik Faye-Lund2020-04-022-4/+2
* wgl: drop pointless debug_printfErik Faye-Lund2020-04-021-2/+0
* wgl: use gldrv.h instead of stw_icd.hJesse Natalie2020-03-2710-647/+33
* wgl: add official gldrv.h header-fileJesse Natalie2020-03-271-0/+589
* util: move debug_memory_{begin,end} to os_memory_debug.hErik Faye-Lund2020-02-241-1/+0
* st/wgl: eliminate implicit cast warningErik Faye-Lund2020-01-141-2/+4
* st/mesa: add a notify_before_flush callback param to flushPierre-Eric Pelloux-Prayer2019-12-102-3/+4
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-142-2/+2
* meson: build wgl state trackerDylan Baker2019-10-101-0/+57
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-222-8/+8
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-2/+2
* st/wgl: init a variable to silence MinGW warningBrian Paul2019-03-041-1/+1
* gallium/util: move memory debug declarations into u_debug_galliumDylan Baker2018-10-301-0/+1
* scons: Remove gles option.Jose Fonseca2018-10-191-3/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-1/+2
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+1
* st/wgl: check for NULL piAttribList in wglCreatePbufferARB()Charmaine Lee2018-07-061-39/+41
* st/wgl: check if WGL_SWAP_INTERVAL is defined in wglSwapIntervalEXT()Brian Paul2018-03-302-2/+2
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-252-5/+5
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-1/+1
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-251-1/+1
* gallium/wgl: fix default pixel format issueFrank Richter2017-11-151-2/+21
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer2017-10-181-3/+1
* st/wgl: check for negative delta in wait_swap_interval()Frank Richter2017-08-161-2/+5
* st/mesa: create framebuffer iface hash table per st managerCharmaine Lee2017-07-242-0/+4
* st/mesa: add destroy_drawable interfaceCharmaine Lee2017-07-201-1/+5
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-111-1/+3
* st/wgl: Implement wglUseFontBitmaps.Olivier Lauffenburger2017-07-061-16/+49
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-061-7/+29
* gallium/wgl: Allow context creation even if SetPixelFormat() wasn't calledFrank Richter2017-06-091-1/+7
* st/wgl: whitespace, formatting fixes in stw_device.cBrian Paul2017-05-251-12/+9
* st/wgl: whitespace, formatting fixes in stw_pixelformat.cBrian Paul2017-04-281-72/+62
* st/wgl: allow WGL_BIND_TO_TEXTURE_RGB_ARB for RGBA visualsCharmaine Lee2017-04-281-2/+2
* st/wgl: use ARRAY_SIZE() macro in wglChoosePixelFormatARB()Brian Paul2017-04-281-1/+1
* st/wgl: whitespace/formatting fixes in stw_ext_pixelformat.cBrian Paul2017-04-281-59/+52
* st/wgl: sort strings in stw_extension_string[] arrayBrian Paul2017-04-071-3/+3
* st/wgl: pseudo-implementation of WGL_EXT_swap_controlBrian Paul2017-04-077-12/+86
* st/wgl: Replace variable name hdc with hDrawDCNeha Bhende2017-03-312-10/+10
* st/wgl: add support for WGL_ARB_make_current_readBrian Paul2017-03-318-16/+107
* stw/wgl: add null context check in wglBindTexImageARB()Brian Paul2017-03-311-0/+6
* st/wgl: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+3
* st/wgl: flush with ST_FLUSH_WAIT before releasing shared contextsCharmaine Lee2017-02-182-2/+15