mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Use the BATCH_SZ macro where appropriate.
Bump driver date.
This commit is contained in:
parent
7d553984e2
commit
9b87fafc91
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue