Files
mesa/src/gallium/auxiliary/postprocess
Brian Paul ea6f035ae9 gallium: consolidate CSO sampler and sampler_view functions
Merge the vertex/fragment versions of the cso_set/save/restore_samplers()
functions.  Now we pass the shader stage (PIPE_SHADER_x) to the function
to indicate vertex/fragment/geometry samplers.  For example:

cso_single_sampler(cso, PIPE_SHADER_FRAGMENT, unit, sampler);

This results in quite a bit of code reduction, fewer CSO functions and
support for geometry shaders.

Reviewed-by: Marek Olšák <maraeo@gmail.com>
2012-08-03 07:16:35 -06:00
..
2011-08-19 16:51:05 -06:00
2011-08-19 16:51:16 -06:00
2011-08-19 16:51:05 -06:00
2011-08-19 16:51:05 -06:00
2011-08-19 16:51:05 -06:00
2011-08-19 16:51:16 -06:00
2011-08-19 16:51:06 -06:00
2011-08-19 16:51:06 -06:00