aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_gen_mipmap.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-101-18/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlushMarek Olšák2012-04-181-6/+0
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger2010-03-161-1/+1
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-0/+5
* gallium: Add extern "C" to the headers.José Fonseca2008-04-241-0/+10
* gallium: Remove util_gen_mipmap_filter().Michal Krol2008-03-241-6/+0
* gallium: pass the filter mode to util_gen_mipmap().Brian2008-03-241-1/+1
* gallium: Add util_gen_mipmap_filter().Michal Krol2008-03-231-0/+5
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-1/+5
* gallium: make the gen_mipmap_state struct privateBrian2008-03-181-12/+1
* gallium: new mipmap generation codeBrian2008-03-171-0/+63