Mesa (master): mapi: don't include X11/Xlib-xcb.h on non PTHREAD platforms

2017-03-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 04a9ca2700742def92ff5dfdf487f4724c9c4441 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04a9ca2700742def92ff5dfdf487f4724c9c4441 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 16 15:43:48 2017 +1100 mapi: don't include X11/Xlib

Mesa (master): mesa: fix glthread marshal build issues on platforms without PTHREAD

2017-03-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4a32d473fd6c10451fca813e462abfbe6c876048 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a32d473fd6c10451fca813e462abfbe6c876048 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 16 15:28:47 2017 +1100 mesa: fix glthread marshal

Mesa (master): mesa: fix glthread build issues on platforms without PTHREAD

2017-03-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 643b0fd7e9269280b7ae0fc5c0e75c32597aa120 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=643b0fd7e9269280b7ae0fc5c0e75c32597aa120 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 16 14:46:16 2017 +1100 mesa: fix glthread build

Mesa (master): 25 new commits

2017-03-15 Thread Timothy Arceri
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c83562ccaa5f4bd42f4f59c519b48faeb295e354 Author: Marek Olšák <marek.ol...@amd.com> Date: Sun Feb 5 01:20:51 2017 +0100 gallium: implement the backend of threaded GL dispatch Acked-by: Timothy Arceri <tarc...@itsq

Mesa (master): util/disk_cache: do eviction before creating .tmp

2017-03-15 Thread Timothy Arceri
gmail.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/util/disk_cache.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c index e015e56..30756bc 100644 --- a/src/util/disk_cache.c +++ b/src

Mesa (master): radv: trivial tidy ups

2017-03-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 304b35b0e932188d78e7b089d2a936a65a746a09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=304b35b0e932188d78e7b089d2a936a65a746a09 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Mar 14 15:50:34 2017 +1100 radv: trivial tidy ups Re

Mesa (master): util/disk_cache: add thread queue to disk cache

2017-03-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e2c4435b078a1471b044219552873a54b1817bac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2c4435b078a1471b044219552873a54b1817bac Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 9 10:51:01 2017 +1100 util/disk_cache: add thread

Mesa (master): util/disk_cache: use LRU eviction rather than random eviction

2017-03-14 Thread Timothy Arceri
gt; Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/util/disk_cache.c | 77 +++ 1 file changed, 34 insertions(+), 43 deletions(-) diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c index c71f039..931e308 100644 --- a/src

Mesa (master): util/disk_cache: actually enforce cache size

2017-03-14 Thread Timothy Arceri
nforce cache size Currently only a one in one out eviction so if at max_size and cache files were to constantly increase in size then so would the cache. Restrict to limit of 8 evictions per new cache entry. V2: (Timothy Arceri) fix make check tests Reviewed-by: Grazvydas Ignotas <nota...@

Mesa (master): util/disk_cache: use a thread queue to write to shader cache

2017-03-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 50989f87e62e0b9a4796c565a103ce45c684c673 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50989f87e62e0b9a4796c565a103ce45c684c673 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 13 11:07:30 2017 +1100 util/disk_cache: use a

Mesa (master): util/disk_cache: scale cache according to filesystem size

2017-03-14 Thread Timothy Arceri
cache according to filesystem size Select higher of current 1G default or 10% of filesystem where cache is located. Acked-by: Timothy Arceri <tarc...@itsqueeze.com> Reviewed-by: Grazvydas Ignotas <nota...@gmail.com> --- src/util/disk_cache.c | 11 --- 1 file changed, 8 insertio

Mesa (master): util/disk_cache: add helpers for creating/ destroying disk cache put jobs

2017-03-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fc5ec64ba3bb0e337127443a85e2a3f23abba34b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc5ec64ba3bb0e337127443a85e2a3f23abba34b Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 13 10:14:35 2017 +1100 util/disk_cache: add h

Mesa (master): util/disk_cache: don' t fallback to an empty cache dir on evict

2017-03-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c2793e2c890b828c6cb1e9694619255d69a2ca1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2793e2c890b828c6cb1e9694619255d69a2ca1e Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Mar 14 11:22:44 2017 +1100 util/disk_cache: don't fa

