| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: fix more fetch_texel function names | Brian Paul | 2014-04-11 | 1 | -13/+13 |
* | swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORM | Chris Forbes | 2014-04-10 | 1 | -0/+13 |
* | swrast: reindent s_texfetch_temp.h, remove trailing whitespace | Brian Paul | 2014-04-07 | 1 | -182/+261 |
* | swrast: remove out of date comments in s_texfetch_tmp.h | Brian Paul | 2014-04-07 | 1 | -457/+10 |
* | swrast: rename texture fetch functions (pt. 7) | Brian Paul | 2014-04-07 | 1 | -8/+8 |
* | swrast: rename texture fetch functions (pt. 6) | Brian Paul | 2014-04-07 | 1 | -20/+20 |
* | swrast: rename texture fetch functions (pt. 5) | Brian Paul | 2014-04-07 | 1 | -14/+14 |
* | swrast: rename texture fetch functions (pt. 4) | Brian Paul | 2014-04-07 | 1 | -14/+14 |
* | swrast: rename texture fetch functions (pt. 3) | Brian Paul | 2014-04-07 | 1 | -14/+14 |
* | swrast: rename texture fetch functions (pt. 2) | Brian Paul | 2014-04-07 | 1 | -15/+15 |
* | swrast: rename texture fetch functions (pt. 1) | Brian Paul | 2014-04-07 | 1 | -11/+11 |
* | mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM | Brian Paul | 2014-03-10 | 1 | -1/+1 |
* | mesa: reorder MESA_FORMAT enums | Brian Paul | 2014-03-10 | 1 | -0/+11 |
* | mesa: add MESA_FORMAT_R8G8B8A8_SRGB | Brian Paul | 2014-03-06 | 1 | -0/+13 |
* | mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM | Brian Paul | 2014-03-05 | 1 | -4/+4 |
* | mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. | Kenneth Graunke | 2014-02-09 | 1 | -2/+2 |
* | mesa: Fix Type A _INT formats to MESA_FORMAT naming standard | Mark Mueller | 2014-01-27 | 1 | -3/+3 |
* | mesa: Fix MESA_FORMAT names containg SIGNED | Mark Mueller | 2014-01-27 | 1 | -16/+16 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -24/+24 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 1 | -14/+14 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 1 | -6/+6 |
* | swrast: fix MSVC double->float conversion warnings | Brian Paul | 2013-10-31 | 1 | -2/+2 |
* | swrast: add texfetch code for some XBGR formats | Brian Paul | 2013-06-11 | 1 | -0/+37 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | swrast: add casts for ImageSlices pointer arithmetic | Brian Paul | 2013-05-01 | 1 | -3/+3 |
* | swrast: Make a teximage's stored RowStride be in terms of bytes per row. | Eric Anholt | 2013-04-30 | 1 | -3/+4 |
* | swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0]. | Eric Anholt | 2013-04-30 | 1 | -2/+2 |
* | swrast: Replace ImageOffsets with an ImageSlices pointer. | Eric Anholt | 2013-04-30 | 1 | -2/+2 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: fixup inconsistent naming of RG16 formats | Marek Olšák | 2013-02-06 | 1 | -2/+2 |
* | swrast: remove unused StoreTexel code | Brian Paul | 2012-01-24 | 1 | -904/+87 |
* | swrast: s/Data/Map/ in swrast_texture_image | Brian Paul | 2012-01-24 | 1 | -3/+3 |
* | mesa: fix possible precision issues in pack/unpack/fetch functions | Marek Olšák | 2011-12-12 | 1 | -2/+2 |
* | mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88 | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88 | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: fix unpacking of RG88_REV texels | Brian Paul | 2011-12-02 | 1 | -3/+3 |
* | mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV | Chia-I Wu | 2011-11-27 | 1 | -0/+48 |
* | mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast | Brian Paul | 2011-10-23 | 1 | -4/+4 |
* | swrast: s/GLubyte/GLchan/ in a cast | Brian Paul | 2011-09-20 | 1 | -1/+1 |
* | swrast: fix more store_texel() bugs | Brian Paul | 2011-09-18 | 1 | -4/+4 |
* | mesa: move gl_texture_image::FetchTexel fields to swrast | Brian Paul | 2011-09-17 | 1 | -185/+185 |
* | mesa: move software texel fetch code into swrast | Brian Paul | 2011-09-17 | 1 | -0/+2341 |