Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS. | Chia-I Wu | |
It saves the driver from defining the boring typecasts itself. | |||
2010-02-05 | egl_dri2: Do not destroy linked resources. | Chia-I Wu | |
A linked resource is stil owned by the display. | |||
2010-02-05 | egl_dri2: Fix a snprintf warning. | Chia-I Wu | |
The subtraction between two pointers has type unsigned int (only on x86-64?), while the format string expects an int. | |||
2010-02-05 | egl_dri2: Add a debug print for DRI2 extensions. | Chia-I Wu | |
2010-02-04 | egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work | Kristian Høgsberg | |
2010-02-04 | egl: Add driver for EGL on X with DRI2 | Kristian Høgsberg | |