diff options
author | Brian Paul <[email protected]> | 2013-11-16 13:55:44 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-11-18 08:56:34 -0700 |
commit | de2fd7dd0ba3856aa1cb08302bed0814b16f8810 (patch) | |
tree | 6c50d130a70c81c1301097e5ff2f09ad8f6f6dab /src/gallium/auxiliary/postprocess/pp_program.h | |
parent | 401f2d6ea8d8068747b6f507e8a8907ad9f6fe71 (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_program.h')
-rw-r--r-- | src/gallium/auxiliary/postprocess/pp_program.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/postprocess/pp_program.h b/src/gallium/auxiliary/postprocess/pp_program.h index b7774dc0877..6fecdc3fe5e 100644 --- a/src/gallium/auxiliary/postprocess/pp_program.h +++ b/src/gallium/auxiliary/postprocess/pp_program.h @@ -34,7 +34,7 @@ /** * Internal control details. */ -struct program +struct pp_program { struct pipe_screen *screen; struct pipe_context *pipe; |