diff options
author | Ian Romanick <[email protected]> | 2012-08-22 18:53:42 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-23 10:15:29 -0700 |
commit | 2abf555496b8f5a7319542756508dd2f2e8ed07c (patch) | |
tree | fb251995d7629cc2148c60d52a18e68ee22ebef9 /src/mesa/main/texparam.c | |
parent | 2ddfca98378a1eb4044e8e9d7168d73443709068 (diff) |
meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't exist
This is a bit of a hack. _mesa_meta_GenerateMipmap shouldn't even be
used in contexts where GL_GENERATE_MIPMAP doesn't exist (i.e., core
profile and ES2) because it uses fixed-function, and fixed-function
doesn't exist there either!
A GLSL-based _mesa_meta_GenerateMipmap should be available soon. When
that is available, this patch will be irrelevant and should be reverted.
v2: Change (ctx->API != API_OPENGLES2 && ctx->API != API_OPENGL_CORE) to
(ctx->API == API_OPENGL || ctx->API == API_OPENGLES) based on review
comment from Brian Paul.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/texparam.c')
0 files changed, 0 insertions, 0 deletions