panfrost: expose PIPE_CAP_POLYGON_OFFSET_CLAMP
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 22 May 2023 11:43:18 +0000 (13:43 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 22 May 2023 20:00:18 +0000 (20:00 +0000)
commit569d035a08d19808c31b262456510bace6221a25
tree3ce00d64fb1ddf62027371e2a09584e548724afb
parent8484fdf5014ffa40b3e8e7fceea4ef81241c5df3
panfrost: expose PIPE_CAP_POLYGON_OFFSET_CLAMP

This gives us ARB_polygon_offset_clamp and EXT_polygon_offset_clamp, and
most of the actual state plumbing was already in place.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23169>
docs/features.txt
src/gallium/drivers/panfrost/pan_cmdstream.c
src/gallium/drivers/panfrost/pan_screen.c