aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_blorp.c
Commit message (Expand)AuthorAgeFilesLines
* iris: Minor tidyingKenneth Graunke2019-07-031-10/+0
* iris: Drop bo != NULL check from blorp 48b invalidate function.Kenneth Graunke2019-06-211-1/+1
* Revert "iris: Don't check VF address high bits when there is no buffer."Kenneth Graunke2019-06-211-1/+1
* iris: Don't check VF address high bits when there is no buffer.Kenneth Graunke2019-06-201-1/+1
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-201-2/+5
* iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changedKenneth Graunke2019-05-261-0/+1
* iris: Record state sizes for INTEL_DEBUG=bat decoding.Kenneth Graunke2019-05-231-0/+3
* iris: Flag fewer dirty bits in BLORPSagar Ghuge2019-03-111-3/+27
* iris: Track last VS URB entry sizeSagar Ghuge2019-03-081-0/+6
* iris: Refactor code to share 3DSTATE_URB_* packetSagar Ghuge2019-03-081-17/+2
* iris: Don't whack SO dirty bits when finishing a BLORP opKenneth Graunke2019-02-211-0/+2
* iris: CS stall on VF cache invalidate workaroundsKenneth Graunke2019-02-211-1/+2
* iris/WIP: add broadwell supportDave Airlie2019-02-211-1/+5
* iris: better MOCSKenneth Graunke2019-02-211-2/+3
* iris: Do the 48-bit vertex buffer address invalidation workaroundKenneth Graunke2019-02-211-5/+3
* iris: delete dead codeKenneth Graunke2019-02-211-27/+0
* iris: totally untested icelake supportKenneth Graunke2019-02-211-0/+14
* iris: Support multiple binder BOs, update Surface State Base AddressKenneth Graunke2019-02-211-4/+9
* iris: use consistent copyright formattingKenneth Graunke2019-02-211-13/+12
* iris: comment everythingKenneth Graunke2019-02-211-0/+15
* iris: completely rewrite binderKenneth Graunke2019-02-211-4/+2
* iris: chaining not growingKenneth Graunke2019-02-211-4/+0
* iris: blorp bug fixesKenneth Graunke2019-02-211-11/+15
* iris: no more drawing rectangle in blorpKenneth Graunke2019-02-211-5/+1
* iris: blorp URBKenneth Graunke2019-02-211-7/+23
* iris: make blorp pin the binderKenneth Graunke2019-02-211-0/+1
* iris: more blorpKenneth Graunke2019-02-211-9/+13
* iris: more blitting code to make readpixels workKenneth Graunke2019-02-211-10/+55
* iris: bits of blorp codeKenneth Graunke2019-02-211-0/+283