Re: [Mesa-dev] [PATCH 12/12] spirv: Generate SPIR-V builder infrastructure

2017-11-22 Thread Ian Romanick
On 11/21/2017 03:56 AM, Eric Engestrom wrote: >> diff --git a/src/compiler/Makefile.spirv.am b/src/compiler/Makefile.spirv.am >> index 4bc684a..dc3c01c 100644 >> --- a/src/compiler/Makefile.spirv.am >> +++ b/src/compiler/Makefile.spirv.am >> @@ -20,13 +20,17 @@ >> # FROM, OUT OF OR IN CONNECTION W

Re: [Mesa-dev] [PATCH 12/12] spirv: Generate SPIR-V builder infrastructure

2017-11-21 Thread Eric Engestrom
On Monday, 2017-11-20 17:24:10 -0800, Ian Romanick wrote: > From: Ian Romanick > > v2: Don't try to automatically set SpvCapabilityGeometry or > SpvCapabilityTessellation. > > v3: Move some changes from a later patch back into this patch. They > were only in the later patch because of rebase fa

[Mesa-dev] [PATCH 12/12] spirv: Generate SPIR-V builder infrastructure

2017-11-20 Thread Ian Romanick
From: Ian Romanick v2: Don't try to automatically set SpvCapabilityGeometry or SpvCapabilityTessellation. v3: Move some changes from a later patch back into this patch. They were only in the later patch because of rebase failure. Make version a parameter to emit_SpvHeader. Many Python style c