summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texturebarrier.c
Commit message (Collapse)AuthorAgeFilesLines
* st/mesa: implement ARB_buffer_storageMarek Olšák2014-02-251-0/+17
| | | | Reviewed-by: Fredrik Höglund <fredrik@kde.org>
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-151-0/+60
v2: change the gallium entry point to texture_barrier.