Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Add a list of functions that are not used but still need dispatch slots | Ian Romanick | 2015-05-15 | 1 | -0/+56 |
* | glapi: Remove static dispatch for functions that didn't exist in NVIDIA | Ian Romanick | 2015-05-15 | 1 | -46/+0 |
* | glapi: Remove static dispatch for functions that didn't exist in fglrx | Ian Romanick | 2015-05-15 | 1 | -121/+0 |
* | glapi: Remove static dispatch for functions that didn't exist in 10.3 | Ian Romanick | 2015-05-15 | 1 | -1/+0 |
* | glapi: Remove static dispatch for functions that didn't exist in 10.4 | Ian Romanick | 2015-05-15 | 1 | -33/+0 |
* | glapi: Remove static dispatch for functions that didn't exist in 10.5 | Ian Romanick | 2015-05-15 | 1 | -81/+0 |
* | glapi: Store list of functions with static dispatch in a separate table | Ian Romanick | 2015-05-15 | 1 | -0/+1519 |
* | glapi: Store static dispatch offsets in a separate table | Ian Romanick | 2015-05-15 | 1 | -0/+436 |