aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/drm/dri2.c
Commit message (Expand)AuthorAgeFilesLines
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-3/+3
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-5/+5
* dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg2010-09-221-2/+2
* st/dri: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-101-3/+3
* st/dri: support EGL_MESA_image_drm: queryImageben2010-09-091-0/+30
* st/dri: support EGL_MESA_image_drm: createImageben2010-09-091-0/+58
* st/dri: Use enum st_api_type internally.Chia-I Wu2010-09-081-3/+3
* st/dri: Add multi-api supportnobled2010-09-081-0/+8
* st/dri: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-2/+2
* st/dri: move TFP code to dri_drawable.cGeorge Sapountzis2010-08-131-52/+1
* st/dri: dri_drawable_get_format is shared between DRI2 and DRISWGeorge Sapountzis2010-08-131-31/+2
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-301-7/+38
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-301-4/+25
* st/dri: Remove driFrameTrackingExtension.Chia-I Wu2010-07-201-1/+0
* gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson2010-07-181-0/+1
* gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-061-3/+2
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+1
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-0/+1
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-261-4/+3
* st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz2010-04-261-2/+2
* st/dri: Add hooks for framebuffer functionsJakob Bornecrantz2010-04-261-2/+4
* st/dri: Make lookup_egl_image a hookJakob Bornecrantz2010-04-261-1/+2
* st/dri: Add missing header.Vinson Lee2010-04-251-0/+2
* st/dri: DRI2 give proper binding to depth bufferJakob Bornecrantz2010-04-241-14/+16
* st/dri: Refactor init code a bitJakob Bornecrantz2010-04-161-3/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-11/+12
* st/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.Chia-I Wu2010-04-081-1/+17
* st/dri: Implement DRI image extension.Chia-I Wu2010-04-061-0/+105
* st/dri: factor out common init_screen codeGeorge Sapountzis2010-03-261-13/+8
* st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis2010-03-261-0/+8
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-261-0/+413