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
*
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2016-08-05
1
-1
/
+1
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
1
-1
/
+1
*
swrast: Add texfetch_funcs entries for astc 3d formats
Anuj Phogat
2016-05-03
1
-1
/
+22
*
mesa/formats: 8-bit channel integer formats addition
Dave Airlie
2015-09-02
1
-0
/
+4
*
mesa/formats: add some formats from GL3.3
Dave Airlie
2015-09-02
1
-0
/
+12
*
swrast: add a new macro, FETCH_COMPRESSED
Nanley Chery
2015-08-26
1
-198
/
+41
*
mesa/formats: define the 2D ASTC formats
Nanley Chery
2015-08-26
1
-1
/
+31
*
swrast: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
1
-1
/
+0
*
mesa/swrast: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
1
-0
/
+2
*
mesa: restrict use of GL_ABGR_EXT format to allowed data types
Samuel Iglesias Gonsalvez
2015-01-12
1
-4
/
+0
*
mesa/formats: add new mesa formats and their pack/unpack functions.
Samuel Iglesias Gonsalvez
2015-01-12
1
-0
/
+13
*
mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)
Richard Sandiford
2014-09-17
1
-0
/
+3
*
mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
Richard Sandiford
2014-09-17
1
-0
/
+2
*
mesa: Add the format enums for BPTC-compressed images
Neil Roberts
2014-08-12
1
-0
/
+24
*
mesa/main: Use the RGB <-> sRGB conversion functions in libmesautil
Jason Ekstrand
2014-08-04
1
-29
/
+1
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-1
/
+0
*
swrast: use macros to initialize texfetch_funcs[] table
Brian Paul
2014-04-11
1
-937
/
+172
*
swrast: fix more fetch_texel function names
Brian Paul
2014-04-11
1
-24
/
+24
*
swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORM
Chris Forbes
2014-04-10
1
-3
/
+3
*
swrast: rename texture fetch functions (pt. 7)
Brian Paul
2014-04-07
1
-30
/
+30
*
swrast: rename texture fetch functions (pt. 6)
Brian Paul
2014-04-07
1
-63
/
+63
*
swrast: rename texture fetch functions (pt. 5)
Brian Paul
2014-04-07
1
-21
/
+21
*
swrast: rename texture fetch functions (pt. 4)
Brian Paul
2014-04-07
1
-42
/
+42
*
swrast: rename texture fetch functions (pt. 3)
Brian Paul
2014-04-07
1
-42
/
+42
*
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
[next]