Mesa (master): util/u_queue: make u_queue accessible to cpp

2017-03-12 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 13d69a85197f6bd57a12e1f9c5ccb6ae0b5431ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13d69a85197f6bd57a12e1f9c5ccb6ae0b5431ce Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Mar 10 13:28:53 2017 +1100 util/u_queue: make u

Mesa (master): glsl: don't use ralloc for blob creation

2017-03-12 Thread Timothy Arceri
Module: Mesa Branch: master Commit: df1d5fc442188343ae885c89b8601476a9988bba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df1d5fc442188343ae885c89b8601476a9988bba Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Mar 10 11:30:01 2017 +1100 glsl: don't use ralloc fo

Mesa (master): gallium/util: remove unused util_strbuf*

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ff8aad66bd2df9bdac741516d27de090671e7ee4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff8aad66bd2df9bdac741516d27de090671e7ee4 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 14:36:15 2017 +1100 gallium/util: remove

Mesa (master): gallium/util: replace pipe_thread_setname() with u_thread_setname()

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ca76a2ba1b83ca837a198dc58ef3962d1ca71c68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca76a2ba1b83ca837a198dc58ef3962d1ca71c68 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 9 10:07:43 2017 +1100 gallium/util: r

Mesa (master): util: add u_thread.h

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fbfe88725367bd94ed047023cd4309622d0e6abb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbfe88725367bd94ed047023cd4309622d0e6abb Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 15:18:34 2017 +1100 util: add u_th

Mesa (master): glsl: don't recompile a shader on fallback unless needed

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b607aad8e1a40c473176e31e11deaa26477c54c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b607aad8e1a40c473176e31e11deaa26477c54c0 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 9 22:58:38 2017 +1100 glsl: don't recompile a

Mesa (master): gallium/util: move u_queue.{c,h} to src/util

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b822d9dd67b502565b30da37b90c1d70114b8409 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b822d9dd67b502565b30da37b90c1d70114b8409 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 15:33:38 2017 +1100 gallium/util: move u_queu

Mesa (master): gallium/util: move u_string.h to src/util/u_string.h

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 94a6457724c0f0fa15095c6a2cff61fb71acd070 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94a6457724c0f0fa15095c6a2cff61fb71acd070 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 14:36:17 2017 +1100 gallium/util: move u_st

Mesa (master): gallium/util: replace pipe_thread_create() with u_thread_create()

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f8cc4c25b8985e7f834510ca9d34eec308f413e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8cc4c25b8985e7f834510ca9d34eec308f413e3 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 9 09:57:58 2017 +1100 gallium/util: r

Mesa (master): gallium/util: remove unused util_memmove()

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b4b1dcb2c152519648a52ce415dc702d8c0bc7a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4b1dcb2c152519648a52ce415dc702d8c0bc7a6 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 14:36:14 2017 +1100 gallium/util: remove

Mesa (master): mesa/glsl: introduce new gl_compile_status enum

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: bfa95997c4ecf74a329a047359d5e8d1217da49b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfa95997c4ecf74a329a047359d5e8d1217da49b Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 9 22:58:37 2017 +1100 mesa/glsl: introdu

Mesa (master): gallium/util: make use of new u_thread.h in u_queue.{c, h}

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 04ec4db8b5424872ebefed677cbd01fa3b40145d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04ec4db8b5424872ebefed677cbd01fa3b40145d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 15:20:33 2017 +1100 gallium/util: make use

Mesa (master): gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 14e6b8695206dc2b3f38c65ae5fab0e1819e2725 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14e6b8695206dc2b3f38c65ae5fab0e1819e2725 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 9 10:03:00 2017 +1100 gallium/util: r

Mesa (master): gallium/util: use standard malloc/calloc/free in u_queue.c

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a3b820308b9ff754199f1fb595baddcdf60da18f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3b820308b9ff754199f1fb595baddcdf60da18f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 14:58:00 2017 +1100 gallium/util: use standard

Mesa (master): gallium/util: remove unused header from u_string.h

