projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03fdc4
)
r600g: Fix the type of the family field in r600_pipe_context.
author
Henri Verbeet
<hverbeet@gmail.com>
Sat, 9 Jul 2011 15:18:59 +0000
(17:18 +0200)
committer
Henri Verbeet
<hverbeet@gmail.com>
Sat, 9 Jul 2011 16:12:50 +0000
(18:12 +0200)
Signed-off-by: Henri Verbeet <hverbeet@gmail.com>
src/gallium/drivers/r600/r600_pipe.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_pipe.h
b/src/gallium/drivers/r600/r600_pipe.h
index c58c2f777430c2195e7551a928222a6dcf034ffa..b51fa24dfb25ecada5901405d71df2228b84880a 100644
(file)
--- a/
src/gallium/drivers/r600/r600_pipe.h
+++ b/
src/gallium/drivers/r600/r600_pipe.h
@@
-175,7
+175,7
@@
struct r600_pipe_fences {
struct r600_pipe_context {
struct pipe_context context;
struct blitter_context *blitter;
-
unsigned
family;
+
enum radeon_family
family;
void *custom_dsa_flush;
struct r600_screen *screen;
struct radeon *radeon;