summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_simple_shaders.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-151-1/+3
* gallium/u_blitter: implement blitting multisample resourcesMarek Olšák2012-08-151-0/+20
* gallium/u_blitter: accelerate stencil-only copyingMarek Olšák2012-07-121-0/+6
* gallium/u_blitter: accelerate depth-stencil copying using shader stencil exportMarek Olšák2012-07-121-0/+6
* gallium: utility helper functions for stream outputMarek Olšák2011-12-151-0/+8
* 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