Mesa (master): glsl: fix count_attribute_slots to allow for different 64-bit handling

2015-12-18 Thread Timothy Arceri
larify what we pass in, except one which needs further investigation Signed-off-by: Dave Airlie <airl...@redhat.com> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> --- src/glsl/ir_set_program_inouts.cpp |7 ++- src/glsl/link_varyings.cpp |6 -- s

Mesa (master): glsl/fp64: add helper for dual slot double detection.

2015-12-18 Thread Timothy Arceri
<airl...@redhat.com> Reviewed-by: Oded Gabbay <oded.gab...@gmail.com> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> --- src/glsl/ir_set_program_inouts.cpp | 10 +- src/glsl/nir/glsl_types.h |8 2 files changed, 9 insertions(+), 9 deletions(-

Mesa (master): glsl: use dual slot helper in the linker code.

2015-12-18 Thread Timothy Arceri
linker code. Signed-off-by: Dave Airlie <airl...@redhat.com> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> --- src/glsl/linker.cpp | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index b39c7

Mesa (master): glsl: simplify interface matching

2015-12-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 183c606066b1b260acb189e46a40cb71e63b44aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=183c606066b1b260acb189e46a40cb71e63b44aa Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Dec 2 17:53:19 2015 +1100 glsl: simplify int

Mesa (master): docs: mark input/output block locations as DONE

2015-12-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8c0963f9d36a8249ec18c493bad9ec33e665a616 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c0963f9d36a8249ec18c493bad9ec33e665a616 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 13 16:06:44 2015 +1100 docs: mark input/

Mesa (master): glsl: add support for explicit locations inside interface blocks

2015-12-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0aeb9b3e5eab57ae5d96047cee7b2c58811b455b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0aeb9b3e5eab57ae5d96047cee7b2c58811b455b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 1 10:34:18 2015 +1100 glsl: add s

Mesa (master): nir: silence uninitialized warning

2015-12-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4b9a79b7b813b8d4df71507a0085ab920e603b73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b9a79b7b813b8d4df71507a0085ab920e603b73 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Dec 11 11:07:14 2015 +1100 nir: silence uniniti

Mesa (master): mesa: move GL_INVALID_OPERATION error to rendering call

2015-12-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ad0262185420db03e8256ef20a0f5b1b1de003d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad0262185420db03e8256ef20a0f5b1b1de003d8 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 6 15:30:34 2015 +1100 mesa

Mesa (master): mesa: move pipeline input/ output validation inside _mesa_validate_program_pipeline()

2015-12-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4dd096d74178e66334089fb0ed01cbf2d6117fac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4dd096d74178e66334089fb0ed01cbf2d6117fac Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 6 15:17:15 2015 +1100 mesa: move pipeline

Mesa (master): glsl: re-validate program pipeline after sampler change

2015-12-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: da1a01361b0b4b9c727aa9a5a2ebe270a6fa81b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da1a01361b0b4b9c727aa9a5a2ebe270a6fa81b7 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 6 14:30:44 2015 +1100 glsl: re-validate p

Mesa (master): mesa: move GLES checks for SSO input/output validation

2015-12-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9214664aed1f7a87dc0d37c966e9fe3cee2753bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9214664aed1f7a87dc0d37c966e9fe3cee2753bf Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 6 16:02:32 2015 +1100 mesa: move GLES

Mesa (master): glsl: don't sort varying in separate shader mode

2015-11-30 Thread Timothy Arceri
arying in separate shader mode This fixes an issue where the addition of the FLAT qualifier in varying_matches::record() can break the expected varying order. It also avoids a future issue with the relaxing of interpolation qualifier matching constraints in GLSL 4.50. V2: (by Timothy Arceri) * re

Mesa (master): glsl: copy how_declared when lowering interface blocks

2015-11-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 76c09c1792ff1209bd34e1ae0e17b9c4929a892f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76c09c1792ff1209bd34e1ae0e17b9c4929a892f Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 21 11:08:36 2015 +1100 glsl: copy how_de

Mesa (master): glsl: add always_active_io attribute to ir_variable

2015-11-30 Thread Timothy Arceri
nstead of ir_variable_refcount_visitor * Move the foreach IR code in the linker file v4: * Fix variable name in assert v5 (by Timothy Arceri): * Rename functions and reword comments * Don't set always active on builtins Signed-off-by: Gregory Hainaut <gregory.hain...@gmail.com> Reviewed-by: Timothy Arceri

Mesa (master): glsl: don't dead code remove SSO varyings marked as active

2015-11-30 Thread Timothy Arceri
ension. V2 (by Timothy Arceri): * simplify now that builtins are not set as always active Signed-off-by: Gregory Hainaut <gregory.hain...@gmail.com> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> Reviewed-by: Tapani Pälli <tapani.pa...@intel.com> https://bugs.freedes

Mesa (master): glsl: optimise inputs/outputs with explicit locations

2015-11-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 12ba6cfba7974cdf4609b146303a5988447d30c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12ba6cfba7974cdf4609b146303a5988447d30c2 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 21 12:47:25 2015 +1100 glsl: optimise

Mesa (master): glsl: don' t generate extra errors in ValidateProgramPipeline

2015-11-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c3ec12ec3c1ddbc72e50df1f5632fe0547a89f7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3ec12ec3c1ddbc72e50df1f5632fe0547a89f7e Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Nov 26 21:32:48 2015 +1100 glsl: don't generate

Mesa (master): glsl: move and reused code to find first and last shaders

2015-11-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 404ac4bf9e2e0ed388edc3553a6b9a31d59d7e03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=404ac4bf9e2e0ed388edc3553a6b9a31d59d7e03 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 21 19:02:00 2015 +1100 glsl: move and reuse

Mesa (master): glsl: only call dead code pass when new inputs/ outputs demoted

2015-11-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7436d7c33b65f8f3875d908f08acb15c57f9bd08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7436d7c33b65f8f3875d908f08acb15c57f9bd08 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 21 19:02:01 2015 +1100 glsl: only call dea

Mesa (master): glsl: implement recent spec update to SSO validation

2015-11-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2571a768d6cacfbc7e434dfc2b6d01bdf5be21a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2571a768d6cacfbc7e434dfc2b6d01bdf5be21a6 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 24 11:44:13 2015 +1100 glsl: implement recen

Mesa (master): Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"

2015-11-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3c4aa7aff2a976e94c2b6b7bf273edd617080ca3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c4aa7aff2a976e94c2b6b7bf273edd617080ca3 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 24 11:50:22 2015 +1100 Revert "m

Mesa (master): glsl: fix max binding validation for uniform blocks

2015-11-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6463d36394bf95f73cfe3ba6bdf900da431e4e55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6463d36394bf95f73cfe3ba6bdf900da431e4e55 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Nov 23 10:07:30 2015 +1100 glsl: fix max b

Mesa (master): glsl: avoid linker and user varying location to overlap

2015-11-20 Thread Timothy Arceri
T_VAR0 by user out1; // Assigned to VARYING_SLOT_VAR1 by the linker v4: * Fix variable name in assert Signed-off-by: Gregory Hainaut <gregory.hain...@gmail.com> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> --- src/glsl/link_v

Mesa (master): glsl: add subroutine index qualifier support

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f7af69c350977f03c6648bdb0b21851933cb98ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7af69c350977f03c6648bdb0b21851933cb98ad Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Nov 9 09:34:40 2015 +1100 glsl: add subroutine

Mesa (master): glsl: add new type for compile time constants

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0954b813a3a356b5836f4169783b8c8c58ff2158 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0954b813a3a356b5836f4169783b8c8c58ff2158 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Nov 9 07:48:46 2015 +1100 glsl: add ne

Mesa (master): glsl: replace index layout min boundary check

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: efa34e4a1d09c6f140fba7ff339a989ea079e212 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=efa34e4a1d09c6f140fba7ff339a989ea079e212 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 14 13:09:46 2015 +1100 glsl: replace index

Mesa (master): glsl: remove duplicate validation for index layout qualifier

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1d87d6f9ca543631b2bc30ac8d82b6a23159fb55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d87d6f9ca543631b2bc30ac8d82b6a23159fb55 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 15:16:20 2015 +1100 glsl: remove dup

Mesa (master): glsl: add support for complie-time constant expressions

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 02d2ab23786a0f4ef635914801da97faf577197a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02d2ab23786a0f4ef635914801da97faf577197a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 14 15:13:28 2015 +1100 glsl: add s

Mesa (master): glsl: move stream layout qualifier validation

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 17e224e8ec9c190fb856a60a22d8e19b8f20837e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17e224e8ec9c190fb856a60a22d8e19b8f20837e Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 18:47:55 2015 +1100 glsl: move stream

Mesa (master): glsl: add process_qualifier_constant() helper

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: de8f0c9ab99ac6140f6560e776a42a22eeff6721 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de8f0c9ab99ac6140f6560e776a42a22eeff6721 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 14 12:22:49 2015 +1100 gls

Mesa (master): docs: mark compile-time constant expressions as done

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b109cd3c276e476143ae85fd48d5e43e904291dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b109cd3c276e476143ae85fd48d5e43e904291dd Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Nov 5 22:17:36 2015 +1100 docs: mark compil

Mesa (master): glsl: move location layout qualifier validation

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d1f23545a1416ffa476a3685e39380701cbfc4fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1f23545a1416ffa476a3685e39380701cbfc4fd Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 15:10:57 2015 +1100 glsl: move location

Mesa (master): glsl: encapsulate binding validation and setting

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 64710db66461e5ccfaf7667971bc5e513b9ce547 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64710db66461e5ccfaf7667971bc5e513b9ce547 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Nov 15 00:55:29 2015 +1100 glsl: encapsulate b

Mesa (master): glsl: call set_shader_inout_layout() earlier

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4196af4ce7cdb0217a7cc6e196b1a788d32c5b6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4196af4ce7cdb0217a7cc6e196b1a788d32c5b6f Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 14 14:05:30 2015 +1100 glsl

Mesa (master): glsl: replace binding layout min boundary check

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e74fe2a844e301e8774f2c7e6b142956cc980d4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e74fe2a844e301e8774f2c7e6b142956cc980d4a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Nov 15 00:42:44 2015 +1100 glsl: replace b

Mesa (master): glsl: move stream layout max validation

2015-11-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: db3c36aedfa2e92c2cf1c17a096c1b5e7cd51c42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db3c36aedfa2e92c2cf1c17a096c1b5e7cd51c42 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Nov 14 14:32:38 2015 +1100 glsl: move stream

Mesa (master): glsl: move block validation outside function that validates members

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8cf795dc7c874a9062a27fc393066e7bdae94501 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cf795dc7c874a9062a27fc393066e7bdae94501 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 09:45:36 2015 +1100 glsl: move block vali

Mesa (master): glsl: cleanup and fix validate matrix function for arrays

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a01b8c7e774aec651302fc8177b937c915daf1e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a01b8c7e774aec651302fc8177b937c915daf1e7 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 11:21:42 2015 +1100 glsl: cleanup a

Mesa (master): glsl: rename function that processes struct and iface members

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 14d343b0247e8ce826b43c4cb0f9e8c94102167e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14d343b0247e8ce826b43c4cb0f9e8c94102167e Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 09:49:31 2015 +1100 glsl: rename fu

Mesa (master): glsl: rename location layout helper

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d4fbf11b583d76cbb362fb04334f791cc486b583 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4fbf11b583d76cbb362fb04334f791cc486b583 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 15:43:13 2015 +1100 glsl: rename lo

Mesa (master): glsl: remove temp variable to make code easier to read

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4f4ca6b90ac33ad84bc469f58df1682e93ab3733 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f4ca6b90ac33ad84bc469f58df1682e93ab3733 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 11:28:20 2015 +1100 glsl: remove temp va

Mesa (master): glsl: move ast layout qualifier handling code into its own function

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 649803742dd96ea6702c6ef16c35c36e6d4fd676 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=649803742dd96ea6702c6ef16c35c36e6d4fd676 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Nov 12 17:43:52 2015 +1100 glsl: move ast

Mesa (master): glsl: use better location in struct and block error messages

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f8b5cc827e2fcbd64424495eac31e5d3d3f0567c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8b5cc827e2fcbd64424495eac31e5d3d3f0567c Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 10:49:48 2015 +1100 glsl: use better lo

Mesa (master): glsl: don't validate binding when its not needed

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 03bbddd139fc3e543cb3aedf64236808ca20eeca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03bbddd139fc3e543cb3aedf64236808ca20eeca Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 11:41:52 2015 +1100 glsl: don't va

Mesa (master): glsl: only do type and qualifier validation once per declaration

2015-11-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c54865db784ec26406aa98ebe67d86568ab9fc96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c54865db784ec26406aa98ebe67d86568ab9fc96 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 13 10:27:00 2015 +1100 glsl: only d

Mesa (master): glsl: remove old TODO

2015-11-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f6b3c163f954c4fb5a525af39ce906f63b445e89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6b3c163f954c4fb5a525af39ce906f63b445e89 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Nov 4 14:50:49 2015 +1100 glsl: remove old TODO

Mesa (master): glsl: keep track of intra-stage indices for atomics

2015-10-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a3d0359aff7a9be90149c416844f330b4f9a15ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3d0359aff7a9be90149c416844f330b4f9a15ed Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Oct 27 06:58:15 2015 +1100 glsl: keep track of

Mesa (master): glsl: remove excess location qualifier validation

2015-10-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3994ef5f1b7386c17dff532cb5d04a7823520c7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3994ef5f1b7386c17dff532cb5d04a7823520c7a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Oct 22 16:18:44 2015 +1100 glsl: remove

Mesa (master): glsl: add AoA support to subroutines

2015-10-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fd01840c0bd3b22d058a65a17ad30e3b45813b60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd01840c0bd3b22d058a65a17ad30e3b45813b60 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Aug 5 15:49:22 2015 +1000 glsl: add AoA s

Mesa (master): glsl: add is_array_of_arrays() helper

2015-10-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9a04057ef130e1539aa94babd2e35ce53e6f1e1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a04057ef130e1539aa94babd2e35ce53e6f1e1e Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Oct 21 13:37:11 2015 +1100 gls

Mesa (master): glsl: check for arrays of arrays when assigning explicit locations

2015-10-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 38ceeeadaa2f5f0a21dba9f5339fbc4cba66dece URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38ceeeadaa2f5f0a21dba9f5339fbc4cba66dece Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Oct 21 13:44:10 2015 +1100 glsl: check for

Mesa (master): glsl: fix regression when building interface field name for SSBOs

2015-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: aa9f06b3ea99b318469c3d140651f4b4986896a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa9f06b3ea99b318469c3d140651f4b4986896a6 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Oct 18 09:12:40 2015 +1100 glsl: fix regression when bu

Mesa (master): glsl: fix stream qualifier for blocks with an instance name

2015-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2832ca95ecce064c7d841a3a374c2179f56161be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2832ca95ecce064c7d841a3a374c2179f56161be Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sat Oct 17 20:22:14 2015 +1100 glsl: fix stream qua

Mesa (master): nir: wrapper for glsl_type arrays_of_arrays_size()

2015-10-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2e1798f183427d704d32d68165248519781ae864 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e1798f183427d704d32d68165248519781ae864 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Jul 23 08:31:59 2015 +1000 nir: wrapper for gls

Mesa (master): nir: add atomic lowering support for AoA

2015-10-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3c87377d0b0d07249ba94d6cb22a8b324bb06ba6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c87377d0b0d07249ba94d6cb22a8b324bb06ba6 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Jul 23 08:32:00 2015 +1000 nir: add atomic lowering s

Mesa (master): glsl: initialise record array count to 1

2015-10-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 698cdbf49207c30bc2ac38e2f16e531dd3a54db3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=698cdbf49207c30bc2ac38e2f16e531dd3a54db3 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Oct 15 14:10:35 2015 +1100 glsl: initialise record

Mesa (master): glsl: build ubo name and indexing offset for AoA

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: bb5aeb854915ba67abc56257f830d002c956439e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb5aeb854915ba67abc56257f830d002c956439e Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Fri Oct 9 21:54:09 2015 +1100 glsl: build ubo name and in

Mesa (master): glsl: Add support for lowering interface block arrays of arrays

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 082b1ca2fe75a9b4c2936d4d918b5d0d4f0c6c50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=082b1ca2fe75a9b4c2936d4d918b5d0d4f0c6c50 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Mon Mar 16 15:31:11 2015 +1100 glsl: Add support for lo

Mesa (master): glsl: allow for AoA in calculating offset to ubo start region

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f22b7933e2e9c31b3730f5b1d9c060d2e1377d20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f22b7933e2e9c31b3730f5b1d9c060d2e1377d20 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Fri Oct 9 22:00:20 2015 +1100 glsl: allow for AoA in calcu

Mesa (master): glsl: link uniform block arrays of arrays

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8cf1333b189b73dccdbccaca7e113f7b467982fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cf1333b189b73dccdbccaca7e113f7b467982fa Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Tue Aug 25 14:15:25 2015 +1000 glsl: link uniform block

Mesa (master): glsl: add AoA support for an inteface with unsized array members

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 132b9e9dd97a2ab7d3be7945b3d990e94fd1513a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=132b9e9dd97a2ab7d3be7945b3d990e94fd1513a Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Jul 19 14:08:44 2015 +1000 glsl: add AoA s

Mesa (master): glsl: Allow arrays of arrays in GLSL ES 3.10 and GLSL 4.30

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8da9e154b7a2463369b32a10742af3a5695eb2ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8da9e154b7a2463369b32a10742af3a5695eb2ab Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sat Jun 6 09:10:55 2015 +1000 glsl: Allow arrays of

Mesa (master): glsl: Add AoA support when checking for non-const index

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d9f1f2bbc6690e7ef85d79a857dbb64cf5fd1cd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9f1f2bbc6690e7ef85d79a857dbb64cf5fd1cd8 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Jun 4 11:19:05 2015 +1000 glsl: Add AoA suppor

Mesa (master): glsl: add AoA support for linking interface blocks with unsized members

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d1d05c0f85daf3445d9b4c9cebb3940e6a251fa6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1d05c0f85daf3445d9b4c9cebb3940e6a251fa6 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Mar 12 19:52:47 2015 +1100 glsl: add AoA support for l

Mesa (master): glsl: avoid hitting assert for arrays of arrays

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dd89880dc0924162e751141f9388e5dba089d1c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd89880dc0924162e751141f9388e5dba089d1c0 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Mon May 12 20:25:26 2014 +1000 glsl: avoid hitting

Mesa (master): glsl: add AoA support for atomic counters

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2d7a98de18e4cdd69daa63b09b504d01ad4c9f50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d7a98de18e4cdd69daa63b09b504d01ad4c9f50 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Aug 30 21:08:22 2015 +1000 glsl: add AoA support for

Mesa (master): glsl: remove dead code in a single pass

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 410609c9688d3f6ad808d33928a7d9589a708a40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=410609c9688d3f6ad808d33928a7d9589a708a40 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sat Jul 11 21:38:54 2015 +1000 glsl: remove dead code in a

Mesa (master): glsl: dont allow gl_PerVertex to be redeclared as an array of arrays

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d337da81f28d6a5a65d0a09f9b1ddf905dc7c3aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d337da81f28d6a5a65d0a09f9b1ddf905dc7c3aa Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Tue Jun 24 07:43:05 2014 +1000 glsl: dont allow gl_Per

Mesa (master): glsl: Add support for linking uniform arrays of arrays

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: db280e951a1bcb2318240cb6db296b31abac37cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db280e951a1bcb2318240cb6db296b31abac37cd Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Jul 5 15:18:10 2015 +1000 glsl: Add support for l

Mesa (master): glsl: add support for initialising sampler AoA

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 296a7ea471fd327ab60d9723bd395e6b34dc9334 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=296a7ea471fd327ab60d9723bd395e6b34dc9334 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Jul 29 11:57:44 2015 +1000 glsl: add support for initia

Mesa (master): glsl: calculate AoA uniform offset correctly for structs

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: be822b89ac81e1fa66dfa16d108bf1deb29d4db2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be822b89ac81e1fa66dfa16d108bf1deb29d4db2 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Sep 17 14:17:17 2015 +1000 glsl: calculate AoA uniform

Mesa (master): i965: add arrays of arrays support for varyings

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 176e6930e6c24dfce7cc730faa2612d27689a4df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=176e6930e6c24dfce7cc730faa2612d27689a4df Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sat Jul 18 17:24:22 2015 +1000 i965: add arrays of arrays s

Mesa (master): glsl: add std140 layout support for AoA

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 261a434996079b29a476a3c67e1e580cf3db76ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=261a434996079b29a476a3c67e1e580cf3db76ba Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Fri Sep 18 22:51:40 2015 +1000 glsl: add std140 layout s

Mesa (master): glsl: allow AoA to be sized by initializer or constructor

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3129359ed7461b90fe6ea70641ec7a858dd656de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3129359ed7461b90fe6ea70641ec7a858dd656de Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Oct 15 14:32:41 2015 +1100 glsl: allow AoA to be

Mesa (master): glsl: check that only the outermost array is unsized

2015-10-15 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dea0af8f826ca9ad638a158fdaacb2a4436f11d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dea0af8f826ca9ad638a158fdaacb2a4436f11d7 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Oct 15 14:35:41 2015 +1100 glsl: check tha

Mesa (master): docs: Mark GL_ARB_enhanced_layouts as in progress

2015-10-05 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 64831832791139328a67b80387f062d39e304d24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64831832791139328a67b80387f062d39e304d24 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Oct 4 11:23:04 2015 +1100 docs: Mark GL_ARB_enhanced_l

Mesa (master): glsl: fix whitespace

2015-10-04 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6994ca20aad110734f87ef5297fecd53e8f6e34e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6994ca20aad110734f87ef5297fecd53e8f6e34e Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Oct 4 17:42:41 2015 +1100 glsl: fix whitespace Re

Mesa (master): glsl: reduce memory footprint of uniform_storage struct

2015-10-04 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 763cd8c080353482cb41da578cb3d6f7892a0c9f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=763cd8c080353482cb41da578cb3d6f7892a0c9f Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Sep 30 11:00:02 2015 +1000 glsl: reduce memory foo

Mesa (master): glsl: fix component size calculation for tessellation and geom shaders

2015-09-27 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e413d2fbc4b37eb552ee42940fb792e504233e51 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e413d2fbc4b37eb552ee42940fb792e504233e51 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Mon Sep 28 11:03:19 2015 +1000 glsl: fix componen

Mesa (master): glsl: calculate component size for arrays of arrays when varying packing disabled

2015-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: abdab88b30ab2eb78cf20fd91361f820e1f3e06b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abdab88b30ab2eb78cf20fd91361f820e1f3e06b Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun May 4 21:13:25 2014 +1000 glsl: calculate componen

Mesa (master): glsl: validate binding qualifier for AoA

2015-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1d401f9ce48f85b4340fcd4a591222aa165910f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d401f9ce48f85b4340fcd4a591222aa165910f1 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed May 27 21:33:45 2015 +1000 glsl: validate binding qua

Mesa (master): glsl: clean-up link uniform code

2015-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 776a3845d6325578d51eea6e7d91ffb475862fc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=776a3845d6325578d51eea6e7d91ffb475862fc8 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sat Jul 18 10:51:51 2015 +1000 glsl: clean-up link unifor

Mesa (master): glsl: add helper for calculating size of AoA

2015-09-26 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9bad7afbc2ca6003da9a19c486b81d6ed0b8b0df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bad7afbc2ca6003da9a19c486b81d6ed0b8b0df Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed May 27 21:31:59 2015 +1000 glsl: add helper for calcu

Mesa (master): glsl: correctly detect inactive UBO arrays

2015-09-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 827d7948340f4cbc7de2d02971e4f36fbd52f7a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=827d7948340f4cbc7de2d02971e4f36fbd52f7a8 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Sep 23 11:12:57 2015 +1000 glsl: correctly detect in

Mesa (master): nir: support indirect indexing samplers in struct arrays

2015-09-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ef8eebc6ad5d86e524426f0755c0f7d0b4c0cd3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef8eebc6ad5d86e524426f0755c0f7d0b4c0cd3e Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Aug 26 22:18:36 2015 +1000 nir: support indirect in

Mesa (master): glsl: add helper for calculating offsets for struct members

2015-09-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0ad44ce3735aa39391ab866c6a692eb76115b8c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ad44ce3735aa39391ab866c6a692eb76115b8c1 Author: Timothy Date: Sat Sep 12 07:33:27 2015 +1000 glsl: add helper for calculating offsets

Mesa (master): glsl: make variables private

2015-09-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 12af915e27e4f10bc4c29f1cc8119b28ba27d874 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12af915e27e4f10bc4c29f1cc8119b28ba27d874 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Tue Sep 1 15:52:10 2015 +1000 glsl: make variables p

Mesa (master): glsl: assign hidden uniforms their slot id earlier

2015-09-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9788700caf61ff8beee5fd836f5efd98a931a976 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9788700caf61ff8beee5fd836f5efd98a931a976 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Sep 2 11:29:11 2015 +1000 glsl: assign hidden un

Mesa (master): glsl: order indices for samplers inside a struct array

2015-09-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 874a0217fd8bba83b0bc2448f5156fdb82f77d7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=874a0217fd8bba83b0bc2448f5156fdb82f77d7c Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Aug 30 12:49:46 2015 +1000 glsl: order indices for sa

Mesa (master): glsl: store uniform slot id in var location field

2015-09-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dcd9cd03837545055ce2a315e7e8840cc3254d1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcd9cd03837545055ce2a315e7e8840cc3254d1a Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Sun Aug 30 12:50:34 2015 +1000 glsl: store uniform slot id

Mesa (master): glsl: remove specical case subroutine type counting

2015-08-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c8bc8d723598ec87bbce9a2439075dfe1612a359 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8bc8d723598ec87bbce9a2439075dfe1612a359 Author: Timothy Arceri t_arc...@yahoo.com.au Date: Sun Aug 9 16:25:50 2015 +1000 glsl: remove specical case

Mesa (master): glsl: interleave constant propagation and folding

2015-08-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dd6a6dbaf707c120f6db38036985fcc258ebe294 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd6a6dbaf707c120f6db38036985fcc258ebe294 Author: Timothy Arceri t_arc...@yahoo.com.au Date: Sun Aug 16 14:26:23 2015 +1000 glsl: interleave constant

Mesa (master): glsl: fix binding validation for interface blocks

2015-08-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ad89748541159968787dce02bb9c19d9367fddc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad89748541159968787dce02bb9c19d9367fddc6 Author: Timothy Arceri t_arc...@yahoo.com.au Date: Wed May 27 20:12:42 2015 +1000 glsl: fix binding validation

Mesa (master): mesa: undo split out of create shader code

2015-08-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fdacadc87c708b519a8a4e35b1d551773ca95f4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fdacadc87c708b519a8a4e35b1d551773ca95f4c Author: Timothy Arceri t_arc...@yahoo.com.au Date: Thu Aug 13 23:26:01 2015 +1000 mesa: undo split out of create

Mesa (master): mesa: check samples 0 for glTex*Multisample

2015-08-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d3ace603a97bdd031bdff7517728eff4d0fd6458 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3ace603a97bdd031bdff7517728eff4d0fd6458 Author: Timothy Arceri t_arc...@yahoo.com.au Date: Mon Aug 17 21:33:49 2015 +1000 mesa: check samples 0 for glTex

Mesa (master): mesa: move non-generic samples validation

2015-08-17 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 46684d3ae3a4084b00355df3feeeb25159656a8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46684d3ae3a4084b00355df3feeeb25159656a8e Author: Timothy Arceri t_arc...@yahoo.com.au Date: Thu Aug 13 18:44:51 2015 +1000 mesa: move non-generic samples

Mesa (master): mesa: rename texture function now that its static

2015-08-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e32325fc85f0d1485dec63b363c18d76f4e89714 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e32325fc85f0d1485dec63b363c18d76f4e89714 Author: Timothy Arceri t_arc...@yahoo.com.au Date: Sat Aug 15 13:29:19 2015 +1000 mesa: rename texture function now

Mesa (master): mesa: remove extern from texture function

2015-08-13 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8dffa89e013b611cdafbb2cc5216450fa248cb7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dffa89e013b611cdafbb2cc5216450fa248cb7c Author: Timothy Arceri t_arc...@yahoo.com.au Date: Thu Aug 13 18:42:54 2015 +1000 mesa: remove extern from texture

Mesa (master): glsl: make linker error message more informative

2015-08-13 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b8f63b3c1002eea9cc6d54191bd41ea43c467e96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8f63b3c1002eea9cc6d54191bd41ea43c467e96 Author: Timothy Arceri t_arc...@yahoo.com.au Date: Wed Aug 12 17:01:52 2015 +1000 glsl: make linker error message more

Mesa (master): glsl: Add missing spec quote about atomic counter in structs

2015-08-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fe55ab2d12202236ba5bf9beae09803dfe97a7ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe55ab2d12202236ba5bf9beae09803dfe97a7ac Author: Timothy Arceri t_arc...@yahoo.com.au Date: Sun Aug 9 14:44:30 2015 +1000 glsl: Add missing spec quote about

<    8   9   10   11   12   13   14   >