mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
r300: remove unnecessary function calls
ae_create_context is called by vbo_CreateContext ae_invalidate_state is called by vbo_InvalidateState
This commit is contained in:
parent
607c6cf188
commit
199710914a
2 changed files with 0 additions and 2 deletions
|
|
@ -373,7 +373,6 @@ GLboolean r300CreateContext(const __GLcontextModes * glVisual,
|
|||
_tnl_CreateContext(ctx);
|
||||
_swsetup_CreateContext(ctx);
|
||||
_swsetup_Wakeup(ctx);
|
||||
_ae_create_context(ctx);
|
||||
|
||||
/* Install the customized pipeline:
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -2477,7 +2477,6 @@ static void r300InvalidateState(GLcontext * ctx, GLuint new_state)
|
|||
_swsetup_InvalidateState(ctx, new_state);
|
||||
_vbo_InvalidateState(ctx, new_state);
|
||||
_tnl_InvalidateState(ctx, new_state);
|
||||
_ae_invalidate_state(ctx, new_state);
|
||||
|
||||
if (new_state & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
|
||||
_mesa_update_framebuffer(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue