Mesa (master): Revert "i965: Enable flush control"

2018-01-15 Thread Adam Jackson
Module: Mesa Branch: master Commit: f2a5d27ce2c7c4e64afb5fa46005fe522268766c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2a5d27ce2c7c4e64afb5fa46005fe522268766c Author: Adam Jackson Date: Mon Jan 15 13:47:01 2018 -0500 Revert "i965: Enable flush control" This reve

Mesa (master): Revert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_control"

2018-01-15 Thread Adam Jackson
Module: Mesa Branch: master Commit: 138f4e380520c748cd9f2143a1c6d8ef6dc77ff9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=138f4e380520c748cd9f2143a1c6d8ef6dc77ff9 Author: Adam Jackson Date: Mon Jan 15 13:47:13 2018 -0500 Revert "gallium/dri2: Enable {GLX_ARB,EG

Mesa (master): Revert "docs: Mark GLX_ARB_context_flush_control done"

2018-01-15 Thread Adam Jackson
Module: Mesa Branch: master Commit: 1cbcd70b64860b7e23202919229595b18cd4fbb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cbcd70b64860b7e23202919229595b18cd4fbb6 Author: Adam Jackson Date: Mon Jan 15 13:47:24 2018 -0500 Revert "docs: Mark GLX_ARB_context_flush_control

Mesa (master): link mesautil with pthreads

2018-01-08 Thread Adam Jackson
_time_nano': /builddir/build/BUILD/mesa-17.3.1/src/util/../../src/util/u_thread.h:84: undefined reference to `pthread_getcpuclockid' collect2: error: ld returned 1 exit status Reviewed-by: Adam Jackson Signed-off-by: Igor Gnatenko --- src/util/Makefile.am | 2 ++ 1 file changed

Mesa (master): glx: Prepare driFetchDrawable for no-config contexts

2017-12-01 Thread Adam Jackson
Module: Mesa Branch: master Commit: a48a6b8a400e6e92961cf7b7b4c287e8e9875f39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a48a6b8a400e6e92961cf7b7b4c287e8e9875f39 Author: Adam Jackson Date: Tue Nov 14 15:13:05 2017 -0500 glx: Prepare driFetchDrawable for no-config contexts When

Mesa (master): glx: Simplify some dummy vtable interactions

2017-12-01 Thread Adam Jackson
Module: Mesa Branch: master Commit: bcb15bee52aff0faae37d4b933f462735ccb918b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcb15bee52aff0faae37d4b933f462735ccb918b Author: Adam Jackson Date: Tue Nov 14 15:13:01 2017 -0500 glx: Simplify some dummy vtable interactions The dummy

Mesa (master): glx: Use __glXSendError instead of open-coding it

2017-12-01 Thread Adam Jackson
Module: Mesa Branch: master Commit: 75d5d22fb790d856809a9dd896ffc22a268d1d96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75d5d22fb790d856809a9dd896ffc22a268d1d96 Author: Adam Jackson Date: Tue Nov 14 15:13:02 2017 -0500 glx: Use __glXSendError instead of open-coding it This

Mesa (master): gallium/dri2: Enable {GLX_ARB, EGL_KHR}_context_flush_control

2017-11-29 Thread Adam Jackson
Module: Mesa Branch: master Commit: 0d044351b7043cd0bc94c1cb9b7a2213f8054414 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d044351b7043cd0bc94c1cb9b7a2213f8054414 Author: Adam Jackson Date: Mon Nov 6 16:28:36 2017 -0500 gallium/dri2: Enable {GLX_ARB,EGL_KHR

Mesa (master): egl: Convert int to attrib in eglGetPlatformDisplay

2017-11-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: ddcd4b05a35fdad400637c3decfa9fe183b3e8c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddcd4b05a35fdad400637c3decfa9fe183b3e8c7 Author: Adam Jackson Date: Thu Nov 16 13:27:27 2017 -0500 egl: Convert int to attrib in eglGetPlatformDisplay

Mesa (master): glx/dri3: Fix passing renderType into glXCreateContext

2017-11-13 Thread Adam Jackson
Module: Mesa Branch: master Commit: 257edb5b9aedc9fc5d5c13eb2f48a0c11d15456f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=257edb5b9aedc9fc5d5c13eb2f48a0c11d15456f Author: Adam Jackson Date: Thu Nov 9 16:57:31 2017 -0500 glx/dri3: Fix passing renderType into glXCreateContext

Mesa (master): glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)

2017-11-13 Thread Adam Jackson
Module: Mesa Branch: master Commit: 033cfb17db85b38bc012d74f30f6c92cddf85216 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=033cfb17db85b38bc012d74f30f6c92cddf85216 Author: Adam Jackson Date: Thu Nov 9 16:57:30 2017 -0500 glx/drisw: Fix glXMakeCurrent(dpy, None, ctx) This is

Mesa (master): glx: Lower GLX opcode lookup into SendMakeCurrentRequest

2017-11-13 Thread Adam Jackson
Module: Mesa Branch: master Commit: bc1bc6f512f1ab9fd34086a93fbbc591cd310e79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc1bc6f512f1ab9fd34086a93fbbc591cd310e79 Author: Adam Jackson Date: Thu Nov 9 16:57:29 2017 -0500 glx: Lower GLX opcode lookup into SendMakeCurrentRequest

Mesa (master): Revert "glx: Implement GLX_EXT_no_config_context (v2)"

2017-11-09 Thread Adam Jackson
Module: Mesa Branch: master Commit: 015cc6bb7cd1199ce43018bb47c89c0a26adc96a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=015cc6bb7cd1199ce43018bb47c89c0a26adc96a Author: Adam Jackson Date: Thu Nov 9 11:41:14 2017 -0500 Revert "glx: Implement GLX_EXT_no_config_contex

Mesa (master): glx: Implement GLX_EXT_no_config_context (v2)

2017-11-09 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5293b96b160b904c0e53cbce93679c3aa090f846 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5293b96b160b904c0e53cbce93679c3aa090f846 Author: Adam Jackson Date: Tue Nov 7 11:36:53 2017 -0500 glx: Implement GLX_EXT_no_config_context (v2) This more or

Mesa (master): glx: Relax validate_renderType_against_config for EXT_no_config_context

2017-11-09 Thread Adam Jackson
Module: Mesa Branch: master Commit: 74b701d84cd33b83c96525e70487091a05bb6ad6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74b701d84cd33b83c96525e70487091a05bb6ad6 Author: Adam Jackson Date: Tue Nov 7 11:36:51 2017 -0500 glx: Relax validate_renderType_against_config for

Mesa (master): glx: Prepare the DRI backends for GLX_EXT_no_config_context

2017-11-09 Thread Adam Jackson
Module: Mesa Branch: master Commit: 3f66d54a2a59b6f295671ea03aa9f83ce1aee34a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f66d54a2a59b6f295671ea03aa9f83ce1aee34a Author: Adam Jackson Date: Tue Nov 7 11:36:52 2017 -0500 glx: Prepare the DRI backends for GLX_EXT_no_config_context

Mesa (master): dri: Add a flush control extension

2017-11-06 Thread Adam Jackson
the driver can accept a new context attribute __DRI_CTX_ATTRIB_RELEASE_BEHAVIOR. Reviewed-by: Adam Jackson Reviewed-by: Nicolai Hähnle Reviewed-by: Emil Velikov Signed-off-by: Neil Roberts --- include/GL/internal/dri_interface.h| 25 + src/mesa/drivers/dri/common

Mesa (master): intel: Don't flush the old context in intelMakeCurrent

2017-11-06 Thread Adam Jackson
3102b4c. I think that later commit effectively makes the first commit redundant. Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov Reviewed-by: Kenneth Graunke Signed-off-by: Neil Roberts --- src/mesa/drivers/dri/i915/intel_context.c | 9 - src/mesa/drivers/dri/i965/brw_conte

Mesa (master): egl: Implement EGL_KHR_context_flush_control

2017-11-06 Thread Adam Jackson
Module: Mesa Branch: master Commit: c0be3aae6cfe1e8a51ed21e6fa10c5a51a216c36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0be3aae6cfe1e8a51ed21e6fa10c5a51a216c36 Author: Adam Jackson Date: Thu Sep 22 03:47:55 2016 -0400 egl: Implement EGL_KHR_context_flush_control Reviewed-by

Mesa (master): glx: Implement GLX_ARB_context_flush_control

2017-11-06 Thread Adam Jackson
: Adam Jackson Reviewed-by: Nicolai Hähnle Reviewed-by: Emil Velikov Signed-off-by: Neil Roberts --- src/glx/dri2_glx.c | 18 -- src/glx/dri3_glx.c | 14 -- src/glx/dri_common.c| 16 +++- src/glx/dri_common.h| 2 +- src/glx/drisw_glx.c

Mesa (master): egl/dri2: Factor out context attribute initialization

2017-11-06 Thread Adam Jackson
Module: Mesa Branch: master Commit: 9ef7158a0985d789958eb43cf08476d50af00f2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ef7158a0985d789958eb43cf08476d50af00f2a Author: Adam Jackson Date: Thu Sep 22 03:38:01 2016 -0400 egl/dri2: Factor out context attribute initialization

Mesa (master): docs: Mark GLX_ARB_context_flush_control done

2017-11-06 Thread Adam Jackson
Module: Mesa Branch: master Commit: d547e18184978affd95a72dc524ca648efbe9812 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d547e18184978affd95a72dc524ca648efbe9812 Author: Adam Jackson Date: Mon Nov 6 16:10:22 2017 -0500 docs: Mark GLX_ARB_context_flush_control done Requires an

Mesa (master): i965: Enable flush control

2017-11-06 Thread Adam Jackson
Module: Mesa Branch: master Commit: 6ce9006d76c050663af0be61cc88c3215d6f8cea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ce9006d76c050663af0be61cc88c3215d6f8cea Author: Neil Roberts Date: Wed Oct 1 20:00:50 2014 +0100 i965: Enable flush control Reviewed-by: Adam Jackson

