r300: Added some more Doxygen documentation and made some functions static.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_texstate.c
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Oliver McFaddenr300: Removed the "texmicrotile" variable; the tiling...
2007-05-09 Oliver McFaddenr300: Converted a few "if (0)" into "if (RADEON_DEBUG...
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Indented r300_texstate.[ch]
2007-05-09 Oliver McFaddenr300: Removed some disabled R200 code from the R300...
2007-05-09 Oliver McFaddenr300: Don't indent the tables in r300_texstate.c.
2007-05-09 Oliver McFaddenr300: Added a warning when texture state update fails.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 Nicolai Haehnler300: Whitespace cleanup in r300_texstate.c
2007-03-21 Brianmerge from master
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Oliver McFaddenr300: Removed the deprecated $XFree86$ CVS keywords.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian Paulremove unused vars
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
2006-09-20 Roland Scheideggertry to use a 8888 texture format which will result...
2006-09-12 Jerome GlisseRemoving some of r200 dependency, cleaning up code...
2006-06-06 Aapo Tahkolamake sure tex format is supported.
2006-03-31 Aapo Tahkolawarn about broken dxt 3/5
2006-03-29 Brian PaulFP textures and fixes (Ewald Snel)
2006-03-13 Aapo TahkolaClean build.
2006-03-13 Aapo TahkolaFix broken max mipmap leveling that was horribly wrong.
2006-03-06 Aapo TahkolaPort r200 tex tiling code to run on r300 but keep it...
2006-01-27 Aapo Tahkolar300UpdateTextureEnv shouldnt be called.
2006-01-21 Aapo TahkolaDoesnt apply anymore
2006-01-20 Aapo TahkolaFix ARGB1555 component swizzling.
2006-01-09 Aapo TahkolaFix cube maps.
2005-12-17 Aapo TahkolaAdd some missing hooks. This should fix various little...
2005-12-13 Dave Airliefix from Roland for mipmapped compressed textures
2005-12-05 Aapo TahkolaFix AL8
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-11-18 Aapo TahkolaTry to detect when native support to given texture...
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaSync with my local tree.
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-09-03 Brian Paulsilence misc warnings
2005-05-12 Ben Skeggsfix warnings in r300_texstate.c (Jeff Smith)
2005-04-24 Aapo TahkolaModifying to build against current Mesa. Disabled r200...
2005-03-11 Paul MackerrasAdd suitable definitions for the _REV formats, plus...
2005-03-09 Vladimir DergachevDon't use R200 texture constants - R300 fields are...
2005-03-09 Vladimir DergachevDeal with texture formats in a more robust way.
2005-03-05 Vladimir DergachevAdd format 15. It turned out to be X,X,X,X,X8.
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-17 Vladimir DergachevCleanup formatting a little bit.
2005-02-16 reistget two textures to work
2005-02-15 Ben SkeggsShare routing code between immd/vb. Fix breakage of...
2005-02-15 Jerome GlisseAdded texture format table for big endian (this is...
2005-02-08 Vladimir DergachevRemove #ifdef's around PolygonOffset function.
2005-02-05 Vladimir DergachevWarn of unknown texture formats.
2005-02-03 Vladimir DergachevGet vertex programs supplied by the user work properly...
2005-02-01 Vladimir DergachevReduce noiseness of the driver.
2005-02-01 Vladimir DergachevIt helps to print actual values instead of random ones.
2005-01-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...
2005-01-16 Aapo TahkolaThis fixes it but why mipmaps still work?
2005-01-15 Vladimir DergachevOn the way to getting stencil and texture formats working.
2005-01-13 Vladimir DergachevIncorporate TX_FORMAT information contributed by Wladim...
2005-01-11 Aapo TahkolaMipmapping and other texture filters now work.
2005-01-09 Vladimir DergachevImplement a more elaborate hashing scheme for texture...
2005-01-06 Vladimir DergachevTurns out the kfountain.kss (as well as lesson19) had...
2005-01-05 Vladimir DergachevPlay a little bit with texture formats.
2005-01-03 Vladimir DergachevEnable code to compute other constants that were used...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.