mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 08:50:25 +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>
(cherry picked from commit aa129b0833)
This commit is contained in:
parent
d87c319390
commit
bb16b471d2
1 changed files with 1 additions and 3 deletions
|
|
@ -277,11 +277,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