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