From b2b01a60dbba4ebd130898509c14ca80a847a679 Mon Sep 17 00:00:00 2001 From: Ben Crossman Date: Thu, 14 Apr 2005 16:58:25 +0000 Subject: Some initial compile fixes. Still some left and warnings that need fixing. No where near runnable yet. --- src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c') diff --git a/src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c b/src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c index 96ad213f17..1b01cb1f7f 100644 --- a/src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c +++ b/src/mesa/drivers/windows/gldirect/dx9/gld_driver_dx9.c @@ -47,9 +47,10 @@ #include "macros.h" #include "matrix.h" // #include "mem.h" -#include "mmath.h" +//#include "mmath.h" #include "mtypes.h" #include "texformat.h" +#include "teximage.h" #include "texstore.h" #include "array_cache/acache.h" #include "swrast_setup/swrast_setup.h" @@ -1141,7 +1142,7 @@ void gldSetupDriverPointers_DX9( // Texture object functions ctx->Driver.BindTexture = NULL; - ctx->Driver.CreateTexture = NULL; // Not yet implemented by Mesa!; + ctx->Driver.NewTextureObject = NULL; // Not yet implemented by Mesa!; ctx->Driver.DeleteTexture = gld_DeleteTexture_DX9; ctx->Driver.PrioritizeTexture = NULL; @@ -1153,7 +1154,7 @@ void gldSetupDriverPointers_DX9( // State changing functions ctx->Driver.AlphaFunc = NULL; //gld_AlphaFunc; - ctx->Driver.BlendFunc = NULL; //gld_BlendFunc; + ctx->Driver.BlendFuncSeparate = NULL; //gld_BlendFunc; ctx->Driver.ClearColor = NULL; //gld_ClearColor; ctx->Driver.ClearDepth = NULL; //gld_ClearDepth; ctx->Driver.ClearStencil = NULL; //gld_ClearStencil; -- cgit v1.2.3