mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
remove bogus _swrast_texture_table_lookup() call (Eric Plante)
This commit is contained in:
parent
78f8292a54
commit
db40aec48c
1 changed files with 0 additions and 5 deletions
|
|
@ -311,11 +311,6 @@ _swrast_validate_texture_sample( GLcontext *ctx, GLuint texUnit,
|
|||
|
||||
swrast->TextureSample[texUnit]( ctx, texUnit, tObj, n, texcoords,
|
||||
lambda, rgba );
|
||||
|
||||
/* GL_SGI_texture_color_table */
|
||||
if (ctx->Texture.Unit[texUnit].ColorTableEnabled) {
|
||||
_swrast_texture_table_lookup(&ctx->Texture.Unit[texUnit].ColorTable, n, rgba);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue