summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri_st_api.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-263/+0
2010-03-25st/dri: Don't include sw vs drm dri headersJakob Bornecrantz1-0/+3
2010-03-25st/dri: Add dri2 prefix for all dri2.c functionsJakob Bornecrantz1-2/+2
2010-03-25st/dri: add driswGeorge Sapountzis1-0/+12
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis1-0/+8
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis1-251/+9
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis1-18/+18
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri2George Sapountzis1-17/+40
2010-03-25st/dri: flush_frontbuffer, allocate_textures for dri1George Sapountzis1-5/+8
2010-03-25st/dri: minor cosmetic for buffersGeorge Sapountzis1-14/+17
2010-03-25st/dri: add inline for dri2 check done in multiple placesGeorge Sapountzis1-1/+1
2010-03-25st/dri: Fix for X server 1.6.0 (DRI2 version 1)Jakob Bornecrantz1-1/+9
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu1-5/+8
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu1-0/+442