Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Do not use glapidispatch.h. | Chia-I Wu | 2010-10-27 | 1 | -3/+1 |
| | | | | | | | | | glapidispatch.h exists so that core mesa (libmesa.a) can be built for DRI drivers or for non-DRI drivers as a compile time decision (whether IN_DRI_DRIVER is defined). It is of no use to glapi. This commit also drops the use of glapidispatch.h in glx and libgl-xlib as they are considered extensions to glapi when it comes to defining public GL entries. | ||||
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -6/+6 |
| | |||||
* | glx/single2.c: Don't call __builtin_expect on non-gnu compilers | Alan Coopersmith | 2010-03-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> | ||||
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+974 |