summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_simple_shaders.h
Commit message (Expand)AuthorAgeFilesLines
* u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák2010-11-281-1/+3
* gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-031-2/+5
* 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