| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |