Re: [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic

2013-06-07 Thread Jose Fonseca
- Original Message - > From: Roland Scheidegger > > Also report if a shader writes the layer semantic > --- > src/gallium/auxiliary/draw/draw_context.c |2 +- > src/gallium/auxiliary/tgsi/tgsi_scan.c|5 + > src/gallium/auxiliary/tgsi/tgsi_scan.h|1 + > src/galli

Re: [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic

2013-06-06 Thread Brian Paul
On Wed, Jun 5, 2013 at 10:11 PM, Roland Scheidegger wrote: > Am 06.06.2013 04:16, schrieb Roland Scheidegger: > > Am 06.06.2013 02:52, schrieb Brian Paul: > >> On 06/05/2013 05:44 PM, srol...@vmware.com wrote: > >>> From: Roland Scheidegger > >>> > >>> Also report if a shader writes the layer sem

Re: [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic

2013-06-05 Thread Roland Scheidegger
Am 06.06.2013 04:16, schrieb Roland Scheidegger: > Am 06.06.2013 02:52, schrieb Brian Paul: >> On 06/05/2013 05:44 PM, srol...@vmware.com wrote: >>> From: Roland Scheidegger >>> >>> Also report if a shader writes the layer semantic >>> --- >>> src/gallium/auxiliary/draw/draw_context.c |2 +-

Re: [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic

2013-06-05 Thread Roland Scheidegger
Am 06.06.2013 02:52, schrieb Brian Paul: > On 06/05/2013 05:44 PM, srol...@vmware.com wrote: >> From: Roland Scheidegger >> >> Also report if a shader writes the layer semantic >> --- >> src/gallium/auxiliary/draw/draw_context.c |2 +- >> src/gallium/auxiliary/tgsi/tgsi_scan.c|5 +++

Re: [Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic

2013-06-05 Thread Brian Paul
On 06/05/2013 05:44 PM, srol...@vmware.com wrote: From: Roland Scheidegger Also report if a shader writes the layer semantic --- src/gallium/auxiliary/draw/draw_context.c |2 +- src/gallium/auxiliary/tgsi/tgsi_scan.c|5 + src/gallium/auxiliary/tgsi/tgsi_scan.h|1 +

[Mesa-dev] [PATCH 1/3] gallium/tgsi: add missing string for layer semantic

2013-06-05 Thread sroland
From: Roland Scheidegger Also report if a shader writes the layer semantic --- src/gallium/auxiliary/draw/draw_context.c |2 +- src/gallium/auxiliary/tgsi/tgsi_scan.c|5 + src/gallium/auxiliary/tgsi/tgsi_scan.h|1 + src/gallium/auxiliary/tgsi/tgsi_strings.c |1 + 4 fi