iris: Make iris_has_color_unresolved more generic
[mesa.git] / src / gallium / drivers / iris / iris_blorp.c
2020-06-23 Kenneth Graunkeiris: Delete useless #define
2020-06-03 Francisco JerezOPTIONAL: iris: Perform BLORP buffer barriers outside...
2020-06-03 Francisco Jereziris: Open-code iris_cache_flush_for_read() and iris_ca...
2020-06-03 Francisco Jereziris: Remove render cache hash table-based synchronization.
2020-06-03 Francisco Jereziris: Remove depth cache set tracking and synchronization.
2020-06-03 Francisco Jereziris: Annotate all BO uses with domain and sequence...
2020-06-03 Francisco Jereziris: Extend iris_context dirty state flags to 128...
2020-05-20 Lionel Landwerliniris: store workaround address
2020-05-20 Lionel Landwerlinblorp: rename workaround address function
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-03-02 Rafael Antognolliiris: Split aux map initialization from invalidation.
2020-02-22 Kenneth Graunkeiris: Fix BLORP vertex buffers to respect ISL MOCS...
2020-01-31 Jason Ekstrandintel/blorp: Always emit URB config on Gen7+
2019-12-05 Jason Ekstrandblorp: Pass the VB size to the VF cache workaround
2019-11-26 Kenneth Graunkeiris: Disable VF cache partial address workaround on...
2019-10-28 Jordan Justeniris/gen12: Write GFX_AUX_TABLE base address register
2019-10-09 Kenneth Graunkeiris: Implement the Broadwell NP Z PMA Stall Fix
2019-09-19 Kenneth Graunkeiris: Skip double-disabling TCS/TES/GS after BLORP...
2019-09-09 Kenneth Graunkeiris: Add support for the always_flush_cache=true debug...
2019-08-12 Francisco Jereziris/gen9: Optimize slice and subslice load balancing...
2019-07-04 Kenneth Graunkeiris: Minor tidying
2019-06-22 Kenneth Graunkeiris: Drop bo != NULL check from blorp 48b invalidate...
2019-06-22 Kenneth GraunkeRevert "iris: Don't check VF address high bits when...
2019-06-20 Kenneth Graunkeiris: Don't check VF address high bits when there is...
2019-06-20 Kenneth Graunkeiris: Implement INTEL_DEBUG=pc for pipe control logging.
2019-05-27 Kenneth Graunkeiris: Don't flag IRIS_DIRTY_URB after BLORP operations...
2019-05-23 Kenneth Graunkeiris: Record state sizes for INTEL_DEBUG=bat decoding.
2019-03-12 Sagar Ghugeiris: Flag fewer dirty bits in BLORP
2019-03-08 Sagar Ghugeiris: Track last VS URB entry size
2019-03-08 Sagar Ghugeiris: Refactor code to share 3DSTATE_URB_* packet
2019-02-21 Kenneth Graunkeiris: Don't whack SO dirty bits when finishing a BLORP op
2019-02-21 Kenneth Graunkeiris: CS stall on VF cache invalidate workarounds
2019-02-21 Dave Airlieiris/WIP: add broadwell support
2019-02-21 Kenneth Graunkeiris: better MOCS
2019-02-21 Kenneth Graunkeiris: Do the 48-bit vertex buffer address invalidation...
2019-02-21 Kenneth Graunkeiris: delete dead code
2019-02-21 Kenneth Graunkeiris: totally untested icelake support
2019-02-21 Kenneth Graunkeiris: Support multiple binder BOs, update Surface State...
2019-02-21 Kenneth Graunkeiris: use consistent copyright formatting
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: completely rewrite binder
2019-02-21 Kenneth Graunkeiris: chaining not growing
2019-02-21 Kenneth Graunkeiris: blorp bug fixes
2019-02-21 Kenneth Graunkeiris: no more drawing rectangle in blorp
2019-02-21 Kenneth Graunkeiris: blorp URB
2019-02-21 Kenneth Graunkeiris: make blorp pin the binder
2019-02-21 Kenneth Graunkeiris: more blorp
2019-02-21 Kenneth Graunkeiris: more blitting code to make readpixels work
2019-02-21 Kenneth Graunkeiris: bits of blorp code