Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / vc4 / vc4_tiling_lt.c
2018-12-19 Eric Anholtvc4: Move the utile load/store functions to a header...
2018-08-08 Eric Anholtvc4: Handle partial loads/stores of tiled textures.
2018-08-08 Eric Anholtvc4: Compile the LT image helper per cpp we might load...
2018-08-08 Eric Anholtvc4: Refactor to reuse the LT tile walking code.
2017-08-15 Jonas Pfeilbroadcom/vc4: Port NEON-code to ARM64
2017-05-01 Eric Anholtvc4: Only build the NEON code on arm32.
2017-01-31 Rob Herringvc4: Make Neon inline assembly clang compatible
2017-01-26 Eric Anholtvc4: Use NEON to speed up utile stores on Pi2+.
2017-01-26 Eric Anholtvc4: Use NEON to speed up utile loads on Pi2.
2017-01-26 Eric Anholtvc4: Move LT tiling code to a separate file.