Mesa (master): i965: Delete unused INTEL_WRITE_{PART, FULL} and INTEL_READ #defines.

Kenneth Graunke kwg at kemper.freedesktop.org
Mon Jan 6 18:50:27 UTC 2014


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Jan  6 10:51:20 2014 -0800

i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.

These are just software flag values (not hardware specific values), and
aren't used anywhere.  Delete them to avoid confusion.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/brw_context.h |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 9d22498..df32ccb 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -139,10 +139,6 @@ extern "C" {
  * Handles blending and (presumably) depth and stencil testing.
  */
 
-#define INTEL_WRITE_PART  0x1
-#define INTEL_WRITE_FULL  0x2
-#define INTEL_READ        0x4
-
 #define BRW_MAX_CURBE                    (32*16)
 
 struct brw_context;




More information about the mesa-commit mailing list