Mesa (master): st/nine: Do not use scratch for face register

2018-04-08 Thread Axel Davy
Module: Mesa Branch: master Commit: d899826733b1f6614c913c1c216f8157bf9e297d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d899826733b1f6614c913c1c216f8157bf9e297d Author: Axel Davy Date: Thu Apr 5 23:46:48 2018 +0200 st/nine: Do not use scratch for face register Scratch

Mesa (master): st/nine: Declare lighting consts for ff shaders

2018-04-06 Thread Axel Davy
Module: Mesa Branch: master Commit: 39240926cd45519f35a6fa576c387f727b057aa1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39240926cd45519f35a6fa576c387f727b057aa1 Author: Axel Davy Date: Mon Apr 2 18:25:35 2018 +0200 st/nine: Declare lighting consts for ff shaders The lighting

Mesa (master): st/nine: Fix bad tracking of bound vs textures

2018-03-18 Thread Axel Davy
Module: Mesa Branch: master Commit: 76fa1f730b7ee232021bb20bae0ead6779941cf1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76fa1f730b7ee232021bb20bae0ead6779941cf1 Author: Axel Davy Date: Sat Mar 10 14:21:52 2018 +0100 st/nine: Fix bad tracking of bound vs textures An incorrect

Mesa (master): st/nine: Fix bad tracking of vs textures for NINESBT_ALL

2018-03-18 Thread Axel Davy
Module: Mesa Branch: master Commit: 71eae7940ef7fa92e01cdc9afa1172f92d4b489e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71eae7940ef7fa92e01cdc9afa1172f92d4b489e Author: Axel Davy Date: Sat Mar 10 14:23:43 2018 +0100 st/nine: Fix bad tracking of vs textures for NINESBT_ALL

Mesa (master): st/nine: Fix non inversible matrix check

2018-03-18 Thread Axel Davy
Module: Mesa Branch: master Commit: dbc24835d75466951a44b391b42e39461a6ac5a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbc24835d75466951a44b391b42e39461a6ac5a2 Author: Axel Davy Date: Sat Mar 10 18:49:59 2018 +0100 st/nine: Fix non inversible matrix check There was a missing

Mesa (master): st/nine: Fixes warning about implicit conversion

2018-03-18 Thread Axel Davy
Module: Mesa Branch: master Commit: f61e9a958bd8d61cb7ca575ca987caefc6edbffd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f61e9a958bd8d61cb7ca575ca987caefc6edbffd Author: Axel Davy Date: Sat Mar 10 14:28:10 2018 +0100 st/nine: Fixes warning about implicit conversion Makes the

Mesa (master): st/nine: Fix a regression and syntax cleanup

2017-05-23 Thread Axel Davy
Module: Mesa Branch: master Commit: 7e04ae74d44105dca8190fc2fdd2ab8581cbe698 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e04ae74d44105dca8190fc2fdd2ab8581cbe698 Author: Axel Davy Date: Mon May 22 00:19:01 2017 +0200 st/nine: Fix a regression and syntax cleanup A few cleanups

Mesa (master): st/nine: Fix support for ps 1.4 dw and dz modifiers

2017-04-13 Thread Axel Davy
Module: Mesa Branch: master Commit: 442780ea373cbea7d138e9cfa8c4857bb8118b3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=442780ea373cbea7d138e9cfa8c4857bb8118b3a Author: Axel Davy Date: Sun Mar 26 22:57:15 2017 +0200 st/nine: Fix support for ps 1.4 dw and dz modifiers RCP was

Mesa (master): st/nine: Resolve deadlock in surface/ volume dtors when using csmt

2017-03-26 Thread Axel Davy
Module: Mesa Branch: master Commit: bd85bb51c717a1858157c73adcb689e3986b2134 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd85bb51c717a1858157c73adcb689e3986b2134 Author: Axel Davy Date: Wed Mar 15 22:45:03 2017 +0100 st/nine: Resolve deadlock in surface/volume dtors when using

Mesa (master): st/nine: Use atomics for available_texture_mem

2017-03-26 Thread Axel Davy
Module: Mesa Branch: master Commit: bdf035ea6f784b90a6cbfd4ce16f3188ab15b2d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdf035ea6f784b90a6cbfd4ce16f3188ab15b2d3 Author: Axel Davy Date: Wed Mar 15 22:53:36 2017 +0100 st/nine: Use atomics for available_texture_mem Resource dtor

Mesa (master): st/nine: Fix user vertex data uploader with csmt

2017-03-26 Thread Axel Davy
Module: Mesa Branch: master Commit: 31f8b3babb5a2d685d6e8b8ed0a2120c7966e9b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31f8b3babb5a2d685d6e8b8ed0a2120c7966e9b1 Author: Axel Davy Date: Wed Mar 15 22:29:12 2017 +0100 st/nine: Fix user vertex data uploader with csmt Fix

Mesa (master): st/nine: make use of common uploaders v4

2017-02-25 Thread Axel Davy
Module: Mesa Branch: master Commit: abb1c645c476b5dd289ce3efae0594f8796f9cf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abb1c645c476b5dd289ce3efae0594f8796f9cf8 Author: Constantine Charlamov Date: Tue Feb 21 07:31:30 2017 +0300 st/nine: make use of common uploaders v4 Make use

Mesa (master): st/nine: Don' t call u_box_union_* when dirty region is empty

2017-01-12 Thread Axel Davy
on is empty When dirty region is empty, u_box_union_* incorrectly expands the new region. This fixes broken font rendering issue in WOLF RPG Editor v2.10 games. Signed-off-by: Masanori Kakura Reviewed-by: Axel Davy --- src/gallium/state_trackers/nine/cubetexture9.c | 12 src/ga

Mesa (master): st/nine: Rework CreatePipeSurface

2017-01-12 Thread Axel Davy
Module: Mesa Branch: master Commit: f895ab8e22dc520304141ba56c1b81d8d6657ccd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f895ab8e22dc520304141ba56c1b81d8d6657ccd Author: Axel Davy Date: Wed Dec 28 18:24:12 2016 +0100 st/nine: Rework CreatePipeSurface Create both surfaces in one

Mesa (master): st/nine: Flush the queue at device dtor

2017-01-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 5f4359ea0ed54b06d443e0ba040eb73406fc3e34 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f4359ea0ed54b06d443e0ba040eb73406fc3e34 Author: Axel Davy Date: Wed Dec 28 18:58:48 2016 +0100 st/nine: Flush the queue at device dtor Flush the queue to

Mesa (master): st/nine: Flush pending commands if needed for surface9 changes

2017-01-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 6b87a2a77a459d5c69f296b732d66daa9ff8e223 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b87a2a77a459d5c69f296b732d66daa9ff8e223 Author: Axel Davy Date: Wed Dec 28 18:32:39 2016 +0100 st/nine: Flush pending commands if needed for surface9 changes

Mesa (master): st/nine: Protect dtors with mutex

2017-01-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 970556292b37fb9f7a64460a964e7a88503dcab6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=970556292b37fb9f7a64460a964e7a88503dcab6 Author: Axel Davy Date: Thu Jan 5 23:04:09 2017 +0100 st/nine: Protect dtors with mutex When the flag

Mesa (master): st/nine: Remove duplicated checks

2017-01-12 Thread Axel Davy
Module: Mesa Branch: master Commit: d43bc05e8ba0f326273c21b10f714e4d2514adae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d43bc05e8ba0f326273c21b10f714e4d2514adae Author: Axel Davy Date: Wed Dec 28 17:54:47 2016 +0100 st/nine: Remove duplicated checks There is no need to check

Mesa (master): st/nine: Process pending commands on Reset

2017-01-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 4e922c81f616bba71565de8d7fd8f5f6955ce1cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e922c81f616bba71565de8d7fd8f5f6955ce1cc Author: Axel Davy Date: Wed Dec 28 18:49:10 2016 +0100 st/nine: Process pending commands on Reset Some nine_state_

Mesa (master): 26 new commits

2016-12-20 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=123e947228241e743a4d0fdb8a911f57a3dd4ef9 Author: Axel Davy Date: Sun Dec 18 19:21:08 2016 +0100 st/nine: Upload on secondary context for Draw*Up Avoid synchronization by using the secondary context for uploading the

