aboutsummaryrefslogtreecommitdiffstats
path: root/src/hgl
Commit message (Collapse)AuthorAgeFilesLines
* glapi/hgl: Drop extern "C" as it was added to glapiAlexander von Gluck IV2015-05-132-5/+4
| | | | Reviewed-by: Brian Paul <[email protected]>
* gallium/st + hgl: Build fixes for HaikuAlexander von Gluck IV2015-05-131-0/+1
| | | | | | * No impact risk to any other platforms * Tracing printf needs stdio.h now due to child header change * Add missing #/src include directory for util/macros.h
* 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-067-0/+1241
* 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]>