index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: rename xmlpool.h to driconf.h
Eric Engestrom
2020-06-22
2
-2
/
+2
*
driconf: drop now unused translation facility
Eric Engestrom
2020-06-22
2
-2
/
+2
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
3
-3
/
+4
*
glx: omit loader_loader() for macOS
Emil Velikov
2020-04-15
1
-0
/
+4
*
glx: use anonymous namespace to avoid -Wodr issues when building with LTO ena...
Eric Engestrom
2020-04-04
1
-6
/
+8
*
glx: fix 630 times -Wlto-type-mismatch when building with LTO enabled
Eric Engestrom
2020-04-04
1
-618
/
+618
*
glx: set the loader_logger early and for everyone
Emil Velikov
2020-04-01
2
-2
/
+4
*
meson: glx: drop with_glx == dri check
Emil Velikov
2020-04-01
1
-13
/
+8
*
scons: Prune out unnecessary targets.
Jose Fonseca
2020-03-30
1
-137
/
+0
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-1
/
+1
*
Revert "glx: convert glx_config_create_list to one big calloc"
Andrii Simiklit
2020-03-04
1
-26
/
+37
*
glx/drisw: fix shm put image fallback
Dave Airlie
2020-02-25
1
-4
/
+3
*
glx/drisw: return false if shmid == -1
Dave Airlie
2020-02-25
1
-0
/
+3
*
glx/drisw: add getImageShm2 path
Dave Airlie
2020-02-25
1
-6
/
+16
*
glx: print FPS with 2 decimal places
Marek Olšák
2020-02-10
2
-2
/
+2
*
drisw: Cache the depth of the X drawable
Adam Jackson
2020-01-23
2
-3
/
+32
*
dri: Avoid swapbuffer throttling in glXCopySubBufferMESA
Kenneth Graunke
2019-10-05
1
-1
/
+1
*
glx: Log the filename of the drm device if we fail to open it
Adam Jackson
2019-09-30
1
-1
/
+1
*
drisw: Fix shared memory leak on drawable resize
Andreas Gottschling
2019-09-27
1
-0
/
+2
*
drisw: Fix and simplify drawable setup
Adam Jackson
2019-09-27
2
-36
/
+7
*
drisw: Simplify GC setup
Adam Jackson
2019-09-27
2
-26
/
+4
*
Revert "glx: Lift sending the MakeCurrent request to top-level code"
Adam Jackson
2019-09-26
2
-187
/
+167
*
Revert "glx: Implement GLX_EXT_no_config_context"
Adam Jackson
2019-09-26
12
-65
/
+26
*
glx: Implement GLX_EXT_no_config_context
Adam Jackson
2019-09-23
12
-26
/
+65
*
glx: Lift sending the MakeCurrent request to top-level code
Adam Jackson
2019-09-23
2
-167
/
+187
*
glx: Move vertex array protocol state into the indirect backend
Adam Jackson
2019-09-23
2
-16
/
+22
*
glx: Fix drawable lookup bugs in glXUseXFont
Adam Jackson
2019-09-19
1
-16
/
+6
*
glx: Avoid atof() when computing the server's GLX version
Adam Jackson
2019-09-19
1
-1
/
+2
*
glx: Remove redundant null check.
Bas Nieuwenhuizen
2019-09-19
1
-1
/
+1
*
glx: Remove unused indirection for glx_context->fillImage
Adam Jackson
2019-09-12
3
-21
/
+9
*
glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.
Hal Gentz
2019-09-04
2
-1
/
+9
*
Revert "glx: Unset the direct_support bit for GLX_EXT_import_context"
Adam Jackson
2019-08-30
1
-1
/
+1
*
glx: Unset the direct_support bit for GLX_EXT_import_context
Adam Jackson
2019-08-27
1
-1
/
+1
*
glx: Fix up glXQueryGLXPbufferSGIX on macOS.
Vinson Lee
2019-08-23
1
-1
/
+0
*
glx: Make __glXGetDrawableAttribute return true sometimes
Adam Jackson
2019-08-22
1
-1
/
+1
*
glx: Sync <GL/glxext.h> with Khronos
Adam Jackson
2019-08-22
3
-5
/
+3
*
glx: Whitespace cleanups
Adam Jackson
2019-08-22
1
-2
/
+2
*
glx: Add fields for color shifts
Kevin Strasser
2019-08-21
2
-0
/
+5
*
glx: Eliminate glx_config::{rgb,float,colorIndex}Mode
Adam Jackson
2019-08-20
4
-37
/
+9
*
glx: Remove unused glx_config::pixmapMode
Adam Jackson
2019-08-20
1
-2
/
+0
*
glx: convert glx_config_create_list to one big calloc
Adam Jackson
2019-08-20
1
-37
/
+26
*
glx: convert a malloc+memset to calloc
Adam Jackson
2019-08-20
1
-2
/
+1
*
glx: Fix parameter documentation of glx_config_create_list
Adam Jackson
2019-08-20
1
-4
/
+0
*
glx: drop unnecessary pointer deref for function calls
Eric Engestrom
2019-08-04
4
-46
/
+46
*
mesa: Rename GLX_USE_TLS to USE_ELF_TLS.
Bas Nieuwenhuizen
2019-08-03
3
-5
/
+5
*
meson: replace last uses of libxmlconfig with idep_xmlconfig
Eric Engestrom
2019-08-03
1
-2
/
+5
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
meson: Test for random_r()
Matt Turner
2019-07-30
1
-1
/
+1
*
meson: allow building all glx without any drivers
Dylan Baker
2019-07-23
1
-3
/
+3
*
glx: fix glvnd pointer types
Eric Engestrom
2019-06-20
2
-3
/
+3
[next]