[Mesa-dev] [PATCH 2/6] gallium: manage render condition in cso_context and fix postprocessing w/ it
Brian Paul
brianp at vmware.com
Mon Dec 10 08:29:24 PST 2012
On 12/08/2012 07:40 AM, Marek Olšák wrote:
> ---
> src/gallium/auxiliary/cso_cache/cso_context.c | 26 +++++++++++++++++++++++++
> src/gallium/auxiliary/cso_cache/cso_context.h | 5 +++++
> src/gallium/auxiliary/postprocess/pp_run.c | 3 +++
> src/gallium/auxiliary/util/u_blit.c | 3 +++
> src/gallium/auxiliary/util/u_gen_mipmap.c | 3 +++
> src/mesa/state_tracker/st_cb_condrender.c | 11 +++--------
> src/mesa/state_tracker/st_cb_texture.c | 12 ------------
> src/mesa/state_tracker/st_context.h | 4 ----
> src/mesa/state_tracker/st_gen_mipmap.c | 9 ---------
> 9 files changed, 43 insertions(+), 33 deletions(-)
>
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list