aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_batchbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke2012-08-121-1/+11
* intel: Work around differences between C and C++ scoping rules.Paul Berry2012-05-101-0/+2
* intel: Add extern "C" declarations to headersPaul Berry2012-05-101-0/+8
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-151-0/+1
* intel: Return error value from intel_batchbuffer_flush().Eric Anholt2011-10-291-2/+2
* intel: Add an interface for saving/restoring the batchbuffer state.Eric Anholt2011-10-291-0/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* intel: Fix compiler warnings from the depth stall flush commit.Eric Anholt2011-09-271-0/+1
* intel: Silence many "intel_batchbuffer.h:97:39: warning: comparison between s...Ian Romanick2011-09-091-2/+3
* i965/gen6: Apply documented workaround for nonpipelined state packets.Eric Anholt2011-06-201-0/+1
* i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.Eric Anholt2011-06-201-0/+1
* i965: Move repeat-instruction-suppression to batchbuffer coreChris Wilson2011-02-211-2/+5
* intel: use pwrite for batchChris Wilson2011-02-211-79/+42
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-5/+16
* intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt2010-11-021-2/+0
* i965: Add support for streaming indirect state rather than caching objects.Eric Anholt2010-06-111-1/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* intel: Only do batchbuffer debug if --enable-debug is used.Eric Anholt2010-03-051-0/+10
* intel: Replace batch macro contents with function calls.Eric Anholt2010-03-051-28/+39
* intel: Move the assertions about reloc delta from the macros to the function.Eric Anholt2010-03-051-2/+0
* intel: Check that the batch is mapped per BEGIN, not each OUT.Eric Anholt2010-03-051-1/+1
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-031-0/+10
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+13
* intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-53/+4
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-9/+3
* intel: Disallow relocations to the byte beyond the end of the bufferChris Wilson2009-10-171-1/+1
* intel: Assert that relocation offsets are within the targetChris Wilson2009-10-031-1/+1
* intel: Add batchbuffer assertions to hopefully catch future mistakes.Eric Anholt2008-12-141-2/+20
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-1/+11
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-2/+1
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-7/+17
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-17/+7
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+3
|\
| * intel: fix batch flushing problem with cliprects handling.Dave Airlie2008-07-111-1/+3
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-0/+8
* | [intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard2008-05-111-0/+2
* | [intel] intel_batchbuffer_flush using uninit 'used' to check for buffer emptyKeith Packard2008-05-081-1/+1
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-3/+6
* | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt2008-05-021-3/+0
|/
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-171-1/+0
* [intel] Only flush batch when changing draw buffers, not every cliprect update.Eric Anholt2008-01-101-1/+5
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-19/+38
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-12/+24
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1/+0
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-261-0/+3
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+109
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-122/+0
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-0/+122