mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 11:30:21 +01:00
r600g: cleanup #include recursion between r600_pipe.h and evergreen_compute.h
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
43d3e0cd3d
commit
2ca73bc7f7
7 changed files with 6 additions and 2 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "r600_pipe.h"
|
||||
#include "r600_formats.h"
|
||||
#include "compute_memory_pool.h"
|
||||
#include "evergreen_compute.h"
|
||||
#include "evergreen_compute_internal.h"
|
||||
#include <inttypes.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
struct r600_atom;
|
||||
struct evergreen_compute_resource;
|
||||
|
||||
void *evergreen_create_compute_state(struct pipe_context *ctx, const const struct pipe_compute_state *cso);
|
||||
void *evergreen_create_compute_state(struct pipe_context *ctx, const struct pipe_compute_state *cso);
|
||||
void evergreen_delete_compute_state(struct pipe_context *ctx, void *state);
|
||||
void evergreen_compute_upload_input(struct pipe_context *context, const uint *block_layout, const uint *grid_layout, const void *input);
|
||||
void evergreen_init_atom_start_compute_cs(struct r600_context *rctx);
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
#include "r600_pipe.h"
|
||||
#include "r600_formats.h"
|
||||
#include "evergreend.h"
|
||||
#include "evergreen_compute.h"
|
||||
#include "evergreen_compute_internal.h"
|
||||
#include "r600_hw_context_priv.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#include "r600_pipe.h"
|
||||
#include "r600_public.h"
|
||||
#include "r600_isa.h"
|
||||
#include "evergreen_compute.h"
|
||||
#include "r600d.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "r600_llvm.h"
|
||||
#include "r600_public.h"
|
||||
#include "r600_resource.h"
|
||||
#include "evergreen_compute.h"
|
||||
|
||||
#define R600_NUM_ATOMS 38
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
#include "r600_pipe.h"
|
||||
#include "evergreen_compute.h"
|
||||
|
||||
static struct pipe_resource *r600_resource_create(struct pipe_screen *screen,
|
||||
const struct pipe_resource *templ)
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
* Corbin Simpson
|
||||
*/
|
||||
#include "r600_formats.h"
|
||||
#include "evergreen_compute.h"
|
||||
#include "r600d.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue