Rename intel_buffers.[ch] to intel_swapbuffers.[ch]

This commit is contained in:
Keith Whitwell
2007-08-11 14:19:48 +01:00
parent 8c4409690d
commit 91c2216165
7 changed files with 6 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ DRIVER_SOURCES = \
intel_winsys_softpipe.c \
intel_winsys_i915.c \
intel_batchbuffer.c \
intel_buffers.c \
intel_swapbuffers.c \
intel_context.c \
intel_lock.c \
intel_screen.c \
@@ -40,7 +40,7 @@
#include "intel_screen.h"
#include "intel_context.h"
#include "intel_buffers.h"
#include "intel_swapbuffers.h"
#include "intel_winsys.h"
#include "intel_batchbuffer.h"
@@ -82,9 +82,6 @@ int __intel_debug = 0;
#define DRIVER_DATE "20070731"
_glthread_Mutex lockMutex;
static GLboolean lockMutexInit = GL_FALSE;
/**
@@ -222,11 +219,6 @@ intelCreateContext(const __GLcontextModes * mesaVis,
intel->driScreen = sPriv;
intel->sarea = saPriv;
if (!lockMutexInit) {
lockMutexInit = GL_TRUE;
_glthread_INIT_MUTEX(lockMutex);
}
driParseConfigFiles(&intel->optionCache, &intelScreen->optionCache,
intel->driScreen->myNum, "i915");
@@ -33,7 +33,7 @@
#include "intel_screen.h"
#include "intel_context.h"
#include "intel_batchbuffer.h"
#include "intel_buffers.h"
#include "intel_swapbuffers.h"
#include "i830_dri.h"
@@ -37,7 +37,7 @@
#include "intel_screen.h"
#include "intel_batchbuffer.h"
#include "intel_buffers.h"
#include "intel_swapbuffers.h"
#include "i830_dri.h"
#include "dri_bufpool.h"
@@ -27,7 +27,7 @@
#include "intel_screen.h"
#include "intel_context.h"
#include "intel_buffers.h"
#include "intel_swapbuffers.h"
#include "intel_batchbuffer.h"
#include "intel_reg.h"
#include "context.h"
@@ -36,7 +36,7 @@
#include "intel_context.h"
#include "intel_winsys.h"
#include "intel_buffers.h"
#include "intel_swapbuffers.h"
#include "intel_batchbuffer.h"
#include "pipe/p_winsys.h"