diff options
author | Vasily Khoruzhick <[email protected]> | 2019-11-01 19:23:57 -0700 |
---|---|---|
committer | Vasily Khoruzhick <[email protected]> | 2019-11-05 17:44:56 -0800 |
commit | 65a5b24aeea34b370cd38083ccbbd38efcac1d4e (patch) | |
tree | 070fc44b890fca8985920421c14a74a7940b191d /.gitlab-ci/deqp-lima-skips.txt | |
parent | 73cc2fec10574816ff968b21183bd62e77517b66 (diff) |
lima: add support for gl_PointSize
GP handles gl_PointSize similar to gl_Position, i.e. it needs
separate buffer and it has special type in varying descriptors, also
for indexed draw we need to emit special PLBU command to pass
address of gl_PointSize buffer.
Blob also clamps gl_PointSize to 1 .. 100 (as well as line width),
so let's do the same.
Reviewed-by: Andreas Baierl <[email protected]>
Signed-off-by: Vasily Khoruzhick <[email protected]>
Diffstat (limited to '.gitlab-ci/deqp-lima-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-lima-skips.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/deqp-lima-skips.txt b/.gitlab-ci/deqp-lima-skips.txt index 26b727b20dd..5c21841ac03 100644 --- a/.gitlab-ci/deqp-lima-skips.txt +++ b/.gitlab-ci/deqp-lima-skips.txt @@ -15,7 +15,6 @@ dEQP-GLES2.functional.fbo.render.depth.* dEQP-GLES2.functional.fbo.render.* dEQP-GLES2.functional.fbo.completeness.* dEQP-GLES2.functional.fragment_ops.* -dEQP-GLES2.functional.light_amount.* dEQP-GLES2.functional.polygon_offset.* dEQP-GLES2.functional.shaders.* dEQP-GLES2.functional.texture.* |