mesa: add support for ARB_sample_locations
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 15 Jun 2018 01:56:28 +0000 (19:56 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 15 Jun 2018 02:09:45 +0000 (20:09 -0600)
commit67f40dadaa6666dacd90d1540eaadef20b9d48ba
treea070a32006510b483b9710ef6acb7356f6c94b01
parentcd2e673abc436d71e304fd5ad577054197041c7f
mesa: add support for ARB_sample_locations

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com> (v2)
Reviewed-by: Marek Olšák <marek.olsak@amd.com> (v2)
12 files changed:
src/mapi/glapi/gen/gl_API.xml
src/mesa/main/config.h
src/mesa/main/dd.h
src/mesa/main/extensions_table.h
src/mesa/main/fbobject.c
src/mesa/main/fbobject.h
src/mesa/main/framebuffer.c
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h
src/mesa/main/multisample.c
src/mesa/main/tests/dispatch_sanity.cpp