Mesa (master): gallium: Wire up flush control

2017-11-06 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5cc06bec1993d856370545fb3f7f363757ddae8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cc06bec1993d856370545fb3f7f363757ddae8b Author: Adam Jackson Date: Wed Feb 4 13:05:36 2015 -0500 gallium: Wire up flush control Reviewed-by: Marek Olšák

Mesa (master): drisw: Enable flush control for llvmpipe and softpipe

2017-11-06 Thread Adam Jackson
Module: Mesa Branch: master Commit: 791d06b23bba7d8a785a89b86af6ccf03e1271ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=791d06b23bba7d8a785a89b86af6ccf03e1271ba Author: Adam Jackson Date: Wed Feb 4 13:04:26 2015 -0500 drisw: Enable flush control for llvmpipe and softpipe

Mesa (master): dri: Change __DriverApiRec:: CreateContext to take a struct for attribs

2017-11-06 Thread Adam Jackson
ibute has the default value. Drivers will error if unknown bits in the mask are set. Reviewed-by: Adam Jackson Reviewed-by: Nicolai Hähnle Reviewed-by: Emil Velikov Signed-off-by: Neil Roberts --- src/gallium/state_trackers/dri/dri_context.c | 38 - src/gallium/state_tracker

Mesa (master): egl: Simplify the "driver" interface

2017-10-05 Thread Adam Jackson
Module: Mesa Branch: master Commit: b174a1ae720cb404738cd57c431f5769d677957d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b174a1ae720cb404738cd57c431f5769d677957d Author: Adam Jackson Date: Mon Aug 28 11:23:58 2017 -0400 egl: Simplify the "driver" interface "

Mesa (master): glx: Be more tolerant in glXImportContext (v2)

2017-09-27 Thread Adam Jackson
Module: Mesa Branch: master Commit: 08521629503356a5cfe8e673b32ece7cb4aefff2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08521629503356a5cfe8e673b32ece7cb4aefff2 Author: Adam Jackson Date: Tue Sep 26 16:38:31 2017 -0400 glx: Be more tolerant in glXImportContext (v2) Ugh the GLX

Mesa (master): glx: Sort the GLX extension bit enum and table

2017-09-22 Thread Adam Jackson
Module: Mesa Branch: master Commit: 52ed3bca91ff13217378196d6800ca7113641a63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52ed3bca91ff13217378196d6800ca7113641a63 Author: Adam Jackson Date: Thu Sep 21 15:59:54 2017 -0400 glx: Sort the GLX extension bit enum and table Not quite

Mesa (master): egl/drm: Don't "fall back" to /dev/dri/ card0 if the first open fails

2017-08-25 Thread Adam Jackson
Module: Mesa Branch: master Commit: cd8ab40cd4a047ec64f59ff078b6558b1dab44a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd8ab40cd4a047ec64f59ff078b6558b1dab44a5 Author: Adam Jackson Date: Thu Aug 24 14:52:14 2017 -0400 egl/drm: Don't "fall back" to /dev/dri/car

Mesa (master): mesa: Implement GL_ARB_polygon_offset_clamp

2017-08-25 Thread Adam Jackson
Module: Mesa Branch: master Commit: 2bae451bd3fe93c47aa231ab35ae18ae86b7df5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bae451bd3fe93c47aa231ab35ae18ae86b7df5a Author: Adam Jackson Date: Thu Aug 24 17:00:43 2017 -0400 mesa: Implement GL_ARB_polygon_offset_clamp Semantically

Mesa (master): mesa: Implement GL_ARB_texture_filter_anisotropic

2017-08-25 Thread Adam Jackson
Module: Mesa Branch: master Commit: 00caf2ab088dd2e08ce410850dee61ba2b9aa63a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00caf2ab088dd2e08ce410850dee61ba2b9aa63a Author: Adam Jackson Date: Thu Aug 24 14:40:32 2017 -0400 mesa: Implement GL_ARB_texture_filter_anisotropic The only

Mesa (master): include: Sync Khronos headers for OpenGL 4.6

2017-08-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5d2205fafb5d244af658de5e3c38c6cc805ae345 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d2205fafb5d244af658de5e3c38c6cc805ae345 Author: Adam Jackson Date: Tue Aug 8 11:52:42 2017 -0400 include: Sync Khronos headers for OpenGL 4.6 Taken from

Mesa (master): Revert "include: Sync Khronos headers for OpenGL 4.6"

2017-08-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: 9e454408335d7b4b465ea17590f06426dffe0211 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e454408335d7b4b465ea17590f06426dffe0211 Author: Adam Jackson Date: Thu Aug 24 13:15:15 2017 -0400 Revert "include: Sync Khronos headers for OpenG

Mesa (master): include: Sync Khronos headers for OpenGL 4.6

2017-08-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: ef1e87e6cdbd80e74a8bc6d48b0b174a0812fe69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef1e87e6cdbd80e74a8bc6d48b0b174a0812fe69 Author: Adam Jackson Date: Tue Aug 8 11:52:42 2017 -0400 include: Sync Khronos headers for OpenGL 4.6 Taken from

