postprocess: refactor header files, etc
authorBrian Paul <brianp@vmware.com>
Sat, 16 Nov 2013 20:55:50 +0000 (13:55 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 18 Nov 2013 15:56:34 +0000 (08:56 -0700)
commitc27d8cc0c9e605073f2d4b734a74f931d3a67195
tree3c4c6a3e888c5f4c2f11eafb8d3be7180073983e
parentde2fd7dd0ba3856aa1cb08302bed0814b16f8810
postprocess: refactor header files, etc

Move private data structures and function prototypes out of the
public postprocess.h header file.
Create a pp_private.h for the shared, private data structures, functions.
Remove pp_program.h header.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/postprocess/postprocess.h
src/gallium/auxiliary/postprocess/pp_celshade.c
src/gallium/auxiliary/postprocess/pp_colors.c
src/gallium/auxiliary/postprocess/pp_init.c
src/gallium/auxiliary/postprocess/pp_mlaa.c
src/gallium/auxiliary/postprocess/pp_private.h [new file with mode: 0644]
src/gallium/auxiliary/postprocess/pp_program.c
src/gallium/auxiliary/postprocess/pp_program.h [deleted file]
src/gallium/auxiliary/postprocess/pp_run.c