Enable CB_DPATH by default.

This commit is contained in:
Aapo Tahkola
2005-12-17 11:59:13 +00:00
parent fd1627312d
commit 1d32fc7332
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//#define RADEON_VTXFMT_A
//#define HW_VBOS
//#define OPTIMIZE_ELTS
//#define CB_DPATH
#define CB_DPATH
struct r300_context;
typedef struct r300_context r300ContextRec;
+3
View File
@@ -552,6 +552,9 @@ static void r300Clear(GLcontext * ctx, GLbitfield mask, GLboolean all,
swapped = r300->radeon.doPageFlip && (r300->radeon.sarea->pfCurrentPage == 1);
#ifdef CB_DPATH
WARN_ONCE("CB_DPATH has been enabled.\nPlease let me know if this introduces new instabilities.\n");
/* Make sure it fits there. */
r300EnsureCmdBufSpace(r300, 419*3, __FUNCTION__);
if(flags || bits)
r300EmitClearState(ctx);
#endif