summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_surfaces.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-2/+2
2010-12-05init ps->context with util_surfaces_get and do_getXavier Chantry1-3/+3
2010-12-05nvfx: fixes after array textures mergeXavier Chantry1-5/+11
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-7/+8
2010-08-21auxiliary: add copyright headersLuca Barbieri1-0/+26
2010-08-11u_surfaces: use cso_hash instead of util_hash_tableLuca Barbieri1-50/+29
2010-08-11u_surfaces: fix surface leak due to off by oneLuca Barbieri1-1/+1
2010-05-13util: Fix ptr -> int conversion.José Fonseca1-1/+1
2010-04-24util: Fix unsigned <-> ptr conversions.José Fonseca1-3/+3
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca1-1/+1
2010-04-18auxiliary: Move loop variable declaration outside for loop.Vinson Lee1-1/+2
2010-04-18auxiliary: Initialize variable.Vinson Lee1-1/+1
2010-04-18u_inlines: split pipe_surface_init in pipe_surface_reset and *_initLuca Barbieri1-1/+0
2010-04-18u_surfaces: silence warningLuca Barbieri1-1/+1
2010-04-18auxiliary: add util_surfaces to track a resource's pipe_surface structsLuca Barbieri1-0/+112