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): 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): 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: 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): 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): 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

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): 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): 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/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): 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): program: Use _mesa_geometric_samples to calculate gl_NumSamples

2016-02-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5fd848f6c9ee86b3d0e024cfa6255cd2d721462f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fd848f6c9ee86b3d0e024cfa6255cd2d721462f Author: Neil Roberts Date: Thu Feb 4 16:12:06 2016 + program: Use _mesa_geometric_samples to calculate

Mesa (master): main: Use a derived value for the default sample count

2016-02-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: eb9cf3cfc99db0cff0a5a584941e8be43ac9b961 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb9cf3cfc99db0cff0a5a584941e8be43ac9b961 Author: Neil Roberts Date: Thu Feb 4 16:12:07 2016 + main: Use a derived value for the default sample count

Mesa (master): main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLES

2016-02-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: d8d4661ddb2ecef33721fbca2a9bb7bd1d84b7cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8d4661ddb2ecef33721fbca2a9bb7bd1d84b7cf Author: Neil Roberts Date: Thu Feb 4 16:12:04 2016 + main: Use _mesa_geometric_samples to calculate the value of

Mesa (master): main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERS

2016-02-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4995d9c9a028876550e3da7ff24045f8bec2dcf6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4995d9c9a028876550e3da7ff24045f8bec2dcf6 Author: Neil Roberts Date: Thu Feb 4 16:12:05 2016 + main: Use _mesa_geometric_samples to calculate

Mesa (master): texobj: Fix the completeness checks for cube textures

2016-01-21 Thread Neil Roberts
Module: Mesa Branch: master Commit: 666d96d1697fc9a1452519285758cc16240290d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=666d96d1697fc9a1452519285758cc16240290d2 Author: Neil Roberts Date: Thu Jan 21 17:12:29 2016 + texobj: Fix the completeness checks for cube textures

Mesa (master): texobj: Remove redundant checks that the texture cube faces match size

2016-01-21 Thread Neil Roberts
Module: Mesa Branch: master Commit: cbf0e64ee1e2d4514dbec9e4fbf688098fcef318 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbf0e64ee1e2d4514dbec9e4fbf688098fcef318 Author: Neil Roberts Date: Thu Jan 21 17:28:07 2016 + texobj: Remove redundant checks that the texture cube faces

Mesa (master): texobj: Check completeness with InternalFormat rather than Mesa format

2016-01-14 Thread Neil Roberts
Module: Mesa Branch: master Commit: 06b526de0565d5485a2111e3901bd5824ead4314 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06b526de0565d5485a2111e3901bd5824ead4314 Author: Neil Roberts Date: Wed Jan 13 19:28:45 2016 + texobj: Check completeness with InternalFormat rather than

Mesa (master): i965/gen9: Don't allow the RGBX formats for texturing/ rendering

2016-01-13 Thread Neil Roberts
Module: Mesa Branch: master Commit: cda886a4851ab767fba40e8474d6fa8190347e4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cda886a4851ab767fba40e8474d6fa8190347e4f Author: Neil Roberts Date: Thu Nov 19 16:25:21 2015 +0100 i965/gen9: Don't allow the RGBX formats for text

Mesa (master): Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals "

2015-12-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: 61cdb7665f7bd147533cdc5977750d990c2eafd5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61cdb7665f7bd147533cdc5977750d990c2eafd5 Author: Neil Roberts Date: Wed Dec 16 14:53:13 2015 + Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB vi

Mesa (master): i965: Fix crash when calling glViewport with no surface bound

2015-12-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: 8c5310da9d1cbf2272f72d3ed4264544456a4683 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c5310da9d1cbf2272f72d3ed4264544456a4683 Author: Neil Roberts Date: Tue Dec 8 16:35:57 2015 + i965: Fix crash when calling glViewport with no surface

Mesa (master): mesa/blit: Don' t require the same format for mulitisample blits

