nir: support lowering clipdist to arrays
[mesa.git] / src / mesa / drivers / dri / i965 / brw_bufmgr.h
2019-08-29 Tapani Pällii965: initialize bo_reuse when creating brw_bufmgr
2018-06-12 Ross Burtondrivers/dri/i965: add missing #include
2018-06-05 Kenneth Graunkei965: Add virtual memory allocator infrastructure to...
2018-05-22 Kenneth Graunkei965: Introduce a "memory zone" concept on BO allocation.
2018-03-28 Kenneth Graunkei965: Drop unnecessary bo->align field.
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-03 Ian Romanicki965: Silence unused parameter warnings
2018-02-28 Tapani Pällii965: use context priority definitions from gen_defines.h
2018-02-15 Kenneth Graunkei965: Drop EXEC_OBJECT_CAPTURE defines.
2018-01-22 Jason Ekstrandi965/bufmgr: Add a create_from_prime_tiled function
2017-11-18 Jason Ekstrandi965: Mark BOs as external when we export their handle
2017-10-20 Chris Wilsoni965: Pass the EGL/DRI context priority through to...
2017-09-01 Kenneth Graunkei965: Drop batch_size argument from brw_bufmgr_init().
2017-09-01 Chris Wilsoni965: Rename brw_bo::offset64 to gtt_offset.
2017-08-21 Jason Ekstrandi965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/
2017-08-04 Chris Wilsoni965: Track last location of bo used for the batch
2017-08-01 Kenneth Graunkei965/drm: Inline brw_bo_references.
2017-07-17 Jason Ekstrandi965/bufmgr: Add a BO_ALLOC_ZEROED flag
2017-07-11 Kenneth Graunkei965: Don't use PREAD for glGetBufferSubData().
2017-07-10 Chris Wilsoni965: Track when a bo is shared with an external client
2017-07-10 Chris Wilsoni965: Use brw_bo_wait() for brw_bo_wait_rendering()
2017-07-01 Kenneth Graunkei965: Add inline to brw_bo_unmap
2017-06-30 Kenneth Graunkei965: Make brw_bo_unmap a static inline.
2017-06-30 Chris Wilsoni965: Discard bo->map_count
2017-06-15 Jason Ekstrandi965/bufmgr: Add a new, simpler, bo_alloc_tiled
2017-06-15 Jason Ekstrandi965/bufmgr: Rename bo_alloc_tiled to bo_alloc_tiled_2d
2017-06-08 Daniel Stonei965: Move fallback size assignment out of bufmgr
2017-06-06 Matt Turneri965: Remove brw_bo_map_unsynchronized()
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Rename *_virtual -> map_*
2017-06-06 Matt Turneri965: Add a cache_coherent field to brw_bo
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-06-06 Matt Turneri965: Remove unused brw_bo_map__* functions
2017-05-15 Matt Turneri965: Mark shader programs for capture in the error...
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled flags parameter 32...
2017-04-12 Kenneth Graunkei965/drm: Make BO size a uint64_t rather than unsigned...
2017-04-12 Kenneth Graunkei965/drm: Make alignment parameter a uint64_t.
2017-04-12 Kenneth Graunkei965/drm: Make stride/pitch a uint32_t.
2017-04-12 Kenneth Graunkei965/drm: Fix types for pwrite/pread fields.
2017-04-12 Kenneth Graunkei965/drm: Make brw_bo_alloc_tiled take tiling by value...
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Daniel Vetteri965/bufmgr: Garbage-collect vma cache/pruning
2017-04-10 Daniel Vetteri965/bufmgr: Remove some reuse functions
2017-04-10 Daniel Vetteri965/bufmgr: remove start_gtt_access
2017-04-10 Daniel Vetteri965/bufmgr: Delete set_tiling
2017-04-10 Daniel Vetteri965/bufmgr: Delete alloc_for_render
2017-04-10 Kenneth Graunkei965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965/drm: Fold drm_bacon_gem_reset_stats into the callers.
2017-04-10 Kenneth Graunkei965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.
2017-04-10 Kenneth Graunkei965/drm: Merge bo->handle and bo_gem->gem_handle.
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
2017-04-10 Kenneth Graunkei965/drm: Drop has_exec_async related API.
2017-04-10 Kenneth Graunkei965/drm: Drop softpin support for now.
2017-04-10 Kenneth Graunkei965/drm: Drop userptr support for now.
2017-04-10 Kenneth Graunkei965/drm: Drop intel_chipset.h in favor of using gen_de...
2017-04-10 Kenneth Graunkei965/drm: Drop deprecated drm_bacon_bo::offset.
2017-04-10 Kenneth Graunkei965/drm: Drop cliprects and dr4 from execbuf variants.
2017-04-10 Kenneth Graunkei965/drm: Devirtualize the bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
2017-04-10 Kenneth Graunkei965/drm: Remove Gen2-3 fence accounting.
2017-04-10 Kenneth Graunkei965/drm: Remove some unused functions and macros.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-04-10 Kenneth Graunkei965/drm: s/drm_intel/drm_bacon/g
2017-04-10 Kenneth Graunkei965/drm: Drop libpciaccess dependencies.
2017-04-10 Kenneth Graunkei965/drm: remove legacy defines, aub functions, and...
2017-04-10 Kenneth Graunkei965: Import libdrm_intel.