Re: [Mesa-dev] [PATCH] i965: Fix HW binding tables editing

2015-08-10 Thread Chris Wilson
On Mon, Aug 10, 2015 at 12:49:47PM +0100, Chris Wilson wrote: > Since the introduction of new gl_shader_stages in > > commit a2af956963b6bc4d29f37485e44c98008d2ef077 > Author: Fabian Bieler > Date: Fri Mar 7 10:19:09 2014 +0100 > > mesa: add tessellation shader enums > > the translation t

[Mesa-dev] [PATCH] i965: Fix HW binding tables editing

2015-08-10 Thread Chris Wilson
Since the introduction of new gl_shader_stages in commit a2af956963b6bc4d29f37485e44c98008d2ef077 Author: Fabian Bieler Date: Fri Mar 7 10:19:09 2014 +0100 mesa: add tessellation shader enums the translation table for the stage into the HW binding table edit command was broken, and so we

Re: [Mesa-dev] [PATCH] i965: Fix HW binding tables editing

2015-08-05 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] i965: Fix HW binding tables editing

2015-08-05 Thread Chris Wilson
Since the introduction of new gl_shader_stages in commit a2af956963b6bc4d29f37485e44c98008d2ef077 Author: Fabian Bieler Date: Fri Mar 7 10:19:09 2014 +0100 mesa: add tessellation shader enums the translation table for the stage into the HW binding table edit command was broken, and so we