iris: Better handle metadata in NIR passes
[mesa.git] / src / gallium / drivers / iris / iris_screen.h
2020-06-04 Lionel Landwerliniris: fix export of GEM handles
2020-06-03 Francisco Jereziris: Drop redundant iris_address::write flag.
2020-06-03 Francisco Jereziris: Annotate all BO uses with domain and sequence...
2020-06-03 Francisco Jereziris: Add infrastructure to partition batch into sync...
2020-05-28 Caio Marcelo de... iris, i965: Update limits for ARB_compute_variable_grou...
2020-05-20 Lionel Landwerliniris: add identifier BO
2020-05-20 Lionel Landwerliniris: store workaround address
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-01 Caio Marcelo de... iris: Implement ARB_compute_variable_group_size
2020-05-01 Kenneth Graunkeiris: Detect DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT...
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-04-11 Lionel Landwerliniris: make resources take a ref on the screen object
2020-04-11 Lionel Landwerliniris: share buffer managers accross screens
2020-01-31 Jason Ekstrandiris: Store the L3$ configs in the screen
2019-09-09 Kenneth Graunkeiris: Add support for the always_flush_cache=true debug...
2019-09-07 Kenneth Graunkeiris: Support the disable_throttling=true driconf option.
2019-08-10 Mark Janesiris/perf: implement routines to return counter info
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-05-21 Dylan Bakeriris: Start wiring up on-disk shader cache
2019-05-08 Kenneth Graunkeiris: Report the same video memory settings as i965.
2019-04-22 Kenneth Graunkeiris: Enable the dual_color_blend_by_location driconf...
2019-04-22 Kenneth Graunkeiris: Add mechanism for iris-specific driconf options
2019-04-10 Mike Blumenkrantziris: support INTEL_NO_HW environment variable
2019-03-08 Kenneth Graunkeiris: Use copy_region and staging resources to avoid...
2019-02-21 Kenneth Graunkeiris: Use READ_ONCE and WRITE_ONCE for snapshots_landed
2019-02-21 Kenneth Graunkeiris: Enable precompiles
2019-02-21 Kenneth Graunkeiris: little bits of compute basics
2019-02-21 Kenneth Graunkeiris: comment everything
2019-02-21 Kenneth Graunkeiris: slab allocate transfers
2019-02-21 Kenneth Graunkeiris: crazy pipe control code
2019-02-21 Kenneth Graunkeiris: Soft-pin the universe
2019-02-21 Kenneth Graunkeiris: actually softpin at an address
2019-02-21 Kenneth Graunkeiris: Initial commit of a new 'iris' driver for Intel...