2017-03-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d55d1e98055f29fcbab24748521997ad1e4d31a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d55d1e98055f29fcbab24748521997ad1e4d31a0 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 8 14:36:16 2017 +1100 gallium/util: remove unused

Mesa (master): glsl/blob: clear padding bytes

2017-03-09 Thread Timothy Arceri
gt; Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/compiler/glsl/blob.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/compiler/glsl/blob.c b/src/compiler/glsl/blob.c index dd4341b..14dc690 100644 --- a/src/compiler/glsl/blob.c +++ b/src/compiler/gls

Mesa (master): util/disk_cache: fix compressed size calculation

2017-03-09 Thread Timothy Arceri
ressed size calculation It incorrectly doubles the size on each iteration. Fixes: 85a9b1b5 "util/disk_cache: compress individual cache entries" Signed-off-by: Grazvydas Ignotas <nota...@gmail.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/util/disk_cache

Mesa (master): util/disk_cache: fix size subtraction on 32bit

2017-03-09 Thread Timothy Arceri
gmail.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/util/disk_cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c index 5470688..facdcec 100644 --- a/src/util/disk_cache.c +++ b/src/util/disk

Mesa (master): st/nine: pass NULL to ureg_get_tokens()

2017-03-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0e34966340c76225223e534536526e846b0654fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e34966340c76225223e534536526e846b0654fb Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Mar 3 10:12:09 2017 +1100 st/nine: pas

Mesa (master): st/mesa: don't propagate uniforms when restoring from cache

2017-03-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 20234cfe3a204eda5abb4ed757ae775e82619ba7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20234cfe3a204eda5abb4ed757ae775e82619ba7 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Mar 3 16:59:48 2017 +1100 st/mesa: don't propagate un

Mesa (master): gallium/util: remove PIPE_THREAD_ROUTINE()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: da40ac65c7b9f8d877fb6f79b2a29138237ec868 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da40ac65c7b9f8d877fb6f79b2a29138237ec868 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 6 11:58:26 2017 +1100 gallium/util:

Mesa (master): gallium/util: remove unused header from u_queue.c

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7eb85b820440b38ccf6491aabdcf68cac112e0fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7eb85b820440b38ccf6491aabdcf68cac112e0fc Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 6 11:58:29 2017 +1100 gallium/util: remove unused

Mesa (master): gallium/util: remove unused pipe_thread_destroy()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 60a2c2507d4df92fcc56d9772a427ef9638757f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60a2c2507d4df92fcc56d9772a427ef9638757f2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 6 11:58:28 2017 +1100 gallium/util: remove

Mesa (master): gallium/util: replace pipe_thread_wait() with thrd_join()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d82d8be6148b599ce47bf4c0e6ae4e27cf5cc233 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d82d8be6148b599ce47bf4c0e6ae4e27cf5cc233 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 6 11:58:27 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_condvar with cnd_t

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e92293a601bbc141bb85f88f962264fa0b1da916 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e92293a601bbc141bb85f88f962264fa0b1da916 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 6 10:41:39 2017 +1100 gallium/util: replace pipe_c

Mesa (master): gallium/util: replace pipe_mutex_lock() with mtx_lock()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ba72554f3e576c1674d52ab16d8d2edff9398b71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba72554f3e576c1674d52ab16d8d2edff9398b71 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:12:30 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_mutex_destroy() with mtx_destroy ()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: be188289e1bf0e259c91a751c405d54bb99bc5d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be188289e1bf0e259c91a751c405d54bb99bc5d4 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:32:04 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_mutex with mtx_t

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2efddc63ee864ab917e444b68a7c2dcf520d451e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2efddc63ee864ab917e444b68a7c2dcf520d451e Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:32:01 2017 +1100 gallium/util: replace pipe

Mesa (master): gallium/util: replace pipe_mutex_unlock() with mtx_unlock()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 628e84a58fdb26c63a705861b92f65f242613321 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=628e84a58fdb26c63a705861b92f65f242613321 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:32:06 2017 +1100 gallium/util: r

Mesa (master): gallium/util: remove pipe_static_mutex()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: acdcaf9be4695ccdc4a589a3416591dd316e876c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acdcaf9be4695ccdc4a589a3416591dd316e876c Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:32:02 2017 +1100 gallium/util:

Mesa (master): gallium/util: replace pipe_thread with thrd_t

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e5375ba028c8ca48b11b86068efb65c4e03153eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5375ba028c8ca48b11b86068efb65c4e03153eb Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:39:49 2017 +1100 gallium/util: replace pipe_

Mesa (master): gallium/util: replace pipe_mutex_init() with mtx_init()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 75b47dda0c8895afe77858cbb67efa38e17e1838 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75b47dda0c8895afe77858cbb67efa38e17e1838 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 12:00:15 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_condvar_init() with cnd_init()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3f58242863e03c47e3b37a63c84a965d12047612 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f58242863e03c47e3b37a63c84a965d12047612 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 10:41:29 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_condvar_wait() with cnd_wait()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 74c879ac75d5e9262b668c8c6fdaa5d36e3c3bf3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74c879ac75d5e9262b668c8c6fdaa5d36e3c3bf3 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 10:41:31 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_condvar_destroy() with cnd_destroy()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1e0314281a7d2e57b0e0ad2296445dffdb26dbd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e0314281a7d2e57b0e0ad2296445dffdb26dbd2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 10:41:30 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 464d4806c112c6d224a55b328cde327a025acd91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=464d4806c112c6d224a55b328cde327a025acd91 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 10:41:33 2017 +1100 gallium/util: r

Mesa (master): gallium/util: replace pipe_condvar_signal() with cnd_signal ()

2017-03-06 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5e56c2c79d6d7e59d9098b79912149b00973251d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e56c2c79d6d7e59d9098b79912149b00973251d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 10:41:32 2017 +1100 gallium/util: r

Mesa (master): st/dri: use local pointer to st_context_iface

2017-03-06 Thread Timothy Arceri
ointer to st_context_iface Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> Reviewed-by: Michel Dänzer <michel.daen...@amd.com> --- src/gallium/state_trackers/dri/dri_drawable.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/dri/dri

Mesa (master): st/dri: reduce dri_fill_st_options() params

2017-03-06 Thread Timothy Arceri
ptions() params Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> Reviewed-by: Michel Dänzer <michel.daen...@amd.com> --- src/gallium/state_trackers/dri/dri_screen.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gallium/state_trackers/dri/dri_scree

Mesa (master): glapi: fix typo in count_scale

2017-03-06 Thread Timothy Arceri
x typo in count_scale 2*4=8 Signed-off-by: Gregory Hainaut <gregory.hain...@gmail.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> Reviewed-by: Matt Turner <matts...@gmail.com> --- src/mapi/glapi/gen/gl_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --

Mesa (master): util/disk_cache: fix make check

2017-03-05 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6b657cecd52649b1a8735cd143998280cfa130f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b657cecd52649b1a8735cd143998280cfa130f3 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Mar 6 13:25:59 2017 +1100 util/disk_cache: fix make

Mesa (master): Revert "glsl: Switch to disable-by-default for the GLSL shader cache"

2017-03-05 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e3a01a5d1b019e7b00218ba526874f4c77ea8bee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3a01a5d1b019e7b00218ba526874f4c77ea8bee Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Feb 23 13:09:03 2017 +1100 Revert "glsl: Switch

Mesa (master): docs: update envvars.html to reflect having a cache per arch

2017-03-05 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ee8d2e280445b3f732e010bc6e2507483213a51a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee8d2e280445b3f732e010bc6e2507483213a51a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Mar 2 17:08:34 2017 +1100 docs: update envvar

Mesa (master): util/disk_cache: support caches for multiple architectures

2017-03-05 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 11f0efec2e615f5233defdd8ca9693c54ea49b1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11f0efec2e615f5233defdd8ca9693c54ea49b1f Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sun Mar 5 08:07:22 2017 +1100 util/disk_cache: support

Mesa (master): util/disk_cache: mark read-only arguments const

2017-03-05 Thread Timothy Arceri
d-only arguments const No functional changes. Signed-off-by: Grazvydas Ignotas <nota...@gmail.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/util/disk_cache.c | 35 ++- src/util/disk_cache.h | 20 ++-- 2 files changed, 28

