mesa/src
Johnson Lin a6fb943f3e nir/lower_tex: Fix minor error in YUV color conversion matrix
The matrix used for YCbCr to RGB is listed in:

    https://en.wikipedia.org/wiki/YCbCr

There was an error in converting the offsets from integers to unorm
values: 0.0625=16/256 should be 16.0/255,and 0.5=128.0/256 should be
128.0/255.  With this fix, the CSC result is bit aligned with wikipedia's
conversion result and FFMPeg's result.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100854
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2017-05-03 23:44:59 -07:00
..
amd radv: Don't use FLAT_SHADE for constants. 2017-05-04 10:38:14 +10:00
compiler nir/lower_tex: Fix minor error in YUV color conversion matrix 2017-05-03 23:44:59 -07:00
egl egl: initialise dummy_thread via _eglInitThreadInfo 2017-04-29 14:40:53 +01:00
gallium radeonsi: constify a bunch of the perfcounter structs. 2017-05-04 11:52:47 +10:00
gbm gbm/dri: Fix sign-extension in modifier query 2017-05-02 19:55:13 +01:00
getopt Introduce .editorconfig 2016-08-31 17:06:54 -07:00
glx glx: add missing sRGB attribute check in fbconfigs_compatible() 2017-04-28 21:03:06 -06:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl glapi/hgl: remove the final user of _glapi_check_table() 2016-10-06 15:03:46 +01:00
intel genxml: Fix 3DSTATE_DEPTH_BUFFER length on gen5. 2017-05-03 18:57:51 -07:00
loader loader: use drmGetDevice[s]2 API 2017-03-15 11:37:55 +00:00
mapi mesa/varray: make use of dispatch KHR_no_error support 2017-05-04 11:35:37 +10:00
mesa i965: Port gen4+ state emitting code to genxml. 2017-05-03 20:40:20 -07:00
util util/disk_cache: remove percentage based max cache limit 2017-04-28 14:35:27 +10:00
vulkan vulkan/wsi/wayland: Pass damage through to the compositor 2017-04-03 13:51:08 -07:00
Makefile.am intel/vulkan: Get rid of recursive make 2017-03-13 11:16:35 +00:00
SConscript scons: put the generated git_sha1.h file in top-level src/ directory 2016-06-17 10:33:00 -06:00