This series of patches implements ARB_clear_texture for r600 and radeonsi.
I only tested this with the radeonsi driver and just assumed it would work
on the r600 driver. If someone could test this with the r600 driver it would
be wonderful. This implementation was mostly based on the nouveau
implementation of the same function. I don't have push access so someone
reviewing this can push it.

Regards
    Jakob Sinclair

Jakob Sinclair (4):
  gallium/radeon: add clear_texture function
  gallium/radeonsi: enable ARB_clear_texture
  gallium/r600: enable ARB_clear_texture
  docs/GL3.txt: mark ARB_clear_texture as done for r600 and radeonsi

 docs/GL3.txt                              |  2 +-
 src/gallium/drivers/r600/r600_pipe.c      |  2 +-
 src/gallium/drivers/radeon/r600_texture.c | 72 +++++++++++++++++++++++++++++++
 src/gallium/drivers/radeonsi/si_pipe.c    |  2 +-
 4 files changed, 75 insertions(+), 3 deletions(-)

-- 
2.8.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to