Mesa (gallium-array-textures): gallium: remove PIPE_SURFACE_LAYOUT_LINEAR definition

Roland Scheidegger sroland at kemper.freedesktop.org
Thu Jun 17 14:05:48 UTC 2010


Module: Mesa
Branch: gallium-array-textures
Commit: 1b717a289299f942de834dcccafbab91361e20ab
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b717a289299f942de834dcccafbab91361e20ab

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Thu Jun 17 14:46:09 2010 +0100

gallium: remove PIPE_SURFACE_LAYOUT_LINEAR definition

This was only used by the layout field of pipe_surface, but this
driver internal stuff is gone so there's no need for this driver independent
layout definition neither.

---

 src/gallium/include/pipe/p_defines.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 5d77416..96c1029 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -178,14 +178,6 @@ enum pipe_texture_target {
 #define PIPE_TEX_COMPARE_NONE          0
 #define PIPE_TEX_COMPARE_R_TO_TEXTURE  1
 
-
-/**
- * Surface layout -- a hint?  Or some driver-internal poking out into
- * the interface?
- */
-#define PIPE_SURFACE_LAYOUT_LINEAR  0
-
-
 /**
  * Clear buffer bits
  */




More information about the mesa-commit mailing list