Re: [Mesa-dev] [PATCH 14/19] glsl: add uniform and program resource support

2015-07-20 Thread Marek Olšák
On Thu, Jul 9, 2015 at 9:17 AM, Dave Airlie wrote: > From: Dave Airlie > > This adds linker support for subroutine uniforms, they > have some subtle differences from real uniforms, we also hide > them and they are given internal uniform names. > > This also adds the subroutine locations and subro

[Mesa-dev] [PATCH 14/19] glsl: add uniform and program resource support

2015-07-09 Thread Dave Airlie
From: Dave Airlie This adds linker support for subroutine uniforms, they have some subtle differences from real uniforms, we also hide them and they are given internal uniform names. This also adds the subroutine locations and subroutine uniforms to the program resource tracking for later use.

[Mesa-dev] [PATCH 14/19] glsl: add uniform and program resource support

2015-05-31 Thread Dave Airlie
From: Dave Airlie This adds linker support for subroutine uniforms, they have some subtle differences from real uniforms, we also hide them and they are given internal uniform names. This also adds the subroutine locations and subroutine uniforms to the program resource tracking for later use.