OSDN Git Service

mesa: fix make check for ARB_texture_gather
authorChris Forbes <chrisf@ijw.co.nz>
Thu, 3 Oct 2013 01:10:08 +0000 (14:10 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Thu, 3 Oct 2013 08:38:48 +0000 (21:38 +1300)
commitd1335926196c216f1abe73f37cfcb61cf7f2bd28
tree70a643213e578e69b9856a23481fbb02b472e05d
parent61519f15aceae3e986a6e287e69684a01de3221a
mesa: fix make check for ARB_texture_gather

Clean up inconsistency in enum decoration:
- Use the undecorated enums where possible.
- MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB remains decorated, since it
  has no undecorated equivalent in GL4.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70054
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mapi/glapi/gen/ARB_texture_gather.xml
src/mapi/glapi/gen/Makefile.am
src/mesa/main/get_hash_params.py
src/mesa/main/tests/enum_strings.cpp