Mesa (master): st/va: implement vlVa(Create|Destroy|Query|Get)Config

2014-10-01 Thread Leo Liu
|Destroy|Query|Get)Config This patch is for application to query configuration, such as profiles, entrypoints, and attributes v2: fix missing profile with query Signed-off-by: Michael Varga michael.va...@amd.com Signed-off-by: Christian König christian.koe...@amd.com Signed-off-by: Leo Liu leo

Mesa (master): st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 4f7916ab4f8093fa33519dfa3d08e73b4d35ebe3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f7916ab4f8093fa33519dfa3d08e73b4d35ebe3 Author: Leo Liu leo@amd.com Date: Thu Sep 18 12:21:58 2014 -0400 st/va: implement vlVa(Query|Create|Get|Put

Mesa (master): st/va: implement Context Surface and Buffer

2014-10-01 Thread Leo Liu
-off-by: Christian König christian.koe...@amd.com Signed-off-by: Leo Liu leo@amd.com --- src/gallium/state_trackers/va/buffer.c | 83 -- src/gallium/state_trackers/va/context.c| 80 +++-- src/gallium/state_trackers/va/surface.c| 130

Mesa (master): st/va: implement Picture functions for mpeg2 h264 and vc1

2014-10-01 Thread Leo Liu
functions for mpeg2 h264 and vc1 This patch implements codec for mpeg2 h264 and vc1, populates codec parameters and pass them to HW driver. Signed-off-by: Christian König christian.koe...@amd.com Signed-off-by: Leo Liu leo@amd.com --- src/gallium/state_trackers/va/context.c| 21 ++ src

Mesa (master): st/va: skeleton VAAPI state tracker

2014-10-01 Thread Leo Liu
/Makefile.am v4: cleanup va version auto detection add back targets/va/va.sym Signed-off-by: Christian König christian.koe...@amd.com Signed-off-by: Leo Liu leo@amd.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- configure.ac | 37 ++ src

Mesa (master): st/vdpau: move common functions to util

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 0eb8f8998114855d8d200a70c357d482e8f444fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0eb8f8998114855d8d200a70c357d482e8f444fc Author: Leo Liu leo@amd.com Date: Mon Sep 22 14:07:13 2014 -0400 st/vdpau: move common functions to util Break

Mesa (master): st/va: MPEG4 generate GOV and VOP header

2014-11-10 Thread Leo Liu
Module: Mesa Branch: master Commit: d335f5ffa6d5db0c439ad96889bdf677fabcfde7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d335f5ffa6d5db0c439ad96889bdf677fabcfde7 Author: Michael Varga michael.va...@amd.com Date: Thu Oct 23 10:41:24 2014 -0500 st/va: MPEG4 generate GOV and VOP

Mesa (master): st/va: refactored handleVASliceDataBufferType

2014-11-10 Thread Leo Liu
Module: Mesa Branch: master Commit: c24ee2cf439f53d210ce4e4318cdc85dee2e7295 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c24ee2cf439f53d210ce4e4318cdc85dee2e7295 Author: Michael Varga michael.va...@amd.com Date: Fri Oct 17 11:05:59 2014 -0500 st/va: refactored

Mesa (master): st/va: MPEG4 populate the SPS structure

2014-11-10 Thread Leo Liu
Module: Mesa Branch: master Commit: fa9e46196750d1c8f3d61724182334e77828643b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa9e46196750d1c8f3d61724182334e77828643b Author: Michael Varga michael.va...@amd.com Date: Thu Oct 23 10:36:52 2014 -0500 st/va: MPEG4 populate the SPS

Mesa (master): st/va: MPEG4 call vlVaDecoderFixMPEG4Startcode()

2014-11-10 Thread Leo Liu
Module: Mesa Branch: master Commit: 9d6253cf823276c09f2639cb70b37b1e9347ed59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d6253cf823276c09f2639cb70b37b1e9347ed59 Author: Michael Varga michael.va...@amd.com Date: Thu Oct 23 10:45:20 2014 -0500 st/va: MPEG4 call

Mesa (master): st/va: MPEG4 populate the iq matrix buffers

2014-11-10 Thread Leo Liu
Module: Mesa Branch: master Commit: 92350a65c47f95e9630e815172529de4e583e247 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92350a65c47f95e9630e815172529de4e583e247 Author: Michael Varga michael.va...@amd.com Date: Thu Oct 23 10:18:09 2014 -0500 st/va: MPEG4 populate the iq matrix

Mesa (master): st/va: MPEG4 populate the PPS structure

2014-11-10 Thread Leo Liu
Module: Mesa Branch: master Commit: 9f1ee1b5c941422ae4761388b9562f4abd67c461 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f1ee1b5c941422ae4761388b9562f4abd67c461 Author: Michael Varga michael.va...@amd.com Date: Thu Oct 23 10:13:05 2014 -0500 st/va: MPEG4 populate the PPS

Mesa (master): st/va: subpicture implementation

2014-11-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 7523db174e0a8aaf12e111b094da404213862bf9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7523db174e0a8aaf12e111b094da404213862bf9 Author: Michael Varga michael.va...@amd.com Date: Wed Nov 12 12:26:57 2014 -0600 st/va: subpicture implementation

Mesa (master): st/va: surface: render subpicture

2014-11-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 9460cd39e8c74a6a8aba7e5c57bb4929ab135c29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9460cd39e8c74a6a8aba7e5c57bb4929ab135c29 Author: Michael Varga michael.va...@amd.com Date: Wed Nov 12 13:48:57 2014 -0600 st/va: surface: render subpicture

Mesa (master): st/va: added some calls to handle_table_remove()

2014-11-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 7b4f233c1f80f2f6f80c19137328a54f06cbc37c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b4f233c1f80f2f6f80c19137328a54f06cbc37c Author: Michael Varga michael.va...@amd.com Date: Mon Oct 27 10:43:20 2014 -0500 st/va: added some calls to

Mesa (master): st/va: added internal storage for VAImage and BGRA format

2014-11-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 05e225b558a330994cacad5d97f640cff86b4aff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05e225b558a330994cacad5d97f640cff86b4aff Author: Michael Varga michael.va...@amd.com Date: Mon Nov 3 10:35:28 2014 -0600 st/va: added internal storage for

Mesa (master): st/omx/enc: export framerate to vce driver

2015-03-31 Thread Leo Liu
Module: Mesa Branch: master Commit: 8e3668a7c0c725285d1d23cf5f2bc32c69114650 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e3668a7c0c725285d1d23cf5f2bc32c69114650 Author: Leo Liu leo@amd.com Date: Mon Mar 30 13:25:15 2015 -0400 st/omx/enc: export framerate to vce driver

Mesa (master): radeon/vce: implement video usability information support

2015-03-31 Thread Leo Liu
Module: Mesa Branch: master Commit: a714fbacf7bc5dcbc316bbfcb6bd9cb38fb4f858 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a714fbacf7bc5dcbc316bbfcb6bd9cb38fb4f858 Author: Leo Liu leo@amd.com Date: Mon Mar 30 13:33:19 2015 -0400 radeon/vce: implement video usability information

Mesa (master): st/va: add VAAPI HEVC decode support

2015-10-27 Thread Leo Liu
upport Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com> Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Leo Liu <leo@amd.com> --- configure.ac |2 +- src/gallium/state_trackers/va/config.c |2 +- src/g

Mesa (master): vl: add RefPicList defines for VAAPI HEVC decode

2015-10-27 Thread Leo Liu
VAAPI HEVC decode Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com> Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Leo Liu <leo@amd.com> --- src/gallium/include/pipe/p_video_state.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/

Mesa (master): radeon/uvd: implement and add flag for VAAPI HEVC decode

2015-10-27 Thread Leo Liu
d flag for VAAPI HEVC decode Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com> Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Leo Liu <leo@amd.com> --- src/gallium/drivers/radeon/radeon_uvd.c |7 +++ src/gallium/drivers/radeon/radeon_uvd.h |

Mesa (master): st/vdpau: disable RefPicList for Vdpau HEVC

2015-10-27 Thread Leo Liu
icList for Vdpau HEVC Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com> Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Leo Liu <leo@amd.com> --- src/gallium/state_trackers/vdpau/decode.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state

Mesa (master): st/omx/dec/h264: fix field picture type 0 poc disorder

2015-10-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 867284a8f07b69887f8adb109fb6c71156668227 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=867284a8f07b69887f8adb109fb6c71156668227 Author: Leo Liu <leo@amd.com> Date: Fri Aug 28 08:45:11 2015 -0400 st/omx/dec/h264: fix field picture type

Mesa (master): radeon/vce: fix vui time_scale zero error

2015-09-25 Thread Leo Liu
Module: Mesa Branch: master Commit: 1e97b41893a4f53a71ee141a5e8a046fed7b49cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e97b41893a4f53a71ee141a5e8a046fed7b49cd Author: Leo Liu <leo@amd.com> Date: Fri Sep 18 15:51:26 2015 -0400 radeon/vce: fix vui time_scale zero

Mesa (master): radeon/vce: disable two pipe mode for stoney

2015-11-20 Thread Leo Liu
Module: Mesa Branch: master Commit: 8762570cc5382730afda9954c53dead5a56f398a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8762570cc5382730afda9954c53dead5a56f398a Author: Leo Liu <leo@amd.com> Date: Tue Nov 10 13:34:17 2015 -0500 radeon/vce: disable two pipe mode for

Mesa (master): radeon/vce: add new firmware interface support

2015-11-20 Thread Leo Liu
Module: Mesa Branch: master Commit: 99d92de5d0af8b926db20d4b2aecbe37b58c758c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99d92de5d0af8b926db20d4b2aecbe37b58c758c Author: Leo Liu <leo@amd.com> Date: Tue Nov 3 13:33:03 2015 -0500 radeon/vce: add new firmware interface s

Mesa (master): vl/dri3: support receiving new pixmap for front buffer

2016-06-10 Thread Leo Liu
Module: Mesa Branch: master Commit: 2ad443e4cc0a72b7d0b28195b5810cbf197961cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ad443e4cc0a72b7d0b28195b5810cbf197961cb Author: Leo Liu <leo@amd.com> Date: Thu Jun 9 12:53:54 2016 -0400 vl/dri3: support receiving new pixmap for

Mesa (master): vl/dri3: get Makefile properly

2016-06-10 Thread Leo Liu
Module: Mesa Branch: master Commit: 0ef8500aabb5430eae76919438fcf61020b7eb8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ef8500aabb5430eae76919438fcf61020b7eb8e Author: Leo Liu <leo@amd.com> Date: Thu Jun 9 13:11:52 2016 -0400 vl/dri3: get Makefile properly From or

Mesa (master): st/omx/dec/h264: fix corruption when scaling matrix present flag set

2016-02-02 Thread Leo Liu
Module: Mesa Branch: master Commit: 6ad2e55a1405ac3757439dae55ed86425bb65806 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ad2e55a1405ac3757439dae55ed86425bb65806 Author: Leo Liu <leo@amd.com> Date: Mon Feb 1 13:32:31 2016 -0500 st/omx/dec/h264: fix corruption when s

Mesa (master): vl: add zig zag scan for list 4x4

2016-02-02 Thread Leo Liu
Module: Mesa Branch: master Commit: 4f598f2173c6555a52aad942ce6ea75c65afe21a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f598f2173c6555a52aad942ce6ea75c65afe21a Author: Leo Liu <leo@amd.com> Date: Mon Feb 1 12:04:34 2016 -0500 vl: add zig zag scan for list 4x4 Cc:

Mesa (master): radeon/video: enable HEVC main 10 decode

2016-03-11 Thread Leo Liu
Module: Mesa Branch: master Commit: 06c862d67d2e8686fa8614019f1170c2f7f71028 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06c862d67d2e8686fa8614019f1170c2f7f71028 Author: Boyuan Zhang Date: Mon Dec 21 20:06:26 2015 -0500 radeon/video: enable HEVC main 10

Mesa (master): radeon/uvd: handle HEVC main 10 decode

2016-03-11 Thread Leo Liu
Module: Mesa Branch: master Commit: 8be9efcce70f671afcaf3cfc76c624b3467b7834 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8be9efcce70f671afcaf3cfc76c624b3467b7834 Author: Boyuan Zhang Date: Mon Dec 21 20:05:45 2015 -0500 radeon/uvd: handle HEVC main 10

Mesa (master): st/va: add HEVC main 10 profile

2016-03-11 Thread Leo Liu
Module: Mesa Branch: master Commit: 6cf120ec77fbac6fc91555724c81311c416bbc13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cf120ec77fbac6fc91555724c81311c416bbc13 Author: Boyuan Zhang Date: Mon Dec 21 20:07:14 2015 -0500 st/va: add HEVC main 10 profile

Mesa (master): radeon/uvd: increase max height to 4096 for VI and newer

2016-03-08 Thread Leo Liu
Module: Mesa Branch: master Commit: 353a4f844f9e845dad93de9c28fa0d484b4b92d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=353a4f844f9e845dad93de9c28fa0d484b4b92d3 Author: Tamil velan Date: Mon Mar 7 15:35:29 2016 +0530 radeon/uvd: increase max

Mesa (master): radeon/uvd: alignment fix for decode message buffer

2016-04-11 Thread Leo Liu
Module: Mesa Branch: master Commit: 1c7ba7f15646367006d615180e89d5ea34a3d5f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c7ba7f15646367006d615180e89d5ea34a3d5f6 Author: Boyuan Zhang Date: Fri Apr 8 11:31:15 2016 -0400 radeon/uvd: alignment fix for decode

Mesa (master): st/omx/dec: Correct the timestamping

2016-03-20 Thread Leo Liu
Module: Mesa Branch: master Commit: eeb117a09d6c0eb2b4fa94d55e8015c8aa982727 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeb117a09d6c0eb2b4fa94d55e8015c8aa982727 Author: Nishanth Peethambaran Date: Fri Mar 11 01:23:00 2016 -0500 st/omx/dec: Correct

Mesa (master): st/omx: Remove trailing spaces

2016-03-20 Thread Leo Liu
Module: Mesa Branch: master Commit: 46de6bbb775602ab237d0054e5351b0fc90d942b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46de6bbb775602ab237d0054e5351b0fc90d942b Author: Nishanth Peethambaran Date: Tue Mar 15 01:56:18 2016 -0400 st/omx: Remove

Mesa (master): st/va: use drm render node for wayland display type

2016-05-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 2f90d11d86e476c679abbc0420ea22bd14b53ef7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f90d11d86e476c679abbc0420ea22bd14b53ef7 Author: Leo Liu <leo@amd.com> Date: Tue May 17 15:16:09 2016 -0400 st/va: use drm render node for wayland d

Mesa (master): vl/dri3: add DRI3 support and implement create and destroy

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 12e5220e34677e19b7dfce95c9370bab814d2ee8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12e5220e34677e19b7dfce95c9370bab814d2ee8 Author: Leo Liu <leo@amd.com> Date: Mon Mar 7 14:51:32 2016 -0500 vl/dri3: add DRI3 support and implement

Mesa (master): vl/dri3: set drawable geometry

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 672e8d5e7ee63ebb69ffdc635210f06f68cb4d8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=672e8d5e7ee63ebb69ffdc635210f06f68cb4d8a Author: Leo Liu <leo@amd.com> Date: Mon Apr 25 13:06:20 2016 -0400 vl/dri3: set drawable geometry Sign

Mesa (master): vl/dri3: handle PresentCompleteNotify event

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 9f50a79b8f74f67b8a2919b7afc215f262d10258 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f50a79b8f74f67b8a2919b7afc215f262d10258 Author: Leo Liu <leo@amd.com> Date: Mon May 9 15:53:48 2016 -0400 vl/dri3: handle PresentCompleteNotify

Mesa (master): vl/dri3: implement flushing for queued events

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 69ba9be4d24757eaca263662148df1163bde3d86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69ba9be4d24757eaca263662148df1163bde3d86 Author: Leo Liu <leo@amd.com> Date: Mon Apr 25 13:46:36 2016 -0400 vl/dri3: implement flushing for queued

Mesa (master): vl/dri3: implement funciton for get dirty area

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 96580ad593f3821256dc5a5f5f61ee809fb775a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96580ad593f3821256dc5a5f5f61ee809fb775a1 Author: Leo Liu <leo@amd.com> Date: Mon May 9 15:09:45 2016 -0400 vl/dri3: implement funciton for get dirt

Mesa (master): vl/dri3: add support for resizing

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 858b329c2cdf43269e083e0861eee2abbf802b4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=858b329c2cdf43269e083e0861eee2abbf802b4c Author: Leo Liu <leo@amd.com> Date: Mon Apr 25 15:49:28 2016 -0400 vl/dri3: add support for resizing

Mesa (master): st/vdpau: add dri3 support

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 5e2072c711c13244987878117a834ae60ccb4413 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e2072c711c13244987878117a834ae60ccb4413 Author: Leo Liu <leo@amd.com> Date: Tue Apr 26 11:23:53 2016 -0400 st/vdpau: add dri3 support Signed-off-b

Mesa (master): vl/dri3: implement DRI3 BufferFromPixmap

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 8d7ac0a4e4db42190dcf260c1bc91e0b369e4df0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d7ac0a4e4db42190dcf260c1bc91e0b369e4df0 Author: Leo Liu <leo@amd.com> Date: Mon May 9 15:27:49 2016 -0400 vl/dri3: implement DRI3 BufferFromPixm

Mesa (master): vl/dri3: implement function for flush frontbuffer

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: b0bd908284d2b5e6d7c6e3967bedb62f04e1b206 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0bd908284d2b5e6d7c6e3967bedb62f04e1b206 Author: Leo Liu <leo@amd.com> Date: Mon Apr 25 14:37:57 2016 -0400 vl/dri3: implement function for

Mesa (master): st/va: add dri3 support

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: e8282178ab0fcd0425890c63564e064606ae1bb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8282178ab0fcd0425890c63564e064606ae1bb8 Author: Leo Liu <leo@amd.com> Date: Mon Apr 25 16:07:21 2016 -0400 st/va: add dri3 support Signed-off-by: L

Mesa (master): vl/dri3: add back buffers support

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: e1223282dbfbce82072ac6ae6de182ebd60cd1c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1223282dbfbce82072ac6ae6de182ebd60cd1c4 Author: Leo Liu <leo@amd.com> Date: Tue May 10 15:11:18 2016 -0400 vl/dri3: add back buffers s

Mesa (master): vl/dri3: register present events

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: 758b1bbaa77e5d8ecdea68067e91b4277b2b72fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=758b1bbaa77e5d8ecdea68067e91b4277b2b72fe Author: Leo Liu <leo@amd.com> Date: Tue May 10 14:56:51 2016 -0400 vl/dri3: register present events Sign

Mesa (master): vl/dri3: implement functions for get and set timestamp

2016-05-16 Thread Leo Liu
Module: Mesa Branch: master Commit: c122c74dca751deb7186b29f3504a3d5fc2a7ea1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c122c74dca751deb7186b29f3504a3d5fc2a7ea1 Author: Leo Liu <leo@amd.com> Date: Mon May 9 16:03:41 2016 -0400 vl/dri3: implement functions for get a

Mesa (master): vl/dri: fix close fd error out

2016-05-12 Thread Leo Liu
Module: Mesa Branch: master Commit: bd9ae724591d23d029ee9f8a2f200b60bf6fba2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd9ae724591d23d029ee9f8a2f200b60bf6fba2c Author: Leo Liu <leo@amd.com> Date: Thu May 12 10:05:57 2016 -0400 vl/dri: fix close fd error out fd

Mesa (master): st/omx/enc: fix incorrect reference picture order for B frames

2016-05-05 Thread Leo Liu
Module: Mesa Branch: master Commit: fef0e993a13fac8cd4039def9027e4065527be06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fef0e993a13fac8cd4039def9027e4065527be06 Author: Leo Liu <leo@amd.com> Date: Mon May 2 13:18:52 2016 -0400 st/omx/enc: fix incorrect reference p

Mesa (master): radeon/uvd: fix tonga feedback buffer size

2016-04-14 Thread Leo Liu
Module: Mesa Branch: master Commit: 8f4340c5e63d5bb2dd69a09d044832390ea47e14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f4340c5e63d5bb2dd69a09d044832390ea47e14 Author: Leo Liu <leo@amd.com> Date: Tue Apr 12 15:19:31 2016 -0400 radeon/uvd: fix tonga feedback buffe

Mesa (master): vl/rbsp: add a check for emulation prevention three byte

2016-08-10 Thread Leo Liu
Module: Mesa Branch: master Commit: 6575ebdc4570b54ad98eaa2db19703a636acdc9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6575ebdc4570b54ad98eaa2db19703a636acdc9d Author: Leo Liu <leo@amd.com> Date: Mon Aug 8 16:01:23 2016 -0400 vl/rbsp: add a check for emulation prev

Mesa (master): vl/dri3: fix a memory leak from front buffer

2016-07-18 Thread Leo Liu
Module: Mesa Branch: master Commit: 134d6e4e4f980d738361bfcae1daedb8cc58b5df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=134d6e4e4f980d738361bfcae1daedb8cc58b5df Author: Leo Liu <leo@amd.com> Date: Thu Jul 14 09:19:59 2016 -0400 vl/dri3: fix a memory leak from front

Mesa (master): st/omx/enc: check uninitialized list from task release

2016-07-15 Thread Leo Liu
Module: Mesa Branch: master Commit: b9d10e79c88842ba05d6937a3803cb5740b866da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9d10e79c88842ba05d6937a3803cb5740b866da Author: Leo Liu <leo@amd.com> Date: Mon Jul 11 15:27:16 2016 -0400 st/omx/enc: check uninitialized list fro

Mesa (master): radeon/uvd: fix a h265 context size bug

2016-06-29 Thread Leo Liu
Module: Mesa Branch: master Commit: b928ff6f62144e20f4260cc1bb897f84b97dc925 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b928ff6f62144e20f4260cc1bb897f84b97dc925 Author: sonjiang Date: Tue Jun 28 11:23:41 2016 -0400 radeon/uvd: fix a h265 context size bug

Mesa (master): radeon/uvd: seperate uvd context buffer from DPB

2016-06-29 Thread Leo Liu
Module: Mesa Branch: master Commit: 5c80354a23b7d770b2d61b626b9d62fdf764ca9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c80354a23b7d770b2d61b626b9d62fdf764ca9d Author: sonjiang Date: Mon Jun 27 17:19:01 2016 -0400 radeon/uvd: seperate uvd context buffer

Mesa (master): radeon uvd add uvd fw version for amdgpu

2016-06-29 Thread Leo Liu
Module: Mesa Branch: master Commit: 28f85eab49b28905e99a24fcb7f155063e5482e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28f85eab49b28905e99a24fcb7f155063e5482e4 Author: sonjiang Date: Wed Jun 29 11:24:36 2016 -0400 radeon uvd add uvd fw version for amdgpu

Mesa (master): st/omx: fix decoder fillout for the OMX result buffer

2016-06-28 Thread Leo Liu
Module: Mesa Branch: master Commit: 05d302ffe2158b45d8ca7e625811fd2d9144b736 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05d302ffe2158b45d8ca7e625811fd2d9144b736 Author: Leo Liu <leo@amd.com> Date: Mon Jun 27 20:40:30 2016 -0400 st/omx: fix decoder fillout for the OMX

Mesa (master): radeon/vce: add vce structures

2016-06-28 Thread Leo Liu
ctures Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com> Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Leo Liu <leo@amd.com> --- src/gallium/drivers/radeon/radeon_vce.h | 297 1 file changed, 297 insertions(+) diff --g

Mesa (master): radeon/vce: use vce structure for vce 52 firmware

2016-06-28 Thread Leo Liu
or vce 52 firmware Signed-off-by: Boyuan Zhang <boyuan.zh...@amd.com> Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Leo Liu <leo@amd.com> --- src/gallium/drivers/radeon/radeon_vce.c| 4 + src/gallium/drivers/radeon/radeon_vce.h| 1

Mesa (master): st/vdpau: add h264 constrained baseline profile

2017-02-01 Thread Leo Liu
Module: Mesa Branch: master Commit: d596bd29ec2f8b7d5d36c4abaf296fe3e5278033 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d596bd29ec2f8b7d5d36c4abaf296fe3e5278033 Author: Boyuan Zhang Date: Fri Dec 16 15:24:03 2016 -0500 st/vdpau: add h264 constrained

Mesa (master): vl: add h264 constrained baseline profile

2017-02-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 22841ec84afa097e721d15b2a257f97b15bf3372 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22841ec84afa097e721d15b2a257f97b15bf3372 Author: Boyuan Zhang Date: Fri Dec 16 15:19:25 2016 -0500 vl: add h264 constrained baseline

Mesa (master): radeon/uvd: add h264 constrained baseline support

2017-02-01 Thread Leo Liu
Module: Mesa Branch: master Commit: c29191eea8a92d6d25a82196f6ed35bb1f28c5cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c29191eea8a92d6d25a82196f6ed35bb1f28c5cb Author: Boyuan Zhang Date: Fri Dec 16 15:22:13 2016 -0500 radeon/uvd: add h264 constrained

Mesa (master): st/va: add h264 constrained baseline profile

2017-02-01 Thread Leo Liu
Module: Mesa Branch: master Commit: f90ccf48bcd668ee3272c85b691ab8262a46b997 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90ccf48bcd668ee3272c85b691ab8262a46b997 Author: Boyuan Zhang Date: Fri Dec 16 16:20:54 2016 -0500 st/va: add h264 constrained baseline

Mesa (master): configure.ac: check require_basic_egl only if egl enabled

2017-02-24 Thread Leo Liu
Module: Mesa Branch: master Commit: 5398d006de3d2bd668e3fc4b80a3de0c101a3e43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5398d006de3d2bd668e3fc4b80a3de0c101a3e43 Author: Leo Liu <leo@amd.com> Date: Thu Feb 23 13:37:58 2017 -0500 configure.ac: check require_basic_eg

Mesa (master): st/va: enable dual instances encode by sync surface

2016-08-19 Thread Leo Liu
Module: Mesa Branch: master Commit: c59628d11b134fc016388a170880f7646e100d6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c59628d11b134fc016388a170880f7646e100d6f Author: Boyuan Zhang Date: Mon Aug 15 13:23:30 2016 -0400 st/va: enable dual instances encode

Mesa (master): radeon/vce: set flag based on dual instance enablement

2016-08-19 Thread Leo Liu
Module: Mesa Branch: master Commit: c0be51f270ad85ab40daa635a4dbb3bad78d46e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0be51f270ad85ab40daa635a4dbb3bad78d46e8 Author: Boyuan Zhang Date: Mon Aug 15 10:36:14 2016 -0400 radeon/vce: set flag based on dual

Mesa (master): st/omx/dec/h265: add short term reference picture sets

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: 7d63b807281b0b4d09cfdb4ef5c12c1ff9d66818 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d63b807281b0b4d09cfdb4ef5c12c1ff9d66818 Author: Leo Liu <leo@amd.com> Date: Tue Aug 30 13:09:53 2016 -0400 st/omx/dec/h265: add short term ref

Mesa (master): st/omx/dec/h265: add slice header

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: fa7c4f151d3ac34fd83fcac6ee981e9237fd0c9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa7c4f151d3ac34fd83fcac6ee981e9237fd0c9d Author: Leo Liu <leo@amd.com> Date: Mon Aug 29 13:30:08 2016 -0400 st/omx/dec/h265: add slice header Spe

Mesa (master): st/omx/dec: enable hevc omx decode support

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: 2593354643b4bad26cd23b72a5e7073b4cad8cd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2593354643b4bad26cd23b72a5e7073b4cad8cd0 Author: Leo Liu <leo@amd.com> Date: Mon Aug 29 13:43:48 2016 -0400 st/omx/dec: enable hevc omx decode s

Mesa (master): st/omx/dec: set dst rect to match src size

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: 0c374a7770ce3aee1048ffc1dbc82170017133ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c374a7770ce3aee1048ffc1dbc82170017133ac Author: Leo Liu <leo@amd.com> Date: Thu Aug 11 15:20:53 2016 -0400 st/omx/dec: set dst rect to match sr

Mesa (master): st/omx/dec/h265: add picture parameter sets

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: a639a2868ec89522d88462901a6d8429b51f4d5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a639a2868ec89522d88462901a6d8429b51f4d5e Author: Leo Liu <leo@amd.com> Date: Mon Aug 29 13:29:14 2016 -0400 st/omx/dec/h265: add picture paramete

Mesa (master): st/omx/dec/h265: get the reference list for uvd

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: 1a534d31febb3abd7554cf44b9be5ed18b4609f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a534d31febb3abd7554cf44b9be5ed18b4609f4 Author: Leo Liu <leo@amd.com> Date: Mon Aug 29 13:42:24 2016 -0400 st/omx/dec/h265: get the reference list f

Mesa (master): st/omx/dec: add initial omx hevc support

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: 6d186a79f2d28dff93eddece5b0f0fdc0897301f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d186a79f2d28dff93eddece5b0f0fdc0897301f Author: Leo Liu <leo@amd.com> Date: Mon Aug 29 13:09:12 2016 -0400 st/omx/dec: add initial omx hevc s

Mesa (master): st/omx/dec/h265: add sequence parameter sets

2016-09-06 Thread Leo Liu
Module: Mesa Branch: master Commit: b3c1583e175b4656af0bc10d71855b9b9796efe3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3c1583e175b4656af0bc10d71855b9b9796efe3 Author: Leo Liu <leo@amd.com> Date: Mon Aug 29 13:26:55 2016 -0400 st/omx/dec/h265: add sequence paramete

Mesa (master): vl/util: Fix YV12/I420 convert to NV12 U/V reversal

2016-09-13 Thread Leo Liu
Module: Mesa Branch: master Commit: 304f70536a73f4b63360632428241c7488c99610 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=304f70536a73f4b63360632428241c7488c99610 Author: Andy Furniss Date: Tue Sep 13 13:52:31 2016 -0400 vl/util: Fix YV12/I420 convert to NV12

Mesa (master): st/va: enable vbr rate control for vaapi encode

2016-09-12 Thread Leo Liu
Module: Mesa Branch: master Commit: e5009b7c2638e1fe10443ae2efafaa3a4e7f19c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5009b7c2638e1fe10443ae2efafaa3a4e7f19c7 Author: Boyuan Zhang Date: Tue Sep 6 16:39:45 2016 -0400 st/va: enable vbr rate control for

Mesa (master): vl/rbsp: match initial escaped bits with valid in the buffer

2016-09-12 Thread Leo Liu
Module: Mesa Branch: master Commit: 6a7f79af9b1ac4380e46c1bc438a7a491d1d99da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a7f79af9b1ac4380e46c1bc438a7a491d1d99da Author: Leo Liu <leo@amd.com> Date: Tue Sep 6 13:14:48 2016 -0400 vl/rbsp: match initial escaped bits with

Mesa (master): st/omx/dec/h265: add scaling list data

2016-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: 0e85ff335522085a61d5d205879bcf8d6e69efa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e85ff335522085a61d5d205879bcf8d6e69efa4 Author: Leo Liu <leo@amd.com> Date: Thu Sep 29 16:55:59 2016 -0400 st/omx/dec/h265: add scaling lis

Mesa (master): st/omx/dec/h265: increase dpb max size to 32

2016-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: 2371119db99a4513024430723f421f15f934c656 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2371119db99a4513024430723f421f15f934c656 Author: Leo Liu <leo@amd.com> Date: Fri Sep 23 11:11:53 2016 -0400 st/omx/dec/h265: increase dpb max size

Mesa (master): st/omx/dec/h265: fix the skip for before and after list

2016-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: ffb863fd2c8a5d32001575b09d96dbce4983a5ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffb863fd2c8a5d32001575b09d96dbce4983a5ce Author: Leo Liu <leo@amd.com> Date: Fri Sep 23 12:05:16 2016 -0400 st/omx/dec/h265: fix the skip for

Mesa (master): st/omx/dec/h265: decoder size should follow from sps

2016-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: 091aae0265caa82bc975e18946fd091e91b72602 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=091aae0265caa82bc975e18946fd091e91b72602 Author: Leo Liu <leo@amd.com> Date: Fri Sep 23 11:33:31 2016 -0400 st/omx/dec/h265: decoder size should

Mesa (master): st/omx/dec/h265: set the default reference picture set for reference

2016-10-04 Thread Leo Liu
Module: Mesa Branch: master Commit: c50b68e6a882c95b58f46fba87c8f3531a2913d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c50b68e6a882c95b58f46fba87c8f3531a2913d1 Author: Leo Liu <leo@amd.com> Date: Fri Sep 23 11:42:16 2016 -0400 st/omx/dec/h265: set the default ref

Mesa (master): st/omx/dec/h265: Correct the timestamping

2016-09-20 Thread Leo Liu
orrect the timestamping (derived from commit 3b6bda665a5a890f2c98e19d2939d7de92b8cb4c) v2: fix the tabs(Leo) Reviewed-by: Christian König <christian.koe...@amd.com> Reviewed-by: Nishanth Peethambaran <nishanth.peethamba...@amd.com> Signed-off-by: Indrajit Das <indrajit-kumar@amd.co

Mesa (master): radeon/vce: add firmware support for version 52.8.3

2016-09-20 Thread Leo Liu
Module: Mesa Branch: master Commit: 956f3e3bcd426b97a4d73d6903bbeb93ec4fd3f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=956f3e3bcd426b97a4d73d6903bbeb93ec4fd3f3 Author: Leo Liu <leo@amd.com> Date: Tue Sep 20 10:09:23 2016 -0400 radeon/vce: add firmware support for v

Mesa (master): vl/rbsp: fix another three byte not detected

2016-08-24 Thread Leo Liu
Module: Mesa Branch: master Commit: 5277f25480a290b02c7bfe548c56288fce8404b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5277f25480a290b02c7bfe548c56288fce8404b5 Author: Leo Liu <leo@amd.com> Date: Mon Aug 22 12:05:53 2016 -0400 vl/rbsp: fix another three byte not de

Mesa (master): vl/dri3: fix warning about incompatible pointer type

2016-10-03 Thread Leo Liu
about incompatible pointer type Signed-off-by: Nayan Deshmukh <nayan26deshm...@gmail.com> Reviewed-by: Leo Liu <leo@amd.com> --- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri

Mesa (master): st/va: force to flush the last p frame in idr period

2016-10-18 Thread Leo Liu
Module: Mesa Branch: master Commit: 5567145d59d5d539474fb68155dba4dec716e32e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5567145d59d5d539474fb68155dba4dec716e32e Author: Boyuan Zhang Date: Mon Oct 17 16:11:48 2016 -0400 st/va: force to flush the last p

Mesa (master): st/omx/dec/h264: consider POC as signed instead of unsigned

2016-11-28 Thread Leo Liu
Module: Mesa Branch: master Commit: 02bf1bbe6e81cebe662dda12167f6d2f9823b39b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02bf1bbe6e81cebe662dda12167f6d2f9823b39b Author: Chandu Babu Namburu Date: Wed Nov 23 20:42:34 2016 +0530 st/omx/dec/h264: consider POC as

Mesa (master): st/omx/dec: result buffers size should match codec decoder size

2016-10-31 Thread Leo Liu
Module: Mesa Branch: master Commit: d9b2c4048d55011bb04bd9848a3b47af7216389f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9b2c4048d55011bb04bd9848a3b47af7216389f Author: Leo Liu <leo@amd.com> Date: Mon Oct 24 14:03:10 2016 -0400 st/omx/dec: result buffers size should

Mesa (master): st/omx/dec: disable tunnel for size different case

2016-10-31 Thread Leo Liu
Module: Mesa Branch: master Commit: 06e3cd6a45ae2ad19f77e0f283c46d5f85112847 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06e3cd6a45ae2ad19f77e0f283c46d5f85112847 Author: Leo Liu <leo@amd.com> Date: Mon Oct 24 14:03:11 2016 -0400 st/omx/dec: disable tunnel for size dif

Mesa (master): st/omx/enc Raise default encode level

2016-12-05 Thread Leo Liu
Module: Mesa Branch: master Commit: 5338fb34d6af656adaf0c80d57b5a6168f81d3e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5338fb34d6af656adaf0c80d57b5a6168f81d3e1 Author: Andy Furniss Date: Mon Dec 5 23:53:40 2016 + st/omx/enc Raise default encode level

Mesa (master): radeon/vce Handle H.264 level 5.2

2016-12-05 Thread Leo Liu
Module: Mesa Branch: master Commit: 2a38a5b2b28aa6e2c5c005bf5a2bfeae11623f22 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a38a5b2b28aa6e2c5c005bf5a2bfeae11623f22 Author: Andy Furniss Date: Tue Dec 6 00:02:21 2016 + radeon/vce Handle H.264 level 5.2

Mesa (master): st/va: force to submit two consecutive single jobs

2016-12-05 Thread Leo Liu
Module: Mesa Branch: master Commit: 8206882392c9cc070e21d6fbc90368c94235d8cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8206882392c9cc070e21d6fbc90368c94235d8cd Author: Boyuan Zhang Date: Tue Nov 29 13:27:10 2016 -0500 st/va: force to submit two

Mesa (master): st/va: fix gop size for rate control

2016-12-05 Thread Leo Liu
Module: Mesa Branch: master Commit: 3949d7c6ead25e6191c6529a1805ba7ada6892cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3949d7c6ead25e6191c6529a1805ba7ada6892cc Author: Boyuan Zhang Date: Fri Nov 18 15:29:56 2016 -0500 st/va: fix gop size for rate control

Mesa (master): st/omx/enc: use PIPE_USAGE_STAGING for output buffer

2017-03-23 Thread Leo Liu
Module: Mesa Branch: master Commit: 54f9f34181ff3f6840472d16000e0092d12eb64d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54f9f34181ff3f6840472d16000e0092d12eb64d Author: Leo Liu <leo@amd.com> Date: Thu Mar 23 10:29:47 2017 -0400 st/omx/enc: use PIPE_USAGE_STAGING for

Mesa (master): radeon/vcn: move message buffer to vram for now

2017-07-25 Thread Leo Liu
Module: Mesa Branch: master Commit: 82fcf3142f5dd43df530b5544350b957fd43f79f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82fcf3142f5dd43df530b5544350b957fd43f79f Author: Leo Liu <leo@amd.com> Date: Tue Jul 18 09:48:02 2017 -0400 radeon/vcn: move message buffer to vram f

  1   2   3   >