summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_simple_shaders.h
Commit message (Expand)AuthorAgeFilesLines
* util: add new fragment shaders to simple_shadersMarek Olšák2009-12-151-2/+11
* util: add version of u_blit_pixels which takes a writemaskKeith Whitwell2009-09-031-0/+4
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-10/+3
* mesa: Free the util shaders with the gallium's FREE.José Fonseca2009-02-191-0/+4
* gallium: return pipe_shader_state from the simple shader functionsBrian2008-03-271-3/+7
* gallium: added util_make_fragment_passthrough_shader()Brian2008-03-201-0/+12
* gallium: utilities for creating simple vertex/fragment shadersBrian2008-03-181-0/+52