Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: move some fence functions into lp_screen.c | Keith Whitwell | 2010-08-25 | 1 | -0/+12 |
| | |||||
* | llvmpipe: fence debugging, add llvmpipe_finish | Keith Whitwell | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | llvmpipe: move fences from per-bin to per-thread | Keith Whitwell | 2010-07-13 | 1 | -0/+18 |
| | | | | | | | | | 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. | ||||
* | llvmpipe: added lp_fence_signal() | Brian Paul | 2010-03-24 | 1 | -0/+4 |
| | |||||
* | Merge remote branch 'origin/lp-binning' | José Fonseca | 2010-02-05 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | llvmpipe: initial fence implementation | Brian Paul | 2009-12-11 | 1 | -0/+60 |