summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
AgeCommit message (Expand)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-14r300: Fix 3D texture support.Michel Dänzer
2008-06-13r300: Fix depth texture GL_LUMINANCE vs. GL_INTENSITY mixupNicolai Haehnle
2008-06-06r300: Improve texture layout calculationsNicolai Haehnle
2008-06-06r300: Remove unused variable r300_tex_obj::dirty_state and related definesNicolai Haehnle
2008-05-27r500: hopefully fix 4096 texture harderDave Airlie
2008-05-12R500: add support for 4k texturesAlex Deucher
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2007-10-17Framework for supporting z24_s8 and z32 depth textures on r300.Ian Romanick
2007-10-17Initial support for ARB_depth_textureIan Romanick
2007-06-07r300: Cleaned up long lines in r300Choose8888TexFormat.Oliver McFadden
2007-05-30Fix r300SetTexOffset for big endian platforms.Michel Dänzer
2007-05-23r300: Minor indenting corrections in the texture format table.Oliver McFadden
2007-05-23r300: Use a single texture format table; reduces duplication.Oliver McFadden
2007-05-23r300: Corrected the RGB888 texture format entry.Oliver McFadden
2007-05-22r300: Implement SetTexOffset hook.Michel Dänzer
2007-05-11r300: Cleaned up function names in r300_texstate.c.Oliver McFadden
2007-05-11r300: Enable hardware 3D texture support. Fixes the stex3d demo.Oliver McFadden
2007-05-10r300: Added TODO comment regarding texture tiling; I'm not sure about this.Oliver McFadden
2007-05-09r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden
2007-05-09r300: Removed the "texmicrotile" variable; the tiling code is disabled via aOliver McFadden
2007-05-09r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".Oliver McFadden
2007-05-09r300: Indented r300_texstate.[ch]Oliver McFadden
2007-05-09r300: Removed some disabled R200 code from the R300 driver.Oliver McFadden
2007-05-09r300: Don't indent the tables in r300_texstate.c.Oliver McFadden
2007-05-09r300: Added a warning when texture state update fails.Oliver McFadden
2007-03-25r300: Whitespace cleanup in r300_texstate.cNicolai Haehnle
2007-03-18r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden
2006-11-01remove unused varsBrian Paul
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2006-09-12Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse
2006-06-06make sure tex format is supported.Aapo Tahkola
2006-03-31warn about broken dxt 3/5Aapo Tahkola
2006-03-29FP textures and fixes (Ewald Snel)Brian Paul
2006-03-13Clean build.Aapo Tahkola
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola
2006-03-06Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola
2006-01-27r300UpdateTextureEnv shouldnt be called.Aapo Tahkola
2006-01-21Doesnt apply anymoreAapo Tahkola
2006-01-20Fix ARGB1555 component swizzling.Aapo Tahkola
2006-01-09Fix cube maps.Aapo Tahkola
2005-12-17Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola
2005-12-13fix from Roland for mipmapped compressed texturesDave Airlie
2005-12-05Fix AL8Aapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-18Try to detect when native support to given texture width is not available.Aapo Tahkola
2005-10-26Reduce stderr noise and fix some compiler warnings.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul