[Mesa-dev] [PATCH 0/6] Implement ARB_conditional_render_inverted

Ilia Mirkin imirkin at alum.mit.edu
Fri Aug 15 17:11:03 PDT 2014


As I pointed out on IRC, it looks like you forgot to send the patch
that modifies _mesa_BeginConditionalRender. (Your tests couldn't have
worked without that... if they did, there's something very wrong with
the tests...)

On Fri, Aug 15, 2014 at 7:59 PM, Tobias Klausmann
<tobias.johannes.klausmann at mni.thm.de> wrote:
> This patch series adds support for ARB_conditional_render_inverted to nvc0.
>
> Tobias Klausmann (6):
>   gallium/st: use condition flag in *render_condition()
>   gallium/st: Add PIPE_CAP_CONDITIONAL_RENDER_INVERTED
>   mesa: add ARB_conditional_render_inverted extension bit
>   nvc0: Handle condition whether to invert if we render or not
>   nvc0: Enable ARB_conditional_render_inverted
>   docs: Mark off ARB_conditional_render_inverted for nvc0
>
>  docs/GL3.txt                                     |  2 +-
>  docs/relnotes/10.3.html                          |  3 ++-
>  src/gallium/docs/source/screen.rst               |  2 ++
>  src/gallium/drivers/freedreno/freedreno_screen.c |  1 +
>  src/gallium/drivers/i915/i915_screen.c           |  1 +
>  src/gallium/drivers/ilo/ilo_screen.c             |  1 +
>  src/gallium/drivers/llvmpipe/lp_screen.c         |  1 +
>  src/gallium/drivers/nouveau/nv30/nv30_screen.c   |  2 ++
>  src/gallium/drivers/nouveau/nv50/nv50_screen.c   |  1 +
>  src/gallium/drivers/nouveau/nvc0/nvc0_query.c    |  5 ++---
>  src/gallium/drivers/nouveau/nvc0/nvc0_screen.c   |  1 +
>  src/gallium/drivers/r300/r300_screen.c           |  1 +
>  src/gallium/drivers/r600/r600_pipe.c             |  1 +
>  src/gallium/drivers/radeonsi/si_pipe.c           |  1 +
>  src/gallium/drivers/softpipe/sp_screen.c         |  2 ++
>  src/gallium/drivers/svga/svga_screen.c           |  1 +
>  src/gallium/drivers/vc4/vc4_screen.c             |  1 +
>  src/gallium/include/pipe/p_defines.h             |  1 +
>  src/mesa/main/extensions.c                       |  1 +
>  src/mesa/main/mtypes.h                           |  1 +
>  src/mesa/state_tracker/st_cb_condrender.c        | 20 +++++++++++++++++++-
>  src/mesa/state_tracker/st_extensions.c           |  1 +
>  22 files changed, 45 insertions(+), 6 deletions(-)
>
> --
> 1.8.4.5
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list