Mesa (master): svga: pass NULL to ureg_get_tokens()

2017-03-04 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 28fd6556c30096c415ebeb061d7e90b76d6b547d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28fd6556c30096c415ebeb061d7e90b76d6b547d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Mar 3 10:06:24 2017 +1100 svga: pass NULL to ureg_get_

Mesa (master): glapi: Fix a comment typo

2017-03-03 Thread Timothy Arceri
viewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/mapi/glapi/gen/gl_API.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd index bdc62f1..782265

Mesa (master): tgsi/ureg: return correct token count in ureg_get_tokens

2017-03-02 Thread Timothy Arceri
change should not cause regressions elsewhere because the only ureg_get_tokens() user that cares about token count is the shader cache. Signed-off-by: Grazvydas Ignotas <nota...@gmail.com> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com> --- src/gallium/auxiliary/tgsi/tgsi_ureg.c | 2

Mesa (master): radeonsi: add support for an on-disk shader cache

2017-03-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 60848555289d2e757aff2f6c53d40c23d46c4489 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60848555289d2e757aff2f6c53d40c23d46c4489 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Jan 24 17:08:22 2017 +0100 radeonsi: add s

Mesa (master): util/disk_cache: compress individual cache entries

2017-03-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 85a9b1b562b6a73b9494b3fad25172da3dc90fc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85a9b1b562b6a73b9494b3fad25172da3dc90fc2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Mar 1 16:04:23 2017 +1100 util/disk_cache: co

Mesa (master): util/disk_cache: add support for detecting corrupt cache entries

2017-03-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5afde6175219bb6ec45f49aba2bde813e8d6231a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5afde6175219bb6ec45f49aba2bde813e8d6231a Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Feb 24 15:14:56 2017 +1100 util/disk_cache: add s

Mesa (master): gallium/r600: fix r600 build when OpenCL is enabled

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4d0d81379e6cdb1b2af952cdad95b1d958e96ef3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d0d81379e6cdb1b2af952cdad95b1d958e96ef3 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 28 15:39:08 2017 +1100 gallium/r600: fix r600 buil

Mesa (master): radeon/ac: add llvm_ir_string to ac_shader_binary struct

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: affc8314cb7580414c6ed72aac40997b952b3694 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=affc8314cb7580414c6ed72aac40997b952b3694 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 27 10:16:18 2017 +1100 radeon/ac: add llvm_ir_

Mesa (master): radeon: remove unused radeon_elf_util.{c,h}

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d90bf4ef3e1db71d407f492254c594adffa592b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d90bf4ef3e1db71d407f492254c594adffa592b3 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 27 11:48:08 2017 +1100 radeon: remove

Mesa (master): radeon/ac: switch to ac_shader_binary_config_start()

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 503fb134e850c9ceb9189edbb7f6567070ed0d0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=503fb134e850c9ceb9189edbb7f6567070ed0d0b Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 27 11:24:54 2017 +1100 radeon/ac:

Mesa (master): radeon/ac: switch from radeon_shader_binary to ac_shader_binary

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 69a687189e0381d0ff8c2f079698b8adfbb0a7b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69a687189e0381d0ff8c2f079698b8adfbb0a7b1 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 27 10:50:29 2017 +1100 radeon/ac: switc

Mesa (master): radeon/ac: switch from radeon_elf_read() to ac_elf_read()

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dc4c551a345dc399e589382cd859812ea0d5bbae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc4c551a345dc399e589382cd859812ea0d5bbae Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 27 11:06:51 2017 +1100 radeon/ac: switc

Mesa (master): radeon/ac: make ac_shader_binary_config_start() available externally

2017-02-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f0aaa4b3a42d9fd250e1b9d9c53f40b0ea0855ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0aaa4b3a42d9fd250e1b9d9c53f40b0ea0855ac Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 27 11:17:12 2017 +1100 radeon/ac

Mesa (master): compiler: style clean-ups in blob.h

2017-02-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6b4bb24acfeec4d224acdffb73a5f5d810291a02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b4bb24acfeec4d224acdffb73a5f5d810291a02 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Feb 24 15:34:51 2017 +1100 compiler: style cle

