Re: [Mesa-dev] [PATCH] st/mesa: add support for internalformat query2.

2016-03-04 Thread Alejandro PiƱeiro
Although I don't too much experience on the state-tracker section of mesa codebase, the patch looks good to me. Just a comment below On 04/03/16 03:36, Dave Airlie wrote: > From: Dave Airlie > > Add code to handle GL_INTERNALFORMAT_PREFERRED. > Add code to deal with GL_RENDERBUFFER being passes i

[Mesa-dev] [PATCH] st/mesa: add support for internalformat query2.

2016-03-03 Thread Dave Airlie
From: Dave Airlie Add code to handle GL_INTERNALFORMAT_PREFERRED. Add code to deal with GL_RENDERBUFFER being passes into ChooseTextureFormat. Signed-off-by: Dave Airlie --- docs/GL3.txt | 2 +- src/mesa/state_tracker/st_extensions.c | 1 + src/mesa/state_tracker/st