mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
intel/vk/grl: Don't include anv_private.h in genX_grl.h
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21670>
This commit is contained in:
parent
a535f213d7
commit
3251db1270
2 changed files with 4 additions and 1 deletions
|
|
@ -28,10 +28,12 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "anv_private.h"
|
||||
#include "grl/grl_cl_kernel.h"
|
||||
#include "genxml/gen_macros.h"
|
||||
|
||||
struct anv_cmd_buffer;
|
||||
struct anv_kernel_arg;
|
||||
|
||||
void
|
||||
genX(grl_dispatch)(struct anv_cmd_buffer *cmd_buffer,
|
||||
enum grl_cl_kernel kernel,
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "anv_private.h"
|
||||
#include "genX_grl.h"
|
||||
|
||||
static struct anv_shader_bin *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue