broadcom/vc5: Move the formats table to per-V3D-version compile.
authorEric Anholt <eric@anholt.net>
Tue, 9 Jan 2018 23:46:34 +0000 (15:46 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 13 Jan 2018 05:56:00 +0000 (21:56 -0800)
commit469bbd8387d11bbac2aae4c49765c748c2a9fd04
tree4c35dd8b7fc068ce68d19fcea85346db825f4431
parent34898c8c45a5cbb84a027d74854efb1486d65bc4
broadcom/vc5: Move the formats table to per-V3D-version compile.
12 files changed:
src/gallium/drivers/vc5/Makefile.sources
src/gallium/drivers/vc5/meson.build
src/gallium/drivers/vc5/v3dx_context.h
src/gallium/drivers/vc5/v3dx_format_table.c [new file with mode: 0644]
src/gallium/drivers/vc5/vc5_context.h
src/gallium/drivers/vc5/vc5_emit.c
src/gallium/drivers/vc5/vc5_format_table.h [new file with mode: 0644]
src/gallium/drivers/vc5/vc5_formats.c
src/gallium/drivers/vc5/vc5_program.c
src/gallium/drivers/vc5/vc5_resource.c
src/gallium/drivers/vc5/vc5_screen.c
src/gallium/drivers/vc5/vc5_state.c