Mesa (master): r600g: remove unused state ID definitions

Marek Olšák mareko at kemper.freedesktop.org
Thu Sep 13 18:18:56 UTC 2012


Module: Mesa
Branch: master
Commit: fd19aa4e12af3999ef1cea97e996ff0ab6410c77
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd19aa4e12af3999ef1cea97e996ff0ab6410c77

Author: Marek Olšák <maraeo at gmail.com>
Date:   Mon Sep 10 18:40:52 2012 +0200

r600g: remove unused state ID definitions

Reviewed-by: Jerome Glisse <jglisse at redhat.com>

---

 src/gallium/drivers/r600/r600_pipe.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 7e703a6..59fc592 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -105,8 +105,6 @@ struct r600_sample_mask {
 enum r600_pipe_state_id {
 	R600_PIPE_STATE_BLEND = 0,
 	R600_PIPE_STATE_BLEND_COLOR,
-	R600_PIPE_STATE_CONFIG,
-	R600_PIPE_STATE_SEAMLESS_CUBEMAP,
 	R600_PIPE_STATE_CLIP,
 	R600_PIPE_STATE_SCISSOR,
 	R600_PIPE_STATE_VIEWPORT,
@@ -115,14 +113,8 @@ enum r600_pipe_state_id {
 	R600_PIPE_STATE_FRAMEBUFFER,
 	R600_PIPE_STATE_DSA,
 	R600_PIPE_STATE_STENCIL_REF,
-	R600_PIPE_STATE_PS_SHADER,
-	R600_PIPE_STATE_VS_SHADER,
-	R600_PIPE_STATE_CONSTANT,
-	R600_PIPE_STATE_SAMPLER,
-	R600_PIPE_STATE_RESOURCE,
 	R600_PIPE_STATE_POLYGON_OFFSET,
 	R600_PIPE_STATE_FETCH_SHADER,
-	R600_PIPE_STATE_SPI,
 	R600_PIPE_NSTATES
 };
 




More information about the mesa-commit mailing list