~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/drivers/i915/i915_public.h

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#ifndef I915_PUBLIC_H
3
 
#define I915_PUBLIC_H
4
 
 
5
 
struct i915_winsys;
6
 
struct pipe_screen;
7
 
 
8
 
/**
9
 
 * Create i915 pipe_screen.
10
 
 */
11
 
struct pipe_screen *i915_screen_create(struct i915_winsys *iws);
12
 
 
13
 
#endif