Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-29 | glx: Compare old ctx against dummyCtx, not NULL | Kristian Høgsberg | |
https://bugs.freedesktop.org/show_bug.cgi?id=29302 | |||
2010-07-28 | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg | |
2010-07-28 | glx: Move bind and unbind to context vtable | Kristian Høgsberg | |
2010-07-28 | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | |
2010-07-28 | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | |
Because double underscores in private type names is painful. | |||
2010-07-28 | glx: Use _X_EXPORT instead of our own PUBLIC macro | Kristian Høgsberg | |
We're an X client library, so we can use Xfuncproto.h. | |||
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-23 | glx: Move context destroy to context vtable | Kristian Høgsberg | |
2010-07-22 | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | |
2010-07-19 | glx: Move drawHash to display private | Kristian Høgsberg | |
The XIDs are display wide so the natural location of the hash is here. This way we don't have to lookup in each of the screen hashes. | |||
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-27 | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-04-27 | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
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-04-01 | apple: Initial import of libGL for OSX from AppleSGLX svn repository. | 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 | |