mesa: add missing display list support for ARB_compute_shader
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 28 Jun 2018 00:25:17 +0000 (10:25 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 29 Jun 2018 22:38:33 +0000 (08:38 +1000)
commit03f1a2e8dfeae865286586f5569007a5d6b605e6
treea172c491dd67e1ccb9dccf3b1b68f7964324b93e
parent87d609358388f9c63a80daffe2a5dc4daf650b66
mesa: add missing display list support for ARB_compute_shader

The extension is enabled for compat profile but there is currently
no display list support.

I filed a spec bug and it has been agreed that
glDispatchComputeIndirect should generate an INVALID_OPERATION
error when called during display list compilation.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/main/dlist.c