index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
Move mipmap generation functions, texture scaling functions into new
Brian Paul
2006-09-29
1
-0
/
+1
*
change tex memory allocation calls (debian bug 383209)
Brian Paul
2006-08-16
1
-2
/
+1
*
In gl_texture_image, replace ImageStride with an ImageOffsets array.
Brian Paul
2006-05-20
1
-18
/
+20
*
Fix a number of texture compression issues.
Brian Paul
2006-05-08
1
-17
/
+21
*
Bug #5754: Allocate texture memory correctly. (Richard Drummond)
Adam Jackson
2006-04-03
1
-3
/
+4
*
Coverity #650: Fix a memory leak when near OOM.
Adam Jackson
2006-04-02
1
-0
/
+1
*
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-05
1
-2
/
+2
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-16
/
+16
*
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-06-27
1
-3
/
+3
*
added "default" branch in `convertPalette'
Daniel Borca
2005-01-06
1
-5
/
+4
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-1
/
+3
*
fix compilation error in `convertPalette' (still have to fix the issue, though)
Daniel Borca
2004-10-19
1
-2
/
+4
*
print an error message in convertPalette before dying.
Daniel Borca
2004-10-18
1
-0
/
+3
*
small fix to match new _mesa_rescale_teximage2d
Daniel Borca
2004-10-18
1
-0
/
+2
*
Fix compile errors when DEBUG is defined.
Ian Romanick
2004-10-18
1
-3
/
+3
*
Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)
Adam Jackson
2004-10-13
1
-0
/
+1
*
fixed automatic mipmap generation
Daniel Borca
2004-08-30
1
-8
/
+63
*
several new bugs
Daniel Borca
2004-07-19
1
-364
/
+706
*
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