Mesa (master): 99 new commits

2016-12-20 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b154ac04d9cacf98631a826c25e7e3756f5cda9 Author: Axel Davy Date: Sun Nov 13 12:41:53 2016 +0100 st/nine: Optimize ColorFill When we lock the whole surface to overwrite it, we can use DISCARD. Signed-off-by: Axel

Mesa (master): st/nine: Use align_calloc instead of align_malloc

2016-10-24 Thread Axel Davy
Module: Mesa Branch: master Commit: 942778099ea597ee6b04ebdc74f506667fc7782c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=942778099ea597ee6b04ebdc74f506667fc7782c Author: Axel Davy Date: Fri Oct 21 17:27:10 2016 +0200 st/nine: Use align_calloc instead of align_malloc We are not

Mesa (master): gallium/util: Add align_calloc

2016-10-24 Thread Axel Davy
Module: Mesa Branch: master Commit: 54010cf8b6da71a1b14c0dc586bb7e6be27052de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54010cf8b6da71a1b14c0dc586bb7e6be27052de Author: Axel Davy Date: Fri Oct 21 17:25:08 2016 +0200 gallium/util: Add align_calloc Add implementation for

Mesa (master): st/nine: Fix locking CubeTexture surfaces.

2016-10-24 Thread Axel Davy
Module: Mesa Branch: master Commit: eed605a473554575305e1bf10c3641761a85feb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eed605a473554575305e1bf10c3641761a85feb9 Author: Axel Davy Date: Sat Oct 22 12:00:40 2016 +0200 st/nine: Fix locking CubeTexture surfaces. Only one face of

Mesa (master): st/nine: Fix mistake in Volume9 UnlockBox

2016-10-24 Thread Axel Davy
Module: Mesa Branch: master Commit: fe7bb46134162c9a9a18832f1746991aa78121e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe7bb46134162c9a9a18832f1746991aa78121e8 Author: Axel Davy Date: Sat Oct 22 11:59:11 2016 +0200 st/nine: Fix mistake in Volume9 UnlockBox In the format

Mesa (master): st/nine: Fix leak with integer and boolean constants

2016-10-24 Thread Axel Davy
Module: Mesa Branch: master Commit: 25beccb379731b0e6fc728982190779da47aa6fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25beccb379731b0e6fc728982190779da47aa6fd Author: Axel Davy Date: Tue Oct 18 23:05:02 2016 +0200 st/nine: Fix leak with integer and boolean constants Leak

Mesa (master): st/nine: Fix multisample limit check

2016-10-16 Thread Axel Davy
Module: Mesa Branch: master Commit: 9baf4505fb31d3fbd2d18ca8b5e732079ef4af66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9baf4505fb31d3fbd2d18ca8b5e732079ef4af66 Author: Axel Davy Date: Sun Oct 16 11:44:09 2016 +0200 st/nine: Fix multisample limit check Fixes regression

Mesa (master): st/nine: Fix possible segfault in surface ctor

2016-10-13 Thread Axel Davy
Module: Mesa Branch: master Commit: 0717cd975d85eb04389d84c54b796863aa537cf0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0717cd975d85eb04389d84c54b796863aa537cf0 Author: Axel Davy Date: Wed Oct 12 19:10:53 2016 +0200 st/nine: Fix possible segfault in surface ctor Regression

Mesa (master): st/nine: Remove useless code in nine_shader

2016-10-13 Thread Axel Davy
Module: Mesa Branch: master Commit: 98b8ad61c6bc531646bec1e773b0f57f99e47159 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98b8ad61c6bc531646bec1e773b0f57f99e47159 Author: Axel Davy Date: Wed Oct 12 18:58:24 2016 +0200 st/nine: Remove useless code in nine_shader Since

Mesa (master): gallium/os: Use unsigned integers for size computation

2016-10-13 Thread Axel Davy
Module: Mesa Branch: master Commit: 197cdd1bbdafaf44dc705e518987a08953b092ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=197cdd1bbdafaf44dc705e518987a08953b092ab Author: Axel Davy Date: Tue Oct 11 18:57:17 2016 +0200 gallium/os: Use unsigned integers for size computation Use

Mesa (master): 78 new commits

2016-10-10 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eef0744d4384a48c70da3f9863a02ceab08c97bb Author: Axel Davy Date: Sun Oct 2 12:14:03 2016 +0200 st/nine: More checks for GetRenderTargetData Fixes a wine test crash Signed-off-by: Axel Davy Reviewed-by: Patrick

Mesa (master): egl/x11_dri3: provide an authentication function

2016-08-31 Thread Axel Davy
Protect against this by providing a function that prints an error. Signed-off-by: Frank Binns Reviewed-by: Axel Davy --- src/egl/drivers/dri2/platform_x11_dri3.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/egl/drivers/dri2/platform_x11_dri3.c b/

Mesa (master): egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodes

2016-08-31 Thread Axel Davy
can still be run by disabling DRI3 support via the LIBGL_DRI3_DISABLE environment variable. Signed-off-by: Frank Binns Reviewed-by: Axel Davy --- src/egl/drivers/dri2/platform_x11.c | 3 ++- src/egl/drivers/dri2/platform_x11_dri3.c | 33 +--- 2 files

Mesa (master): st/nine: Use offset_units_unscaled

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: b76fa5673924ce09e28f3000808e3bd50ffe4570 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b76fa5673924ce09e28f3000808e3bd50ffe4570 Author: Axel Davy Date: Tue Jun 14 23:24:24 2016 +0200 st/nine: Use offset_units_unscaled offset_units_unscaled

Mesa (master): r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for r600

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: 400e8d8c4080de0d9ab907b6ebbcc15c1ab02822 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=400e8d8c4080de0d9ab907b6ebbcc15c1ab02822 Author: Axel Davy Date: Tue Jun 14 22:22:50 2016 +0200 r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset

Mesa (master): gallium: Add a cap for offset_units_unscaled

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: 59a692916ca251db995050f7fc0bb7b4e6e4780b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59a692916ca251db995050f7fc0bb7b4e6e4780b Author: Axel Davy Date: Mon Jun 13 22:28:32 2016 +0200 gallium: Add a cap for offset_units_unscaled D3D9 has a

Mesa (master): r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: f6704f2a4db7113e597d4bab2cefc02e166c2ad9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6704f2a4db7113e597d4bab2cefc02e166c2ad9 Author: Axel Davy Date: Tue Jun 14 23:13:26 2016 +0200 r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED Empirical

Mesa (master): r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreen

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: fe2ec50d754d9ddf38d167ff56e376577732c128 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe2ec50d754d9ddf38d167ff56e376577732c128 Author: Axel Davy Date: Tue Jun 14 22:30:11 2016 +0200 r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset

Mesa (master): radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: be7957b156e30ffe9fb647b58ba00e236e498c3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be7957b156e30ffe9fb647b58ba00e236e498c3f Author: Axel Davy Date: Tue Jun 14 22:41:50 2016 +0200 radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED Empirical

Mesa (master): radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: ff5abe9d90d0db7b50ec0b1f52ce3a2f766ecfd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff5abe9d90d0db7b50ec0b1f52ce3a2f766ecfd7 Author: Axel Davy Date: Tue Jun 14 22:04:41 2016 +0200 radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset

Mesa (master): radeon: Remove useless pa_su_poly_offset_db_fmt_cntl

2016-06-25 Thread Axel Davy
Module: Mesa Branch: master Commit: c2b7b48a54e0124dd8aa0513a264d76535ea9829 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2b7b48a54e0124dd8aa0513a264d76535ea9829 Author: Axel Davy Date: Tue Jun 14 22:32:04 2016 +0200 radeon: Remove useless pa_su_poly_offset_db_fmt_cntl

Mesa (master): 43 new commits

2016-05-18 Thread Axel Davy
glibc specific. fenv.h doesn't enable to do exactly what we want either, so instead use assembly directly. Signed-off-by: Wang He Reviewed-by: Axel Davy URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de39231134348a5ffb92f7cc2b3098e11384912a Author: Patrick Ru

