i965: Add support for NV_conditional_render.
authorEric Anholt <eric@anholt.net>
Wed, 20 Apr 2011 04:40:48 +0000 (21:40 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 23 Apr 2011 20:21:57 +0000 (13:21 -0700)
commit1df72402d99145425531297eef6772b88ce5225d
tree3c01ffc518e210138cd7c0bbd0d7a3726fc4d3f5
parent332822bd3d8c43cc81686148c0857b8df697341e
i965: Add support for NV_conditional_render.

Since we lack hardware support for it, this is a simple matter of
checking _mesa_check_conditional_render at the entrypoints, and
suppressing it for the metaops where it doesn't apply.

Reviewed-by: Brian Paul <brianp@vmware.com>
docs/GL3.txt
docs/relnotes-7.11.html
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/intel/intel_clear.c
src/mesa/drivers/dri/intel/intel_extensions.c
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c
src/mesa/drivers/dri/intel/intel_pixel_copy.c