OSDN Git Service

gallium: Add CAP for opcode DIV
authorGert Wollny <gert.wollny@collabora.com>
Fri, 14 Jun 2019 14:54:24 +0000 (16:54 +0200)
committerGert Wollny <gert.wollny@collabora.com>
Sun, 30 Jun 2019 16:41:35 +0000 (18:41 +0200)
commit843723e2f7c79633cb0fe910b60684b8b2d289f6
tree5a018e563c1c0ebfc9543cb93d010c247d7aee24
parent187c308b96d0501552ec0287ec117273b51228f0
gallium: Add CAP for opcode DIV

Not all drivers support TGSI_OPCODE_DIV, so we should have a cap to be able
to check this.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_screen.c
src/gallium/docs/source/screen.rst
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/nouveau/nv30/nv30_screen.c
src/gallium/drivers/nouveau/nv50/nv50_screen.c
src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
src/gallium/drivers/radeonsi/si_get.c
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/drivers/svga/svga_screen.c
src/gallium/include/pipe/p_defines.h