mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
mesa: Don't set dispatch pointer for glPointSize in ES2
NOTE: This is a candidate for the 9.0 branch Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
66b956618e
commit
aa129b0833
1 changed files with 1 additions and 3 deletions
|
|
@ -259,11 +259,9 @@ _mesa_create_exec_table(struct gl_context *ctx)
|
|||
|
||||
if (ctx->API != API_OPENGLES2) {
|
||||
SET_PixelStoref(exec, _mesa_PixelStoref);
|
||||
}
|
||||
|
||||
SET_PointSize(exec, _mesa_PointSize);
|
||||
SET_PointSize(exec, _mesa_PointSize);
|
||||
|
||||
if (ctx->API != API_OPENGLES2) {
|
||||
SET_PolygonMode(exec, _mesa_PolygonMode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue