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
/
main
/
formats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-19
/
+1
*
mesa: Add helper function _mesa_is_format_integer()
Anuj Phogat
2014-04-16
1
-0
/
+9
*
mesa: Fix format matching checks for GL_INTENSITY* internalformats.
Chris Forbes
2014-04-01
1
-8
/
+12
*
Revert "mesa: Fix format matching checks for GL_INTENSITY* internalformats."
Chris Forbes
2014-03-26
1
-12
/
+8
*
mesa: Introduce a _mesa_format_has_color_component() helper.
Kenneth Graunke
2014-03-24
1
-0
/
+29
*
mesa: Fix format matching checks for GL_INTENSITY* internalformats.
Chris Forbes
2014-03-25
1
-8
/
+12
*
mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM
Brian Paul
2014-03-10
1
-4
/
+4
*
mesa: reorder MESA_FORMAT enums
Brian Paul
2014-03-10
1
-802
/
+807
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
1
-0
/
+15
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-0
/
+21
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-8
/
+8
*
mesa: Fix Type A _INT formats to MESA_FORMAT naming standard
Mark Mueller
2014-01-27
1
-88
/
+88
*
mesa: Fix MESA_FORMAT names containg SIGNED
Mark Mueller
2014-01-27
1
-80
/
+80
*
mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE
Mark Mueller
2014-01-27
1
-128
/
+128
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-157
/
+157
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-120
/
+120
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-40
/
+40
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-30
/
+30
*
mesa: add missing ETC2_SRGB cases in formats.c
Brian Paul
2014-01-23
1
-0
/
+12
*
mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.
Francisco Jerez
2014-01-15
1
-0
/
+35
*
mesa: Add MESA_FORMAT_ABGR2101010.
Francisco Jerez
2014-01-15
1
-0
/
+19
*
mesa: check for MESA_FORMAT_RGB9_E5_FLOAT in _mesa_is_format_signed()
Brian Paul
2014-01-09
1
-2
/
+3
*
mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) query
Brian Paul
2014-01-06
1
-0
/
+19
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
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: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_type
Marek Olšák
2013-02-11
1
-25
/
+17
*
mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+2
*
mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-4
/
+26
*
mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-6
/
+61
*
mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-1
/
+6
*
mesa: fill in SRGB cases in _mesa_format_matches_format_and_type
Marek Olšák
2013-02-11
1
-5
/
+5
*
mesa: add RGBX formats for existing GL RGB texture formats
Marek Olšák
2013-02-07
1
-0
/
+207
*
mesa: fixup inconsistent naming of RG16 formats
Marek Olšák
2013-02-06
1
-8
/
+8
*
mesa: fix comment typo: s/formaat/format/
Brian Paul
2013-01-29
1
-1
/
+1
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
1
-0
/
+133
*
mesa: remove FEATURE_EXT_texture_sRGB define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_texture_s3tc define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_texture_fxt1 define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
1
-0
/
+15
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
1
-0
/
+13
*
mesa: remove assertions that do not allow compressed 2D_ARRAY textures
Marek Olšák
2012-07-12
1
-4
/
+2
*
mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats.
Kenneth Graunke
2012-06-07
1
-4
/
+4
*
mesa: implement more cases in _mesa_format_matches_format_and_type()
Brian Paul
2012-01-27
1
-2
/
+22
*
mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()
Brian Paul
2012-01-27
1
-38
/
+93
*
mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()
Brian Paul
2012-01-27
1
-4
/
+6
*
mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_...
Brian Paul
2012-01-27
1
-9
/
+28
*
mesa: add BGR888 code in _mesa_format_matches_format_and_type()
Brian Paul
2012-01-27
1
-1
/
+1
[next]