Re: [Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-28 Thread Brian Paul
On 07/25/2014 01:20 AM, Tapani Pälli wrote: This makes some of the UE4 engine demos (Stylized, Mobile Temple) render correctly, tested on Intel Haswell machine. Signed-off-by: Tapani Pälli Acked-by: Anuj Phogat Bugzilla: https://urldefense.proofpoint.com/v1/url?u=https://bugs.freedesktop.org/

[Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-25 Thread Tapani Pälli
This makes some of the UE4 engine demos (Stylized, Mobile Temple) render correctly, tested on Intel Haswell machine. Signed-off-by: Tapani Pälli Acked-by: Anuj Phogat Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78716 --- src/mapi/glapi/gen/GL4x.xml | 26 ++

Re: [Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-16 Thread Tapani
On 07/17/2014 04:31 AM, Matt Turner wrote: On Mon, Jul 14, 2014 at 9:38 PM, Tapani Pälli wrote: This makes some of the UE4 engine demos (Stylized, Mobile Temple) render correctly, tested on Intel Haswell machine. Signed-off-by: Tapani Pälli This should have a Bugzilla: tag. Yep, I did not

Re: [Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-16 Thread Matt Turner
On Mon, Jul 14, 2014 at 9:38 PM, Tapani Pälli wrote: > This makes some of the UE4 engine demos (Stylized, Mobile Temple) > render correctly, tested on Intel Haswell machine. > > Signed-off-by: Tapani Pälli This should have a Bugzilla: tag. ___ mesa-dev

Re: [Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-16 Thread Matt Turner
On Wed, Jul 16, 2014 at 5:38 PM, Anuj Phogat wrote: > I agree with Ken's comment# 11 on bugzilla. For those attempting to follow along: https://bugs.freedesktop.org/show_bug.cgi?id=78716 Ian, there's a spec question in there for you. ___ mesa-dev maili

Re: [Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-16 Thread Anuj Phogat
On Mon, Jul 14, 2014 at 9:38 PM, Tapani Pälli wrote: > This makes some of the UE4 engine demos (Stylized, Mobile Temple) > render correctly, tested on Intel Haswell machine. > > Signed-off-by: Tapani Pälli > --- > src/mapi/glapi/gen/GL4x.xml | 26 ++ > src/mes

[Mesa-dev] [PATCH] glapi: add indexed blend functions (GL 4.0)

2014-07-14 Thread Tapani Pälli
This makes some of the UE4 engine demos (Stylized, Mobile Temple) render correctly, tested on Intel Haswell machine. Signed-off-by: Tapani Pälli --- src/mapi/glapi/gen/GL4x.xml | 26 ++ src/mesa/main/tests/dispatch_sanity.cpp | 10 +- 2 files changed,