a2caf952a150a8da395f4cf1fd30e8c867b0064e |
|
10-Feb-2012 |
Stéphane Marchesin <marcheu@chromium.org> |
i915g: Remove useless draw calls.
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
32b07bb1496f5772ca16e719bb87e1702ceff196 |
|
19-Jan-2012 |
Stéphane Marchesin <marcheu@chromium.org> |
i915g: Don't avoid flushing when we have a pending fence. Otherwise the fence will never arrive. Also check for a NULL i915->batch. NOTE: This is a candidate for the 8.0 branch.
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
b97889f543085f516fc1c821c621790399d57fa5 |
|
24-Aug-2011 |
Stéphane Marchesin <marcheu@chromium.org> |
i915g: Improve the flush heuristic by using the previous frame's number of vertices.
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
e53b41f2632af26c79c4f7ed5b0fdb86a1feb602 |
|
06-Jul-2011 |
Stéphane Marchesin <marcheu@chromium.org> |
i915g: Improve flushing using heuristics.
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
288504fac7b659da6bd45f22ccfb39d130250f9c |
|
15-Mar-2011 |
Daniel Vetter <daniel.vetter@ffwll.ch> |
i915g: split up static state Early Z support is set in the DST_VARS command. Hence split up static state emission to avoid reissuing to much on fragment shader changes, especially the costly dst buffer relocations. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
7735f8c6e525da0ea830f5a54a329abe2d6a1006 |
|
12-Mar-2011 |
Daniel Vetter <daniel.vetter@ffwll.ch> |
i915g: fix transfer coherency The kernel drm takes care of all coherency as long as we don't forget to submit all outstanding commands in the batchbuffer ... Also move batchbuffer initialization up because otherwise transfers for some helper textures fail with a segmentation fault. And kill the dead code, flushes should now be correct everywhere. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
7e02303497237cde958c28608477d0c355a8038b |
|
08-Mar-2011 |
Marek Olšák <maraeo@gmail.com> |
gallium: remove flags from the flush function The drivers have been changed so that they behave as if all of the flags were set. This is already implicit in most hardware drivers and required for multiple contexts. Some state trackers were also abusing the PIPE_FLUSH_RENDER_CACHE flag to decide whether flush_frontbuffer should be called. New flag ST_FLUSH_FRONT has been added to st_api.h as a replacement.
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
8f9e546fde27db75ea87bcf8ae333bc70616deb4 |
|
26-Feb-2011 |
Daniel Vetter <daniel.vetter@ffwll.ch> |
i915g: kill relocs accouting No one ever cared. libdrm does dynamic resizing of its reloc-table, anyway. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
d42c9433b0a3d9b3a198261d8037ce0d4595452d |
|
25-Feb-2011 |
Daniel Vetter <daniel.vetter@ffwll.ch> |
i915g: implement cache flushing With an extremely dumb strategy. But it's the same i915c employs. Also improve the hw_atom code slightly by statically specifying the required batch space. For extremely variably stuff (shaders, constants) it would probably be better to add a new parameter to the hw_atom->validate function. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
8fb0ecd0cf4a4d672c0744abb4a9f030b3a17527 |
|
23-Feb-2011 |
Jakob Bornecrantz <wallbraker@gmail.com> |
i915g: Lazy emit dynamic state
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
b9baad2aff6ddc5145d91cbfb81d083a21990a80 |
|
22-Feb-2011 |
Jakob Bornecrantz <wallbraker@gmail.com> |
i915g: Lazy emit immediate state
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
4407e5078f6083e4e56ba5970d0fa10d504ed45b |
|
22-Feb-2011 |
Jakob Bornecrantz <wallbraker@gmail.com> |
i915g: Always set vbo to flush on flushes Reported-by Chris Wilson <chris@chris-wilson.co.uk>
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
57fc2ad7a165bd969de5d1943e325db52f702eb8 |
|
03-Jul-2010 |
Jakob Bornecrantz <wallbraker@gmail.com> |
i915g: Make batchbuffer flush function not be inline
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
62bcf2e6ad7f74affa4e1240c2ea41339a4c95db |
|
03-Jul-2010 |
Jakob Bornecrantz <wallbraker@gmail.com> |
i915g: Don't flush empty batchbuffers
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
abbb1bde06990cb15c82ebcdb9ac07b00cb0ab4f |
|
12-Jun-2010 |
Jakob Bornecrantz <wallbraker@gmail.com> |
i915g: Rework debug print code
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|
f00da2a3ff59c1a7104ac25a1c6eba5a6050ad68 |
|
30-Sep-2009 |
Jakob Bornecrantz <jakob@vmware.com> |
i915g: Drop the simple sufix None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.
/external/mesa3d/src/gallium/drivers/i915/i915_flush.c
|