Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / format / u_format_table.py
2020-08-16 Eric Anholtutil: Move fetch_rgba to a separate function table.
2020-08-16 Eric Anholtutil: Make all 3 fetch_rgba functions occupy the same...
2020-08-16 Eric Anholtuitl: Add R1_UNORM to the list of noaccess (no pack...
2020-08-13 Jonathan Marekutil/format: expose generated format packing functions...
2020-08-12 Eric Anholtutil: Fix up indentation in the generated format tables...
2020-08-12 Eric Anholtutil: Change a codegenned switch statement to a nice...
2020-08-12 Eric Anholtutil: Split the pack/unpack functions out of the format...
2020-07-07 Eric Anholtutil: Share a single function pointer for the 4-byte...
2020-07-07 Eric Anholtutil: Remove the stub pack/unpack functions for YUV...
2020-07-07 Eric Anholtutil: Use designated initializers to clean up the forma...
2020-02-04 Eric Anholtutil: Drop unpacking from int signed to unsigned and...
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/