summaryrefslogtreecommitdiffstats
path: root/src/getopt
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-12-13 09:30:09 -0800
committerPaul Berry <[email protected]>2012-12-18 08:31:38 -0800
commitb87e65c3b61caeaa4f97a34d62e148e59a0dd5b8 (patch)
treed3cdac4f4cb681b525c9bae6e22865fc27b144b4 /src/getopt
parentfebc237141ab06a478d05752dedc858c2b4b8599 (diff)
mesa/gles3: Generate error on draw call if transform feedback would overflow.
In desktop GL, if a draw call would cause transform feedback buffers to overflow, the draw call should succeed, and the extra primitives should simply not be recorded in the transform feedback buffers. In GLES3, however, if a draw call would cause transform feedback buffers to overflow, the draw call is supposed to produce an INVALID_OPERATION error and no drawing should occur. This patch implements the GLES3-required behaviour. Fixes GLES3 conformance test "transform_feedback_overflow.test". Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/getopt')
0 files changed, 0 insertions, 0 deletions