summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texfetch.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-071-7/+7
* swrast: remove unused swrast_texture_image::FetchTexelc methodBrian Paul2011-10-071-61/+1
* swrast: update texfetch_funcs table for new int/uint formatsBrian Paul2011-10-051-0/+325
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-10/+12
* mesa: move software texel fetch code into swrastBrian Paul2011-09-171-0/+1057