Mesa (master): st/nine: specify WINAPI only for i386 and amd64

2016-04-02 Thread Axel Davy
: "11.1 11.2" Signed-off-by: Christian Schmidbauer Acked-by: Axel Davy --- include/D3D9/d3d9types.h | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/include/D3D9/d3d9types.h b/include/D3D9/d3d9types.h index d74ce80..e0b8652 100644 --- a/include/D3D9/d

Mesa (master): st/nine: Use Position input helper for ps3 declared inputs

2016-02-29 Thread Axel Davy
Module: Mesa Branch: master Commit: 8a8affdfdace486f4e416e66e2dd0ed122505a90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a8affdfdace486f4e416e66e2dd0ed122505a90 Author: Axel Davy Date: Sun Feb 21 16:35:31 2016 +0100 st/nine: Use Position input helper for ps3 declared inputs

Mesa (master): st/nine: Handle READONLY for buffer MANAGED pool

2016-02-29 Thread Axel Davy
Module: Mesa Branch: master Commit: 35c858c42c818d5bf5b4bfee03a342df52acface URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35c858c42c818d5bf5b4bfee03a342df52acface Author: Axel Davy Date: Wed Feb 24 23:44:40 2016 +0100 st/nine: Handle READONLY for buffer MANAGED pool READONLY

Mesa (master): st/nine: Fix second Multithreading issue with MANAGED buffers

2016-02-29 Thread Axel Davy
Module: Mesa Branch: master Commit: 83bc2acfe90fd2e503bab4b5a586c1e2822863f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83bc2acfe90fd2e503bab4b5a586c1e2822863f5 Author: Axel Davy Date: Sat Feb 27 11:02:21 2016 +0100 st/nine: Fix second Multithreading issue with MANAGED buffers

Mesa (master): st/nine: Introduce helper for Position shader input

2016-02-29 Thread Axel Davy
Module: Mesa Branch: master Commit: f08c990af53e91114257b19e5679e2dbbc277e45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f08c990af53e91114257b19e5679e2dbbc277e45 Author: Axel Davy Date: Sun Feb 21 16:30:15 2016 +0100 st/nine: Introduce helper for Position shader input Cc: "

Mesa (master): st/nine: Fix Multithreading issue with MANAGED buffers

2016-02-29 Thread Axel Davy
Module: Mesa Branch: master Commit: 44246fe99d4c880b70a58043624bf023237009f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44246fe99d4c880b70a58043624bf023237009f5 Author: Axel Davy Date: Thu Feb 25 19:07:37 2016 +0100 st/nine: Fix Multithreading issue with MANAGED buffers d3d

Mesa (master): st/nine: Do not set resource usage for SYSTEMMEM

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 77a5871c1dfcc2cf3032e873a5c7e4a2e7093889 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77a5871c1dfcc2cf3032e873a5c7e4a2e7093889 Author: Axel Davy Date: Tue Jan 26 17:02:53 2016 +0100 st/nine: Do not set resource usage for SYSTEMMEM We do not

Mesa (master): st/nine: Clean useless code in texture9.c

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: d973a525d387f1562e796ec598951ee5d2f02540 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d973a525d387f1562e796ec598951ee5d2f02540 Author: Axel Davy Date: Tue Jan 26 17:13:00 2016 +0100 st/nine: Clean useless code in texture9.c This

Mesa (master): st/nine: Support ATI1/ATI2 for CubeTexture

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 3a2e0c77848120f44031d2deb91108ff8e951d85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a2e0c77848120f44031d2deb91108ff8e951d85 Author: Axel Davy Date: Tue Jan 26 18:14:02 2016 +0100 st/nine: Support ATI1/ATI2 for CubeTexture Texture and

Mesa (master): st/nine: Add format checks to create_zs_or_rt_surface

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: dbcb4f46ad792ed4f0f3cc64449ccd6288a6f386 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbcb4f46ad792ed4f0f3cc64449ccd6288a6f386 Author: Axel Davy Date: Tue Jan 26 18:21:26 2016 +0100 st/nine: Add format checks to create_zs_or_rt_surface Returns

