Re: [Mesa-dev] [PATCH 4/5] glapi: add missing INTEL_conservative_rasterization

2016-12-09 Thread Lionel Landwerlin
We need the enum somewhere in the xml files for patch 5 to support the glGet*() Otherwise get_hash_params.py will error out. On 09/12/16 01:29, Ilia Mirkin wrote: While I'm not against it, not sure that this has much use... mostly this would be for _mesa_enum_to_string() to work AFAIK. Also, fo

Re: [Mesa-dev] [PATCH 4/5] glapi: add missing INTEL_conservative_rasterization

2016-12-08 Thread Ilia Mirkin
While I'm not against it, not sure that this has much use... mostly this would be for _mesa_enum_to_string() to work AFAIK. Also, for such smaller exts, we tend to just stick them into gl_API.xml directly. Lastly if you do want to keep it in a separate file, make sure to add it to the list in Makef

[Mesa-dev] [PATCH 4/5] glapi: add missing INTEL_conservative_rasterization

2016-12-08 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin Cc: Ilia Mirkin --- src/mapi/glapi/gen/INTEL_conservative_rasterization.xml | 10 ++ src/mapi/glapi/gen/gl_API.xml | 1 + 2 files changed, 11 insertions(+) create mode 100644 src/mapi/glapi/gen/INTEL_conservative_rasterization.