nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / dri / i965 / intel_batchbuffer.h
2018-11-20 Andrii Simikliti965/batch: avoid reverting batch buffer if saved state...
2018-11-01 Mark JanesRevert "i965/batch: avoid reverting batch buffer if...
2018-10-30 Andrii Simikliti965/batch: avoid reverting batch buffer if saved state...
2018-09-10 Chris Wilsoni965: Bump aperture tracking to u64
2018-06-05 Kenneth Graunkei965: Prepare batchbuffer module for softpin support.
2018-05-22 Jason Ekstrandi965: Remove ring switching entirely
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-29 Kenneth Graunkei965: Program the dynamic state heap size to MAX_STATE_...
2017-09-18 Kenneth Graunkei965: Plumb brw through to intel_batchbuffer_reset().
2017-09-14 Kenneth Graunkei965: Delete BATCH_RESERVED handling.
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Split brw_emit_reloc into brw_batch_reloc and...
2017-08-12 Kenneth Graunkei965: Clean up intel_batchbuffer_init().
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-07-18 Kenneth Graunkei965: Delete dead brw_program_reloc function.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
2017-04-10 Kenneth Graunkei965: Use brw_emit_reloc() instead of drm_bacon_bo_emit...
2017-04-10 Kenneth Graunkei965: Change intel_batchbuffer_reloc() into brw_emit_re...
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-03-30 Kenneth Graunkei965: Stop using legacy dri_bufmgr_* and intel_* names.
2017-03-30 Kenneth Graunkei965: Combine intel_batchbuffer_reloc and intel_batchbu...
2017-03-09 Kenneth Graunkei965: Delete render ring prelude.
2017-01-27 Chad Versacei965: Add intel_batchbuffer_flush_fence()
2017-01-04 Iago Toral Quirogai965: remove brw_context dependency from intel_batchbuf...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_free() take a batchbuffer...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_emit_dword() take a batchb...
2017-01-04 Iago Toral Quirogai965: Make intel_bachbuffer_reloc() take a batchbuffer...
2016-08-19 Jason Ekstrandi965: Roll intel_reg.h into brw_defines.h
2016-07-07 Francisco Jerezi965: Make room in the batch epilogue for three more...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-30 Matt Turneri965: Don't inline intel_batchbuffer_require_space().
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-09 Francisco Jerezi965: Work around L3 state leaks during context switches.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-11 Ian Romanicki915, i965: Silence unused parameter warnings in intel_...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-15 Matt Turneri965: Optimize batchbuffer macros.
2015-07-15 Matt Turneri965: Add and use USED_BATCH macro.
2015-07-15 Matt Turneri965: Split batch emission from relocation functions.
2015-07-09 Matt Turneri965: Set brw->batch.emit only #ifdef DEBUG.
2015-07-09 Ben Widawskyi965/hsw: Implement end of batch workaround
2015-07-06 Kenneth Graunkei965: Reserve more batch space to accomodate Gen6 perfm...
2015-06-24 Chris Wilsoni965: Transplant PIPE_CONTROL routines to brw_pipe_control
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Create a helper function for emitting PIPE_CONTRO...
2014-01-20 Kenneth Graunkei965: Introduce an OUT_RELOC64 macro.
2014-01-20 Kenneth Graunkei965: Delete intel_batchbuffer_emit_reloc_fenced.
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
2013-12-09 Kenneth Graunkei965: Replace OUT_RELOC_FENCED with OUT_RELOC.
2013-12-05 Kenneth Graunkei965: Replace non-standard INLINE macro with "inline".
2013-11-21 Kenneth Graunkei965: Reserve batchbuffer space for a closing MI_REPORT...
2013-11-21 Kenneth Graunkei965: Start and stop OA counters as necessary.
2013-11-21 Kenneth Graunkei965: Introduce a "render ring prelude" hook.
2013-11-21 Kenneth Graunkei965: Introduce an UNKNOWN_RING state.
2013-11-21 Kenneth Graunkei965: Convert brw->batch.is_blit to a BLT_RING/RENDER_R...
2013-11-18 Paul Berryi965/gen7: Emit workaround flush when changing GS enabl...
2013-08-30 Eric Anholti965: Add missing state reset at the end of blorp.
2013-08-01 Kenneth Graunkei965: Delete the BATCH_LOCALS macro.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-03 Kenneth Graunkei965: Replace maxBatchSize variable with BATCH_SZ define.
2013-06-26 Eric Anholti965: Move the remaining intel code to the i965 directory.
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
next