Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-26 | graw: Undo late loading of graw drivers. | José Fonseca | |
Keith prefers a clean separation between graw applications and implementations, where apps do not link libgallium.a but instead get all functionality they need via graw interface. Although this is not incompatible with late loading of graw drivers, it it would make it very hard to maintain, as wrappers for every utility symbol exposed in graw would have to be written or generated somehow. | |||
2010-08-26 | graw: Remove graw-null. | José Fonseca | |
Pointless now that the graw tests can be built independently of any graw implementation. | |||
2010-06-07 | graw: update graw_null after interface changes and build graw tests again | Keith Whitwell | |
2010-05-20 | graw-null: Remove unnecessary header. | Vinson Lee | |
2010-05-12 | rbug: Add to all targets that link against trace | Jakob Bornecrantz | |
Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress. | |||
2010-05-06 | graw-null: Try to fix MSVC linkage problems. | José Fonseca | |
2010-05-06 | graw-null: New target to ensure we always have a graw implementation available. | José Fonseca | |