xref: /third_party/mesa3d/src/gallium/drivers/i915/i915_public.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/src/gallium/drivers/i915/
1bf215546Sopenharmony_ci
2bf215546Sopenharmony_ci#ifndef I915_PUBLIC_H
3bf215546Sopenharmony_ci#define I915_PUBLIC_H
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_cistruct i915_winsys;
6bf215546Sopenharmony_cistruct pipe_screen;
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci/**
9bf215546Sopenharmony_ci * Create i915 pipe_screen.
10bf215546Sopenharmony_ci */
11bf215546Sopenharmony_cistruct pipe_screen *i915_screen_create(struct i915_winsys *iws);
12bf215546Sopenharmony_ci
13bf215546Sopenharmony_ci#endif
14

Indexes created Thu Nov 07 10:32:03 CST 2024