Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-02 | glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it | Adam Jackson | 1 | -18/+16 |
2016-11-02 | glx/glvnd: Don't modify the dummy slot in the dispatch table | Adam Jackson | 1 | -0/+3 |
2016-09-05 | glx/glvnd: list the strcmp arguments in correct order | Emil Velikov | 1 | -2/+2 |
2016-07-20 | Avoid overflow in 'last' variable of FindGLXFunction(...) | Stefan Dirsch | 1 | -3/+3 |
2016-05-30 | glx/glvnd: rework dispatch functions/indices tables lookup | Emil Velikov | 1 | -11/+8 |
2016-05-30 | glx/glvnd: Use strcmp() based binary search in FindGLXFunction() | Emil Velikov | 1 | -5/+14 |
2016-05-30 | glx: Implement the libglvnd interface. | Kyle Brenneman | 1 | -0/+75 |