summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* scons: Use libdrm options only where needed.José Fonseca2010-04-111-0/+2
* Squashed commit of the following:Keith Whitwell2010-04-109-52/+53
* Fix copyright headers.Chia-I Wu2010-04-102-10/+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-064-0/+143
* gallium: fix dri_destroy_option_cache() when optionCache.info is NULLYann Droneaud2010-04-021-4/+6
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-311-4/+4
|\
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-304-81/+53
| |\
| * | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-4/+4
* | | st/dri: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
* | | st/dri: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
* | | st/dri: Fix a memory leak in dri1_init_screen.Chia-I Wu2010-03-301-0/+2
* | | drisw: Remove unnecessary header.Vinson Lee2010-03-291-1/+0
| |/ |/|
* | st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-294-81/+53
|/
* drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-3/+16
* drisw: make stride issue profoundGeorge Sapountzis2010-03-271-5/+5
* st/dri: Fix SCons build.Vinson Lee2010-03-262-2/+0
* swrastg: allow for any of the software rasterizers.George Sapountzis2010-03-261-6/+0
* st/dri: add comment about the ifdef in dri_screen.cGeorge Sapountzis2010-03-261-13/+10
* st/dri: factor out common init_screen codeGeorge Sapountzis2010-03-265-56/+67
* st/dri mv __driDriverExtensions to drisw.c and dri2.cGeorge Sapountzis2010-03-263-15/+15
* st/dri: fold dri_extensions.c into dri_context.cGeorge Sapountzis2010-03-267-58/+13
* swrastg: Build with sconsJakob Bornecrantz2010-03-262-0/+30
* st/dri: Move common files to common directoryJakob Bornecrantz2010-03-2627-15/+15
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-2623-53/+111
* st/dri: Don't include sw vs drm dri headersJakob Bornecrantz2010-03-252-0/+6
* st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz2010-03-254-25/+25
* st/dri: add TODO list for DRISWGeorge Sapountzis2010-03-251-0/+30
* st/dri: add driswGeorge Sapountzis2010-03-255-0/+399
* st/dri: add dri_wrapper.hGeorge Sapountzis2010-03-256-6/+14
* st/dri: export DRI1 surface / pipeGeorge Sapountzis2010-03-259-90/+218
* st/dri: split out DRI2 codeGeorge Sapountzis2010-03-259-370/+476
* st/dri: make get_texture into validate_attGeorge Sapountzis2010-03-253-23/+26
* st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis2010-03-251-17/+40
* st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis2010-03-253-25/+37
* st/dri: minor cosmetic for buffersGeorge Sapountzis2010-03-251-14/+17
* st/dri: minor cosmetic for screenGeorge Sapountzis2010-03-251-20/+27
* st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis2010-03-253-8/+13
* st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz2010-03-251-1/+9
* st/dri: fix bug in make_currentGeorge Sapountzis2010-03-201-1/+1
* st/dri: fix bug in allocate_texturesGeorge Sapountzis2010-03-201-1/+1
* st/dri: Switch from st_public.h to st_api.h.Chia-I Wu2010-03-1810-558/+393
* st/dri: Implement st_api.h callbacks.Chia-I Wu2010-03-185-0/+505
* st/dri: Headers and public symbols clean up.Chia-I Wu2010-03-185-14/+8
* st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu2010-03-183-66/+64
* st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu2010-03-185-319/+336
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-189-82/+173
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-162-2/+1
|\
| * st/mesa: Implement st_api.h.Chia-I Wu2010-03-122-2/+1
* | gallium: fix frontbuffer rendering with r300gDave Airlie2010-03-161-1/+1