mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 16:10:36 +02:00
i915: make i830/i915_hiz_resolve_noop() static
This commit is contained in:
parent
5485192fc8
commit
483ea0a76f
2 changed files with 2 additions and 2 deletions
|
|
@ -885,7 +885,7 @@ i830_is_hiz_depth_format(struct intel_context *intel, gl_format format)
|
|||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
i830_hiz_resolve_noop(struct intel_context *intel,
|
||||
struct intel_region *region)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -852,7 +852,7 @@ i915_is_hiz_depth_format(struct intel_context *intel,
|
|||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
i915_hiz_resolve_noop(struct intel_context *intel,
|
||||
struct intel_region *region)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue