Use the BATCH_SZ macro where appropriate.

Bump driver date.
This commit is contained in:
Thomas Hellström 2006-09-29 13:15:43 +00:00
parent 7d553984e2
commit 9b87fafc91
2 changed files with 3 additions and 2 deletions

View file

@ -86,7 +86,7 @@ int INTEL_DEBUG = (0);
#include "extension_helper.h"
#define DRIVER_DATE "20060928"
#define DRIVER_DATE "20060929"
_glthread_Mutex lockMutex;
static GLboolean lockMutexInit = GL_FALSE;

View file

@ -48,6 +48,7 @@
#include "i830_dri.h"
#include "dri_bufpool.h"
#include "intel_regions.h"
#include "intel_batchbuffer.h"
PUBLIC const char __driConfigOptions[] =
DRI_CONF_BEGIN DRI_CONF_SECTION_PERFORMANCE
@ -485,7 +486,7 @@ intelInitDriver(__DRIscreenPrivate * sPriv)
DRM_BO_FLAG_EXE |
DRM_BO_FLAG_MEM_TT |
DRM_BO_FLAG_MEM_LOCAL,
4096, 100, 5);
BATCH_SZ, 100, 5);
if (!intelScreen->batchPool) {
fprintf(stderr, "Failed to initialize batch pool - possible incorrect agpgart installed\n");
return GL_FALSE;