Skip to content

Add unit tests for the end of GLdispatch's dispatch table.

Kyle Brenneman requested to merge tests-gldispatch-check-last into master

This is mostly for PPC, where looking up a function at index >= 4096 in the dispatch table requires an extra instruction beyond just a simple register+immediate load. This change expands the libGLdispatch unit tests to make sure we got that right.

Merge request reports