Mesa (master): st/nine: Do not set SHARED flag for shared textures.

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 36b4bb303cec3de59621f41a8dea3aaeca3d12c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36b4bb303cec3de59621f41a8dea3aaeca3d12c5 Author: Axel Davy Date: Tue Jan 26 17:04:21 2016 +0100 st/nine: Do not set SHARED flag for shared textures. We do

Mesa (master): st/nine: Fix stateblocks crashes with lights

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 17078d92ea524c9f0e9dff8d17f8b2df752d24cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17078d92ea524c9f0e9dff8d17f8b2df752d24cc Author: Axel Davy Date: Sat Feb 6 19:29:10 2016 +0100 st/nine: Fix stateblocks crashes with lights We had several

Mesa (master): st/nine: Clean pSharedHandle Texture ctors checks

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 6c4774bbe4f259cf7af329ce6493d9b50310689f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c4774bbe4f259cf7af329ce6493d9b50310689f Author: Axel Davy Date: Tue Jan 26 18:00:30 2016 +0100 st/nine: Clean pSharedHandle Texture ctors checks Clarify the

Mesa (master): st/nine: Align stack for entry points

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 77d6c11f8fa87ba1070028cb036807dc8a115633 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77d6c11f8fa87ba1070028cb036807dc8a115633 Author: Axel Davy Date: Sun Feb 7 12:29:45 2016 +0100 st/nine: Align stack for entry points For 32 bits, incoming

Mesa (master): st/nine: Implement Managed vertex/index buffers

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: cc0114f30b587a10766ec212afb3ad356099ef23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc0114f30b587a10766ec212afb3ad356099ef23 Author: Axel Davy Date: Sat Feb 6 13:39:58 2016 +0100 st/nine: Implement Managed vertex/index buffers We were

Mesa (master): st/nine: SCRATCH does support all formats

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 6cba347530433c61b218d2b897fb57f33835b37b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cba347530433c61b218d2b897fb57f33835b37b Author: Axel Davy Date: Tue Jan 26 18:27:39 2016 +0100 st/nine: SCRATCH does support all formats Add new argument to

Mesa (master): st/nine: Drop path for ureg_NRM and ureg_CLAMP

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: d7a5468da9796af193e65cd5823525b97dfed2df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7a5468da9796af193e65cd5823525b97dfed2df Author: Axel Davy Date: Sat Feb 6 20:03:51 2016 +0100 st/nine: Drop path for ureg_NRM and ureg_CLAMP using MIN/MAX

Mesa (master): st/nine: Remove usage of SQRT in ff code

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: 6b43f5b1d4efca53f246296f98db00ff8f7544b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b43f5b1d4efca53f246296f98db00ff8f7544b6 Author: Axel Davy Date: Sat Feb 6 19:55:54 2016 +0100 st/nine: Remove usage of SQRT in ff code SQRT is not

Mesa (master): st/nine: Move texture creation checks

2016-02-12 Thread Axel Davy
Module: Mesa Branch: master Commit: bb65b189f34fb497b69e1b267cb355a6829d4b6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb65b189f34fb497b69e1b267cb355a6829d4b6b Author: Axel Davy Date: Tue Jan 26 17:32:22 2016 +0100 st/nine: Move texture creation checks We were having checks

Mesa (master): 46 new commits

2016-02-04 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d91c67077a5efd13b9505fe01a3c80ccb37bc9 Author: Axel Davy Date: Thu Jan 28 22:32:43 2016 +0100 st/nine: Use align_free when needed Use align_free to free memory allocated with align_malloc. Signed-off-by: Axel

Mesa (master): radeonsi: Add option for SI scheduler

2016-01-28 Thread Axel Davy
Module: Mesa Branch: master Commit: dda7a849868d5a4be6cec9d28c86a52aba62b32b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dda7a849868d5a4be6cec9d28c86a52aba62b32b Author: Axel Davy Date: Fri Jan 15 10:47:42 2016 +0100 radeonsi: Add option for SI scheduler Add a debug option to

Mesa (master): 72 new commits

