~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/svga/svga_screen_cache.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:
148
148
struct svga_winsys_surface *
149
149
svga_screen_surface_create(struct svga_screen *svgascreen,
150
150
                           unsigned bind_flags, enum pipe_resource_usage usage,
151
 
                           boolean *invalidated,
 
151
                           bool *invalidated,
152
152
                           struct svga_host_surface_cache_key *key);
153
153
 
154
154
void
155
155
svga_screen_surface_destroy(struct svga_screen *svgascreen,
156
156
                            const struct svga_host_surface_cache_key *key,
157
 
                            boolean to_invalidate,
 
157
                            bool to_invalidate,
158
158
                            struct svga_winsys_surface **handle);
159
159
 
160
160
void