History log of /external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a2a1a5805fd617e7f3cc8be44dd79b50da07ebb9 21-Jul-2015 Ilia Mirkin <imirkin@alum.mit.edu> gallium: replace INLINE with inline

Generated by running:
git grep -l INLINE src/gallium/ | xargs sed -i 's/\bINLINE\b/inline/g'
git grep -l INLINE src/mesa/state_tracker/ | xargs sed -i 's/\bINLINE\b/inline/g'
git checkout src/gallium/state_trackers/clover/Doxyfile

and manual edits to
src/gallium/include/pipe/p_compiler.h
src/gallium/README.portability

to remove mentions of the inline define.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Acked-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h
5a45e53df4419fde1fe7696f3a9459893363f7c5 20-Aug-2010 Keith Whitwell <keithw@vmware.com> llvmpipe: move some fence functions into lp_screen.c
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h
b6e03eafe3311142445ca42c1574d3f6998eecc3 20-Aug-2010 Keith Whitwell <keithw@vmware.com> llvmpipe: fence debugging, add llvmpipe_finish
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h
3bd9aedbac79eec16bfe6f5fc6f6a021eebe769a 08-Jul-2010 Keith Whitwell <keithw@vmware.com> llvmpipe: move fences from per-bin to per-thread

Rather than inserting an lp_rast_fence command at the end of each
bin, have each rasterizer thread call this function directly once
it has run out of work to do on a particular scene.

This results in fewer calls to the mutex & related functions, but more
importantly makes it easier to recognize empty bins.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h
331729c8c877fd8ddde0a83cbe0fcdd5df4b1f1f 25-Mar-2010 Brian Paul <brianp@vmware.com> llvmpipe: added lp_fence_signal()
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h
a1af8eec66c5f7ec421e8011b41c1a7c36319f9f 05-Feb-2010 José Fonseca <jfonseca@vmware.com> Merge remote branch 'origin/lp-binning'

Conflicts:
src/gallium/auxiliary/util/u_dl.c
src/gallium/auxiliary/util/u_time.h
src/gallium/drivers/llvmpipe/lp_state_derived.c
src/gallium/drivers/llvmpipe/lp_state_surface.c
src/gallium/drivers/llvmpipe/lp_tex_cache.c
src/gallium/drivers/llvmpipe/lp_tile_cache.c
edbaca6fd14dace44637d994bbddad3cb0a5fafe 12-Dec-2009 Brian Paul <brianp@vmware.com> llvmpipe: initial fence implementation
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_fence.h