summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxddtex.c
AgeCommit message (Expand)Author
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25glide: remove _mesa_compressed_row_stride() callsBrian Paul
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28glide: use _mesa_texstore()Brian Paul
2009-09-28drivers: use _mesa_texstoreBrian Paul
2009-09-27glide: use _mesa_get_format_bytes()Brian Paul
2009-09-27glide: use _mesa_get_texstore_func()Brian Paul
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2005-01-17cleaned up warningsDaniel Borca
2004-12-20comment reorg.Daniel Borca
2004-10-20fixed compilation errorsDaniel Borca
2004-10-12avoid the patch if Mesa_DXTn flag is setDaniel Borca
2004-09-13cleanupDaniel Borca
2004-08-19silence compiler warningsDaniel Borca
2004-08-16fixed texture fetchers, fixed automatic mipmap generation, some cleanupDaniel Borca
2004-07-16SGIS_generate_mipmapDaniel Borca
2004-07-05added GL_ARB_point_sprite.Daniel Borca
2004-06-24hack for compressed textures with aspectratio greater than 8:1Daniel Borca
2004-05-31reworked FXT1Daniel Borca
2004-05-19added GL_NV_blend_squareDaniel Borca
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-05-04texture compression: getting warmerDaniel Borca
2004-04-30FXT1: getting warmerDaniel Borca
2004-04-29FXT1 preparationsDaniel Borca
2004-04-26accomodate newtexstoreDaniel Borca
2004-03-29code cleanup hehehDaniel Borca
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2004-02-10fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca
2004-02-02fixed a bug in GL_NEAREST samplerDaniel Borca
2004-01-29GL_TEXTURE_1D and other stories...Daniel Borca
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-26accomodate FetchTexel and fix some memory leak bugsDaniel Borca
2004-01-23accomodated new driver_func initializationDaniel Borca
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-15_mesa_delete_texture_object and some other updatesDaniel Borca
2004-01-13re-enabled trilinearnessDaniel Borca
2004-01-07cleanupsDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-21more texture compressionDaniel Borca
2003-11-18doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca
2003-11-07NCC fixes and some cosmeticsDaniel Borca
2003-11-03small fixes wrt texture handlingDaniel Borca