summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28winsys/i915: remove the software winsysEmil Velikov1-159/+0
We stopped building it recently as it was unused and not tested. Good bye, it's been nice knowing you :) Cc: Stephane Marchesin <stephane.marchesin@gmail.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Stephane Marchesin <stephane.marchesin@gmail.com>
2013-03-08i915g: Use PIPE_FLUSH_END_OF_FRAME to trigger throttlingStéphane Marchesin1-1/+2
This helps with jittering, instead of throttling at every command buffer we only throttle once a frame.
2011-03-01i915g: kill relocs accoutingDaniel Vetter1-3/+0
No one ever cared. libdrm does dynamic resizing of its reloc-table, anyway. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-02-27i915g/winsys: buffer validation supportDaniel Vetter1-0/+9
v2: Add the batch bo to the libdrm validation lost, for otherwise libdrm won't take previously used buffers into account. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-02-26i915g: Use unchecked writes in sw winsys batchbufferJakob Bornecrantz1-3/+3
2011-02-24i915g: Use dump function in sw winsysJakob Bornecrantz1-7/+2
2011-02-21i915g: s/bool/boolean/ style-fixup in winsysDaniel Vetter1-1/+1
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-02-20i915g: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2010-12-02i915g: prepare winsys/batchbuffer for execbuf2Daniel Vetter1-1/+1
Wire up a fenced parameter, switch all relocations to _FENCED Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
2010-04-17i915g: Add a software only debuging winsysJakob Bornecrantz1-0/+157