Module: Mesa Branch: 7.9 Commit: 72b8f19fa6c7104dd6ec8d83a48e173842411c91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72b8f19fa6c7104dd6ec8d83a48e173842411c91
Author: Jeremy Huddleston <[email protected]> Date: Mon Jun 6 11:38:05 2011 -0400 darwin: Define GALLIUM_DRIVERS_DIRS in darwin config Signed-off-by: Jeremy Huddleston <[email protected]> (cherry picked from commit d563009cd1134557178ddddc29d45b664e58bbed) --- configs/darwin | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configs/darwin b/configs/darwin index 9906107..9c126ea 100644 --- a/configs/darwin +++ b/configs/darwin @@ -57,3 +57,5 @@ GLU_DIRS = sgi DRIVER_DIRS = osmesa #DRIVER_DIRS = dri DRI_DIRS = swrast +GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad failover +#GALLIUM_DRIVERS_DIRS += llvmpipe _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
