Re: [Mesa-dev] [PATCH] st/mesa: fix DrawPixels(GL_STENCIL_INDEX)

2014-08-07 Thread Michel Dänzer
On 08.08.2014 05:44, Marek Olšák wrote: > From: Marek Olšák > > This is a bug which was probably uncovered recently by Jason's commits > and broke this. > > The problem is _mesa_base_tex_format(GL_STENCIL_INDEX) returns -1. Tested-by: Michel Dänzer -- Earthling Michel Dänzer|

[Mesa-dev] [PATCH] st/mesa: fix DrawPixels(GL_STENCIL_INDEX)

2014-08-07 Thread Marek Olšák
From: Marek Olšák This is a bug which was probably uncovered recently by Jason's commits and broke this. The problem is _mesa_base_tex_format(GL_STENCIL_INDEX) returns -1. --- src/mesa/state_tracker/st_cb_drawpixels.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git