Mesa (master): docs: Update feature list for GL 4.6

2017-07-31 Thread Adam Jackson
Module: Mesa Branch: master Commit: d4ca66a15972ceb50ec6cc8630e52e59e407f215 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4ca66a15972ceb50ec6cc8630e52e59e407f215 Author: Adam Jackson Date: Mon Jul 31 12:27:21 2017 -0400 docs: Update feature list for GL 4.6

Mesa (master): egl: Fix -Wint-to-pointer-cast

2017-05-08 Thread Adam Jackson
ddb99127 egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute Cc: Adam Jackson Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- src/egl/main/egldisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c ind

Mesa (master): egl/platform/drm: Don' t take display ownership until gbm is initialized

2017-05-04 Thread Adam Jackson
Module: Mesa Branch: master Commit: f258815c7d4187fd83f6944943e78206a6cdc4cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f258815c7d4187fd83f6944943e78206a6cdc4cb Author: Adam Jackson Date: Wed May 3 11:03:34 2017 -0400 egl/platform/drm: Don't take display ownership until g

Mesa (master): egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute

2017-05-04 Thread Adam Jackson
Module: Mesa Branch: master Commit: ddb99127a6f6c6d0284f3395e0b06aed575f0ecd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddb99127a6f6c6d0284f3395e0b06aed575f0ecd Author: Adam Jackson Date: Tue May 2 12:27:01 2017 -0400 egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute

Mesa (master): glx: Remove #include

2017-03-28 Thread Adam Jackson
Module: Mesa Branch: master Commit: f208bdc0d27cf7836420272738b707f2bad9c92a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f208bdc0d27cf7836420272738b707f2bad9c92a Author: Adam Jackson Date: Wed Mar 22 14:02:52 2017 -0400 glx: Remove #include We're not using anything in it

Mesa (master): glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it

2016-11-02 Thread Adam Jackson
Module: Mesa Branch: master Commit: afaaf623d4d95b3ac736e72c744f683a2b804e1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afaaf623d4d95b3ac736e72c744f683a2b804e1d Author: Adam Jackson Date: Wed Sep 14 14:02:56 2016 -0400 glx/glvnd: Use bsearch() in FindGLXFunction instead of open

Mesa (master): glx/glvnd: Don' t modify the dummy slot in the dispatch table

2016-11-02 Thread Adam Jackson
Module: Mesa Branch: master Commit: deb0eb1660f612862c77d225582e102e7ab717ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deb0eb1660f612862c77d225582e102e7ab717ee Author: Adam Jackson Date: Wed Sep 14 13:56:50 2016 -0400 glx/glvnd: Don't modify the dummy slot in the dis

Mesa (master): glx/glvnd: Fix dispatch function names and indices

2016-11-02 Thread Adam Jackson
Module: Mesa Branch: master Commit: 8bca8d89ef3babbecc4f3160cbbcb93d33b7a6ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bca8d89ef3babbecc4f3160cbbcb93d33b7a6ee Author: Adam Jackson Date: Wed Sep 14 14:01:13 2016 -0400 glx/glvnd: Fix dispatch function names and indices As this

Mesa (master): reviewers: Throw myself on the GLX grenade

2016-10-19 Thread Adam Jackson
Module: Mesa Branch: master Commit: 4276b5c16a360c3fc5cf17f4ff569d83925146a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4276b5c16a360c3fc5cf17f4ff569d83925146a2 Author: Adam Jackson Date: Thu Oct 6 15:37:54 2016 -0400 reviewers: Throw myself on the GLX grenade Signed-off-by

Mesa (master): egl: Track EGL_KHR_debug state when going through EGL API calls (v3)

2016-10-05 Thread Adam Jackson
PI to EGL_OPENGL_ES_API not zero - Less ?: in _eglSetFuncName Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 151 +++--- src/egl/main/eglcurrent.c | 91 +++- src/egl/main/eglcurrent.h

Mesa (master): egl: Implement EGL_KHR_debug (v2)

2016-10-05 Thread Adam Jackson
in client extension string Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 145 ++ src/egl/main/eglglobals.c | 1 + 2 files changed, 146 insertions(+) diff --git a/src/egl/main/eglapi.c b/src/egl/main/egla

Mesa (master): i965: Enable EGL_KHR_gl_texture_3D_image

2016-09-23 Thread Adam Jackson
Module: Mesa Branch: master Commit: 8ce2afe776eee8444d7dd00b3e93ab2ed399903d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ce2afe776eee8444d7dd00b3e93ab2ed399903d Author: Adam Jackson Date: Wed Sep 21 09:13:36 2016 -0400 i965: Enable EGL_KHR_gl_texture_3D_image Reviewed-by: Eric

Mesa (master): i915: Enable EGL_KHR_gl_texture_3D_image

2016-09-23 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5981366b9f75cedf766bc2a9c0df9f16af9606a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5981366b9f75cedf766bc2a9c0df9f16af9606a7 Author: Adam Jackson Date: Wed Sep 21 09:11:26 2016 -0400 i915: Enable EGL_KHR_gl_texture_3D_image Reviewed-by: Eric

Mesa (master): egl: Use _eglCreatePixmapSurfaceCommon consistently

2016-09-14 Thread Adam Jackson
moves the native pixmap fixup to a helper function so we don't repeat ourselves. Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 36 +--- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/src/egl/main/eglapi.c

Mesa (master): egl: Factor out _eglGetSyncAttribCommon

2016-09-14 Thread Adam Jackson
: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index dd4fd2c..1c62a80 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -1570,11

Mesa (master): egl: Factor out _eglWaitSyncCommon

2016-09-14 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5b0b844ac9818672bc3ddcdbbb74cb892b3485f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b0b844ac9818672bc3ddcdbbb74cb892b3485f4 Author: Kyle Brenneman Date: Mon Sep 12 17:44:36 2016 -0400 egl: Factor out _eglWaitSyncCommon Reviewed-by: Adam

Mesa (master): egl: Lock the display in _eglCreateSync's callers

2016-09-14 Thread Adam Jackson
llers Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index ba4826a..58d18f1 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/egl

Mesa (master): egl: Use _eglCreateWindowSurfaceCommon consistently

2016-09-14 Thread Adam Jackson
moves the native window fixup to a helper function so we don't repeat ourselves. Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/egl/main/eglapi.c b/sr

Mesa (master): egl: Factor out _eglWaitClientCommon

2016-09-14 Thread Adam Jackson
Module: Mesa Branch: master Commit: 82a2e2cb5024c37a1779594320f23f225a83c79d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82a2e2cb5024c37a1779594320f23f225a83c79d Author: Kyle Brenneman Date: Mon Sep 12 17:35:22 2016 -0400 egl: Factor out _eglWaitClientCommon Reviewed-by: Adam

Mesa (master): egl: Add storage for EGL_KHR_debug's state to EGL objects

