Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lima: add support for gl_PointSize | Vasily Khoruzhick | 2019-11-05 | 1 | -1/+0 |
| | | | | | | | | | | | | | 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]> | ||||
* | gitlab-ci/lava: Test Lima driver with dEQP | Tomeu Vizoso | 2019-10-10 | 1 | -0/+21 |
Run dEQP on boards with Mali 400 and 450 in Baylibre's lab. There's lots of skipped tests because of crashes and undetermined behavior. May be a good idea to run the tests with valgrind and fix any issues found. Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Vasily Khoruzhick <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> |