ilo: add slice clear value

Graphics / Mesa 3D Graphics Library / Mesa - Chia-I Wu [gmail.com] - 22 February 2014 08:45 UTC

It is needed for 3DSTATE_CLEAR_PARAMS, and can also be used to track what
value the slice has been cleared to.

f57bddc ilo: add slice clear value
src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c | 11 ++++++---
src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c | 10 +++++---
src/gallium/drivers/ilo/ilo_blit.c | 31 ++++++++++++++++++++++++
src/gallium/drivers/ilo/ilo_blitter_rectlist.c | 3 +++
src/gallium/drivers/ilo/ilo_resource.h | 30 ++++++++++++++++++++++-
5 files changed, 78 insertions(+), 7 deletions(-)

Upstream: cgit.freedesktop.org


  • Share