2015-12-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4c7c9e4602b6ff72eb2ef41be4ba780d44d37440 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c7c9e4602b6ff72eb2ef41be4ba780d44d37440 Author: Neil Roberts Date: Wed Nov 4 15:52:07 2015 +0100 mesa/blit: Don't require the same format for mulitis

Mesa (master): i965: Add B8G8R8X8_SRGB to the alpha format override

2015-12-13 Thread Neil Roberts
Module: Mesa Branch: master Commit: 43f4be5f06b7a96b96a3a7b43f5112139a1f423a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43f4be5f06b7a96b96a3a7b43f5112139a1f423a Author: Neil Roberts Date: Fri Dec 11 12:32:17 2015 + i965: Add B8G8R8X8_SRGB to the alpha format override

Mesa (master): i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format

2015-12-13 Thread Neil Roberts
Module: Mesa Branch: master Commit: c769efda939e06338d41e1046a5f954c690951d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c769efda939e06338d41e1046a5f954c690951d5 Author: Neil Roberts Date: Fri Dec 11 12:32:16 2015 + i965: Add MESA_FORMAT_B8G8R8X8_SRGB to

Mesa (master): i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals

2015-12-13 Thread Neil Roberts
Module: Mesa Branch: master Commit: 839793680f99b8387bee9489733d5071c10f3ace URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=839793680f99b8387bee9489733d5071c10f3ace Author: Neil Roberts Date: Fri Dec 11 12:32:18 2015 + i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals

Mesa (master): i965/gen9: Allow fast clears for non-MSRT SRGB buffers

2015-12-11 Thread Neil Roberts
Module: Mesa Branch: master Commit: 0033c8134401cd4c42845a8e33c001ec62612015 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0033c8134401cd4c42845a8e33c001ec62612015 Author: Neil Roberts Date: Tue Nov 24 16:34:46 2015 +0100 i965/gen9: Allow fast clears for non-MSRT SRGB buffers

Mesa (master): i965/meta-fast-clear: Disable GL_FRAMEBUFFER_SRGB during clear

2015-12-11 Thread Neil Roberts
Module: Mesa Branch: master Commit: 44902ed1fa84525fbb959dc22357cb42214c185b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44902ed1fa84525fbb959dc22357cb42214c185b Author: Neil Roberts Date: Tue Nov 24 17:01:03 2015 +0100 i965/meta-fast-clear: Disable GL_FRAMEBUFFER_SRGB during

Mesa (master): i965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFFER_SRGB enabled

2015-12-11 Thread Neil Roberts
Module: Mesa Branch: master Commit: 82d459a4230c8fcb96fc5e85d00d2c2f4502d1e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82d459a4230c8fcb96fc5e85d00d2c2f4502d1e0 Author: Neil Roberts Date: Tue Nov 24 19:23:14 2015 +0100 i965/gen9: Resolve SRGB color buffers when

Mesa (master): i965/gen8+: Don' t upload the MCS buffer for single-sampled textures

2015-12-11 Thread Neil Roberts
Module: Mesa Branch: master Commit: eb291d7013eef64c33826f9cc0006c89adcf4e53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb291d7013eef64c33826f9cc0006c89adcf4e53 Author: Neil Roberts Date: Tue Nov 24 17:59:28 2015 +0100 i965/gen8+: Don't upload the MCS buffer for single-sa

Mesa (master): i965/gen9: Don' t do fast clears when GL_FRAMEBUFFER_SRGB is enabled

2015-12-11 Thread Neil Roberts
Module: Mesa Branch: master Commit: 583a5778f46aa6a18d7ec52178ebf1fb82c6daa8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=583a5778f46aa6a18d7ec52178ebf1fb82c6daa8 Author: Neil Roberts Date: Wed Nov 25 12:14:37 2015 +0100 i965/gen9: Don't do fast clears when GL_FRAMEBUFFER_SR

