summaryrefslogtreecommitdiff
path: root/src/gallium/targets/libgl-gdi
AgeCommit message (Expand)AuthorFilesLines
2023-12-18libgl-gdi: Update wgl test to set debug flags needed for testsJesse Natalie1-0/+2
2023-12-18libgl-gdi: Update wgl test to use a 32bit framebufferJesse Natalie1-1/+1
2023-08-02util/meson: Getting mesa util core to be self containedYonggang Luo1-1/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-7/+7
2023-03-10meson: inline gtest_test_protocol now that it's always 'gtest'Eric Engestrom1-1/+1
2023-01-19wgl: Add support for Xbox GDK.Caleb Cornett1-0/+5
2022-11-11meson: Refactoring shared gen_vs_module_defs_normal_command outYonggang Luo1-3/+1
2022-10-20meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_argsYonggang Luo1-0/+1
2022-08-08wgl: Release the context before deleting it in wglDeleteContextCaleb Cornett1-0/+1
2022-07-14Fix static glapi on WindowsJesse Natalie1-1/+1
2022-06-23meson: Enable wgl tests on mingwYonggang Luo1-16/+13
2022-06-16meson: Using get_argument_syntax as the `--compiler_id` option for gen_vs_mod...Yonggang Luo1-1/+1
2022-06-03d3d12/wgl/test: Fixes wgl_tests.cpp for d3d12 with mingwYonggang Luo1-0/+1
2022-04-28d3d12: Add a unit test for context reset recoveryJesse Natalie1-0/+68
2022-04-19win32: Fixes 32 bits visual studio module definition files by add script gen_...Yonggang Luo4-754/+398
2021-10-16meson: use gtest protocol for gtest based tests when possibleDylan Baker1-0/+1
2021-09-21wgl: fix 32 bits mingw exportsMichel Zou2-2/+363
2021-09-08wgl: Refactor drivers to a libgallium_wgl.dllJesse Natalie2-338/+5
2021-09-08wgl: Make overridden entrypoints local to stw_ext_contextJesse Natalie1-19/+2
2021-09-08wgl: Move wgl* non-extension definitions to libgl-gdiJesse Natalie3-1/+483
2021-09-08wgl: Move opengl32.def to target instead of frontendJesse Natalie2-1/+389
2021-09-08wgl: Fix unit test when using shared glapiJesse Natalie1-0/+6
2021-08-10wgl: Add a driver name for driconfJesse Natalie1-1/+12
2021-06-24libgl-gdi: add missing includeErik Faye-Lund1-0/+1
2021-05-13wgl: Remove opengl32.mingw.def.Jose Fonseca1-20/+29
2021-04-01wgl, d3d12: Add a d3d12-specific test for swapchain leaksJesse Natalie2-0/+82
2021-04-01wgl: Add unit test infrastructure for OpenGL32.dll on WindowsJesse Natalie2-0/+139
2021-03-20scons: Remove.Jose Fonseca1-55/+0
2021-02-12wgl: Disable automatic use of layered drivers with LIBGL_ALWAYS_SOFTWAREJesse Natalie1-1/+3
2021-02-12wgl: Add a loop for screen creation with an ordered list of fallbacksJesse Natalie1-19/+27
2021-02-12wgl: Refactor screen creation to a functionJesse Natalie1-39/+42
2020-12-14gallium: Add optional pipe_context to flush_frontbufferJesse Natalie1-3/+5
2020-12-03gallium/targets/libgl-gdi: prefer d3d12 driverErik Faye-Lund1-1/+3
2020-11-18d3d12: Implement winsys framebufferJesse Natalie1-0/+14
2020-11-18wgl: Add stw_winsys callback to check which PFD flags should be addedJesse Natalie1-1/+13
2020-11-18d3d12: Add D3D12 WGL winsysLouis-Francis Ratté-Boulianne2-10/+5
2020-11-18wgl: Implement get_adapter_luid callbackJesse Natalie1-0/+19
2020-11-18wgl: Marshal HDC into screen creation and LUID queryingJesse Natalie1-2/+2
2020-11-18d3d12: Pipe adapter LUID from callbacks to D3D12 screen initJesse Natalie1-1/+6
2020-11-18libgl-gdi: add zink supportMichel Zou2-1/+22
2020-11-10d3d12: introduce d3d12 gallium driverErik Faye-Lund2-0/+21
2020-11-09libgl-gdi: support building without softpipeErik Faye-Lund2-5/+12
2020-09-15libgl-gdi: Fix unused-variable warnings.Vinson Lee1-0/+4
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák2-5/+5
2020-03-30scons: Prune out unnecessary targets.Jose Fonseca1-4/+0
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2019-10-10meson: build libgl-gdi targetDylan Baker1-0/+45
2019-09-16gallium/gdi: use GALLIUM_FOO rather than HAVE_FOOErik Faye-Lund2-10/+10
2018-10-19scons: Remove gles option.Jose Fonseca1-6/+0