summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri_drawable.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-125/+0
2019-11-29gallium: Fix the ->set_damage_region() implementationBoris Brezillon1-0/+3
2019-10-14gallium: simplify throttle implementationJames Xiong1-9/+1
2019-07-22gallium: remove boolean from state tracker APIsIlia Mirkin1-3/+3
2017-08-03st/dri2 Plumb the flush_swapbuffer functionality through to dri3Thomas Hellstrom1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-07-10st/dri: merge dri/drm and dri/sw backendsEmil Velikov1-0/+128
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-89/+0
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis1-6/+0
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu1-19/+5
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu1-0/+6
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu1-12/+0
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu1-0/+1
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+3
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-9/+9
2009-09-02st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer1-2/+1
2009-08-28st/dri: Fix some warningsJakob Bornecrantz1-0/+1
2009-08-22st/dri: Find out if the drawable is a pixmapJakob Bornecrantz1-0/+2
2009-08-13st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer1-0/+6
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom1-0/+4
2009-05-18st/dri: Only create new textures if drawable has changedJakob Bornecrantz1-0/+5
2009-04-28gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom1-22/+11
2009-04-28gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom1-1/+17
2009-04-28gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom1-0/+89