Enable CB_DPATH by default.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user