Re: [Mesa-dev] [PATCH] st/mesa: choose a matching depth internal format for DrawPixels

2011-07-11 Thread Brian Paul
On 07/11/2011 03:54 PM, Marek Olšák wrote: This makes it easier to hit the fast path and get a float format when we ask for it. --- src/mesa/state_tracker/st_cb_drawpixels.c | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tra

[Mesa-dev] [PATCH] st/mesa: choose a matching depth internal format for DrawPixels

2011-07-11 Thread Marek Olšák
This makes it easier to hit the fast path and get a float format when we ask for it. --- src/mesa/state_tracker/st_cb_drawpixels.c | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_track