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