Mesa (master): mesa: use PRId64/PRIu64 when printing 64-bit ints

2017-02-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 90014d07667294094cdb6d9c5c8ac3f2338781fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90014d07667294094cdb6d9c5c8ac3f2338781fa Author: Timothy Arceri <tarc...@itsqueeze.com> Date: Wed Feb 8 11:58:23 2017 +1100 mesa: use PRId64/PRIu6

Mesa (master): st/mesa: st_atom_shader.c C99 tidy up

2017-02-01 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8d3d8a6d4e68b184b58786d6a768ff000bdd2b37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d3d8a6d4e68b184b58786d6a768ff000bdd2b37 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Tue Jan 31 10:34:59 2017 +1100 st/mesa: st_atom_shader.c C9

Mesa (master): st/mesa: create set_prog_affected_state_flags() helper

2017-02-01 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a7050ea1f94b8169839a9b83f10669036e2ed0f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7050ea1f94b8169839a9b83f10669036e2ed0f6 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Tue Jan 31 17:15:09 2017 +1100 st/mesa:

Mesa (master): st/mesa: inline get_mesa_program()

2017-02-01 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b940b2fd163f39576ddee23cee7fa60aa94f98fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b940b2fd163f39576ddee23cee7fa60aa94f98fd Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Wed Feb 1 11:25:05 2017 +1100 st/mesa: inline get_mesa_p

Mesa (master): st/mesa: remove pre C99 statement block for variable declaration

2017-02-01 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f3e2428a7a1e1fd00506a2c270c6a5d087b54700 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3e2428a7a1e1fd00506a2c270c6a5d087b54700 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Tue Jan 31 10:20:41 2017 +1100 st/mesa: remove pre C99 sta

Mesa (master): glsl: add new uniform fields to be used to restore state from cache

2017-01-30 Thread Timothy Arceri
e used to restore state from cache Signed-off-by: Timothy Arceri <timothy.arc...@collabora.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/compiler/glsl/link_uniforms.cpp | 4 src/mesa/main/mtypes.h | 4 2 files changed, 8 insertions(+) diff --git a

Mesa (master): mesa: add new MESA_GLSL flag for printing shader cache debug info

2017-01-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 30aa22dec0db401abd919b051bdfed54aa9258d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30aa22dec0db401abd919b051bdfed54aa9258d1 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Jul 8 12:44:44 2016 +1000 mesa: add new MES

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

2017-01-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0f60c6616e93cba72bff4fbfedb72a753ef78e05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f60c6616e93cba72bff4fbfedb72a753ef78e05 Author: Carl Worth Date: Mon Mar 16 11:46:20 2015 -0700 glsl: Switch to disable-by-default for the

Mesa (master): glsl: add cache to ctx and add sha1 string fields

2017-01-30 Thread Timothy Arceri
string fields We also add a flag for detecting shaders written to shader cache. V2: dont leak cache Signed-off-by: Timothy Arceri <timothy.arc...@collabora.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/mesa/main/context.c | 6 ++ src/mesa/main/mtypes.h | 9

Mesa (master): i965: add assert to while_jumps_before_offset()

2017-01-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2842dea310e80346a077ec21fe5932875c0d9265 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2842dea310e80346a077ec21fe5932875c0d9265 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Jan 26 13:50:42 2017 +1100 i965: add

Mesa (master): i965: fix up asserts in brw_inst_set_jip()

2017-01-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 77a6597bb7b05d8d8ce30be9eb24792faa9067e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77a6597bb7b05d8d8ce30be9eb24792faa9067e9 Author: Timothy Arceri <t_arc...@yahoo.com.au> Date: Thu Jan 26 13:50:41 2017 +1100 i965: fix up a

Mesa (master): nir: bump loop max unroll limit

2017-01-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dd65f0efc91418bbafd5cc4b63840b5a734d43d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd65f0efc91418bbafd5cc4b63840b5a734d43d1 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Jan 18 13:12:37 2017 +1100 nir: bump loop max

Mesa (master): glsl: lower constant arrays to uniform arrays before optimisation loop

2017-01-24 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 34ab9b0947cdc1f035ca8379a92677b66ec604a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34ab9b0947cdc1f035ca8379a92677b66ec604a5 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Jan 24 14:07:04 2017 +1100 glsl: lower constant

Mesa (master): glsl: fix tes linking regression

2017-01-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f3f9207786c2862b9b3fed1b4348ecb6a85cf02e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3f9207786c2862b9b3fed1b4348ecb6a85cf02e Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Jan 23 18:06:37 2017 +1100 glsl: fix tes l

Mesa (master): mesa: remove unused gl_shader_info field from gl_linked_shader

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 38a67f020d56ff3798db7b8807ff91f527b17a19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38a67f020d56ff3798db7b8807ff91f527b17a19 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 23 00:05:01 2016 +1100 mesa: remove

Mesa (master): mesa/glsl: set {clip, cull}_distance_array_size directly in gl_program

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: fc707f570f918ab0defd33405c8c82f307196d17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc707f570f918ab0defd33405c8c82f307196d17 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Nov 20 23:05:42 2016 +1100 mesa/glsl: set {cli

Mesa (master): st/mesa/glsl: change xfb_program field to last_vert_prog

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f86d15ed94df59e4b3cdb4099d69cdd81f52fc27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f86d15ed94df59e4b3cdb4099d69cdd81f52fc27 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Nov 20 21:44:29 2016 +1100 st/mesa/glsl:

Mesa (master): mesa/glsl: set and get gs layouts directly to and from shader_info

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b96bddae678d686dfd22deb40adb093ec4691f53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b96bddae678d686dfd22deb40adb093ec4691f53 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 21:45:16 2016 +1100 mesa/glsl: set and

Mesa (master): mesa/glsl/i965: set and get tes layouts directly to and from shader_info

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cbeba6bd48da2cbe0074cc59a857e0248e94b8fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbeba6bd48da2cbe0074cc59a857e0248e94b8fe Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 21:14:14 2016 +1100 mesa/glsl/i965: set a

Mesa (master): glsl: use last_vert_prog to get last {clip, cull}_distance_array_size

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 64e201ab8f08daa2c189ab615a4096daf60c27c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64e201ab8f08daa2c189ab615a4096daf60c27c5 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Nov 20 22:23:17 2016 +1100 glsl: use last_ver

Mesa (master): mesa: use gl_program for CurrentProgram rather than gl_shader_program

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c505d6d852220f4aaaee161465dd2c579647e672 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c505d6d852220f4aaaee161465dd2c579647e672 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Oct 31 22:39:17 2016 +1100 mesa: use gl_p

Mesa (master): mesa/glsl: set and get cs layouts to and from shader_info

2017-01-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 79f07e87c9f197ca9e231bb2b78149ac6ff1f44b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79f07e87c9f197ca9e231bb2b78149ac6ff1f44b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 23:31:08 2016 +1100 mesa/glsl: set and

Mesa (master): glsl: exit loop early if we find xfb layout qualifers

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e603cf18415adba5f9e879aba3c1146e952eb688 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e603cf18415adba5f9e879aba3c1146e952eb688 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 19:55:29 2016 +1100 glsl: exit loop early

Mesa (master): mesa/glsl: move uses_gl_fragcoord to gl_shader

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ceeedb9bb0f935569f4afdfef716154f612298e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ceeedb9bb0f935569f4afdfef716154f612298e2 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 18:37:06 2016 +1100 mesa/glsl

Mesa (master): mesa/glsl/i965: set and use tcs vertices_out directly

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5c93d274231ad36934c5338747ce14b95231031d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c93d274231ad36934c5338747ce14b95231031d Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 13:10:18 2016 +1100 mesa/glsl/i965: set a

Mesa (master): mesa/glsl: move origin_upper_left to gl_shader

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0a9d102ddc3af65a136a936ff4fb02bcc15377c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a9d102ddc3af65a136a936ff4fb02bcc15377c0 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 18:50:03 2016 +1100 mesa/glsl

Mesa (master): mesa/glsl: move redeclares_gl_fragcoord to gl_shader

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 66a6050ad8a56d4d04624870e6845579bd0581b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66a6050ad8a56d4d04624870e6845579bd0581b2 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 18:25:20 2016 +1100 mesa/glsl

Mesa (master): glsl: tidy up PostDepthCoverage shader field

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1f141eaef650ba8aada1f289cdb79d7b3b380113 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f141eaef650ba8aada1f289cdb79d7b3b380113 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 20 09:39:00 2016 +1100 glsl: t

Mesa (master): glsl: set InnerCoverage directly in gl_program

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7983ed5f657e71a52735dbee046adcbe1a0ab373 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7983ed5f657e71a52735dbee046adcbe1a0ab373 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 20 09:44:20 2016 +1100 glsl: set InnerCo

Mesa (master): st/mesa/glsl: set early_fragment_tests directly in shader_info

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ae28c5a60c4d0986be22c250f8d6727661406596 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae28c5a60c4d0986be22c250f8d6727661406596 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 13:10:18 2016 +1100 st/mesa/gls

Mesa (master): mesa/glsl: move ARB_fragment_coord_conventions_enable field

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cc7ecce2533667e4ce958ffc3e128974ec2d5b15 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc7ecce2533667e4ce958ffc3e128974ec2d5b15 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 18:17:37 2016 +1100 mesa/glsl

Mesa (master): i965: get outputs_written from gl_program

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4cd709e2bcea479a723b4741de59b448b1c6c48f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cd709e2bcea479a723b4741de59b448b1c6c48f Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 18 16:46:27 2016 +1100 i965: get outputs_w

Mesa (master): mesa/glsl: move pixel_center_integer to gl_shader

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3d41f4b9903b68b5a68eb3afc0c17143dbbb30f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d41f4b9903b68b5a68eb3afc0c17143dbbb30f0 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 19:47:48 2016 +1100 mesa/glsl

Mesa (master): mesa/glsl: move TransformFeedbackBufferStride to gl_shader

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4d65f68a9bd225133897bc56c89a0fa9baf6d672 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d65f68a9bd225133897bc56c89a0fa9baf6d672 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 22 20:24:33 2016 +1100 mesa/glsl

Mesa (master): glsl: create a new link_and_validate_uniforms() helper

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c054bbf0d40350bce931bccfce59d0c4ebca6fd1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c054bbf0d40350bce931bccfce59d0c4ebca6fd1 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 4 21:42:14 2016 +1100 glsl: create

Mesa (master): glsl: make a bunch of varying linking functions static

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ce4fb3c8a136d129d7afad5a919c1403e38d8c02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce4fb3c8a136d129d7afad5a919c1403e38d8c02 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 4 21:28:41 2016 +1100 glsl: make a

Mesa (master): glsl: store number of explicit uniform loactions in gl_shader_program

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 62f718bfcb75ab6f8e7276d1acdea767e55feac9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62f718bfcb75ab6f8e7276d1acdea767e55feac9 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 4 22:47:17 2016 +1100 glsl: store

Mesa (master): mesa: change init subroutine defaults helper to work per gl_program

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: aad93402c00ae90274d7abdbb64960d9ae40a0ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aad93402c00ae90274d7abdbb64960d9ae40a0ce Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Jan 9 16:13:28 2017 +1100 mesa: chang

Mesa (master): mesa: don't always set _NEW_PROGRAM when linking

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3fe8d04a6d69fad98228be647ba9b250ea0e3a8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fe8d04a6d69fad98228be647ba9b250ea0e3a8b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Jan 9 16:13:27 2017 +1100 mesa: don't alwa

Mesa (master): mesa/glsl: move ProgramResourceList to gl_shader_program_data

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 90d950038f801551cc5b939ef31c379bccf96f5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90d950038f801551cc5b939ef31c379bccf96f5f Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Nov 10 19:46:11 2016 +1100 mesa/glsl

Mesa (master): glsl: move more varying linking code to link_varyings.cpp

2017-01-18 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 90fffd17702ad75df0dd74d552770e7af98c94c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90fffd17702ad75df0dd74d552770e7af98c94c3 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Dec 4 21:11:13 2016 +1100 glsl: move more v

Mesa (master): nir: optimise min/max fadd combos

2017-01-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 772cd3104852302aedf87895cef7828ccacedee2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=772cd3104852302aedf87895cef7828ccacedee2 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Jan 12 21:51:56 2017 +1100 nir: optimise min/ma

Mesa (master): util: fix list_is_singular()

2017-01-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0252ba26c545a9752b158470cb66741df0f222ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0252ba26c545a9752b158470cb66741df0f222ce Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Jan 11 15:13:35 2017 +1100 util: fix list_is_si

Mesa (master): nir/algebraic: add support for conditional helper functions to expressions

2017-01-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e8328e55e7ac26bbf3b3a47a1bb1cae4ab9130a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8328e55e7ac26bbf3b3a47a1bb1cae4ab9130a2 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Jan 10 15:47:31 2017 +1100 nir/algebraic: add s

Mesa (master): i965: Use the nir_move_comparisons pass.

2017-01-11 Thread Timothy Arceri
affected programs: 62 -> 56 (-9.68%) helped: 1 HURT: 0 total fills in shared programs: 20144 -> 20141 (-0.01%) fills in affected programs: 253 -> 250 (-1.19%) helped: 1 HURT: 3 LOST: 0 GAINED: 2 Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> Reviewed-by: Timothy Arceri <

Mesa (master): nir: add late opt to turn inot/b2f combos back to bcsel

2017-01-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7acc8652268205a266068ea4d059eccce43e1f78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7acc8652268205a266068ea4d059eccce43e1f78 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Jan 3 22:54:48 2017 +1100 nir: add late opt t

Mesa (master): nir: don't turn ieq/ine into inot if used by an if

2017-01-11 Thread Timothy Arceri
Module: Mesa Branch: master Commit: de8b03f5fbd32f12a0b8257a2ae8e4e26b5ca05b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de8b03f5fbd32f12a0b8257a2ae8e4e26b5ca05b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sun Jan 8 23:52:59 2017 +1100 nir: don't turn i

Mesa (master): i965: Move nir_lower_locals_to_regs a bit later.

2017-01-11 Thread Timothy Arceri
strand. Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> --- src/mesa/drivers/dri/i965/brw_nir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s

Mesa (master): nir: Introduce a nir_opt_move_comparisons() pass.

2017-01-11 Thread Timothy Arceri
roduce a nir_opt_move_comparisons() pass. This tries to move comparisons (a common source of boolean values) closer to their first use. For GPUs which use condition codes, this can eliminate a lot of temporary booleans and comparisons which reload the condition code register based on a boolean. V2: (Timothy

Mesa (master): st/mesa: pass gl_program to st_bind_ssbos()

2017-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4b30011d34bff039b84f6cd14bf58ea691f549eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b30011d34bff039b84f6cd14bf58ea691f549eb Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 11:57:33 2016 +1100 st/mesa: pass gl_p

Mesa (master): st/mesa: pass gl_program to st_bind_ubos()

2017-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 953e4e4417a7deb1a5bf880dda30adb09378473d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=953e4e4417a7deb1a5bf880dda30adb09378473d Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 14:00:22 2016 +1100 st/mesa: pass gl_p

Mesa (master): st/mesa: stop passing gl_linked_shader to set_affected_state_flags()

2017-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 59ac77b4101d36a150f98e5741eddc352673883d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59ac77b4101d36a150f98e5741eddc352673883d Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 13:37:39 2016 +1100 st/mesa: stop p

Mesa (master): st/mesa: pass gl_program to st_bind_images()

2017-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 270e584a86442280eea0bb9d570a20ca749d3587 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=270e584a86442280eea0bb9d570a20ca749d3587 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 13:41:50 2016 +1100 st/mesa: pass gl_p

Mesa (master): st/mesa/glsl: set num_images directly in shader_info

2017-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ae632afe4fd860f016d2e5b360d66dc4e72ce72a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae632afe4fd860f016d2e5b360d66dc4e72ce72a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 13:35:11 2016 +1100 st/mesa/gls

Mesa (master): nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.

2017-01-08 Thread Timothy Arceri
8 (-2.70%) helped: 352 HURT: 1 LOST: 2 GAINED: 21 v2: Rely on 'a' being a well-formed boolean (Connor, Eric). Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net>

Mesa (master): nir: add another comparison simplification

2017-01-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1130f82a88ff4e7960e5a8d72db41e1b98431446 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1130f82a88ff4e7960e5a8d72db41e1b98431446 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Jan 4 16:21:34 2017 +1100 nir: add another comp

Mesa (master): nir: Convert ineg(b2i(a)) to a if it's a boolean.

2017-01-08 Thread Timothy Arceri
Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> [v1] Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net> Reviewed-by: Matt Turner <matts...@gmail.com>

Mesa (master): glsl: fix opt_minmax redundancy checks against baserange

2017-01-07 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 1edc53a66b33e4d17688a3d03b1bdffed2aec414 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1edc53a66b33e4d17688a3d03b1bdffed2aec414 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Jan 6 10:26:24 2017 +1100 glsl: fix opt_

Mesa (master): 23 new commits

2017-01-05 Thread Timothy Arceri
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=076ab157ff2ed7a98b09363bce355247f4ed71e6 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 09:49:59 2016 +1100 st/mesa/glsl: move SamplerTargets to gl_program This will help allow us to si

Mesa (master): nir: fix loop iteration count calculation for floats

2017-01-03 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4b7dfd881296a542a0c08a12c27f643dabd7280c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b7dfd881296a542a0c08a12c27f643dabd7280c Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Jan 3 12:03:54 2017 +1100 nir: fix loop ite

Mesa (master): st/mesa: get Version from gl_program rather than gl_shader_program

2017-01-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 22639a6e19f95902aef23474ad672bf489231ea7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22639a6e19f95902aef23474ad672bf489231ea7 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Nov 21 00:29:29 2016 +1100 st/mesa: get Versio

Mesa (master): i965: get InfoLog and LinkStatus via the shader program data pointer in gl_program

2017-01-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b880281f0bb3f4cd65d38ae13a0db2dba6d7a5ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b880281f0bb3f4cd65d38ae13a0db2dba6d7a5ed Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 8 10:25:57 2016 +1100 i965: get I

Mesa (master): i965: eliminate gen6_xfb_enabled field in brw_gs_prog_data

2017-01-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 340b22c217f31330ae3bfaa523b574d98ca53e89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=340b22c217f31330ae3bfaa523b574d98ca53e89 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 8 10:05:42 2016 +1100 i965: eli

Mesa (master): i965: update brw_get_shader_time_index() not to take gl_shader_program

2017-01-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6643da6d7f3c3b9bdafb4bb9b01109e482c0b083 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6643da6d7f3c3b9bdafb4bb9b01109e482c0b083 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 20 21:37:23 2016 +1100 i965:

Mesa (master): i965: stop passing gl_shader_program to brw_compile_gs() and gen6_gs_visitor()

2017-01-02 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2c0d267717d9b01c644864bae945d29e0a6ca881 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c0d267717d9b01c644864bae945d29e0a6ca881 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 8 10:28:12 2016 +1100 i965: stop p

Mesa (master): glsl/mesa: add reference to gl_shader_program_data from gl_program

2016-12-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 68245aa6f5f832ba3066fb65050ff79ad3e5531c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68245aa6f5f832ba3066fb65050ff79ad3e5531c Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 20 21:37:25 2016 +1100 glsl/mesa: add ref

Mesa (master): mesa: make union in gl_program a struct and add FIXME

2016-12-30 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9d99dc4bc1fda9906e8dc576d6116fbdb05f67ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d99dc4bc1fda9906e8dc576d6116fbdb05f67ac Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Sat Dec 31 07:45:35 2016 +1100 mesa: make

Mesa (master): mesa/compiler: add local_size_variable to shader_info

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8a69ae5345045af4642145ad0bcfd1314d4d949e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a69ae5345045af4642145ad0bcfd1314d4d949e Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Oct 31 22:06:37 2016 +1100 mesa/compile

Mesa (master): mesa: move _Used to gl_program

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 29d70f5de966c18d563475bc5f60f252e9a900a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29d70f5de966c18d563475bc5f60f252e9a900a3 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Oct 31 22:08:24 2016 +1100 mesa: move

Mesa (master): mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 700bc94dcebf4257740483d2ba467b138234fa1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=700bc94dcebf4257740483d2ba467b138234fa1a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Nov 3 16:00:37 2016 +1100 mesa/glsl

Mesa (master): glsl/mesa: set separate_shader directly in shader_info

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b51bfbdd85da83f08e671b8bf25fa1f9153924ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b51bfbdd85da83f08e671b8bf25fa1f9153924ed Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Oct 31 19:35:49 2016 +1100 glsl/mes

Mesa (master): i965: move compiled_once flag to brw_program

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 718a0cf49f88ff456582366db45c31f881561ebf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=718a0cf49f88ff456582366db45c31f881561ebf Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 4 13:37:21 2016 +1100 i965: move compile

Mesa (master): mesa: pass gl_program to _mesa_append_uniforms_to_file()

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9ea513e22698fba429b8f3f2a9a0ccdbcc73d4a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ea513e22698fba429b8f3f2a9a0ccdbcc73d4a2 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Oct 31 21:51:40 2016 +1100 mesa: pass gl_p

Mesa (master): mesa/glsl: move BlendSupport bitfield to gl_program

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8417bf528eb155028d56acaa4cbe05eb3536093b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8417bf528eb155028d56acaa4cbe05eb3536093b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 4 10:10:19 2016 +1100 mesa/glsl

Mesa (master): i965: get LinkedTransformFeedback from gl_transform_feedback_object

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 31c04e4e229bec4e059779b4034cf597ceeadf97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31c04e4e229bec4e059779b4034cf597ceeadf97 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Nov 8 20:59:25 2016 +1100 i96

Mesa (master): mesa/glsl: move subroutine metadata to gl_program

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 41dd6c35396434be53581b59c4b477dd95e8b774 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41dd6c35396434be53581b59c4b477dd95e8b774 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Dec 29 08:56:43 2016 +1100 mesa/glsl: move subr

Mesa (master): mesa/glsl/i965: remove Driver.NewShader()

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 194537ebe44cfcd6d72a98d0c2118f10a9e58deb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=194537ebe44cfcd6d72a98d0c2118f10a9e58deb Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Nov 4 13:51:59 2016 +1100 mesa/glsl/i965:

Mesa (master): mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_program

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3177eef39277b64af3213603b58ff934b5218e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3177eef39277b64af3213603b58ff934b5218e39 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Nov 3 14:35:08 2016 +1100 mesa: store gl_p

Mesa (master): mesa/compiler: add stage to shader_info

2016-12-29 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 0de6f6223ab917ec532e3fe3afd14f8f5cd3b87b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0de6f6223ab917ec532e3fe3afd14f8f5cd3b87b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Mon Oct 31 19:57:57 2016 +1100 mesa/compiler: add

Mesa (master): nir: stop gcc warning about uninitialised variables

2016-12-28 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5f323198ea598b97f3a0d7bc0a11eb92a118c87a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f323198ea598b97f3a0d7bc0a11eb92a118c87a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Dec 29 13:18:59 2016 +1100 nir: stop gcc warning

Mesa (master): i965: make use of nir_lower_returns() for GL

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3321eb4c368e673c8d9561ea126a4672825828b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3321eb4c368e673c8d9561ea126a4672825828b1 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Dec 9 16:49:10 2016 +1100 i965: ma

Mesa (master): nir: update nir_lower_returns to only predicate instructions when needed

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f20ba7ad4476013a6a322a8d562f38bc6c4e2370 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f20ba7ad4476013a6a322a8d562f38bc6c4e2370 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Dec 9 16:49:09 2016 +1100 nir:

Mesa (master): nir: add a loop unrolling pass

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 51daccb289eb6d39a2b399e6b0c38ec0b339643a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51daccb289eb6d39a2b399e6b0c38ec0b339643a Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Sep 15 15:49:57 2016 +1000 nir: add a loop unr

Mesa (master): i965: disable loop unrolling in GLSL IR

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 40e9f2f13847ddd94e1216088aa00456d7b02d2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40e9f2f13847ddd94e1216088aa00456d7b02d2b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 13 11:37:25 2016 +1100 i965: disabl

Mesa (master): nir: pass compiler rather than devinfo to functions that call nir_optimize

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: e729504fb1799c3ae31cea76d73946530ef9806f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e729504fb1799c3ae31cea76d73946530ef9806f Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Sep 15 12:20:38 2016 +1000 nir: pass compiler

Mesa (master): nir: create helper for fixing phi srcs when cloning

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d7813209748865d934528389c4aadc194bda8827 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7813209748865d934528389c4aadc194bda8827 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Aug 25 13:00:57 2016 +1000 nir: create

Mesa (master): i965: use nir loop unrolling pass

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 715f0d06d19e7c33d98f99c764c5c3249d13b1c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=715f0d06d19e7c33d98f99c764c5c3249d13b1c0 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 13 11:36:51 2016 +1100 i965: use ni

Mesa (master): nir: Add a loop analysis pass

2016-12-22 Thread Timothy Arceri
s pass This pass detects induction variables and calculates the trip count of loops to be used for loop unrolling. V2: Rebase, adapt to removal of function overloads V3: (Timothy Arceri) - don't try to find trip count if loop terminator conditional is a phi - fix trip count for do-while

Mesa (master): nir: update fixup_phi_srcs() to handle registers

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b84dfa0f628717f62b58db94c88123325ef542cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b84dfa0f628717f62b58db94c88123325ef542cd Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Dec 14 16:14:20 2016 +1100 nir: update fixup_ph

Mesa (master): i965: use nir_lower_indirect_derefs() for GLSL

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: eda3ec7957ec9324641ee75847b892885e77335f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eda3ec7957ec9324641ee75847b892885e77335f Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 6 12:12:20 2016 +1100 i96

Mesa (master): nir: Add a couple quick-and-dirty out-of-SSA helpers

2016-12-22 Thread Timothy Arceri
isters in phi sources. However, the register-based into-SSA pass should be pretty efficient at cleaning up the mess. Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com> --- src/compiler/nir/nir.h | 3 + src/compiler/nir/nir_from_ssa.c | 189 +++

Mesa (master): nir: Add a LCSAA-pass

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ec8423a4b174450575152dfb3f9c80ba1b8729af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec8423a4b174450575152dfb3f9c80ba1b8729af Author: Thomas Helland Date: Mon Aug 29 10:02:34 2016 +1000 nir: Add a LCSAA-pass V2: Do

Mesa (master): nir: add helper for cloning nir_cf_list

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f8407a5398db040ab698503eab26b59982fe1a10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8407a5398db040ab698503eab26b59982fe1a10 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Aug 25 12:48:57 2016 +1000 nir: add helper for c

Mesa (master): i965: allow sampler indirects on all gens

2016-12-22 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 976859ce57bb3d233d23019fb9123ca4e80ca7e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=976859ce57bb3d233d23019fb9123ca4e80ca7e5 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Sep 16 22:36:30 2016 +1000 i965: allow s

Mesa (master): i965: keep gl_program shader info in sync after gather info

2016-12-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f562b13bc7d0b4fd954d285a9325e94167b16bf5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f562b13bc7d0b4fd954d285a9325e94167b16bf5 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Dec 1 13:37:38 2016 +1100 i965: keep gl_p

Mesa (master): nir: Turn imov/fmov of undef into undef

2016-12-16 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3421b3f5a35f5cf29934f74c30850c4d04ba0237 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3421b3f5a35f5cf29934f74c30850c4d04ba0237 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Dec 16 10:17:33 2016 +1100 nir: Turn imo

Mesa (master): Revert "nir: Turn imov/fmov of undef into undef."

2016-12-14 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a5502a721fd30fde4f5dc71421494329052f805b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5502a721fd30fde4f5dc71421494329052f805b Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Thu Dec 15 16:51:13 2016 +1100 Revert "nir: Tur

Mesa (master): i965: delay adding built-in uniforms to Parameters list

2016-12-08 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 8977cd4fddc571211b3a762510048de072c8c8ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8977cd4fddc571211b3a762510048de072c8c8ae Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Tue Dec 6 17:34:02 2016 +1100 i965: delay adding

Mesa (master): Revert "st/mesa: get Version from gl_program rather than gl_shader_program"

2016-12-01 Thread Timothy Arceri
Module: Mesa Branch: master Commit: c45d84ad8349d0c69893458d6c58eb5f6f1609c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c45d84ad8349d0c69893458d6c58eb5f6f1609c4 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Fri Dec 2 16:44:44 2016 +1100 Revert "s

Mesa (master): st/mesa/glsl: move Version to gl_shader_program_data

2016-12-01 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ab8c01386ac1c832f3143f57091ed5cf9725c151 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab8c01386ac1c832f3143f57091ed5cf9725c151 Author: Timothy Arceri <timothy.arc...@collabora.com> Date: Wed Nov 9 14:56:08 2016 +1100 st/mesa/glsl: move V

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