projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8c728
)
nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.
author
Younes Manton
<younes.m@gmail.com>
Fri, 6 Feb 2009 19:36:56 +0000
(14:36 -0500)
committer
Younes Manton
<younes.m@gmail.com>
Fri, 6 Feb 2009 19:36:56 +0000
(14:36 -0500)
src/gallium/drivers/nv04/nv04_surface_2d.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv04/nv04_surface_2d.c
b/src/gallium/drivers/nv04/nv04_surface_2d.c
index 2b84e6c52924b92c4df7f7f15e2a93bc8e6612c9..b507e993f1efd6829c0d2cc8c1bde3716bb9c565 100644
(file)
--- a/
src/gallium/drivers/nv04/nv04_surface_2d.c
+++ b/
src/gallium/drivers/nv04/nv04_surface_2d.c
@@
-277,7
+277,7
@@
nv04_surface_fill(struct nv04_surface_2d *ctx, struct pipe_surface *dst,
cs2d_format = nv04_surface_format(dst->format);
assert(cs2d_format >= 0);
- gdirect_format = nv04_
surface
_format(dst->format);
+ gdirect_format = nv04_
rect
_format(dst->format);
assert(gdirect_format >= 0);
WAIT_RING (chan, 16);