Re: [Mesa-dev] [PATCH v4 1/4] mesa: add support for nvidia conservative rasterization extensions

2018-04-01 Thread Marek Olšák
On Wed, Mar 28, 2018 at 3:22 PM, Rhys Perry wrote: > 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+. > --- > src/mapi/glapi/gen/gl_API.xml | 47 >

[Mesa-dev] [PATCH v4 1/4] mesa: add support for nvidia conservative rasterization extensions

2018-03-28 Thread Rhys Perry
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+. --- src/mapi/glapi/gen/gl_API.xml | 47 src/mapi/glapi/gen/gl_genexec.py| 1 + src/mesa/Makefile.sources