diff options
author | Eric Engestrom <[email protected]> | 2018-11-20 09:57:41 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-06-30 01:45:36 +0100 |
commit | 74f064ae908f0ec39fee7a1c5202a4b42255a245 (patch) | |
tree | 56a7ffe5bd25736014552736e4027d5651b53c5c /src/gallium/auxiliary/indices | |
parent | b738d4494c4a4612dd5af2bb6019d7765c1619a7 (diff) |
mesa: use binary search for MESA_EXTENSION_OVERRIDE
Not a hot path obviously, but the table still has 425 extensions, which
you can go through in just 9 steps with a binary search.
The table is already sorted, as required by other parts of the code and
enforced by mesa's `main-test`.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/indices')
0 files changed, 0 insertions, 0 deletions