Mesa (master): i965/gen9: Allow fast clear for MSRT formats matching render

2015-12-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: d15133859424e73ed892ab05c2bdbb76157da517 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d15133859424e73ed892ab05c2bdbb76157da517 Author: Neil Roberts Date: Wed Nov 18 18:14:33 2015 +0100 i965/gen9: Allow fast clear for MSRT formats matching

Mesa (master): blit: Don' t take into account the Mesa format when checking MSRT blit

2015-12-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: ba67739b662eaf68f7a1117005e20079b2653044 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba67739b662eaf68f7a1117005e20079b2653044 Author: Neil Roberts Date: Thu Nov 19 15:29:19 2015 +0100 blit: Don't take into account the Mesa format when che

Mesa (master): i965/gen9/fast-clear: Handle linear→SRGB conversion

2015-12-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: e1a16b901b401efd94b452a9c4c641259e669a47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1a16b901b401efd94b452a9c4c641259e669a47 Author: Neil Roberts Date: Tue Nov 24 16:15:20 2015 +0100 i965/gen9/fast-clear: Handle linear→SRGB conversion If

Mesa (master): i965: Check base format to determine whether to use tiled memcpy

2015-12-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: 3f10774cbab1e803f8aa3d6d24f8f6f98b8128c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f10774cbab1e803f8aa3d6d24f8f6f98b8128c3 Author: Neil Roberts Date: Thu Nov 19 15:06:08 2015 +0100 i965: Check base format to determine whether to use tiled

Mesa (master): i965/gen8: Allow rendering to B8G8R8X8

2015-12-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: 9a31d9870b0c2113eefd1c2baf347ab8b288f6a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a31d9870b0c2113eefd1c2baf347ab8b288f6a6 Author: Neil Roberts Date: Thu Nov 19 14:02:59 2015 +0100 i965/gen8: Allow rendering to B8G8R8X8 Since Gen8 this is

Mesa (master): util: Tiny optimisation for the linear→srgb conversion

2015-11-27 Thread Neil Roberts
Module: Mesa Branch: master Commit: bc2470d5d3e9788af8d6aee0a001b7de9cd4972b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc2470d5d3e9788af8d6aee0a001b7de9cd4972b Author: Neil Roberts Date: Thu Nov 26 17:53:42 2015 +0100 util: Tiny optimisation for the linear→srgb conversion

Mesa (master): i965: Handle lum, intensity and missing components in the fast clear

2015-11-23 Thread Neil Roberts
Module: Mesa Branch: master Commit: 2010de4015c96f241e81012b395cb4254091f0bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2010de4015c96f241e81012b395cb4254091f0bb Author: Neil Roberts Date: Wed Nov 4 15:52:06 2015 +0100 i965: Handle lum, intensity and missing components in the

Mesa (master): i965: Prevent fast clears for MSRTs on SKL

2015-11-18 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5dfb4dbc0583d2593e36f7eb27c77b81680db848 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dfb4dbc0583d2593e36f7eb27c77b81680db848 Author: Neil Roberts Date: Mon Nov 16 14:03:11 2015 +0100 i965: Prevent fast clears for MSRTs on SKL There are

Mesa (master): docs: Add 16x MSAA on i965 to the release notes

2015-11-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: 2ca018cb65e1001e890f3dccbe65f757ed8da3f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ca018cb65e1001e890f3dccbe65f757ed8da3f8 Author: Neil Roberts Date: Mon Nov 16 14:35:46 2015 +0100 docs: Add 16x MSAA on i965 to the release notes Signed-off

Mesa (master): i965/fs/skl+: Use ld2dms_w instead of ld2dms

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: e386fb0dee40d0f2342b43b6750b64c8174463a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e386fb0dee40d0f2342b43b6750b64c8174463a9 Author: Neil Roberts Date: Tue Sep 8 15:52:09 2015 +0100 i965/fs/skl+: Use ld2dms_w instead of ld2dms In order to

Mesa (master): i965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: a6804654283a9d03bee92d61eee5b1d036c8db68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6804654283a9d03bee92d61eee5b1d036c8db68 Author: Neil Roberts Date: Wed Sep 9 17:44:17 2015 +0100 i965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA In

Mesa (master): i965/vec4/skl+: Use ld2dms_w instead of ld2dms

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 4ef27745c8ed5153464db22950a90d74d2ef4435 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ef27745c8ed5153464db22950a90d74d2ef4435 Author: Neil Roberts Date: Wed Sep 9 15:59:36 2015 +0100 i965/vec4/skl+: Use ld2dms_w instead of ld2dms In order to

Mesa (master): i965/fs: Add a sampler program key for whether the texture is 16x MSAA

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 1a97cac767425b22e56fe698127795bc287bb773 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a97cac767425b22e56fe698127795bc287bb773 Author: Neil Roberts Date: Tue Sep 15 16:34:35 2015 +0100 i965/fs: Add a sampler program key for whether the texture

Mesa (master): meta: Support 16x MSAA in the multisample scaled blit shader

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 2dd76ec16e599bd919962f439b59fdd73e85ff94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dd76ec16e599bd919962f439b59fdd73e85ff94 Author: Neil Roberts Date: Wed Sep 16 17:43:33 2015 +0100 meta: Support 16x MSAA in the multisample scaled blit

Mesa (master): i965: Handle 16x MSAA in IMS dimension munging code.

2015-11-05 Thread Neil Roberts
. Signed-off-by: Kenneth Graunke Reviewed-by: Neil Roberts Reviewed-by: Ben Widawsky --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965

Mesa (master): i965: Support calculating the bits needed to set up 16x MSAA

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: b4c2e6054fe830c299113b143622bcd2158cd257 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4c2e6054fe830c299113b143622bcd2158cd257 Author: Neil Roberts Date: Wed Sep 9 14:36:42 2015 +0100 i965: Support calculating the bits needed to set up 16x

Mesa (master): meta/blit: Always try to enable GL_ARB_sample_shading

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: b080b3d54d99dfb46b5e8a6eb94fdbdeb937f255 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b080b3d54d99dfb46b5e8a6eb94fdbdeb937f255 Author: Neil Roberts Date: Thu Oct 22 10:55:35 2015 +0200 meta/blit: Always try to enable GL_ARB_sample_shading

Mesa (master): i965/meta: Support 16x MSAA in the meta stencil blit

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 1a22b12fc51e80c20c700f93904ffd12caa73473 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a22b12fc51e80c20c700f93904ffd12caa73473 Author: Neil Roberts Date: Fri Sep 11 18:09:46 2015 +0100 i965/meta: Support 16x MSAA in the meta stencil blit The

Mesa (master): i965: Program 16x MSAA sample positions.

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 20250e854eca3209133d592d98559ac474a5f60f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20250e854eca3209133d592d98559ac474a5f60f Author: Neil Roberts Date: Wed Sep 16 11:48:42 2015 +0100 i965: Program 16x MSAA sample positions. This is the

Mesa (master): i965: Support allocating the MCS buffer for 16x MSAA

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: bf6bd7eaf09fadc516a1e46635ed8590f4d88535 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf6bd7eaf09fadc516a1e46635ed8590f4d88535 Author: Neil Roberts Date: Wed Sep 9 14:38:08 2015 +0100 i965: Support allocating the MCS buffer for 16x MSAA When

Mesa (master): mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: aa3f9aaf31e9056a255f9e0472ebdfdaa60abe54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa3f9aaf31e9056a255f9e0472ebdfdaa60abe54 Author: Neil Roberts Date: Mon Sep 28 18:22:32 2015 +0100 mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit

Mesa (master): i965/skl+: Enable support for 16x multisampling

2015-11-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 6c5f371a27f901d5bc60cf5a2a11cf6629f96f78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c5f371a27f901d5bc60cf5a2a11cf6629f96f78 Author: Neil Roberts Date: Mon Sep 7 18:23:14 2015 +0100 i965/skl+: Enable support for 16x multisampling Reviewed

Mesa (master): i965/fs: Disable opt_sampler_eot for more message types

2015-10-21 Thread Neil Roberts
Module: Mesa Branch: master Commit: ee77796a5c97105bf7e92e3a7931ee0f331a0545 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee77796a5c97105bf7e92e3a7931ee0f331a0545 Author: Neil Roberts Date: Tue Oct 20 11:56:15 2015 +0200 i965/fs: Disable opt_sampler_eot for more message types In

Mesa (master): i965: Remove block arg from foreach_inst_in_block_*_starting_from

2015-10-21 Thread Neil Roberts
Module: Mesa Branch: master Commit: 801f151917fedb13c5c6e96281a18d833dd6901f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=801f151917fedb13c5c6e96281a18d833dd6901f Author: Neil Roberts Date: Tue Oct 20 11:16:00 2015 +0200 i965: Remove block arg from foreach_inst_in_block_

Mesa (master): nir: Add a function to determine if a source is dynamically uniform

2015-10-09 Thread Neil Roberts
Module: Mesa Branch: master Commit: 886d46b0897182e489e03f7302a575b54004faca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=886d46b0897182e489e03f7302a575b54004faca Author: Neil Roberts Date: Thu Jul 30 12:10:08 2015 +0100 nir: Add a function to determine if a source is dynamically

Mesa (master): i965: Add a second successor to BRW_OPCODE_WHILE

2015-10-09 Thread Neil Roberts
Module: Mesa Branch: master Commit: 728d7bc85f1f101875349690bf1637037a5a1817 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=728d7bc85f1f101875349690bf1637037a5a1817 Author: Neil Roberts Date: Mon Oct 5 13:50:56 2015 +0200 i965: Add a second successor to BRW_OPCODE_WHILE It is

Mesa (master): i965/fs: Handle non-const sample number in interpolateAtSample

2015-10-09 Thread Neil Roberts
Module: Mesa Branch: master Commit: da361acd1c899d533caec6cae5a336f6ab35e076 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da361acd1c899d533caec6cae5a336f6ab35e076 Author: Neil Roberts Date: Fri Jul 17 14:40:03 2015 +0100 i965/fs: Handle non-const sample number in

Mesa (master): mesa/pbo: Handle zero width, height or depth when validating access

2015-09-03 Thread Neil Roberts
Module: Mesa Branch: master Commit: ce181aea6cb5353181add7b5aca3c0b196a9b513 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce181aea6cb5353181add7b5aca3c0b196a9b513 Author: Neil Roberts Date: Wed Sep 2 11:29:16 2015 +0100 mesa/pbo: Handle zero width, height or depth when

Mesa (master): docs: Fix a typo in GL3.txt concerning GL_KHR_context_flush_control

2015-08-28 Thread Neil Roberts
Module: Mesa Branch: master Commit: 2dbc6a0ad9f5432e5a9a1e66b1c27c574f0def80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dbc6a0ad9f5432e5a9a1e66b1c27c574f0def80 Author: Neil Roberts Date: Fri Aug 28 14:29:22 2015 +0100 docs: Fix a typo in GL3.txt concerning

Mesa (master): i965/bxt: Don't use brw_device_info_skl_early on BXT

2015-07-30 Thread Neil Roberts
Module: Mesa Branch: master Commit: 3a21e4bd263002dd600e7a693536c93f68b285a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a21e4bd263002dd600e7a693536c93f68b285a5 Author: Neil Roberts Date: Wed Jul 29 17:40:37 2015 +0100 i965/bxt: Don't use brw_device_info_skl_early o

Mesa (master): glsl: Make sure not to dereference NULL

2015-07-06 Thread Neil Roberts
Module: Mesa Branch: master Commit: 86a3557d7c95ac945eedf42ab095639b255c1bed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86a3557d7c95ac945eedf42ab095639b255c1bed Author: Neil Roberts Date: Sat Jul 4 22:40:59 2015 +0100 glsl: Make sure not to dereference NULL In this bit of

Mesa (master): glsl: Add missing check for whether an expression is an add operation

2015-07-06 Thread Neil Roberts
Module: Mesa Branch: master Commit: 18039078e0254c7cb5e15b7186be05e2e4c10f38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18039078e0254c7cb5e15b7186be05e2e4c10f38 Author: Neil Roberts Date: Sat Jul 4 22:40:58 2015 +0100 glsl: Add missing check for whether an expression is an add

Mesa (master): i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA

2015-07-06 Thread Neil Roberts
Module: Mesa Branch: master Commit: 493af150fb3b1c007d791b24dcd5ea8a92ad763c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=493af150fb3b1c007d791b24dcd5ea8a92ad763c Author: Neil Roberts Date: Fri Jul 3 13:15:21 2015 +0100 i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA On

Mesa (master): i965/fs: Don' t disable SIMD16 when using the pixel interpolator

2015-07-03 Thread Neil Roberts
Module: Mesa Branch: master Commit: 7abc1e3286bc4729e144d3a247c2a275e46aaf53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7abc1e3286bc4729e144d3a247c2a275e46aaf53 Author: Neil Roberts Date: Thu Jul 2 17:49:19 2015 +0100 i965/fs: Don't disable SIMD16 when using the

Mesa (master): i965: Don't try to print the GLSL IR if it has been freed

2015-06-29 Thread Neil Roberts
Module: Mesa Branch: master Commit: c0ca6c30eaf7f488f154c462a01a8945cb4a3103 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0ca6c30eaf7f488f154c462a01a8945cb4a3103 Author: Neil Roberts Date: Fri Jun 26 17:54:15 2015 +0100 i965: Don't try to print the GLSL IR if it has been

Mesa (master): i965/skl: Fix aligning mt->total_width to the block size

2015-06-26 Thread Neil Roberts
Module: Mesa Branch: master Commit: 3cf90bb183c7f403ded4c069a78eae1fd71f8eab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cf90bb183c7f403ded4c069a78eae1fd71f8eab Author: Neil Roberts Date: Tue Jun 16 13:53:40 2015 +0100 i965/skl: Fix aligning mt->total_width to the block s

Mesa (master): i965/vec4: Fix the source register for indexed samplers

2015-06-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: c753866cc4ae15313430f9b6edba1b82e44b003a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c753866cc4ae15313430f9b6edba1b82e44b003a Author: Neil Roberts Date: Thu May 28 19:35:44 2015 +0100 i965/vec4: Fix the source register for indexed samplers

Mesa (master): i965: Fix aligning to the block size in intel_miptree_copy_slice

2015-06-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: 1a6220b416f02e56575894efbbd1717c9427c763 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a6220b416f02e56575894efbbd1717c9427c763 Author: Neil Roberts Date: Thu Jun 11 16:59:07 2015 +0100 i965: Fix aligning to the block size in

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): 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/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: 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: 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/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/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/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: 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: 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: 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: 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: 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: 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/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: 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: 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: 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: 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: 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: 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/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): 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): 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): Revert "common: Fix PBOs for 1D_ARRAY."

2015-03-05 Thread Neil Roberts
Module: Mesa Branch: master Commit: 7d10d2feee381739eef97f4720cbadbd65bb4fc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d10d2feee381739eef97f4720cbadbd65bb4fc6 Author: Neil Roberts Date: Thu Feb 26 12:12:15 2015 + Revert "common: Fix PBOs for 1D_ARRAY." Th

  1   2   >