projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c1010
)
tgsi/exec: Fix orientation of DDY.
author
Michal Krol
<michal@vmware.com>
Thu, 26 Nov 2009 19:38:43 +0000
(20:38 +0100)
committer
Michal Krol
<michal@vmware.com>
Thu, 26 Nov 2009 19:41:46 +0000
(20:41 +0100)
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 268c5a632a52a5f5e1e0ee2ef153445115b0a28d..e22a1643c8806bf89fd4d1c75a30441239acadfc 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_exec.c
@@
-501,7
+501,7
@@
micro_ddy(
dst->f[0] =
dst->f[1] =
dst->f[2] =
- dst->f[3] = src->f[TILE_
TOP_LEFT] - src->f[TILE_BOTTOM
_LEFT];
+ dst->f[3] = src->f[TILE_
BOTTOM_LEFT] - src->f[TILE_TOP
_LEFT];
}
static void