summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2017-05-30 15:57:15 -0700
committerChad Versace <[email protected]>2017-06-22 12:44:28 -0700
commit4b9cbfa0b0c232d8f51820ad325c10d95f52f58e (patch)
treede1b28be4d4f667a34ed29c90ca8073860bab69a /Makefile.am
parentc09b2aefae95db6ebf3f7b10c6d69286eddb2dd4 (diff)
i965: Move brw_context format arrays to intel_screen
This allows us to query the driver's supported formats in i965's DRI code, where often there is available a DRIscreen but no GL context. To reduce diff noise, this patch does not completely remove brw_context's format arrays. It just redeclares them as pointers which point to the arrays in intel_screen. Specifically, move these two arrays from brw_context to intel_screen: mesa_to_isl_render_format[] mesa_format_supports_render[] And add a new array to intel_screen, mesa_format_supportex_texture[] which brw_init_surface_formats() copies to ctx->TextureFormatSupported. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions