Re: [Mesa-dev] [PATCH 01/18] mapi: Add PatchParameteriOES and PatchParameteriEXT.

2016-08-08 Thread Ian Romanick
It looks like only part of this series has landed? Patches 1 through 7 and 9 through 12 are Reviewed-by: Ian Romanick On 08/01/2016 10:29 AM, Kenneth Graunke wrote: > The OES_tessellation_shader and EXT_tessellation_shader specifications > have suffixed names. These are identical to the core f

Re: [Mesa-dev] [PATCH 01/18] mapi: Add PatchParameteriOES and PatchParameteriEXT.

2016-08-01 Thread Ilia Mirkin
FYI, I've been putting these into sections in es_EXT.xml. Your call though. On Aug 1, 2016 12:30 PM, "Kenneth Graunke" wrote: > The OES_tessellation_shader and EXT_tessellation_shader specifications > have suffixed names. These are identical to the core function, so just > alias them. > > Signe

[Mesa-dev] [PATCH 01/18] mapi: Add PatchParameteriOES and PatchParameteriEXT.

2016-08-01 Thread Kenneth Graunke
The OES_tessellation_shader and EXT_tessellation_shader specifications have suffixed names. These are identical to the core function, so just alias them. Signed-off-by: Kenneth Graunke --- src/mapi/glapi/gen/ARB_tessellation_shader.xml | 10 ++ src/mesa/main/tests/dispatch_sanity.cpp