BlamKiwi / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Assert when generating intermediate output from a shader with gl_PointCoord #999

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run WebGL conformance tests with debug build of Chromium with parameter 
--gl-shader-interm-output

What is the expected output? What do you see instead?
Expected: Tests run to completion
Actual: GPU process crash

Original issue reported on code.google.com by oetu...@nvidia.com on 11 May 2015 at 2:39

GoogleCodeExporter commented 9 years ago
Project: angle/angle
Branch : master
Author : Olli Etuaho <oetuaho@nvidia.com>
Commit : 4f3b8f6381ef49d53749b1b72654593b23459064

Code-Review  0 : Olli Etuaho, Zhenyao Mo
Code-Review  +1: Jamie Madill
Code-Review  +2: Geoff Lang
Verified     0 : Geoff Lang, Jamie Madill, Zhenyao Mo
Verified     +1: Olli Etuaho
Commit Queue   : Chumped
Change-Id      : I31aa2e4b2405a090f560bf4140d9ee66271e526c
Reviewed-at    : https://chromium-review.googlesource.com/269941

Add missing EvqPointCoord to getQualifierString

Also sort enums in getQualifierString in the same order as in the enum
definition.

BUG=angleproject:999
TEST=WebGL conformance tests with --gl-shader-interm-output

src/compiler/translator/BaseTypes.h

Original comment by bugdroid1@chromium.org on 11 May 2015 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by oetu...@nvidia.com on 12 May 2015 at 11:50