mesa: remove unused ctx->Driver.ActiveTexture() hook
This commit is contained in:
@@ -124,7 +124,6 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
|
||||
driver->UnmapTexture = NULL;
|
||||
driver->TextureMemCpy = _mesa_memcpy;
|
||||
driver->IsTextureResident = NULL;
|
||||
driver->ActiveTexture = NULL;
|
||||
driver->UpdateTexturePalette = NULL;
|
||||
|
||||
/* imaging */
|
||||
|
@@ -565,7 +565,6 @@ void mach64InitTextureFuncs( struct dd_function_table *functions )
|
||||
functions->IsTextureResident = driIsTextureResident;
|
||||
|
||||
functions->UpdateTexturePalette = NULL;
|
||||
functions->ActiveTexture = NULL;
|
||||
|
||||
driInitTextureFormats();
|
||||
}
|
||||
|
@@ -537,11 +537,6 @@ struct dd_function_table {
|
||||
GLboolean (*IsTextureResident)( GLcontext *ctx,
|
||||
struct gl_texture_object *t );
|
||||
|
||||
/**
|
||||
* Called by glActiveTextureARB() to set current texture unit.
|
||||
*/
|
||||
void (*ActiveTexture)( GLcontext *ctx, GLuint texUnitNumber );
|
||||
|
||||
/**
|
||||
* Called when the texture's color lookup table is changed.
|
||||
*
|
||||
|
Reference in New Issue
Block a user