2016-09-14 Thread Adam Jackson
jects Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglcurrent.c | 3 +-- src/egl/main/eglcurrent.h | 8 src/egl/main/egldisplay.h | 4 src/egl/main/eglglobals.c | 5 - src/egl/main/eglglobals.h | 10 ++ 5 files changed, 27 insertions(

Mesa (master): egl: Factor out _eglCreateImageCommon (v2)

2016-09-14 Thread Adam Jackson
disp to RETURN_EGL_ERROR so we unlock the display Reviewed-by: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index a74e5e4..ba4826a 100644

Mesa (master): egl: Tear down images and syncs at eglTerminate

2016-09-14 Thread Adam Jackson
Module: Mesa Branch: master Commit: e2c067d256c86bbeb2e99f8d216da267e76e2d8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2c067d256c86bbeb2e99f8d216da267e76e2d8c Author: Adam Jackson Date: Fri Sep 9 13:45:09 2016 -0400 egl: Tear down images and syncs at eglTerminate Reviewed

Mesa (master): egl: Fix typo

2016-09-14 Thread Adam Jackson
Module: Mesa Branch: master Commit: fe6ffa79be7ecf66b7bec73389556a58e8f6432c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe6ffa79be7ecf66b7bec73389556a58e8f6432c Author: Kyle Brenneman Date: Mon Sep 12 17:12:52 2016 -0400 egl: Fix typo Reviewed-by: Adam Jackson Reviewed-by

Mesa (master): egl: Update eglext.h (v2)

2016-09-14 Thread Adam Jackson
33111 from the Khronos repository. v2: - Don't (re)move extension includes from eglext.h (Emil Velikov) - Bump to revision 33111 (Adam Jackson) Reviewed-by: Emil Velikov Reviewed-by: Adam Jackson --- include/EGL/eglext.h | 121 +-- 1 file ch

Mesa (master): egl: Factor out _eglGetPlatformDisplayCommon

2016-09-14 Thread Adam Jackson
: Adam Jackson Reviewed-by: Emil Velikov --- src/egl/main/eglapi.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index ba8305e..df355a5 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c

Mesa (master): egl: Rename MESA_configless_context bit to KHR_no_config_context

2016-09-12 Thread Adam Jackson
Module: Mesa Branch: master Commit: d9f5b1915b397d4baaf4c9c23a93fda49f3db4ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9f5b1915b397d4baaf4c9c23a93fda49f3db4ca Author: Adam Jackson Date: Fri Sep 9 12:25:34 2016 -0400 egl: Rename MESA_configless_context bit to

Mesa (master): egl: QueryContext on a configless context returns zero

2016-09-12 Thread Adam Jackson
Module: Mesa Branch: master Commit: cc45a5c30872e2070aae6a79dbe0e2bcf7404917 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc45a5c30872e2070aae6a79dbe0e2bcf7404917 Author: Adam Jackson Date: Fri Sep 9 12:25:33 2016 -0400 egl: QueryContext on a configless context returns zero

Mesa (master): docs: Note MESA_configless_context as superseded

2016-09-12 Thread Adam Jackson
Module: Mesa Branch: master Commit: 0cb1428fbbbcbd17c975b6505cab6f685c0129aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cb1428fbbbcbd17c975b6505cab6f685c0129aa Author: Adam Jackson Date: Fri Sep 9 12:25:35 2016 -0400 docs: Note MESA_configless_context as superseded Reviewed

Mesa (master): egl: Fix up indentation on previous commit

2016-09-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: dbda375d6fe29a1a0822fe5123c55c33ecfa7894 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbda375d6fe29a1a0822fe5123c55c33ecfa7894 Author: Adam Jackson Date: Thu Sep 8 13:21:24 2016 -0400 egl: Fix up indentation on previous commit This was

Mesa (master): egl: Document why EGL_OPENGL{, _ES}_API are mostly identical

2016-09-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: a279760536be03702a3eb133c51079907a2ccc9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a279760536be03702a3eb133c51079907a2ccc9c Author: Adam Jackson Date: Wed Sep 7 17:41:56 2016 -0400 egl: Document why EGL_OPENGL{, _ES}_API are mostly

Mesa (master): EGL: Combine the GL and GLES current contexts (v2)

2016-09-07 Thread Adam Jackson
conflicting context. In addition, calling eglMakeCurrent with EGL_NO_CONTEXT will now release the current context regardless of the current API. v2: Rebased against master (Adam Jackson) Reviewed-by: Adam Jackson --- src/egl/main/eglapi.c | 42 -- src/egl

Mesa (master): glapi/glx: Add overflow checks to the client-side indirect code

2016-06-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: a1c5cd426c0381124f7c320d5a7b760a9a36af75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1c5cd426c0381124f7c320d5a7b760a9a36af75 Author: Adam Jackson Date: Tue May 24 15:45:11 2016 -0400 glapi/glx: Add overflow checks to the client-side indirect

Mesa (master): glapi: Fix whitespace droppings when printing the license header

2016-05-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: 7bc5c7f58685e67985b3da1722391432fdd9ba31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bc5c7f58685e67985b3da1722391432fdd9ba31 Author: Adam Jackson Date: Thu Mar 24 13:57:58 2016 -0400 glapi: Fix whitespace droppings when printing the license

Mesa (master): glapi: Harden GLX request size processing (v2)

2016-05-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: ea08a5bcf6a670d2d6c67328414826a308d86e0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea08a5bcf6a670d2d6c67328414826a308d86e0d Author: Adam Jackson Date: Thu Mar 24 13:57:58 2016 -0400 glapi: Harden GLX request size processing (v2) v2: Use

Mesa (master): glapi: Add the safe_{add, mul, pad} functions from xserver

2016-05-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: 88cfc9ddaab5577260293fcbd4f7413fbd4aba21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88cfc9ddaab5577260293fcbd4f7413fbd4aba21 Author: Adam Jackson Date: Thu Mar 24 13:57:58 2016 -0400 glapi: Add the safe_{add,mul,pad} functions from xserver

Mesa (master): glapi: Define PURE for Sun Studio as well

2016-05-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: f4983b194d8a13468d2b381c1b572144d15329d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4983b194d8a13468d2b381c1b572144d15329d2 Author: Adam Jackson Date: Wed May 4 14:14:56 2016 -0400 glapi: Define PURE for Sun Studio as well Reviewed-by

Mesa (master): glapi/gen: Copy some GL 1.0 enum details into ARB_viewport_array

2016-05-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: 2ad9d6237a510ec2acd0d416c34fe6e231460182 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ad9d6237a510ec2acd0d416c34fe6e231460182 Author: Adam Jackson Date: Wed May 4 14:32:38 2016 -0400 glapi/gen: Copy some GL 1.0 enum details into

Mesa (master): glapi/glx: Mark byteswap functions as _X_UNUSED (v2)

2016-05-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: f1dd8dd6b6c0e8cb16a41231286735d5efa33c67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1dd8dd6b6c0e8cb16a41231286735d5efa33c67 Author: Adam Jackson Date: Thu Mar 24 13:57:58 2016 -0400 glapi/glx: Mark byteswap functions as _X_UNUSED (v2

Demos (master): eglinfo: Restore eglTerminate

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 9dea5043431ca8b9680c74198bd5a05aa5b17c2b URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=9dea5043431ca8b9680c74198bd5a05aa5b17c2b Author: Adam Jackson Date: Wed Apr 20 16:53:30 2016 -0400 eglinfo: Restore eglTerminate Reviewed-by: Alex Deucher

Demos (master): eglinfo: Factor out a "probe one display" function

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: f091f8a2c98a87f9681e802c72ba692b927eb9e7 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=f091f8a2c98a87f9681e802c72ba692b927eb9e7 Author: Adam Jackson Date: Tue Apr 19 16:15:10 2016 -0400 eglinfo: Factor out a "probe one display"

Demos (master): eglinfo: Print client extensions first

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 4997dc713a5da95d6a70f626f1f7b27eb858d16a URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=4997dc713a5da95d6a70f626f1f7b27eb858d16a Author: Adam Jackson Date: Tue Apr 19 16:04:07 2016 -0400 eglinfo: Print client extensions first These are

Demos (master): eglinfo: Add EXT_platform_* awareness

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 7a0f0310a9b5129465a2e8ab6f2c4ea1a8e98f40 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=7a0f0310a9b5129465a2e8ab6f2c4ea1a8e98f40 Author: Adam Jackson Date: Tue Apr 19 16:40:03 2016 -0400 eglinfo: Add EXT_platform_* awareness Reviewed-by: Alex

Demos (master): eglinfo: Note when an EGLConfig is streams-compatible

2016-04-20 Thread Adam Jackson
Module: Demos Branch: master Commit: 7bb5775189fbcdf0ddb62f72f00a69c635270a08 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=7bb5775189fbcdf0ddb62f72f00a69c635270a08 Author: Adam Jackson Date: Tue Apr 19 15:30:41 2016 -0400 eglinfo: Note when an EGLConfig is streams-compatible

Mesa (master): glapi/glx: Sync some additional error checking from xserver

2016-03-29 Thread Adam Jackson
Module: Mesa Branch: master Commit: ea0f62e45eab39a8957f933325a1e16ace5c9e8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea0f62e45eab39a8957f933325a1e16ace5c9e8c Author: Adam Jackson Date: Thu Mar 24 13:57:58 2016 -0400 glapi/glx: Sync some additional error checking from xserver

Mesa (master): glapi/glx: Mark the indirect swapped dispatch functions _X_COLD

2016-03-29 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5e1aec6db073416ae6ddf0eeaaea4964b489af8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e1aec6db073416ae6ddf0eeaaea4964b489af8e Author: Adam Jackson Date: Thu Mar 24 13:57:58 2016 -0400 glapi/glx: Mark the indirect swapped dispatch functions

Mesa (master): glx: Unbreak generating some of the xorg glx headers

2016-03-28 Thread Adam Jackson
Module: Mesa Branch: master Commit: c0a9cbea4d7a6cede911cf82b57d7612f48d48a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0a9cbea4d7a6cede911cf82b57d7612f48d48a2 Author: Adam Jackson Date: Thu Mar 24 13:57:57 2016 -0400 glx: Unbreak generating some of the xorg glx headers

Mesa (master): glapi/glx: Treat xserver generated targets as .PHONY

2016-03-28 Thread Adam Jackson
Module: Mesa Branch: master Commit: 2b8492d63ea14f36da00803620e89483743e77e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b8492d63ea14f36da00803620e89483743e77e7 Author: Adam Jackson Date: Thu Mar 24 13:57:57 2016 -0400 glapi/glx: Treat xserver generated targets as .PHONY

Mesa (master): glapi/glx: Thunk non-ABI calls through GetProcAddress

2016-03-28 Thread Adam Jackson
Module: Mesa Branch: master Commit: c2f0bc2537b8e3d8a8dc4b8fb2e7c54b89cab60d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2f0bc2537b8e3d8a8dc4b8fb2e7c54b89cab60d Author: Adam Jackson Date: Thu Mar 24 13:57:57 2016 -0400 glapi/glx: Thunk non-ABI calls through GetProcAddress

Mesa (master): glapi/glx: Emit direct GL calls instead of dispatch lookup

2016-03-28 Thread Adam Jackson
Module: Mesa Branch: master Commit: ce3f0b23d1ee3e854780d01effb90a7c39134ffd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce3f0b23d1ee3e854780d01effb90a7c39134ffd Author: Adam Jackson Date: Thu Mar 24 13:57:57 2016 -0400 glapi/glx: Emit direct GL calls instead of dispatch lookup

Mesa (master): glx: Fix __glXWireToEvent for BufferSwapComplete

2015-08-18 Thread Adam Jackson
Module: Mesa Branch: master Commit: 8f7ebcb6fad53ea6d2f80fc5b7a046db07690032 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f7ebcb6fad53ea6d2f80fc5b7a046db07690032 Author: Adam Jackson Date: Fri Jul 31 11:32:58 2015 -0400 glx: Fix __glXWireToEvent for BufferSwapComplete In the

Mesa (master): glx: Fix missing bit decl for EXT_texture_integer

2015-07-31 Thread Adam Jackson
Module: Mesa Branch: master Commit: bafdafa7b2e6649791188b5acf235ba166ceae50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bafdafa7b2e6649791188b5acf235ba166ceae50 Author: Adam Jackson Date: Fri Jul 31 13:36:21 2015 -0400 glx: Fix missing bit decl for EXT_texture_integer Missing

Mesa (master): glx: Fix image size computation for EXT_texture_integer (v2 )

2015-07-31 Thread Adam Jackson
Module: Mesa Branch: master Commit: b15aba940a3b6fc7c9bebc692968e7e9b72b9f29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b15aba940a3b6fc7c9bebc692968e7e9b72b9f29 Author: Adam Jackson Date: Tue Jul 21 11:43:42 2015 -0400 glx: Fix image size computation for EXT_texture_integer (v2

Mesa (master): r600/sb: Fix an &/&& mistake

2015-07-21 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5b4a7ec8f1d2eee12895541bb5c7d15382370884 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b4a7ec8f1d2eee12895541bb5c7d15382370884 Author: Adam Jackson Date: Tue Jul 21 12:08:20 2015 -0400 r600/sb: Fix an &/&& mistake gcc s

Mesa (master): egl: Remove skeleton implementation of EGL_MESA_screen_surface

2015-05-11 Thread Adam Jackson
Module: Mesa Branch: master Commit: 7a58262e58d8edac3308777def0950032628edee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a58262e58d8edac3308777def0950032628edee Author: Adam Jackson Date: Wed Apr 1 10:39:45 2015 -0400 egl: Remove skeleton implementation of

Mesa (master): i915: For the love of all that is holy, stop saying "IGD"

2015-02-18 Thread Adam Jackson
Module: Mesa Branch: master Commit: b290330e3b78405424a907cf6e82cef531c71c50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b290330e3b78405424a907cf6e82cef531c71c50 Author: Adam Jackson Date: Wed Jan 28 16:28:12 2015 -0500 i915: For the love of all that is holy, stop saying &quo

Demos (master): glxinfo: Add support for GLX_MESA_query_renderer

2015-01-29 Thread Adam Jackson
Module: Demos Branch: master Commit: 999b6950c644266bb871e79438751bdba2fa2a08 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=999b6950c644266bb871e79438751bdba2fa2a08 Author: Adam Jackson Date: Mon Jan 12 13:48:18 2015 -0500 glxinfo: Add support for GLX_MESA_query_renderer This

Mesa (master): glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload

2014-05-29 Thread Adam Jackson
Module: Mesa Branch: master Commit: e3cc0d90e14e62a0a787b6c07a6df0f5c84039be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3cc0d90e14e62a0a787b6c07a6df0f5c84039be Author: Jerome Glisse Date: Thu May 29 13:32:21 2014 -0400 glx: load dri driver with RTLD_LOCAL so dlclose never fails

Mesa (master): radeonsi: Don't use anonymous struct trick in atom tracking

2014-05-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: 74388dd24bc7fdb9e62ec18096163f5426e03fbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74388dd24bc7fdb9e62ec18096163f5426e03fbf Author: Adam Jackson Date: Tue Apr 22 12:46:08 2014 -0400 radeonsi: Don't use anonymous struct trick in atom tra

Mesa (master): glx: Fix return value from indirect_bind_context

2013-10-25 Thread Adam Jackson
Module: Mesa Branch: master Commit: 1090eb57552aed1f4e36ac97b5859ff4b2cc80a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1090eb57552aed1f4e36ac97b5859ff4b2cc80a5 Author: Adam Jackson Date: Fri Oct 25 15:12:04 2013 -0400 glx: Fix return value from indirect_bind_context _XReply

Mesa (master): glx: Propagate failures from SendMakeCurrentRequest where possible

2013-10-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: d101204c23ba2f593881ede357309f3924cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d101204c23ba2f593881ede357309f3924cd Author: Adam Jackson Date: Fri Oct 4 09:25:51 2013 -0400 glx: Propagate failures from SendMakeCurrentRequest where

Mesa (master): glx: Generate fewer errors in MakeContextCurrent

2013-10-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: e166a58c43e92f10f03b32747bff44708096f898 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e166a58c43e92f10f03b32747bff44708096f898 Author: Adam Jackson Date: Fri Oct 4 09:25:51 2013 -0400 glx: Generate fewer errors in MakeContextCurrent For a few

Mesa (master): glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequest

2013-10-08 Thread Adam Jackson
Module: Mesa Branch: master Commit: 68412d5006586f8b5814d85f76985b9d632f36df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68412d5006586f8b5814d85f76985b9d632f36df Author: Adam Jackson Date: Fri Oct 4 09:25:51 2013 -0400 glx: Hide xGLXMakeCurrentReply inside

Mesa (master): gallium: Fix llvmpipe on big-endian machines

2013-06-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: 2151d893fbd4a4be092098170e2fbca8c35797a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2151d893fbd4a4be092098170e2fbca8c35797a5 Author: Adam Jackson Date: Mon Jun 24 09:48:56 2013 -0400 gallium: Fix llvmpipe on big-endian machines Squashed

Mesa (master): st/dri/sw: Fix pitch calculation in drisw_update_tex_buffer

2013-06-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5a0556f061d9db00dd7637433d393beead3b3d85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a0556f061d9db00dd7637433d393beead3b3d85 Author: Richard Sandiford Date: Tue Jun 18 16:41:43 2013 +0100 st/dri/sw: Fix pitch calculation in drisw_update_tex_bu

Mesa (master): st/xlib Fix XIMage bytes-per-pixel calculation

2013-06-17 Thread Adam Jackson
Module: Mesa Branch: master Commit: 876fefe2ff8901ae4b908cff89ac5dd4324f4fe5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=876fefe2ff8901ae4b908cff89ac5dd4324f4fe5 Author: Richard Sandiford Date: Mon Jun 17 12:10:49 2013 -0400 st/xlib Fix XIMage bytes-per-pixel calculation Fixes a

  1   2   >