Replace TCache with static TType instances
Replaces TCache with (static generation + static/dynamic lookups) of
TType instances, using compile-time template and constexpr magic.
Work started by jmadill here: https://crrev.com/c/776280
With more contributions from jmadill here: https://crrev.com/c/801494
Bug: angleproject:1432
Change-Id: I07181543f8fee4b2606cdd2d0738351e83d4ce57
Reviewed-on: https://chromium-review.googlesource.com/786317
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Reviewed-by:
Jamie Madill <jmadill@chromium.org>
Showing
src/compiler/translator/Cache.cpp
deleted
100644 → 0
src/compiler/translator/Cache.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/compiler/translator/StaticType.cpp
0 → 100644
src/compiler/translator/StaticType.h
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment