Mesa (master): meta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_TexSubImage

2015-03-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 7286a6899176a8b26aa794097288eff941f5178c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7286a6899176a8b26aa794097288eff941f5178c Author: Neil Roberts Date: Wed Feb 25 15:33:08 2015 + meta: Fix the y offset for 1D_ARRAY in

Mesa (master): meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get/ TexSubImage

2015-03-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: a08bff1e98b8e630f8bdf341af1491cd99e7d104 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a08bff1e98b8e630f8bdf341af1491cd99e7d104 Author: Neil Roberts Date: Thu Feb 26 12:53:50 2015 + meta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_Get

Mesa (master): i965/skl: Send a message header when doing constant loads SIMD4x2

2015-03-17 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5a06ee7384934f8b5177b2f01bb7dff08b370145 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a06ee7384934f8b5177b2f01bb7dff08b370145 Author: Neil Roberts Date: Thu Mar 12 17:41:07 2015 + i965/skl: Send a message header when doing constant loads

Mesa (master): i965: Refactor SIMD16-to-2xSIMD8 checks.

2015-03-20 Thread Neil Roberts
Module: Mesa Branch: master Commit: bc4b18d2977a94a6fb513bf5955236a0e92298ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc4b18d2977a94a6fb513bf5955236a0e92298ca Author: Neil Roberts Date: Thu Mar 19 18:18:49 2015 + i965: Refactor SIMD16-to-2xSIMD8 checks. The places that

Mesa (master): i965: Store the GPU revision number in brw_context

2015-03-20 Thread Neil Roberts
Module: Mesa Branch: master Commit: c02c4b567ce001f6605c46e71e089692b837bf26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c02c4b567ce001f6605c46e71e089692b837bf26 Author: Neil Roberts Date: Wed Mar 4 14:13:40 2015 + i965: Store the GPU revision number in brw_context

Mesa (master): i965/skl: Break down SIMD16 3-source instructions when required.

2015-03-20 Thread Neil Roberts
required. Several steppings of Skylake fail when using SIMD16 with 3-source instructions (such as MAD). This implements WaDisableSIMD16On3SrcInstr and fixes ~190 Piglit tests. Based on a patch by Neil Roberts. Signed-off-by: Kenneth Graunke Reviewed-by: Neil Roberts --- src/mesa/drivers/dri

Mesa (master): i965/skl: Avoid using the 1D stencil layout for stencil-only images

2015-03-31 Thread Neil Roberts
Module: Mesa Branch: master Commit: fe026d7ce5c59535c5296004b94138bdf8ef613c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe026d7ce5c59535c5296004b94138bdf8ef613c Author: Neil Roberts Date: Tue Mar 31 14:58:28 2015 +0100 i965/skl: Avoid using the 1D stencil layout for stencil

Mesa (master): i965/skl: Fix the order of the arguments for the LD sampler message

2015-04-08 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4deca1274c25b80351dbec972b68ab6520a89b31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4deca1274c25b80351dbec972b68ab6520a89b31 Author: Neil Roberts Date: Fri Mar 6 19:11:19 2015 + i965/skl: Fix the order of the arguments for the LD sampler

Mesa (master): i965/skl: Use an exec size of 8 to initialise the message header

2015-04-14 Thread Neil Roberts
Module: Mesa Branch: master Commit: 07c571a39fa12c3db1c638302de7aed67844609b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07c571a39fa12c3db1c638302de7aed67844609b Author: Neil Roberts Date: Fri Apr 10 17:20:21 2015 +0100 i965/skl: Use an exec size of 8 to initialise the message

Mesa (master): i965/skl: Add the header for constant loads outside of the generator

2015-04-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: 33f73e93ff6e14f72153d3df7e80763137fcb943 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33f73e93ff6e14f72153d3df7e80763137fcb943 Author: Neil Roberts Date: Tue Mar 24 15:52:20 2015 + i965/skl: Add the header for constant loads outside of the

Mesa (master): i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOAD

2015-04-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: a9e4cf5d323dbf11e42deda389ed03db571a7df7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9e4cf5d323dbf11e42deda389ed03db571a7df7 Author: Neil Roberts Date: Wed Apr 15 14:28:26 2015 +0100 i965/vec4: Add a helper function to emit

Mesa (master): i965/skl: Don't use ALL_SLICES_AT_EACH_LOD

2015-04-20 Thread Neil Roberts
Module: Mesa Branch: master Commit: 584f8e1ec56b45057b53e161233308f38e1c3b09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=584f8e1ec56b45057b53e161233308f38e1c3b09 Author: Neil Roberts Date: Fri Feb 20 19:11:46 2015 + i965/skl: Don't use ALL_SLICES_AT_EACH_LOD The r

Mesa (master): i965/skl: Fix the qpitch value

2015-04-20 Thread Neil Roberts
Module: Mesa Branch: master Commit: 7004632b28d8a31b16acc553a1fb31202767bd80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7004632b28d8a31b16acc553a1fb31202767bd80 Author: Neil Roberts Date: Wed Feb 18 18:41:58 2015 + i965/skl: Fix the qpitch value On Skylake the qpitch value

Mesa (master): i965: Don' t try to apply the opt_sampler_eot extension for vs

2015-04-29 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5d4f085a43ccd1122301421f2013e42a3f0a7604 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d4f085a43ccd1122301421f2013e42a3f0a7604 Author: Neil Roberts Date: Tue Apr 28 14:20:06 2015 +0100 i965: Don't try to apply the opt_sampler_eot extensio

Mesa (master): i965/skl: Force the exec size to 8 when initing header for SIMD4x2

2015-05-01 Thread Neil Roberts
Module: Mesa Branch: master Commit: be119e80c9414aaf5101809c44ad4bf64e8676bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be119e80c9414aaf5101809c44ad4bf64e8676bf Author: Neil Roberts Date: Thu Apr 23 10:09:52 2015 -0700 i965/skl: Force the exec size to 8 when initing header for

Mesa (master): i965/fs: Strip trailing constant zeroes in sample messages

2015-05-01 Thread Neil Roberts
Module: Mesa Branch: master Commit: 02e9773bc8526f64e4d79e3d9ac11f49882c022f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02e9773bc8526f64e4d79e3d9ac11f49882c022f Author: Neil Roberts Date: Thu Apr 23 16:56:53 2015 -0700 i965/fs: Strip trailing constant zeroes in sample messages

Mesa (master): i965/skl: Align compressed textures to four times the block size

2015-05-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4ab8d59a23e0142239dad66155b1a7a149755325 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ab8d59a23e0142239dad66155b1a7a149755325 Author: Neil Roberts Date: Thu Feb 19 19:33:43 2015 + i965/skl: Align compressed textures to four times the block

Mesa (master): i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eot

2015-05-08 Thread Neil Roberts
Module: Mesa Branch: master Commit: 1c5de556c5972c3020b4095c586a9b439b20cf69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c5de556c5972c3020b4095c586a9b439b20cf69 Author: Neil Roberts Date: Thu May 7 18:55:55 2015 +0100 i965/fs: Set the header_size on LOAD_PAYLOAD in

Mesa (master): i965/skl: In opt_sampler_eot always set destination register to null

2015-05-08 Thread Neil Roberts
Module: Mesa Branch: master Commit: e51bad669a4c42845c44a925bbb5d8885799c28f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e51bad669a4c42845c44a925bbb5d8885799c28f Author: Neil Roberts Date: Thu May 7 14:20:17 2015 +0100 i965/skl: In opt_sampler_eot always set destination

Mesa (master): i965/fs: Improve a comment about stripping trailing zeroes

2015-05-08 Thread Neil Roberts
Module: Mesa Branch: master Commit: f98c3f3e44abb0c8cb158c589418def111d72052 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f98c3f3e44abb0c8cb158c589418def111d72052 Author: Neil Roberts Date: Fri May 8 16:13:52 2015 +0100 i965/fs: Improve a comment about stripping trailing zeroes

Mesa (master): i965/fs: Disable opt_sampler_eot for textureGather

2015-05-11 Thread Neil Roberts
Module: Mesa Branch: master Commit: bfdae9149e00bd5c2521db3e75669ae043eed5cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfdae9149e00bd5c2521db3e75669ae043eed5cc Author: Neil Roberts Date: Fri May 8 17:35:18 2015 +0100 i965/fs: Disable opt_sampler_eot for textureGather The

Mesa (master): i965: Use predicate enable bit for conditional rendering w/ o stalling

2015-05-12 Thread Neil Roberts
Module: Mesa Branch: master Commit: 426023050d1d3cd1b5fc0b3508dd7e1ee3b061e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=426023050d1d3cd1b5fc0b3508dd7e1ee3b061e7 Author: Neil Roberts Date: Tue Nov 4 19:15:00 2014 + i965: Use predicate enable bit for conditional rendering w

Mesa (master): i956: Add a function to load a 64-bit register from a buffer

2015-05-12 Thread Neil Roberts
Module: Mesa Branch: master Commit: 9585879d46fe412cbcfd50510e59e8ffe85b055f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9585879d46fe412cbcfd50510e59e8ffe85b055f Author: Neil Roberts Date: Mon May 11 14:00:42 2015 +0100 i956: Add a function to load a 64-bit register from a

Mesa (master): i965: Store the command parser version number in intel_screen

2015-05-12 Thread Neil Roberts
Module: Mesa Branch: master Commit: 8a59f2f26fb7bb036ad524cdec668716664d2a82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a59f2f26fb7bb036ad524cdec668716664d2a82 Author: Neil Roberts Date: Fri Nov 7 18:20:17 2014 + i965: Store the command parser version number in

Mesa (master): i965/skl: Add a message header for the TXF_MCS instruction in vec4vs

2015-05-26 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5ae6c7bfce5c9fb91ab6cef2ea74a39af091d5f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ae6c7bfce5c9fb91ab6cef2ea74a39af091d5f6 Author: Neil Roberts Date: Wed May 20 19:26:02 2015 +0100 i965/skl: Add a message header for the TXF_MCS instruction

Mesa (master): i965: Don't add base_binding_table_index if it's zero

2015-05-30 Thread Neil Roberts
Module: Mesa Branch: master Commit: 7f62fdae1629d75dd581d1c57b28c2f099c5ef6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f62fdae1629d75dd581d1c57b28c2f099c5ef6b Author: Neil Roberts Date: Fri May 29 13:41:48 2015 +0100 i965: Don't add base_binding_table_index if it's

Mesa (master): i965: Don' t use a temporary when generating an indirect sample

2015-05-30 Thread Neil Roberts
Module: Mesa Branch: master Commit: 6c846dc57b1d6f3e015a604dba1976f96c4be9e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c846dc57b1d6f3e015a604dba1976f96c4be9e9 Author: Neil Roberts Date: Thu May 28 15:27:31 2015 +0100 i965: Don't use a temporary when generating an ind

Mesa (master): spirv: Handle doubles when multiplying a mat by a scalar

2018-03-14 Thread Neil Roberts
Module: Mesa Branch: master Commit: 25a966a23d397cdfd853bc3ee54a11cf3bd3f84d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25a966a23d397cdfd853bc3ee54a11cf3bd3f84d Author: Neil Roberts Date: Tue Mar 13 13:26:19 2018 +0100 spirv: Handle doubles when multiplying a mat by a scalar

Mesa (master): spirv: Add a 64-bit implementation of Frexp

2018-03-21 Thread Neil Roberts
Module: Mesa Branch: master Commit: 61603f0e4219fee2d288ece9d1b4105a8657fe38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61603f0e4219fee2d288ece9d1b4105a8657fe38 Author: Neil Roberts Date: Thu Mar 8 17:07:46 2018 +0100 spirv: Add a 64-bit implementation of Frexp The

Mesa (master): nir/builder: Add a nir_imm_floatN_t helper

2018-04-17 Thread Neil Roberts
Module: Mesa Branch: master Commit: e7b2c125c3f3df43b032e398d900e2ac7f91398a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7b2c125c3f3df43b032e398d900e2ac7f91398a Author: Neil Roberts Date: Wed Mar 21 20:34:37 2018 +0100 nir/builder: Add a nir_imm_floatN_t helper This lets you

Mesa (master): spirv: Accept doubles in FaceForward, Reflect and Refract

2018-04-17 Thread Neil Roberts
Module: Mesa Branch: master Commit: 608d70bc02a968ee2b21a5db0f54247d877c8196 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=608d70bc02a968ee2b21a5db0f54247d877c8196 Author: Neil Roberts Date: Wed Mar 21 20:34:40 2018 +0100 spirv: Accept doubles in FaceForward, Reflect and Refract

Mesa (master): spirv: Add a 64-bit implementation of OpIsInf

2018-04-17 Thread Neil Roberts
Module: Mesa Branch: master Commit: 6e499572b9a7b33165b8438a85db37ae1ba0ce0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e499572b9a7b33165b8438a85db37ae1ba0ce0e Author: Neil Roberts Date: Wed Mar 21 20:34:39 2018 +0100 spirv: Add a 64-bit implementation of OpIsInf The only

Mesa (master): spirv: Use nir_imm_floatN_t for constants for GLSL450 builtins

2018-04-17 Thread Neil Roberts
Module: Mesa Branch: master Commit: 696f4abcbc07b96724307823b9e807cd981da3b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=696f4abcbc07b96724307823b9e807cd981da3b5 Author: Neil Roberts Date: Wed Mar 21 20:34:38 2018 +0100 spirv: Use nir_imm_floatN_t for constants for GLSL450

Mesa (master): spirv: Don’t check for NaN for most OpFOrd* comparisons

2018-04-26 Thread Neil Roberts
Module: Mesa Branch: master Commit: c4ab1bdcc9710e3c7cc7115d3be9c69b7e7712ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4ab1bdcc9710e3c7cc7115d3be9c69b7e7712ef Author: Neil Roberts Date: Tue Apr 24 12:17:56 2018 +0200 spirv: Don’t check for NaN for most OpFOrd* comparisons

Mesa (master): spirv: Apply OriginUpperLeft to FragCoord

2018-05-03 Thread Neil Roberts
Module: Mesa Branch: master Commit: e17d0ccbbddac455e4c47f5adc2333a531fedd3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e17d0ccbbddac455e4c47f5adc2333a531fedd3e Author: Neil Roberts Date: Wed May 2 18:10:00 2018 +0200 spirv: Apply OriginUpperLeft to FragCoord This behaviour

Mesa (master): glsl: Use the utility function to copy symbols between symbol tables

2017-10-30 Thread Neil Roberts
between symbol tables This effectively factorizes a couple of similar routines. v2 (Neil Roberts): Non-trivial rebase on master Reviewed-by: Kenneth Graunke Signed-off-by: Eduardo Lima Mitev Signed-off-by: Neil Roberts --- src/compiler/glsl/glsl_parser_extras.cpp | 25

Mesa (master): glsl/linker: Check that re-declared, inter-shader built-in blocks match

2017-10-30 Thread Neil Roberts
built-in block in the same way, as described in section 4.3.9 “Interface Blocks” for interface-block matching, or a link-time error will result." Fixes: * GL45-CTS.CommonBugs.CommonBug_PerVertexValidation v2 (Neil Roberts): Explicitly look for gl_PerVertex in the symbol tables ins

Mesa (master): glsl_parser_extra: Add utility to copy symbols between symbol tables

2017-10-30 Thread Neil Roberts
gl_PerVertex blocks too. The function will be used in a subsequent patch. v2 (Neil Roberts): Allow the src symbol table to be NULL and explicitly copy the gl_PerVertex symbols in case they are not referenced in the exec_list. Reviewed-by: Kenneth Graunke Signed-off-by: Eduardo Lima Mitev Signed-off

Mesa (master): nir/opt_intrinsics: Fix values for gl_SubGroupG{e, t}MaskARB

2017-10-31 Thread Neil Roberts
Module: Mesa Branch: master Commit: b697ece10aa041b8653eb184d73dcf5b846729a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b697ece10aa041b8653eb184d73dcf5b846729a3 Author: Neil Roberts Date: Tue Oct 31 15:05:33 2017 +0100 nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARB

Mesa (master): glsl: Transform fb buffers are only active if a variable uses them

2017-11-08 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4dc8458cd13154daa48bd97c3f8393daf02aa351 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4dc8458cd13154daa48bd97c3f8393daf02aa351 Author: Neil Roberts Date: Mon Oct 30 13:22:49 2017 +0100 glsl: Transform fb buffers are only active if a variable

Mesa (master): mesa: Add GL4.6 aliases of functions from GL_ARB_indirect_parameters

2018-01-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 0bd1c4676d93b1baf009e6d9beeedaf49b8e423d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bd1c4676d93b1baf009e6d9beeedaf49b8e423d Author: Neil Roberts Date: Fri Nov 24 16:53:15 2017 +0100 mesa: Add GL4.6 aliases of functions from

Mesa (master): mesa: Tidy up the 4.6 section of GL4x.xml

2018-01-06 Thread Neil Roberts
Module: Mesa Branch: master Commit: 2971f688e6444b315856e6ffd17b428b14262edf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2971f688e6444b315856e6ffd17b428b14262edf Author: Neil Roberts Date: Fri Jan 5 11:38:58 2018 +0100 mesa: Tidy up the 4.6 section of GL4x.xml The enums are

<    1   2