On 03/30/2016 04:07 PM, Dave Airlie wrote:
From: Dave Airlie <[email protected]>

v2: be consistent with other defintions.

"definitions"

The series looks OK to me. Though, I'd still like to see get_image_coord_dim() split into two functions, but that could be done in a follow-up patch.

For the series,
Reviewed-by: Brian Paul <[email protected]>



Signed-off-by: Dave Airlie <[email protected]>
---
  src/gallium/auxiliary/tgsi/tgsi_exec.h | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.h 
b/src/gallium/auxiliary/tgsi/tgsi_exec.h
index 991c3bf..8b5a580 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.h
@@ -201,12 +201,13 @@ struct tgsi_sampler
  #define TGSI_EXEC_NUM_TEMP_R        4

  #define TGSI_EXEC_TEMP_ADDR         (TGSI_EXEC_NUM_TEMPS + 8)
+#define TGSI_EXEC_NUM_ADDRS         3

  /* predicate register */
-#define TGSI_EXEC_TEMP_P0           (TGSI_EXEC_NUM_TEMPS + 9)
+#define TGSI_EXEC_TEMP_P0           (TGSI_EXEC_NUM_TEMPS + 11)
  #define TGSI_EXEC_NUM_PREDS         1

-#define TGSI_EXEC_NUM_TEMP_EXTRAS   10
+#define TGSI_EXEC_NUM_TEMP_EXTRAS   12





_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to