Re: [Mesa-dev] [PATCH v2 11/11] gallium/compute: Drop TGSI dependency.

2012-04-20 Thread Tom Stellard
On Fri, Apr 20, 2012 at 06:04:51PM +0200, Francisco Jerez wrote: > Add a shader cap for specifying the preferred shader representation. > Right now the only supported value is TGSI, other enum values will be > added as they are needed. > > This is mainly to accommodate AMD's LLVM compiler back-end

[Mesa-dev] [PATCH v2 11/11] gallium/compute: Drop TGSI dependency.

2012-04-20 Thread Francisco Jerez
Add a shader cap for specifying the preferred shader representation. Right now the only supported value is TGSI, other enum values will be added as they are needed. This is mainly to accommodate AMD's LLVM compiler back-end by letting it bypass the TGSI representation for compute programs. Other