mesa/src/gallium/drivers/identity
Marek Olšák 598cc1f74d gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Usage with pipe_context:
  pipe->flush(pipe, NULL, PIPE_FLUSH_END_OF_FRAME);

Usage with st_context_iface:
  st->flush(st, ST_FLUSH_END_OF_FRAME, NULL);

The flag is only a hint for drivers. Radeon will use it for buffer eviction
heuristics in the kernel (e.g. for queries like how many frames have passed
since a buffer was used).

The flag is currently only generated by st/dri on SwapBuffers.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
2013-01-04 13:18:33 +01:00
..
id_context.c gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag 2013-01-04 13:18:33 +01:00
id_context.h gallium: squash-merge of gallium screen context 2010-02-08 13:05:36 +00:00
id_objects.c gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
id_objects.h gallium: unify transfer functions 2012-10-11 21:12:16 +02:00
id_public.h gallium: squash-merge of gallium screen context 2010-02-08 13:05:36 +00:00
id_screen.c identity: implement get_timestamp 2012-07-10 19:04:13 +02:00
id_screen.h identity: Add new identity driver 2009-06-24 13:04:56 +02:00
SConscript scons: add alias for identity 2010-11-30 16:13:11 -05:00