summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_mlaa.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-11-16 13:55:44 -0700
committerBrian Paul <[email protected]>2013-11-18 08:56:34 -0700
commitde2fd7dd0ba3856aa1cb08302bed0814b16f8810 (patch)
tree6c50d130a70c81c1301097e5ff2f09ad8f6f6dab /src/gallium/auxiliary/postprocess/pp_mlaa.c
parent401f2d6ea8d8068747b6f507e8a8907ad9f6fe71 (diff)
postprocess: rename program to pp_program
To match the pp_ namespace convention. Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/postprocess/pp_mlaa.c')
-rw-r--r--src/gallium/auxiliary/postprocess/pp_mlaa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/postprocess/pp_mlaa.c b/src/gallium/auxiliary/postprocess/pp_mlaa.c
index b299c66599c..656283fd9fc 100644
--- a/src/gallium/auxiliary/postprocess/pp_mlaa.c
+++ b/src/gallium/auxiliary/postprocess/pp_mlaa.c
@@ -75,7 +75,7 @@ pp_jimenezmlaa_run(struct pp_queue_t *ppq, struct pipe_resource *in,
struct pipe_resource *out, unsigned int n, bool iscolor)
{
- struct program *p = ppq->p;
+ struct pp_program *p = ppq->p;
struct pipe_depth_stencil_alpha_state mstencil;
struct pipe_sampler_view v_tmp, *arr[3];