turnip: Put VK_KHR_external_fence_fd stubs back
[mesa.git] / src / gallium / drivers / v3d / v3d_simulator.c
2019-10-18 Eric Anholtv3d: Add Compute Shader support
2019-07-09 Alejandro Piñeirov3d: Early return with handle 0 when getting a bo on...
2019-04-05 Eric Anholtv3d: Add support for handling OOM signals from the...
2019-02-19 Eric Anholtv3d: Clear the GMP on initialization of the simulator.
2018-12-20 Eric Anholtv3d: Fix simulator mode on i915 render nodes.
2018-12-08 Eric Anholtv3d: Add the V3D TFU submit interface to the simulator.
2018-11-02 Eric Anholtv3d: Remove the special path for simulaton of the submi...
2018-11-02 Eric Anholtv3d: Maintain a mapping of the GEM buffer in the simulator.
2018-11-01 Eric Anholtv3d: Take advantage of _mesa_hash_table_remove_key...
2018-11-01 Eric Anholtv3d: Respect user-passed strides for BO imports.
2018-11-01 Eric Anholtv3d: Drop #if 0-ed out v3d_dump_to_file().
2018-11-01 Eric Anholtv3d: Fix a copy-and-paste comment in the simulator...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-05-16 Eric Anholtv3d: Rename driver functions from vc5 to v3d.
2018-05-16 Eric Anholtv3d: Rename the driver files from "vc5" to "v3d".