Re: [Mesa-dev] [PATCH] st/mesa: prefer formats without stencil for DEPTH_COMPONENT

2011-05-24 Thread Brian Paul
On 05/24/2011 06:32 AM, Marek Olšák wrote: for fast Z clears to be used more often --- Looks good. I'm going to push my table-driven replacement for st_choose_format() and rebase your patch on top of it. -Brian ___ mesa-dev mailing list mesa-dev@

[Mesa-dev] [PATCH] st/mesa: prefer formats without stencil for DEPTH_COMPONENT

2011-05-24 Thread Marek Olšák
for fast Z clears to be used more often --- src/mesa/state_tracker/st_format.c | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/src/mesa/state_tracker/st_format.c b/src/mesa/state_tracker/st_format.c index b136210..d42bcb4 100644 --- a/src/mesa/state_