mesa/src
Paul Berry 1b87a93983 intel: When AUB dumping, flush before emitting final bitmap command.
When we are generating an AUB dump, we make a final call to
aub_dump_bmp() as the context is being destroyed, to ensure that any
rendering performed before the application exits can be seen during a
simulation run.  However, we were doing this before flushing the batch
buffer; as a result simulation runs would not always see the effect of
all rendering commands.

This patch flushes the batch buffer just before making the final call
to aub_dump_bmp(), to ensure that all rendering is properly captured
in the final bitmap.
2012-05-22 15:19:00 -07:00
..
egl egl_dri2: Fix out of tree builds with the wayland backend enabled 2012-05-03 11:45:59 -04:00
gallium llvmpipe: Fix alpha testing precision on rgba8 formats. 2012-05-22 19:23:49 +01:00
gbm gbm: Add gbm_bo_write entry point 2012-05-03 10:57:32 -04:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Drop the extra NULL specifiction on ir_assignment constructors. 2012-05-17 10:05:24 -07:00
glu glu: fix two Clang warnings 2012-05-21 08:29:23 -06:00
glx darwin: Address a build failure on Leopard and earlier OS versions 2012-05-18 11:32:40 -07:00
gtest gtest: Don't actually install a library. 2012-04-16 11:25:39 -07:00
mapi glapi: Correct size of allocated _glapi_table struct 2012-04-22 20:39:32 -07:00
mesa intel: When AUB dumping, flush before emitting final bitmap command. 2012-05-22 15:19:00 -07:00
Makefile
SConscript scons: Do not build glx and egl on Cygwin. 2012-05-22 10:15:14 -07:00