projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3fd155
)
Avoid sharing subchannels with the ddx until context switching is done
author
Ben Skeggs
<darktama@iinet.net.au>
Sun, 19 Nov 2006 15:46:31 +0000
(15:46 +0000)
committer
Ben Skeggs
<darktama@iinet.net.au>
Sun, 19 Nov 2006 15:46:31 +0000
(15:46 +0000)
properly..
src/mesa/drivers/dri/nouveau/nouveau_object.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/nouveau_object.h
b/src/mesa/drivers/dri/nouveau/nouveau_object.h
index 1065a0be59eaf36db0649254bf3af9348108e184..e9a30d127a46b01fce4a375a1efe4bdf462480c4 100644
(file)
--- a/
src/mesa/drivers/dri/nouveau/nouveau_object.h
+++ b/
src/mesa/drivers/dri/nouveau/nouveau_object.h
@@
-10,7
+10,7
@@
enum DMAObjects {
};
enum DMASubchannel {
- NvSub3D =
1
,
+ NvSub3D =
7
,
};
#endif