~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/util/u_upload_mgr.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef U_UPLOAD_MGR_H
33
33
#define U_UPLOAD_MGR_H
34
34
 
35
 
#include "pipe/p_compiler.h"
 
35
#include "util/compiler.h"
36
36
#include "pipe/p_defines.h"
37
37
 
38
38
struct pipe_context;