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
/
format_utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add special case ubyte[4] / BGRA conversion function
Brian Paul
2016-02-19
1
-5
/
+69
*
mesa/formats: only do type and component lookup for uncompressed formats
Nanley Chery
2015-08-24
1
-1
/
+1
*
Make _mesa_swizzle_and_convert argument types in .c match those in .h
Alan Coopersmith
2015-02-17
1
-2
/
+2
*
mesa: Fix _mesa_format_convert fallback path when src is not an array format
Iago Toral Quiroga
2015-02-04
1
-2
/
+2
*
mesa: change assert to unreachable in two format functions
Tobias Klausmann
2015-01-21
1
-1
/
+1
*
mesa: rename RGBA8888_* format constants to something appropriate.
Iago Toral Quiroga
2015-01-14
1
-10
/
+10
*
mesa: Let _mesa_swizzle_and_convert take array format types instead of GL types
Iago Toral Quiroga
2015-01-12
1
-129
/
+113
*
mesa: Add a helper _mesa_compute_rgba2base2rgba_component_mapping
Iago Toral Quiroga
2015-01-12
1
-0
/
+55
*
mesa: Add a rebase_swizzle parameter to _mesa_format_convert
Iago Toral Quiroga
2015-01-12
1
-69
/
+170
*
mesa: Add an implementation of a master convert function.
Jason Ekstrand
2015-01-12
1
-0
/
+408
*
mesa: Fix _mesa_swizzle_and_convert integer conversions to clamp properly
Samuel Iglesias Gonsalvez
2015-01-12
1
-53
/
+34
*
mesa/format_utils: Prefix and expose the conversion helper functions
Jason Ekstrand
2015-01-12
1
-161
/
+54
*
mesa: Fix clamping to -1.0 in snorm_to_float
Jason Ekstrand
2015-01-12
1
-1
/
+1
*
mesa: move i, j var decls into SWIZZLE_CONVERT_LOOP() macro
Brian Paul
2014-09-15
1
-36
/
+38
*
mesa: break up _mesa_swizzle_and_convert() to reduce compile time
Brian Paul
2014-09-15
1
-480
/
+550
*
mesa/format_utils: Add a function to convert a mesa_format to an array format
Jason Ekstrand
2014-08-05
1
-0
/
+107
*
mesa/format_utils: Add a general format conversion function
Jason Ekstrand
2014-08-05
1
-0
/
+870