index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_texfetch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: rename texture fetch functions (pt. 2)
Brian Paul
2014-04-07
1
-45
/
+45
*
swrast: rename texture fetch functions (pt. 1)
Brian Paul
2014-04-07
1
-33
/
+33
*
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
-521
/
+512
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
1
-0
/
+6
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-0
/
+6
*
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
-20
/
+20
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-19
/
+19
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-32
/
+32
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-36
/
+36
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-27
/
+27
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-8
/
+8
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
Francisco Jerez
2014-01-15
1
-0
/
+12
*
mesa: Add MESA_FORMAT_ABGR2101010.
Francisco Jerez
2014-01-15
1
-0
/
+6
*
swrast: add texfetch code for some XBGR formats
Brian Paul
2013-06-11
1
-9
/
+9
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
swrast: Make a teximage's stored RowStride be in terms of bytes per row.
Eric Anholt
2013-04-30
1
-1
/
+9
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
1
-3
/
+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: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+90
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-2
/
+2
*
swrast: use new core Mesa compressed texel fetch functions
Brian Paul
2012-12-14
1
-87
/
+106
*
swrast: merge get_texel_fetch_func() and set_fetch_functions()
Brian Paul
2012-12-14
1
-26
/
+20
*
swrast: make _mesa_get_texel_fetch_func() static
Brian Paul
2012-12-14
1
-4
/
+4
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
Anuj Phogat
2012-12-07
1
-1
/
+1
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+60
*
swrast: remove explicit size from texfetch_funcs array
Brian Paul
2012-10-31
1
-1
/
+1
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formats
Brian Paul
2012-08-24
1
-24
/
+24
*
mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats
Brian Paul
2012-08-24
1
-24
/
+24
*
swrast: Support sampler object for texture fetching state
Pauli Nieminen
2012-08-01
1
-4
/
+14
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
1
-1
/
+7
*
swrast: remove unused StoreTexel code
Brian Paul
2012-01-24
1
-274
/
+95
*
mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
Brian Paul
2011-12-02
1
-5
/
+5
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
1
-5
/
+5
*
mesa: add support for GL_OES_compressed_ETC1_RGB8_texture
Chia-I Wu
2011-12-02
1
-0
/
+8
*
swrast: use STATIC_ASSERT to make sure texfetch table isn't missing entries
Brian Paul
2011-11-30
1
-1
/
+2
*
swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINT
Brian Paul
2011-11-28
1
-0
/
+7
[next]