mesa/cs: Add dispatch API stubs for ARB_compute_shader.
authorPaul Berry <stereotype441@gmail.com>
Mon, 6 Jan 2014 23:08:04 +0000 (15:08 -0800)
committerPaul Berry <stereotype441@gmail.com>
Wed, 5 Feb 2014 17:00:14 +0000 (09:00 -0800)
commit79134cb51609724cc4d94ade12dc52a09e2e91db
tree9cb30c5ffc3600d04e07c01b2cbb830ea016271a
parentb7d05a58ae3655730f84c9786439e2461cdb77da
mesa/cs: Add dispatch API stubs for ARB_compute_shader.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mapi/glapi/gen/ARB_compute_shader.xml [new file with mode: 0644]
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/SConscript
src/mesa/main/compute.c [new file with mode: 0644]
src/mesa/main/compute.h [new file with mode: 0644]
src/mesa/main/tests/dispatch_sanity.cpp