[Mesa-dev] [PATCH 1/2] mesa: Fix setup of ctx->Point.PointSprite for GLES2.

Kenneth Graunke kenneth at whitecape.org
Wed Feb 20 21:33:45 PST 2013


On 02/20/2013 04:58 PM, Eric Anholt wrote:
> The recent change for GL core broke the older setup, which broke gl_PointCoord
> on pre-gen6 (where gl_PointCoord is undefined if point sprites are disabled).
> Fixes the new piglit GLES-2.0/glsl-fs-pointcoord test.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32429
> Note: This is a candidate for the stable branches.
> ---
>   src/mesa/main/context.c |    1 -
>   src/mesa/main/points.c  |    3 ++-
>   2 files changed, 2 insertions(+), 2 deletions(-)

Patch 1 is:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>



More information about the mesa-dev mailing list