Mesa (master): st/mesa: fix crash in shader cache cased by race condition

2017-02-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c24d0aaa9a197ccf7cbaa9154b840aed6397f6bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c24d0aaa9a197ccf7cbaa9154b840aed6397f6bd Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Feb 23 14:42:07 2017 +1100 st/mesa: fix crash in shader

Mesa (master): st/mesa: free shader cache buffer on fallback

2017-02-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 987d8037cabaafaeba2cb8b82cb7fa7290dc4464 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=987d8037cabaafaeba2cb8b82cb7fa7290dc4464 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Feb 23 14:50:58 2017 +1100 st/mesa: free shader cache

Mesa (master): radeon: fix r600 builds when old version of llvm is present

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4711e5433662ceb80ba62ae949934c6019dc1b17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4711e5433662ceb80ba62ae949934c6019dc1b17 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Feb 23 13:35:03 2017 +1100 radeon: fix r600 builds wh

Mesa (master): st/mesa: move set_prog_affected_state_flags() to st_program.c

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0d5130bdd02f1bed405d13e95779d609a28289a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d5130bdd02f1bed405d13e95779d609a28289a2 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 22 10:59:13 2017 +1100 st/mesa

Mesa (master): st/mesa: implement a tgsi on-disk shader cache

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9f506d817ee38e421d7ff3f32a28808c685f66da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f506d817ee38e421d7ff3f32a28808c685f66da Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 1 15:52:27 2017 +1100 st/mesa: implement a tgsi o

Mesa (master): st/mesa: get on-disk shader cache

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 27cecafefd4371b13c5df1ea502406ff55dee12e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27cecafefd4371b13c5df1ea502406ff55dee12e Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 21 09:00:49 2017 +1100 st/mesa: get on-disk shader

Mesa (master): r600/radeonsi: enable glsl/tgsi on-disk cache

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2f3290ac28f1ef5c023331b8b814eda0a247ef1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f3290ac28f1ef5c023331b8b814eda0a247ef1d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 21 09:57:09 2017 +1100 r600/radeonsi: enable gls

Mesa (master): st/mesa: add sha1 field to st program structs

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b9de1c2e0241f2ded413ac115b83f0f06788206d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9de1c2e0241f2ded413ac115b83f0f06788206d Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 22 11:33:44 2017 +1100 st/mesa: add sha1 field

Mesa (master): util/disk_cache: fix bug with deleting old cache dirs

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d258055c8bcb1bd8438b4c28134813a4f0620f98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d258055c8bcb1bd8438b4c28134813a4f0620f98 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 22 14:16:04 2017 +1100 util/disk_cache: f

Mesa (master): ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8239eef2f77024b585324d6ea730478b1be1eeeb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8239eef2f77024b585324d6ea730478b1be1eeeb Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 22 09:18:09 2017 +1100 ddebug/rbug/trac

Mesa (master): gallium: add get_disk_shader_cache() callback

2017-02-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4be98ed5fd23e42c19a20b322a0207326f834c64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4be98ed5fd23e42c19a20b322a0207326f834c64 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 20 09:29:01 2017 +1100 gallium: add get_disk_shader

Mesa (master): util/radv: move *_get_function_timestamp() to utils

2017-02-21 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 207e3a6e4b6d70a965f2852204c35ccf42fe3533 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=207e3a6e4b6d70a965f2852204c35ccf42fe3533 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Feb 10 13:02:22 2017 +1100 util/radv

Mesa (master): util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is used

2017-02-21 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0441e6bc8b377cf7a7b8441bca69121b98e30620 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0441e6bc8b377cf7a7b8441bca69121b98e30620 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 21 16:34:49 2017 +1100 util/disk_cache: create tim

Mesa (master): mesa: remove unused variable warning in release builds

2017-02-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 87687afb943d26c1c82ff88b22e1d05fc3c6ed04 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87687afb943d26c1c82ff88b22e1d05fc3c6ed04 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Mon Feb 20 10:16:20 2017 +1100 mesa: remove unused va

Mesa (master): glsl: disable on disk shader cache when running as another user

