Re: [Mesa-dev] [PATCH] docs: Expand ARB_gpu_shader5 to describe status of individual features

2014-04-11 Thread Chris Forbes
OK, that simplifies things. Will fix. On Sat, Apr 12, 2014 at 4:04 AM, Ian Romanick wrote: > On 04/09/2014 01:11 AM, Chris Forbes wrote: >> On Wed, Apr 9, 2014 at 7:23 AM, Ian Romanick wrote: >> >>> I believe UBO array indices are also dynamically uniform. >> >> I was surprised to find this when

Re: [Mesa-dev] [PATCH] docs: Expand ARB_gpu_shader5 to describe status of individual features

2014-04-11 Thread Ian Romanick
On 04/09/2014 01:11 AM, Chris Forbes wrote: > On Wed, Apr 9, 2014 at 7:23 AM, Ian Romanick wrote: > >> I believe UBO array indices are also dynamically uniform. > > I was surprised to find this when building the list too, but I believe > it's unrestricted. > > The GLSL 4.0 spec, 4.3.7 p43 (bott

Re: [Mesa-dev] [PATCH] docs: Expand ARB_gpu_shader5 to describe status of individual features

2014-04-09 Thread Chris Forbes
On Wed, Apr 9, 2014 at 7:23 AM, Ian Romanick wrote: > I believe UBO array indices are also dynamically uniform. I was surprised to find this when building the list too, but I believe it's unrestricted. The GLSL 4.0 spec, 4.3.7 p43 (bottom of) says: "Any integral expression can be used to i

Re: [Mesa-dev] [PATCH] docs: Expand ARB_gpu_shader5 to describe status of individual features

2014-04-08 Thread Ian Romanick
On 04/07/2014 11:57 PM, Chris Forbes wrote: > This extension is a huge grab-bag of "stuff that's in DX11". Break it > apart to make it clear what still needs to be done. > > Signed-off-by: Chris Forbes > --- > docs/GL3.txt | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/do

Re: [Mesa-dev] [PATCH] docs: Expand ARB_gpu_shader5 to describe status of individual features

2014-04-08 Thread Matt Turner
On Mon, Apr 7, 2014 at 11:57 PM, Chris Forbes wrote: > This extension is a huge grab-bag of "stuff that's in DX11". Break it > apart to make it clear what still needs to be done. > > Signed-off-by: Chris Forbes > --- > docs/GL3.txt | 11 +++ > 1 file changed, 11 insertions(+) > > diff --

[Mesa-dev] [PATCH] docs: Expand ARB_gpu_shader5 to describe status of individual features

2014-04-07 Thread Chris Forbes
This extension is a huge grab-bag of "stuff that's in DX11". Break it apart to make it clear what still needs to be done. Signed-off-by: Chris Forbes --- docs/GL3.txt | 11 +++ 1 file changed, 11 insertions(+) diff --git a/docs/GL3.txt b/docs/GL3.txt index bf51e3a..0688977 100644 --- a/