Re: [Mesa-dev] [PATCH] st/mesa: Use correct internal target

2011-06-29 Thread Brian Paul
On Tue, Jun 28, 2011 at 11:47 AM, Emil Velikov wrote: > Commit 1a339b6c(st/mesa: prefer native texture formats when possible) > introduced two new arguments to the st_choose_format() functions. > This patch fixes the order and passes the correct internal_target > rather than GL_NONE > > NOTE: This

[Mesa-dev] [PATCH] st/mesa: Use correct internal target

2011-06-28 Thread Emil Velikov
Commit 1a339b6c(st/mesa: prefer native texture formats when possible) introduced two new arguments to the st_choose_format() functions. This patch fixes the order and passes the correct internal_target rather than GL_NONE NOTE: This is a candidate for the 7.11 branch Signed-off-by: Emil Velikov -