mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
r600: fix warning
This commit is contained in:
parent
2041d3e4b7
commit
bba9557019
1 changed files with 0 additions and 2 deletions
|
|
@ -235,8 +235,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue