summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfetch_tmp.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-11swrast: add texfetch code for some XBGR formatsBrian Paul1-0/+37
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-01swrast: add casts for ImageSlices pointer arithmeticBrian Paul1-3/+3
2013-04-30swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt1-3/+4
2013-04-30swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt1-2/+2
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-02-06mesa: fixup inconsistent naming of RG16 formatsMarek Olšák1-2/+2
2012-01-24swrast: remove unused StoreTexel codeBrian Paul1-904/+87
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-3/+3
2011-12-12mesa: fix possible precision issues in pack/unpack/fetch functionsMarek Olšák1-2/+2
2011-12-02mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul1-3/+3
2011-12-02mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul1-3/+3
2011-12-02mesa: fix unpacking of RG88_REV texelsBrian Paul1-3/+3
2011-11-27mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu1-0/+48
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-4/+4
2011-09-20swrast: s/GLubyte/GLchan/ in a castBrian Paul1-1/+1
2011-09-18swrast: fix more store_texel() bugsBrian Paul1-4/+4
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-185/+185
2011-09-17mesa: move software texel fetch code into swrastBrian Paul1-0/+2341