Re: [Mesa-dev] [PATCH v2 1/9] gallium: Add PIPE_CAP_FRAMEBUFFER_LAYERS

2016-02-05 Thread Nicolai Hähnle
On 05.02.2016 10:31, Brian Paul wrote: On 02/05/2016 04:44 AM, Edward O'Callaghan wrote: Add PIPE_CAP to determine the number of layers for a framebuffer for GL_ARB_framebuffer_no_attachments. Signed-off-by: Edward O'Callaghan --- src/gallium/docs/source/screen.rst | 2 ++ sr

Re: [Mesa-dev] [PATCH v2 1/9] gallium: Add PIPE_CAP_FRAMEBUFFER_LAYERS

2016-02-05 Thread Brian Paul
On 02/05/2016 04:44 AM, Edward O'Callaghan wrote: Add PIPE_CAP to determine the number of layers for a framebuffer for GL_ARB_framebuffer_no_attachments. Signed-off-by: Edward O'Callaghan --- src/gallium/docs/source/screen.rst | 2 ++ src/gallium/drivers/freedreno/freedreno_sc

Re: [Mesa-dev] [PATCH v2 1/9] gallium: Add PIPE_CAP_FRAMEBUFFER_LAYERS

2016-02-05 Thread Ilia Mirkin
So... it seems like you've rejected all the feedback that you received, at least on patches 1 and 3. Any explanation for that? Pretty sure some of the things I pointed out were legitimate. On Fri, Feb 5, 2016 at 6:44 AM, Edward O'Callaghan wrote: > Add PIPE_CAP to determine the number of layers f

[Mesa-dev] [PATCH v2 1/9] gallium: Add PIPE_CAP_FRAMEBUFFER_LAYERS

2016-02-05 Thread Edward O'Callaghan
Add PIPE_CAP to determine the number of layers for a framebuffer for GL_ARB_framebuffer_no_attachments. Signed-off-by: Edward O'Callaghan --- src/gallium/docs/source/screen.rst | 2 ++ src/gallium/drivers/freedreno/freedreno_screen.c | 1 + src/gallium/drivers/i915/i915_screen.c