summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_render.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-06-15 12:01:29 +0800
committerChia-I Wu <[email protected]>2015-06-15 15:06:11 +0800
commit7cb853d52ae795b76adec41c98870166b41c9e6f (patch)
treec778b642f47df0ec77c985b0331b679eacfa7f2a /src/gallium/drivers/ilo/ilo_render.h
parent8f37e8e64fc897180603a7247e2fd47bf0ffb834 (diff)
ilo: add ilo_state_sample_pattern
Move sample pattern initialization from ilo_render to ilo_state_sample_pattern.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_render.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_render.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/ilo/ilo_render.h b/src/gallium/drivers/ilo/ilo_render.h
index a85b2800fb1..098af73ec9b 100644
--- a/src/gallium/drivers/ilo/ilo_render.h
+++ b/src/gallium/drivers/ilo/ilo_render.h
@@ -43,9 +43,6 @@ ilo_render_create(struct ilo_builder *builder);
void
ilo_render_destroy(struct ilo_render *render);
-/**
- * Estimate the size of an action.
- */
void
ilo_render_get_sample_position(const struct ilo_render *render,
unsigned sample_count,