index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
tdfx
/
tdfx_tex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
check for NULL pointer to glTexImage (fix verified by Adam Jackson)
Brian Paul
2004-06-22
1
-20
/
+27
*
fix correct parameters passed to StoreImage
Daniel Borca
2004-06-15
1
-2
/
+2
*
_really_ fix parameters to StoreImage calls.
Adam Jackson
2004-06-14
1
-2
/
+2
*
fix parameters to StoreImage()
Brian Paul
2004-05-13
1
-2
/
+2
*
fix parameters to StoreImage calls
Brian Paul
2004-05-12
1
-2
/
+2
*
remove last remnants of NEWTEXSTORE stuff
Brian Paul
2004-05-12
1
-22
/
+0
*
fix StoreImage calls, remove dead code (Adam Jackson)
Brian Paul
2004-05-02
1
-23
/
+4
*
Remove include of texutil.h to get build working.
Ian Romanick
2004-04-27
1
-1
/
+0
*
fix bracket at wrong place
Roland Scheidegger
2004-04-22
1
-2
/
+2
*
New glTexImage code.
Brian Paul
2004-04-22
1
-0
/
+40
*
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
Keith Whitwell
2004-01-27
1
-10
/
+10
*
more fixing for tdfxUpdateTexturePalette
Brian Paul
2004-01-23
1
-3
/
+3
*
fix assorted compilation issues
Brian Paul
2004-01-23
1
-4
/
+6
*
Initial support for floating point and signed texture formats.
Brian Paul
2004-01-23
1
-24
/
+16
*
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2004-01-20
1
-29
/
+59
*
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-20
1
-83
/
+86
*
include texobj.h to silence warnings
Brian Paul
2004-01-18
1
-0
/
+1
*
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul
2004-01-11
1
-0
/
+2
*
add tdfx DRI driver
Alan Hourihane
2003-12-04
1
-0
/
+1473