History log of /external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ea6f035ae90895bd4ee3247408eb179dfdf96d22 02-Aug-2012 Brian Paul <brianp@vmware.com> 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>
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
c5976017e31828dd67fb54e8c11b863fffcac70b 24-Jan-2012 Lauri Kasanen <cand@gmx.com> gallium/postprocess: Fix depth logic

This prevents a possible lapse of the depth buffer - the situation where
the app and pp have different depth buffers.

NOTE: This is a candidate for the 8.0 stable branch.

Signed-off-by: Lauri Kasanen <cand@gmx.com>
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
7219af5ec184d4f92682e75f3d992ae048005d6a 24-Jan-2012 Michel Dänzer <michel.daenzer@amd.com> gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=40776

NOTE: This is a candidate for the stable branches.
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
f6fa34f7ada52cfe4c811e12ba7e4eef84ba7ca1 01-Nov-2011 Brian Paul <brianp@vmware.com> postprocess: remove const qualifiers on unsigned int parameters

to match the prototype in postprocess.h
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
866f9b18c68ede63c00917ec9c3dae3524ca8826 11-Sep-2011 Dave Airlie <airlied@redhat.com> gallium: rename ZS stencil type to UINT (v2)

these are never USCALED, always UINT in reality.

taken from some work by Christoph Bumiller

v2: fixup formatting of table + tabs

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
4703f50e96fe3a9db039f59e154e15c06c3f8367 25-Sep-2011 José Fonseca <jose.r.fonseca@gmail.com> postprocess: Portability fixes.
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c
0d383d4790040ecf1f2f73b1d0adaf42657496b7 18-Aug-2011 Lauri Kasanen <cand@gmx.com> pp/main queue: Add pp_init.c

Signed-off-by: Lauri Kasanen <cand@gmx.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/auxiliary/postprocess/pp_init.c