Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hgl: traverse add-on entries | Adrien Destugues | 2014-12-10 | 1 | -2/+2 |
| | | | | * Allow using symlinks to add-ons when developing. | ||||
* | gallium/targets: Break haiku state_tracker out to own directory | Alexander von Gluck IV | 2014-08-28 | 1 | -1/+1 |
| | | | | Ack'ed by Emil Velikov <[email protected]> | ||||
* | haiku libGL: Move from gallium target to src/hgl | Alexander von Gluck IV | 2014-01-06 | 1 | -0/+224 |
* The Haiku renderers need to link to libGL to function properly in all usage contexts. As mesa drivers build before gallium targets, we couldn't properly link the mesa swrast driver to the gallium libGL target for Haiku. * This is likely better as it mimics how glx is laid out ensuring the Haiku libGL is better understood. * All renderers properly link in libGL now. Acked-by: Brian Paul <[email protected]> |