projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fdf04a
)
r600: fix warning
author
Alex Deucher
<alexdeucher@gmail.com>
Wed, 27 Jan 2010 17:18:02 +0000
(12:18 -0500)
committer
Alex Deucher
<alexdeucher@gmail.com>
Wed, 27 Jan 2010 17:18:02 +0000
(12:18 -0500)
src/mesa/drivers/dri/r600/r600_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/r600_context.c
b/src/mesa/drivers/dri/r600/r600_context.c
index 922291ae69e9c396514857a9f6e735be14c552eb..ab3c7723c9d0adc9149bf170cc099e62871fd113 100644
(file)
--- a/
src/mesa/drivers/dri/r600/r600_context.c
+++ b/
src/mesa/drivers/dri/r600/r600_context.c
@@
-246,8
+246,6
@@
static void r600_init_vtbl(radeonContextPtr radeon)
static void r600InitConstValues(GLcontext *ctx, radeonScreenPtr screen)
{
- context_t *r600 = R700_CONTEXT(ctx);
-
ctx->Const.MaxTextureImageUnits = 16;
/* 8 per clause on r6xx, 16 on r7xx
* but I think mesa only supports 8 at the moment