In gl_texture_image replace IntFormat with InternalFormat and Format with
[mesa.git] / src / mesa / drivers / glide / fxddtex.c
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-01-17 Daniel Borcacleaned up warnings
2004-12-20 Daniel Borcacomment reorg.
2004-10-20 Daniel Borcafixed compilation errors
2004-10-12 Daniel Borcaavoid the patch if Mesa_DXTn flag is set
2004-09-13 Daniel Borcacleanup
2004-08-19 Daniel Borcasilence compiler warnings
2004-08-16 Daniel Borcafixed texture fetchers, fixed automatic mipmap generati...
2004-07-16 Daniel BorcaSGIS_generate_mipmap
2004-07-05 Daniel Borcaadded GL_ARB_point_sprite.
2004-06-24 Daniel Borcahack for compressed textures with aspectratio greater...
2004-05-31 Daniel Borcareworked FXT1
2004-05-19 Daniel Borcaadded GL_NV_blend_square
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-04-30 Daniel BorcaFXT1: getting warmer
2004-04-29 Daniel BorcaFXT1 preparations
2004-04-26 Daniel Borcaaccomodate newtexstore
2004-03-29 Daniel Borcacode cleanup heheh
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2004-02-10 Daniel Borcafixed back fxMesaGetCurrentContext to match MakeCurrent
2004-02-02 Daniel Borcafixed a bug in GL_NEAREST sampler
2004-01-29 Daniel BorcaGL_TEXTURE_1D and other stories...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Daniel Borcaaccomodate FetchTexel and fix some memory leak bugs
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-13 Daniel Borcare-enabled trilinearness
2004-01-07 Daniel Borcacleanups
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-21 Daniel Borcamore texture compression
2003-11-18 Daniel Borcadoc updates; GLUT timer additions; fixed compilation...
2003-11-07 Daniel BorcaNCC fixes and some cosmetics
2003-11-03 Daniel Borcasmall fixes wrt texture handling
2003-11-03 Daniel Borcasmall fixes wrt texture handling
2003-11-03 Daniel BorcaVoodoo2 happiness
2003-10-31 Daniel Borcaremoved detritus
2003-10-30 Daniel Borcabugfixes wrt texture compression
2003-10-29 Daniel Borcachanges to accomodate texture compression
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-14 Daniel Borcaminor fixes + doc update
2003-10-13 Daniel Borcaglide driver (wip)
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-02 Brian Paulupdates from Daniel Borca
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-05-09 Brian Paulminor clean-ups
2001-05-02 Brian Paulteximage updates. seems to work fine.
2001-04-24 Brian Paultexture image code updates (not finished)
2001-04-20 Brian Paulcompilation fixes - texturing isn't working at this...
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-03-28 Brian Paulcompilation updates
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-21 Brian Pauladded teximage rescaling code. untested at this point
2001-03-21 Brian Pauluse new texture conversion code, still have to do image...
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-07 Brian Paulnew texture image routines work now
2001-02-06 Brian Paulupdated texture image handling - STILL UNTESTED
2001-02-06 Brian PaulOverhaul of texture image handling.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-05 Keith WhitwellLots of changes:
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-06-16 Brian Paulreplaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadM...
2000-05-23 Brian Paulenable and clean-up of paletted texture code
2000-05-04 Brian PaulEnvMode GL_BLEND and tex invalidate changes from Daryll
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-15 Brian Paulwrapper for grTexLodBiasValue()
2000-03-29 Brian Paulnew texture image download code
2000-03-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
2000-03-23 Brian Pauladded new texture image functions, minor clean-up
2000-03-07 Brian Pauladded GL_EXT_texture_lod_bias extension (Michael Vance)
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Paulclean-up warnings
2000-02-09 Brian Pauludpated version/copyright info
2000-02-04 Brian Pauladded support for GL_RGB5_A1 internal texture format...
2000-01-18 Brian Paulupdated with latest DRI tree changes
1999-12-10 Brian Paulapplied Daryll's patches
1999-11-15 Brian Paultexture palette update
1999-11-15 Brian Paulfixed mistake in merge regarding texture palettes
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
1999-11-11 Brian Paulupdated for new texture color palette struct
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-13 Brian Paulnow using MALLOC, CALLOC, FREE, etc macros
1999-10-05 Miklos FazekasAdded gl_ext_multitexture_ADD suport.
1999-08-19 jtgInitial revision