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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Clean up some endianness adapters for shader image formats.
Eric Anholt
2020-02-05
1
-0
/
+4
*
mesa: Redefine MESA_FORMAT_* in terms of PIPE_FORMAT_*.
Eric Anholt
2019-11-07
1
-329
/
+271
*
mesa: Stop defining a full separate format for RGBA_UINT8.
Eric Anholt
2019-11-07
1
-1
/
+7
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
1
-8
/
+4
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
1
-7
/
+4
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
1
-2
/
+1
*
mesa: Refactor the entirety of _mesa_format_matches_format_and_type().
Eric Anholt
2019-10-17
1
-0
/
+3
*
mesa: Add support for array formats of depth and stencil.
Eric Anholt
2019-10-17
1
-2
/
+17
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
1
-2
/
+2
*
mesa: Mostly switch Mesa format info off of GL types other than GLenum.
Eric Anholt
2019-07-16
1
-21
/
+22
*
mesa: use a correct function return type
Andrii Simiklit
2019-06-27
1
-1
/
+1
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-0
/
+7
*
mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
1
-0
/
+1
*
mesa: add ASTC 2D LDR decoder
Marek Olšák
2018-07-31
1
-0
/
+3
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
mesa: Add X1B5G5R5 along with A1B5G5R5.
Eric Anholt
2017-10-10
1
-0
/
+1
*
main/formats: Add a get_linear_format_srgb helper
Jason Ekstrand
2017-07-12
1
-0
/
+3
*
mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2]
Chad Versace
2017-06-27
1
-0
/
+3
*
mesa: Add mesa formats for astc 3d formats
Anuj Phogat
2016-05-03
1
-0
/
+21
*
mesa: Add a helper function to query 3D block sizes
Anuj Phogat
2016-05-03
1
-0
/
+4
*
mesa/formats: add MESA_LAYOUT_LATC
Nanley Chery
2015-09-19
1
-0
/
+1
*
mesa/formats: 8-bit channel integer formats addition
Dave Airlie
2015-09-02
1
-0
/
+5
*
mesa/formats: add some formats from GL3.3
Dave Airlie
2015-09-02
1
-0
/
+12
*
mesa/formats: define the 2D ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+31
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-1
/
+1
*
mesa/formats: only do type and component lookup for uncompressed formats
Nanley Chery
2015-08-24
1
-1
/
+1
*
mesa/formats: add more MESA_FORMAT_LAYOUTs
Nanley Chery
2015-08-19
1
-0
/
+6
*
mesa: clear existing swizzle info before bitwise-OR
Oded Gabbay
2015-08-09
1
-0
/
+5
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
1
-0
/
+1
*
mesa: restrict use of GL_ABGR_EXT format to allowed data types
Samuel Iglesias Gonsalvez
2015-01-12
1
-5
/
+0
*
mesa/formats: add new mesa formats and their pack/unpack functions.
Samuel Iglesias Gonsalvez
2015-01-12
1
-0
/
+15
*
mesa: Add a _mesa_is_format_color_format helper
Jason Ekstrand
2015-01-12
1
-0
/
+3
*
mesa: Let _mesa_get_format_base_format also handle mesa_array_format.
Iago Toral Quiroga
2015-01-12
1
-1
/
+1
*
main: Add a concept of an array format
Jason Ekstrand
2015-01-12
1
-1
/
+136
*
mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORM
Jason Ekstrand
2015-01-12
1
-3
/
+3
*
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
/
+6
*
mesa: add helper _mesa_is_format_etc2
Marek Olšák
2014-08-11
1
-0
/
+3
*
mesa include stdint.h in formats.h
Brian Paul
2014-08-05
1
-0
/
+1
*
mesa/formats: Add layout and swizzle information
Jason Ekstrand
2014-08-05
1
-0
/
+29
*
Remove the ATI_envmap_bumpmap extension
Jason Ekstrand
2014-06-30
1
-2
/
+0
*
mesa: Add helper function _mesa_is_format_integer()
Anuj Phogat
2014-04-16
1
-0
/
+3
*
mesa: Introduce a _mesa_format_has_color_component() helper.
Kenneth Graunke
2014-03-24
1
-0
/
+4
*
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
-207
/
+129
*
mesa: trim down format.h comments
Brian Paul
2014-03-10
1
-169
/
+0
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
1
-0
/
+1
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-0
/
+3
*
mesa: update packed format layout comments
Brian Paul
2014-03-03
1
-50
/
+50
[next]