Module: Mesa Branch: master Commit: fe30fa9ad669b2cce2e486ff53d560705a18c710 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe30fa9ad669b2cce2e486ff53d560705a18c710
Author: Brian Paul <[email protected]> Date: Fri Mar 29 18:29:52 2013 -0600 drirc: set always_have_depth_buffer for Topogon Reviewed-by: Jose Fonseca <[email protected]> --- src/mesa/drivers/dri/common/drirc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index a13941f..556d1b5 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -25,5 +25,11 @@ <application name="Savage 2" executable="savage2.bin"> <option name="disable_glsl_line_continuations" value="true" /> </application> + <application name="Topogun (32-bit)" executable="topogun32"> + <option name="always_have_depth_buffer" value="true" /> + </application> + <application name="Topogun (64-bit)" executable="topogun64"> + <option name="always_have_depth_buffer" value="true" /> + </application> </device> </driconf> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
