Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-06 | glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. | Dave Airlie | |
This realigns the name of the glx bit to align with the core mesa names. | |||
2010-09-29 | glx: Only remove drawables from the hash when we actually delete them | Kristian Høgsberg | |
https://bugs.freedesktop.org/show_bug.cgi?id=30457 | |||
2010-09-08 | glx: Drop broken drawable garbage collection | Kristian Høgsberg | |
Doesn't work for pixmaps, was looking up the GLX XID and was never thread safe. Instead, just destroy the client side structures when the drawable is no long current for a context. | |||
2010-07-28 | glx: Move bind and unbind to context vtable | Kristian Høgsberg | |
2010-07-28 | glx: Rename glcontextmodes.[ch] to glxconfig.[ch] | Kristian Høgsberg | |
2010-07-28 | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | |
With this rename, we use 'config' consitently to refer to GLX configurations instead of the modes/configs/visual mess before. | |||
2010-07-21 | glx: Move last few dri_interface.h types out of glxclient.h and drop include | Kristian Høgsberg | |
2010-07-19 | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg | |
We do this in the X server for DRI2. | |||
2010-07-19 | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg | |
2010-07-19 | glx: Remove support for MESA_swap_frame_usage | Kristian Høgsberg | |
The extension never worked, the implementation returns GLX_BAD_CONTEXT when enabling the frame tracking. | |||
2010-07-19 | glx: Move DRI1 specific extensions and code to DRI1 screen private | Kristian Høgsberg | |
2010-07-19 | glx: Move DRI2 extensions to DRI2 screen private | Kristian Høgsberg | |
2010-07-19 | glx: Drop support for GLX_MESA_allocate_memory | Kristian Høgsberg | |
Only r200 implemented it. | |||
2010-07-19 | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | |
GLXscreenConfigs is badly named and a dumping ground for a lot of stuff. This patch creates private screen structs for the dri drivers and moves some of their fields over there. | |||
2010-04-28 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c | |||
2010-04-27 | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-04-22 | DRI2: add config query extension | Jesse Barnes | |
Add a new DRI2 configuration query extension. Allows for DRI2 client code to query for common DRI2 configuration options. | |||
2010-04-01 | Revert accidental commits from the xquartz tree | Jeremy Huddleston | |
This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42. | |||
2010-04-01 | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |