get: reconcile aliasing enums for MaxCombinedShaderOutputResources
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 10 Mar 2016 22:41:29 +0000 (17:41 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 14 Mar 2016 22:19:14 +0000 (17:19 -0500)
commit9b68bdf6f8a06986340efa0c94afeeeb5580f9fd
treeed5ada997a5533f93fda89000a351304de2ac13d
parentb0546057220ac2906913bfd283aaefa6c4cb6038
get: reconcile aliasing enums for MaxCombinedShaderOutputResources

The enums MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS and
MAX_COMBINED_SHADER_OUTPUT_RESOURCES are equal and should therefore only
appear once.

Noticed while implementing ARB_shader_image_load_store without previously
implementing SSBO.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/get.c
src/mesa/main/get_hash_params.py