summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_surfaces.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-19gallium/util: remove unused u_surfaces.c/hMarek Olšák1-101/+0
2020-02-14gallium/cso_hash: make cso_hash declared within structures instead of alloc'dMarek Olšák1-2/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-3/+3
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-3/+3
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry1-4/+4
2010-12-05nvfx: fixes after array textures mergeXavier Chantry1-5/+14
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-6/+6
2010-08-21auxiliary: add copyright headersLuca Barbieri1-0/+26
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-2/+2
2010-08-11u_surfaces: add util_surfaces_peekLuca Barbieri1-0/+13
2010-08-11u_surfaces: use cso_hash instead of util_hash_tableLuca Barbieri1-3/+2
2010-04-20gallium/util: remove bogus return statementBrian Paul1-1/+1
2010-04-18auxiliary: add util_surfaces to track a resource's pipe_surface structsLuca Barbieri1-0/+54