iris: Enable fast clears on other miplevels and layers than 0.
[mesa.git] / src / gallium / drivers / iris / iris_blorp.c
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