summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_program.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-11-16 13:55:50 -0700
committerBrian Paul <[email protected]>2013-11-18 08:56:34 -0700
commitc27d8cc0c9e605073f2d4b734a74f931d3a67195 (patch)
tree3c4c6a3e888c5f4c2f11eafb8d3be7180073983e /src/gallium/auxiliary/postprocess/pp_program.c
parentde2fd7dd0ba3856aa1cb08302bed0814b16f8810 (diff)
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 <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/postprocess/pp_program.c')
-rw-r--r--src/gallium/auxiliary/postprocess/pp_program.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/postprocess/pp_program.c b/src/gallium/auxiliary/postprocess/pp_program.c
index 916d6fceaac..19275d742e5 100644
--- a/src/gallium/auxiliary/postprocess/pp_program.c
+++ b/src/gallium/auxiliary/postprocess/pp_program.c
@@ -27,6 +27,8 @@
**************************************************************************/
#include "postprocess/postprocess.h"
+#include "postprocess/pp_private.h"
+
#include "cso_cache/cso_context.h"
#include "pipe/p_screen.h"
#include "pipe/p_context.h"