index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: Don't put sRGB formats in the array format table.
Eric Anholt
2019-11-15
1
-8
/
+6
*
mesa: Prepare for the MESA_FORMAT_* enum to be sparse.
Eric Anholt
2019-11-07
1
-3
/
+14
*
mesa: Stop defining a full separate format for RGBA_UINT8.
Eric Anholt
2019-11-07
1
-4
/
+0
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
1
-2
/
+2
*
mesa/main: replace uses of _mesa_little_endian with preprocessor
Dylan Baker
2019-11-05
1
-5
/
+6
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
1
-19
/
+7
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
1
-8
/
+5
*
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
-635
/
+17
*
mesa: Add support for array formats of depth and stencil.
Eric Anholt
2019-10-17
1
-0
/
+9
*
main: Destroy static hash table
Yevhenii Kolesnikov
2019-07-19
1
-0
/
+8
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
1
-9
/
+3
*
mesa: Mostly switch Mesa format info off of GL types other than GLenum.
Eric Anholt
2019-07-16
1
-121
/
+122
*
mesa: Rename gl_format_info to mesa_format_info.
Eric Anholt
2019-07-16
1
-28
/
+28
*
mesa: use a correct function return type
Andrii Simiklit
2019-06-27
1
-1
/
+1
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
1
-2
/
+0
*
mesa: add GL_AMD_compressed_ATC_texture support
Jonathan Marek
2019-04-23
1
-0
/
+3
*
mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
1
-0
/
+2
*
mesa: add ASTC 2D LDR decoder
Marek Olšák
2018-07-31
1
-0
/
+42
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.
Eric Anholt
2018-02-02
1
-6
/
+0
*
mesa: Make _mesa_get_format_bytes handle array formats.
Jason Ekstrand
2017-10-10
1
-0
/
+5
*
mesa: Add X1B5G5R5 along with A1B5G5R5.
Eric Anholt
2017-10-10
1
-0
/
+5
*
mesa/main: select the R10G10B10X2_UNORM internal format based on data type
Nicolai Hähnle
2017-10-02
1
-1
/
+3
*
main/formats: Autogenerate _mesa_get_srgb_format_linear
Jason Ekstrand
2017-07-12
1
-117
/
+0
*
mesa: Account for block depth in _mesa_format_image_size()
Anuj Phogat
2016-05-03
1
-21
/
+23
*
mesa: Add an assert for BlockDepth in _mesa_get_format_block_size()
Anuj Phogat
2016-05-03
1
-0
/
+3
*
mesa: Add a helper function to query 3D block sizes
Anuj Phogat
2016-05-03
1
-0
/
+21
*
mesa: Add block depth field in struct gl_format_info
Anuj Phogat
2016-05-03
1
-2
/
+2
*
mesa/main: Extend _mesa_get_format_bits to accept new pnames
Antia Puentes
2016-03-03
1
-0
/
+6
*
mesa/formats: add MESA_LAYOUT_LATC
Nanley Chery
2015-09-19
1
-11
/
+0
*
mesa/formats: 8-bit channel integer formats addition
Dave Airlie
2015-09-02
1
-0
/
+43
*
mesa/formats: add some formats from GL3.3
Dave Airlie
2015-09-02
1
-0
/
+63
*
mesa/formats: define the 2D ASTC formats
Nanley Chery
2015-08-26
1
-0
/
+43
*
mesa/formats: pass correct parameter to _mesa_is_format_compressed
Dave Airlie
2015-08-26
1
-1
/
+1
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
1
-47
/
+11
*
mesa/formats: make format testing a gtest
Nanley Chery
2015-08-25
1
-151
/
+4
*
mesa/formats: store whether or not a format is sRGB in gl_format_info
Nanley Chery
2015-08-24
1
-24
/
+4
*
mesa/formats: only do type and component lookup for uncompressed formats
Nanley Chery
2015-08-24
1
-46
/
+43
*
Revert "mesa/formats: refactor by collapsing cases in switch statement by type"
Nanley Chery
2015-08-20
1
-17
/
+135
*
mesa/formats: refactor by collapsing cases in switch statement by type
Nanley Chery
2015-08-19
1
-135
/
+17
*
mesa/formats: add more MESA_FORMAT_LAYOUTs
Nanley Chery
2015-08-19
1
-0
/
+6
*
mesa/formats: Don't flip channels of null array formats
Jason Ekstrand
2015-08-12
1
-1
/
+2
*
mesa/formats: Fix swizzle flipping for big-endian targets
Jason Ekstrand
2015-08-12
1
-4
/
+12
*
mesa/formats: Only do byteswapping for packed formats
Jason Ekstrand
2015-08-12
1
-3
/
+3
*
mesa/main: Don't use ONCE_FLAG_INIT as a r-value.
Jose Fonseca
2015-06-11
1
-1
/
+2
*
mesa/main: avoid null access in format_array_table_init()
Juha-Pekka Heikkila
2015-06-11
1
-0
/
+10
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
mesa: add void to format_array_format_table_init() declaration
Brian Paul
2015-03-18
1
-1
/
+1
[next]