2015-08-21 Thread Axel Davy
upload constants, and switching to the user constant buffer path solves the bugs. User constant buffers are expected to be slower for Nvidia cards, so ideally this patch should be reverted when the path is fixed. Reviewed-by: Axel Davy Signed-off-by: Krzysztof

Mesa (master): egl/wayland: Add support for render-nodes

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: fb0960a14bd6980aa63deef45ec3cf1ab99bcf0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb0960a14bd6980aa63deef45ec3cf1ab99bcf0a Author: Axel Davy Date: Fri May 1 01:30:10 2015 +0200 egl/wayland: Add support for render-nodes It is possible the

Mesa (master): egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.h

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: f1cc478d89986c87f01fdaae510335965e19493c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1cc478d89986c87f01fdaae510335965e19493c Author: Axel Davy Date: Fri May 1 11:12:46 2015 +0200 egl/x11: move dri2_x11_swrast_create_image_khr to

Mesa (master): egl/swrast: Enable config extension for swrast

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: 13fa84e1bcf1e07c69bb678508f8cdb0912b57c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13fa84e1bcf1e07c69bb678508f8cdb0912b57c5 Author: Axel Davy Date: Fri May 1 19:08:37 2015 +0200 egl/swrast: Enable config extension for swrast Enables to use

Mesa (master): egl/wayland: Simplify dri2_wl_create_surface

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: cd25e52f6bb5279cd7b1992e5907df3966b900ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd25e52f6bb5279cd7b1992e5907df3966b900ce Author: Axel Davy Date: Fri May 1 11:16:41 2015 +0200 egl/wayland: Simplify dri2_wl_create_surface This function is

Mesa (master): egl/wayland: Implement DRI_PRIME support

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: 4cd546df82c557b9a765e40db2f96c4faa299846 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cd546df82c557b9a765e40db2f96c4faa299846 Author: Axel Davy Date: Fri May 1 01:16:24 2015 +0200 egl/wayland: Implement DRI_PRIME support When the server gpu

Mesa (master): glx/dri3: Add additional check for gpu offloading case

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: c4ff6d00cd7dde4646ff96733f68d3ddbf540c2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4ff6d00cd7dde4646ff96733f68d3ddbf540c2c Author: Axel Davy Date: Fri May 1 00:20:34 2015 +0200 glx/dri3: Add additional check for gpu offloading case Checks

Mesa (master): egl/wayland: properly destroy wayland objects

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: 6aaf09b93b668a24b557e05195b9897e8cee8559 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6aaf09b93b668a24b557e05195b9897e8cee8559 Author: Axel Davy Date: Fri May 1 00:03:32 2015 +0200 egl/wayland: properly destroy wayland objects the wl_registry

Mesa (master): doc/egl: Remove depreciated EGL_SOFTWARE

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: 05ac39ac497ad7835cac7a161491282b5f69d711 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05ac39ac497ad7835cac7a161491282b5f69d711 Author: Axel Davy Date: Fri May 1 00:06:31 2015 +0200 doc/egl: Remove depreciated EGL_SOFTWARE EGL_SOFTWARE is not

Mesa (master): egl/wayland: Implement swrast support

2015-05-11 Thread Axel Davy
Module: Mesa Branch: master Commit: cdcfe48fb0431184fabb40aa5a244d086f551df5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdcfe48fb0431184fabb40aa5a244d086f551df5 Author: Axel Davy Date: Fri May 1 11:11:20 2015 +0200 egl/wayland: Implement swrast support Reviewed-by: Dave

Mesa (master): 29 new commits

2015-04-28 Thread Axel Davy
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=231be57ee2515428e3de31f514effe9cf06bcda0 Author: Axel Davy Date: Fri Feb 20 12:59:45 2015 +0100 st/nine: Remove Managed texture hack. Previously binding an unitialized managed texture was causing a crash, and a

Mesa (master): 44 new commits

2015-02-05 Thread Axel Davy
corresponding entries in the vertex declaration. This dummy buffer will give to the shader float4(0,0,0,0). This fixes several artifacts on some games. Signed-off-by: Axel Davy Signed-off-by: Tiziano Bacocco URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id