Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop"
[mesa.git] / src / compiler / blob.c
2018-07-10 Jordan Justencompiler/blob: Add blob_skip_bytes
2017-11-01 Jordan Justenblob: Don't set overrun if reading 0 bytes at end of...
2017-10-13 Jason Ekstrandblob: Use intptr_t instead of ssize_t
2017-10-13 Jason Ekstrandcompiler/blob: Make some parameters void instead of...
2017-10-13 Jason Ekstrandcompiler/blob: Constify the reader
2017-10-13 Jason Ekstrandcompiler/blob: Add (reserve|overwrite)_(uint32|intptr...
2017-10-13 Connor Abbottcompiler/blob: make blob_reserve_bytes() more useful
2017-10-13 Jason Ekstrandcompiler/blob: Allow for fixed-size blobs with a NULL...
2017-10-13 Jason Ekstrandcompiler/blob: Add a concept of a fixed-allocation...
2017-10-13 Jason Ekstrandcompiler/blob: Switch to init/finish instead of create...
2017-10-13 Jason Ekstrandcompiler: Move blob up a level