summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/drm
Commit message (Expand)AuthorAgeFilesLines
* 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: drop dri1_helperGeorge Sapountzis2010-07-303-3/+0
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-302-41/+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
* st/dri: Remove dri.c from SCons build.Vinson Lee2010-05-261-1/+0
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-1/+1
* st/dri: Remove DRI1 supportJakob Bornecrantz2010-05-253-573/+0
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-0/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-13/+13
|\
| * st/dri: adapt to interface changesRoland Scheidegger2010-05-171-13/+13
* | glapi: Move to src/mapi/.Chia-I Wu2010-05-072-0/+2
|/
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-031-0/+1
* st/dri: Refactor dri_st_api into other filesJakob Bornecrantz2010-04-265-11/+7
* st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz2010-04-262-4/+4
* st/dri: Make st_manager the base for dri_screenJakob Bornecrantz2010-04-261-3/+3
* st/dri: Add hooks for framebuffer functionsJakob Bornecrantz2010-04-264-50/+22
* st/dri: Make lookup_egl_image a hookJakob Bornecrantz2010-04-262-4/+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: Check for NULL before dereference and assignment.Vinson Lee2010-04-171-2/+10
* st/dri: Refactor init code a bitJakob Bornecrantz2010-04-162-4/+9
* st/dri: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* scons: Use libdrm options only where needed.José Fonseca2010-04-111-0/+2
* Squashed commit of the following:Keith Whitwell2010-04-102-23/+24
* 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-062-0/+108
* st/dri: Fix a memory leak in dri1_init_screen.Chia-I Wu2010-03-301-0/+2
* st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-291-15/+15
* st/dri: Fix SCons build.Vinson Lee2010-03-261-1/+0
* st/dri: factor out common init_screen codeGeorge Sapountzis2010-03-262-31/+20
* st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis2010-03-261-0/+8
* st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis2010-03-262-2/+0
* st/dri: Move common files to common directoryJakob Bornecrantz2010-03-268-8/+8
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-2612-0/+1111