mesa: add support for nvidia conservative rasterization extensions
authorRhys Perry <pendingchaos02@gmail.com>
Fri, 27 Apr 2018 17:35:00 +0000 (11:35 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 1 May 2018 03:13:53 +0000 (21:13 -0600)
commit4580617509d1ba48a7806227533a07e1c495ca81
tree99d00ab799e56500ba754fa02bb50464731945ce
parent31ab0427a767c6c8377c00203e87bf0a03ac3247
mesa: add support for nvidia conservative rasterization extensions

Although the specs are written against compatibility GL 4.3 and allows core
profile and GLES2+, it is exposed for GL 1.0+ and GLES1 and GLES2+.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
17 files changed:
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/main/attrib.c
src/mesa/main/conservativeraster.c [new file with mode: 0644]
src/mesa/main/conservativeraster.h [new file with mode: 0644]
src/mesa/main/context.c
src/mesa/main/dlist.c
src/mesa/main/enable.c
src/mesa/main/extensions_table.h
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h
src/mesa/main/tests/dispatch_sanity.cpp
src/mesa/main/viewport.c
src/mesa/main/viewport.h
src/mesa/meson.build