lima: fix PIPE_CAP_* to mark features that aren't supported yet
authorVasily Khoruzhick <anarsoul@gmail.com>
Sat, 11 Jan 2020 03:58:41 +0000 (19:58 -0800)
committerVasily Khoruzhick <anarsoul@gmail.com>
Sun, 12 Jan 2020 08:10:04 +0000 (00:10 -0800)
commitf06be7945725c89851380883e263c129d3b395a3
treecf2e858ed8162ea8144d99f6617385d61b845b25
parent8a421135fa3c55bd2ef39f6ef07981aa415f6c22
lima: fix PIPE_CAP_* to mark features that aren't supported yet

lima doesn't support alpha test, flat shading, two-sided color nor
clip planes. We can enable these caps when corresponding hw features
are implemented in the driver.

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Tested-by: Andreas Baierl <ichgeh@imkreisrum.de>
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
src/gallium/drivers/lima/lima_screen.c