aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/wgl: make own_mutex() non-staticBrian Paul2016-06-302-4/+7
* st/wgl: remove unneeded inline qualifiersBrian Paul2016-06-302-4/+4
* st/wgl: add a stw_device::initialized fieldBrian Paul2016-06-303-24/+35
* st/wgl: refactor framebuffer locking codeBrian Paul2016-06-304-51/+68
* st/wgl: rename curctx to old_ctx in stw_make_current()José Fonseca2016-06-301-8/+8
* st/wgl: release the pbuffer DC at the end of wglBindTexImageARB()Brian Paul2016-06-301-1/+6
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-5/+5
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul2015-11-121-0/+4
* st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-121-0/+1