aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-222-2/+2
* driconf: drop now unused translation facilityEric Engestrom2020-06-222-2/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-013-3/+4
* glx: omit loader_loader() for macOSEmil Velikov2020-04-151-0/+4
* glx: use anonymous namespace to avoid -Wodr issues when building with LTO ena...Eric Engestrom2020-04-041-6/+8
* glx: fix 630 times -Wlto-type-mismatch when building with LTO enabledEric Engestrom2020-04-041-618/+618
* glx: set the loader_logger early and for everyoneEmil Velikov2020-04-012-2/+4
* meson: glx: drop with_glx == dri checkEmil Velikov2020-04-011-13/+8
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-301-137/+0
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* Revert "glx: convert glx_config_create_list to one big calloc"Andrii Simiklit2020-03-041-26/+37
* glx/drisw: fix shm put image fallbackDave Airlie2020-02-251-4/+3
* glx/drisw: return false if shmid == -1Dave Airlie2020-02-251-0/+3
* glx/drisw: add getImageShm2 pathDave Airlie2020-02-251-6/+16
* glx: print FPS with 2 decimal placesMarek Olšák2020-02-102-2/+2
* drisw: Cache the depth of the X drawableAdam Jackson2020-01-232-3/+32
* dri: Avoid swapbuffer throttling in glXCopySubBufferMESAKenneth Graunke2019-10-051-1/+1
* glx: Log the filename of the drm device if we fail to open itAdam Jackson2019-09-301-1/+1
* drisw: Fix shared memory leak on drawable resizeAndreas Gottschling2019-09-271-0/+2
* drisw: Fix and simplify drawable setupAdam Jackson2019-09-272-36/+7
* drisw: Simplify GC setupAdam Jackson2019-09-272-26/+4
* Revert "glx: Lift sending the MakeCurrent request to top-level code"Adam Jackson2019-09-262-187/+167
* Revert "glx: Implement GLX_EXT_no_config_context"Adam Jackson2019-09-2612-65/+26
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2019-09-2312-26/+65
* glx: Lift sending the MakeCurrent request to top-level codeAdam Jackson2019-09-232-167/+187
* glx: Move vertex array protocol state into the indirect backendAdam Jackson2019-09-232-16/+22
* glx: Fix drawable lookup bugs in glXUseXFontAdam Jackson2019-09-191-16/+6
* glx: Avoid atof() when computing the server's GLX versionAdam Jackson2019-09-191-1/+2
* glx: Remove redundant null check.Bas Nieuwenhuizen2019-09-191-1/+1
* glx: Remove unused indirection for glx_context->fillImageAdam Jackson2019-09-123-21/+9
* glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2019-09-042-1/+9
* Revert "glx: Unset the direct_support bit for GLX_EXT_import_context"Adam Jackson2019-08-301-1/+1
* glx: Unset the direct_support bit for GLX_EXT_import_contextAdam Jackson2019-08-271-1/+1
* glx: Fix up glXQueryGLXPbufferSGIX on macOS.Vinson Lee2019-08-231-1/+0
* glx: Make __glXGetDrawableAttribute return true sometimesAdam Jackson2019-08-221-1/+1
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-223-5/+3
* glx: Whitespace cleanupsAdam Jackson2019-08-221-2/+2
* glx: Add fields for color shiftsKevin Strasser2019-08-212-0/+5
* glx: Eliminate glx_config::{rgb,float,colorIndex}ModeAdam Jackson2019-08-204-37/+9
* glx: Remove unused glx_config::pixmapModeAdam Jackson2019-08-201-2/+0
* glx: convert glx_config_create_list to one big callocAdam Jackson2019-08-201-37/+26
* glx: convert a malloc+memset to callocAdam Jackson2019-08-201-2/+1
* glx: Fix parameter documentation of glx_config_create_listAdam Jackson2019-08-201-4/+0
* glx: drop unnecessary pointer deref for function callsEric Engestrom2019-08-044-46/+46
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-033-5/+5
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+5
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+2
* meson: Test for random_r()Matt Turner2019-07-301-1/+1
* meson: allow building all glx without any driversDylan Baker2019-07-231-3/+3
* glx: fix glvnd pointer typesEric Engestrom2019-06-202-3/+3