aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texfetch_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-2/+2
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-271-3/+3
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-271-16/+16
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-24/+24
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-14/+14
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-6/+6
* swrast: fix MSVC double->float conversion warningsBrian Paul2013-10-311-2/+2
* swrast: add texfetch code for some XBGR formatsBrian Paul2013-06-111-0/+37
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* swrast: add casts for ImageSlices pointer arithmeticBrian Paul2013-05-011-3/+3
* swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt2013-04-301-3/+4
* swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt2013-04-301-2/+2
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-2/+2
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-061-2/+2
* swrast: remove unused StoreTexel codeBrian Paul2012-01-241-904/+87
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-3/+3
* mesa: fix possible precision issues in pack/unpack/fetch functionsMarek Olšák2011-12-121-2/+2
* mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul2011-12-021-3/+3
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-3/+3
* mesa: fix unpacking of RG88_REV texelsBrian Paul2011-12-021-3/+3
* mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REVChia-I Wu2011-11-271-0/+48
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-4/+4
* swrast: s/GLubyte/GLchan/ in a castBrian Paul2011-09-201-1/+1
* swrast: fix more store_texel() bugsBrian Paul2011-09-181-4/+4
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-185/+185
* mesa: move software texel fetch code into swrastBrian Paul2011-09-171-0/+2341