mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
postprocess: move #defines to filters.h
They're not needed in postprocess.h Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
c27d8cc0c9
commit
b7e5678fe5
2 changed files with 4 additions and 3 deletions
|
|
@ -30,6 +30,10 @@
|
|||
|
||||
#include "postprocess/postprocess.h"
|
||||
|
||||
#define PP_FILTERS 6 /* Increment this if you add filters */
|
||||
#define PP_MAX_PASSES 6
|
||||
|
||||
|
||||
typedef bool (*pp_init_func) (struct pp_queue_t *, unsigned int,
|
||||
unsigned int);
|
||||
typedef void (*pp_free_func) (struct pp_queue_t *, unsigned int);
|
||||
|
|
|
|||
|
|
@ -30,9 +30,6 @@
|
|||
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
#define PP_FILTERS 6 /* Increment this if you add filters */
|
||||
#define PP_MAX_PASSES 6
|
||||
|
||||
struct cso_context;
|
||||
|
||||
struct pp_queue_t; /* Forward definition */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue