projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86f09fd
)
update TILE_TOP/BOTTOM_* values to match softpipe
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 24 Oct 2007 22:58:47 +0000
(16:58 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 26 Oct 2007 02:32:45 +0000
(20:32 -0600)
src/mesa/pipe/tgsi/exec/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_exec.c
b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index 9c5c1f26bee43c46fa5e486b4af018e79439cd8b..24ee98061d0403d2454196e3e101220af4aa48b7 100644
(file)
--- a/
src/mesa/pipe/tgsi/exec/tgsi_exec.c
+++ b/
src/mesa/pipe/tgsi/exec/tgsi_exec.c
@@
-60,10
+60,10
@@
#include "main/macros.h"
#endif
-#define TILE_
BOTTOM_LEFT
0
-#define TILE_
BOTTOM_RIGHT
1
-#define TILE_
TOP_LEFT
2
-#define TILE_
TOP_RIGHT
3
+#define TILE_
TOP_LEFT
0
+#define TILE_
TOP_RIGHT
1
+#define TILE_
BOTTOM_LEFT
2
+#define TILE_
BOTTOM_RIGHT
3
#define TEMP_0_I TGSI_EXEC_TEMP_00000000_I
#define TEMP_0_C TGSI_EXEC_TEMP_00000000_C