summaryrefslogtreecommitdiffstats
path: root/src/hgl/GLRendererRoster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* hgl: traverse add-on entriesAdrien Destugues2014-12-101-2/+2
| | | | * Allow using symlinks to add-ons when developing.
* gallium/targets: Break haiku state_tracker out to own directoryAlexander von Gluck IV2014-08-281-1/+1
| | | | Ack'ed by Emil Velikov <[email protected]>
* haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV2014-01-061-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]>