Mesa (master): glapi: add missing INTEL_conservative_rasterization

Lionel Landwerlin llandwerlin at kemper.freedesktop.org
Tue Dec 13 16:29:02 UTC 2016


Module: Mesa
Branch: master
Commit: d4b753a50bfb474b13cdfc12ab3faf9058eb27ee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4b753a50bfb474b13cdfc12ab3faf9058eb27ee

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Fri Dec  9 16:51:38 2016 +0000

glapi: add missing INTEL_conservative_rasterization

v2: put enum directly in gl_API.xml (Ilia)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/mapi/glapi/gen/gl_API.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml
index 00c9bb7..6e00363 100644
--- a/src/mapi/glapi/gen/gl_API.xml
+++ b/src/mapi/glapi/gen/gl_API.xml
@@ -12812,6 +12812,10 @@
     <enum name="GPU_MEMORY_INFO_EVICTED_MEMORY_NVX"           value="0x904B" />
 </category>
 
+<category name="GL_INTEL_conservative_rasterization" number="491">
+  <enum name="CONSERVATIVE_RASTERIZATION_INTEL" value="0x83FE"/>
+</category>
+
 <xi:include href="INTEL_performance_query.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 <category name="GL_EXT_polygon_offset_clamp" number="460">




More information about the mesa-commit mailing list