projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff1af6
)
r600g: fix compilation after change to evergreend.h
author
Jerome Glisse
<jglisse@redhat.com>
Fri, 24 Sep 2010 14:43:57 +0000
(10:43 -0400)
committer
Jerome Glisse
<jglisse@redhat.com>
Fri, 24 Sep 2010 14:43:57 +0000
(10:43 -0400)
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
src/gallium/drivers/r600/eg_hw_states.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/eg_hw_states.c
b/src/gallium/drivers/r600/eg_hw_states.c
index
47c15b8
..
6e82368
100644
(file)
--- a/
src/gallium/drivers/r600/eg_hw_states.c
+++ b/
src/gallium/drivers/r600/eg_hw_states.c
@@
-215,7
+215,7
@@
static void eg_rasterizer(struct r600_context *rctx, struct radeon_state *rstate
case PIPE_FORMAT_Z32_FLOAT:
depth = -23;
offset_units *= 1.0f;
- offset_db_fmt_cntl |= S_028
DF
8_POLY_OFFSET_DB_IS_FLOAT_FMT(1);
+ offset_db_fmt_cntl |= S_028
B7
8_POLY_OFFSET_DB_IS_FLOAT_FMT(1);
break;
case PIPE_FORMAT_Z16_UNORM:
depth = -16;
@@
-226,7
+226,7
@@
static void eg_rasterizer(struct r600_context *rctx, struct radeon_state *rstate
return;
}
}
- offset_db_fmt_cntl |= S_028
DF
8_POLY_OFFSET_NEG_NUM_DB_BITS(depth);
+ offset_db_fmt_cntl |= S_028
B7
8_POLY_OFFSET_NEG_NUM_DB_BITS(depth);
if (state->flatshade_first)
prov_vtx = 0;