summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_gen_mipmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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