2017-02-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 62c90492ef2dd27a4d692f767c75afa28928d71b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62c90492ef2dd27a4d692f767c75afa28928d71b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Apr 30 15:26:43 2016 +1000 glsl: disable o

Mesa (master): glsl: fix scons builds with shader cache

2017-02-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 172c48cc15e2a7b42a7de8ff9164ad8733155667 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=172c48cc15e2a7b42a7de8ff9164ad8733155667 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Feb 17 16:27:53 2017 +1100 glsl: fix scons builds with

Mesa (master): util/disk_cache: fix typo in function stub

2017-02-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a2bf0954fbe54d44ea8c33f71ef462dc7cda385e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2bf0954fbe54d44ea8c33f71ef462dc7cda385e Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Fri Feb 17 15:51:30 2017 +1100 util/disk_cache: fi

Mesa (master): 28 new commits

2017-02-16 Thread Timothy Arceri
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3ab09f90f83e09578985fbac39e39121d084b75 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 7 12:10:19 2017 +1100 util/disk_cache: check cache exists before calling munmap() Reviewed-by: Nicolai

Mesa (master): mesa: retain gl_shader_programs after glDeleteProgram if they are in use

2017-02-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e6506b3cd2382a9a7e0a3494a964d2bafb3bebc3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6506b3cd2382a9a7e0a3494a964d2bafb3bebc3 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Jan 26 19:29:20 2017 +1100 mesa: retain gl_shader_pr

Mesa (master): mesa: style fixes for dri xmlconfig.c

2017-02-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 703b592f7adbdd66bf91498028e7ca231a1a9398 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=703b592f7adbdd66bf91498028e7ca231a1a9398 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 14 09:03:26 2017 +1100 mesa: style fixes f

Mesa (master): mesa: remove tabs in dri xmlconfig.c

2017-02-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 300900516d1e15edd86ea0512f9b5ccda85d150e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=300900516d1e15edd86ea0512f9b5ccda85d150e Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Tue Feb 14 09:03:27 2017 +1100 mesa: remove tabs

Mesa (master): util/disk_cache: use stat() to check if entry is a directory

2017-02-10 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d7b3707c612027b354deea6bc5eae56a02d5f8d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7b3707c612027b354deea6bc5eae56a02d5f8d5 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 8 15:05:19 2017 +1100 util/disk_cache: us

Mesa (master): util/disk_cache: error check asprintf()

2017-02-09 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a4086bb5310984b97054ecec8e3a04780f99d646 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4086bb5310984b97054ecec8e3a04780f99d646 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Feb 9 22:41:15 2017 +1100 util/disk_cache: error

Mesa (master): docs: add shader cache environment variables

2017-02-09 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 41ad178b1347ad58a5cbad733426ee3b7b37a835 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41ad178b1347ad58a5cbad733426ee3b7b37a835 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Sep 28 08:56:26 2016 +1000 docs: add shader

Mesa (master): util/disk_cache: stop using ralloc_asprintf() unnecessarily

2017-02-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f3d911463e8f739f8780cb4a8238161e887af5f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3d911463e8f739f8780cb4a8238161e887af5f6 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Thu Feb 9 09:04:52 2017 +1100 util/disk_cache: stop

Mesa (master): util: add a disk_cache_remove() function

2017-02-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4026b45bbc4c2c067f181c54e2beaa1cc5e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4026b45bbc4c2c067f181c54e2beaa1cc5e0 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Apr 26 14:56:22 2016 +1000 uti

Mesa (master): st/mesa/i965: create link status enum

2017-02-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a3fd8bb8c58e35ef06928fe0c565480b0e8f6343 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3fd8bb8c58e35ef06928fe0c565480b0e8f6343 Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Sat Feb 4 10:46:53 2017 +1100 st/mesa/i965: create link

Mesa (master): glsl: add param to force shader recompile

2017-02-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0bf21519b7daa356724d2f3fcb7f954a7700ccde URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bf21519b7daa356724d2f3fcb7f954a7700ccde Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 16:56:21 2016 +1100 glsl: add param to

<    3   4   5   6   7   8   9   10   11   12   >