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 <nrobe...@igalia.com> Date: Wed May 2 18:10:00 2018 +0200 spirv: Apply OriginUpp

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 <nrobe...@igalia.com> Date: Tue Apr 24 12:17:56 2018 +0200 spirv: Don’t check for NaN fo

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 <nrobe...@igalia.com> Date: Wed Mar 21 20:34:37 2018 +0100 nir/builder: Add a nir_imm_fl

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 <nrobe...@igalia.com> Date: Wed Mar 21 20:34:40 2018 +0100 spirv: Accept doubles in FaceF

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 <nrobe...@igalia.com> Date: Wed Mar 21 20:34:39 2018 +0100 spirv: Add a 64-bit implemen

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 <nrobe...@igalia.com> Date: Wed Mar 21 20:34:38 2018 +0100 spirv: Use nir_imm_fl

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 <nrobe...@igalia.com> Date: Thu Mar 8 17:07:46 2018 +0100 spirv: Add a 64-bit implemen

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 <nrobe...@igalia.com> Date: Fri Jan 5 11:38:58 2018 +0100 mesa: Tidy up the 4.6 s

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 <nrobe...@igalia.com> Date: Fri Nov 24 16:53:15 2017 +0100 mesa: Add GL4.6 aliases of fun

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 <nrobe...@igalia.com> Date: Mon Oct 30 13:22:49 2017 +0100 glsl: Transform fb buffers ar

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 <nrobe...@igalia.com> Date: Tue Oct 31 15:05:33 2017 +0100 nir/opt_intrinsics: Fix

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

2017-10-30 Thread Neil Roberts
must all redeclare the 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

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

2017-10-30 Thread Neil Roberts
l copy explicitly declared 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 <kenn...@whitecape.or

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

2017-10-30 Thread Neil Roberts
nction to copy symbols between symbol tables This effectively factorizes a couple of similar routines. v2 (Neil Roberts): Non-trivial rebase on master Reviewed-by: Kenneth Graunke <kenn...@whitecape.org> Signed-off-by: Eduardo Lima Mitev <el...@igalia.com> Signed-off-by: Neil Roberts &l

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 <n...@linux.intel.com> Date: Thu Feb 4 16:12:06 2016 + program: Use _mesa_geometric_s

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 <n...@linux.intel.com> Date: Thu Feb 4 16:12:07 2016 + main: Use a derived

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 <n...@linux.intel.com> Date: Thu Feb 4 16:12:04 2016 + main: Use _mesa_geometric_s

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 <n...@linux.intel.com> Date: Thu Feb 4 16:12:05 2016 + main: Use _mesa_geometric_s

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 <n...@linux.intel.com> Date: Thu Jan 21 17:12:29 2016 + texobj: Fix the completeness

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 <n...@linux.intel.com> Date: Thu Jan 21 17:28:07 2016 + texobj: Remove redundant

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 <n...@linux.intel.com> Date: Wed Jan 13 19:28:45 2016 + texobj: Check comple

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 <n...@linux.intel.com> Date: Thu Nov 19 16:25:21 2015 +0100 i965/gen9: Don't allow th

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 <n...@linux.intel.com> Date: Wed Dec 16 14:53:13 2015 + Revert &quo

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 <n...@linux.intel.com> Date: Wed Nov 4 15:52:07 2015 +0100 mesa/blit: Don't require th

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 <n...@linux.intel.com> Date: Tue Dec 8 16:35:57 2015 + i965: Fix crash when c

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 <n...@linux.intel.com> Date: Fri Dec 11 12:32:17 2015 + i965: Add B8G8R8X8_SRGB to the

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 <n...@linux.intel.com> Date: Fri Dec 11 12:32:16 2015 + i965: Add MESA_FORMAT_B8G8R8X

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 <n...@linux.intel.com> Date: Fri Dec 11 12:32:18 2015 + i965: Use MESA_FORMAT_B8G8R8X

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 <n...@linux.intel.com> Date: Tue Nov 24 17:01:03 2015 +0100 i965/meta-fast-clear: D

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 <n...@linux.intel.com> Date: Tue Nov 24 19:23:14 2015 +0100 i965/gen9: Resolve SRGB color b

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 <n...@linux.intel.com> Date: Tue Nov 24 17:59:28 2015 +0100 i965/gen8+: Don't upload t

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 <n...@linux.intel.com> Date: Wed Nov 25 12:14:37 2015 +0100 i965/gen9: Don't do fast clear

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 <n...@linux.intel.com> Date: Tue Nov 24 16:34:46 2015 +0100 i965/gen9: Allow fast clears f

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 <n...@linux.intel.com> Date: Wed Nov 18 18:14:33 2015 +0100 i965/gen9: Allow fast clear fo

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 <n...@linux.intel.com> Date: Thu Nov 19 15:29:19 2015 +0100 blit: Don't take into a

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 <n...@linux.intel.com> Date: Tue Nov 24 16:15:20 2015 +0100 i965/gen9/fast-clear: Handle

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 <n...@linux.intel.com> Date: Thu Nov 19 15:06:08 2015 +0100 i965: Check base format to det

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 <n...@linux.intel.com> Date: Thu Nov 19 14:02:59 2015 +0100 i965/gen8: Allow ren

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 <n...@linux.intel.com> Date: Thu Nov 26 17:53:42 2015 +0100 util: Tiny optimi

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 <n...@linux.intel.com> Date: Wed Nov 4 15:52:06 2015 +0100 i965: Handle lum, int

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 <n...@linux.intel.com> Date: Mon Nov 16 14:03:11 2015 +0100 i965: Prevent fast clears for

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 <n...@linux.intel.com> Date: Mon Nov 16 14:35:46 2015 +0100 docs: Add 16x MSAA o

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 <n...@linux.intel.com> Date: Thu Oct 22 10:55:35 2015 +0200 meta/blit: Always try to

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 <n...@linux.intel.com> Date: Tue Oct 20 11:56:15 2015 +0200 i965/fs: Disable opt_sampl

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 <n...@linux.intel.com> Date: Tue Oct 20 11:16:00 2015 +0200 i965: Remove block ar

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 <n...@linux.intel.com> Date: Thu Jul 30 12:10:08 2015 +0100 nir: Add a function to det

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 <n...@linux.intel.com> Date: Mon Oct 5 13:50:56 2015 +0200 i965: Add a second suc

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 <n...@linux.intel.com> Date: Fri Jul 17 14:40:03 2015 +0100 i965/fs: Handle non-const

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 <n...@linux.intel.com> Date: Wed Sep 2 11:29:16 2015 +0100 mesa/pbo: Handle zero width,

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 n...@linux.intel.com 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 n...@linux.intel.com Date: Wed Jul 29 17:40:37 2015 +0100 i965/bxt: Don't use

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 n...@linux.intel.com Date: Sat Jul 4 22:40:58 2015 +0100 glsl: Add missing check for whether

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 n...@linux.intel.com Date: Sat Jul 4 22:40:59 2015 +0100 glsl: Make sure not to dereference NULL

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 n...@linux.intel.com Date: Fri Jul 3 13:15:21 2015 +0100 i965/skl: Set the pulls bary bit

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 n...@linux.intel.com Date: Thu Jul 2 17:49:19 2015 +0100 i965/fs: Don't disable SIMD16 when

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 n...@linux.intel.com Date: Fri Jun 26 17:54:15 2015 +0100 i965: Don't try to print the GLSL IR

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 n...@linux.intel.com Date: Tue Jun 16 13:53:40 2015 +0100 i965/skl: Fix aligning mt-total_width

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 n...@linux.intel.com Date: Thu May 28 19:35:44 2015 +0100 i965/vec4: Fix the source register

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 n...@linux.intel.com Date: Thu Jun 11 16:59:07 2015 +0100 i965: Fix aligning to the block size

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 n...@linux.intel.com Date: Thu May 28 15:27:31 2015 +0100 i965: Don't use a temporary when

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 n...@linux.intel.com Date: Fri May 29 13:41:48 2015 +0100 i965: Don't add

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 n...@linux.intel.com Date: Wed May 20 19:26:02 2015 +0100 i965/skl: Add a message header

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 n...@linux.intel.com Date: Tue Nov 4 19:15:00 2014 + i965: Use predicate enable bit

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 n...@linux.intel.com Date: Mon May 11 14:00:42 2015 +0100 i956: Add a function to load a 64-bit

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 n...@linux.intel.com Date: Fri Nov 7 18:20:17 2014 + i965: Store the command parser version

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 n...@linux.intel.com Date: Fri May 8 17:35:18 2015 +0100 i965/fs: Disable opt_sampler_eot

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 n...@linux.intel.com Date: Fri May 8 16:13:52 2015 +0100 i965/fs: Improve a comment about

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 n...@linux.intel.com Date: Thu May 7 18:55:55 2015 +0100 i965/fs: Set the header_size

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 n...@linux.intel.com Date: Thu May 7 14:20:17 2015 +0100 i965/skl: In opt_sampler_eot always set

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 n...@linux.intel.com Date: Thu Feb 19 19:33:43 2015 + i965/skl: Align compressed textures

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 n...@linux.intel.com Date: Thu Apr 23 10:09:52 2015 -0700 i965/skl: Force the exec size to 8 when

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 n...@linux.intel.com Date: Thu Apr 23 16:56:53 2015 -0700 i965/fs: Strip trailing constant zeroes

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 n...@linux.intel.com Date: Tue Apr 28 14:20:06 2015 +0100 i965: Don't try to apply

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 n...@linux.intel.com Date: Fri Feb 20 19:11:46 2015 + i965/skl: Don't use

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 n...@linux.intel.com Date: Wed Feb 18 18:41:58 2015 + i965/skl: Fix the qpitch value

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 n...@linux.intel.com Date: Tue Mar 24 15:52:20 2015 + i965/skl: Add the header for constant

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 n...@linux.intel.com Date: Wed Apr 15 14:28:26 2015 +0100 i965/vec4: Add a helper function

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 n...@linux.intel.com Date: Fri Apr 10 17:20:21 2015 +0100 i965/skl: Use an exec size of 8

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 n...@linux.intel.com Date: Fri Mar 6 19:11:19 2015 + i965/skl: Fix the order

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 n...@linux.intel.com Date: Tue Mar 31 14:58:28 2015 +0100 i965/skl: Avoid using the 1D stencil

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 n...@linux.intel.com Date: Thu Mar 19 18:18:49 2015 + i965: Refactor SIMD16-to-2xSIMD8 checks

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 n...@linux.intel.com Date: Wed Mar 4 14:13:40 2015 + i965: Store the GPU revision number

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

2015-03-20 Thread Neil Roberts
-source instructions when 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 kenn...@whitecape.org Reviewed

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 n...@linux.intel.com Date: Thu Mar 12 17:41:07 2015 + i965/skl: Send a message header when

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 n...@linux.intel.com Date: Thu Feb 26 12:12:15 2015 + Revert common: Fix PBOs for 1D_ARRAY

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 n...@linux.intel.com Date: Thu Feb 26 12:53:50 2015 + meta: Allow GL_UN/PACK_IMAGE_HEIGHT

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 n...@linux.intel.com Date: Wed Feb 25 15:33:08 2015 + meta: Fix the y offset for 1D_ARRAY

Mesa (master): i965/skl: Lay out a 1D miptree horizontally

2015-03-02 Thread Neil Roberts
Module: Mesa Branch: master Commit: cf67ca9ffa92a6324ed4c3df0bffd18fd967bc8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf67ca9ffa92a6324ed4c3df0bffd18fd967bc8d Author: Neil Roberts n...@linux.intel.com Date: Thu Feb 12 14:39:07 2015 + i965/skl: Lay out a 1D miptree

Mesa (master): i965/skl: Lay out 3D textures the same as array textures

2015-03-02 Thread Neil Roberts
Module: Mesa Branch: master Commit: 0f1e86afd65952df00b82e55c4b7371645cf6fbc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f1e86afd65952df00b82e55c4b7371645cf6fbc Author: Neil Roberts n...@linux.intel.com Date: Wed Feb 18 18:27:45 2015 + i965/skl: Lay out 3D textures the same

Mesa (master): i965/skl: Fix the maximum thread count format for the PS

2015-03-02 Thread Neil Roberts
Module: Mesa Branch: master Commit: aef8a4897937c0c06c7b01e39de23117a6e81d3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aef8a4897937c0c06c7b01e39de23117a6e81d3e Author: Neil Roberts n...@linux.intel.com Date: Fri Feb 27 16:57:22 2015 + i965/skl: Fix the maximum thread count

Mesa (master): i965: Don't force x-tiling for 16-bpp formats on Gen7

2015-02-25 Thread Neil Roberts
Module: Mesa Branch: master Commit: 67e3302497e90a4602921b4ac4621e97df60f850 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67e3302497e90a4602921b4ac4621e97df60f850 Author: Neil Roberts n...@linux.intel.com Date: Thu Feb 19 16:09:41 2015 + i965: Don't force x-tiling for 16-bpp

Mesa (master): meta: Fix saving the results of the current occlusion query

2015-02-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: bb77745681e179b53ea64da7bc1987b57643b7b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb77745681e179b53ea64da7bc1987b57643b7b0 Author: Neil Roberts n...@linux.intel.com Date: Tue Nov 25 17:52:27 2014 + meta: Fix saving the results

Mesa (master): i965/skl: Implement WaDisable1DDepthStencil

2015-02-10 Thread Neil Roberts
Module: Mesa Branch: master Commit: 5b29b2922afe2b8167a589fc2896a071fc85b693 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b29b2922afe2b8167a589fc2896a071fc85b693 Author: Neil Roberts n...@linux.intel.com Date: Mon Feb 2 17:47:23 2015 + i965/skl: Implement

Mesa (master): dir-locals.el: Don' t set variables for non-programming modes

2015-02-02 Thread Neil Roberts
Module: Mesa Branch: master Commit: af8fd694d4946493553aac310cc1ce5fa1f765e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af8fd694d4946493553aac310cc1ce5fa1f765e5 Author: Neil Roberts n...@linux.intel.com Date: Sat Jan 31 17:45:09 2015 +0100 dir-locals.el: Don't set variables

Mesa (master): i965/skl: Force a BINDING_TABLE_POINTER_* after push constant command

2015-01-30 Thread Neil Roberts
Module: Mesa Branch: master Commit: a7eec6d620a333b722157cf1a2865b050d210aad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7eec6d620a333b722157cf1a2865b050d210aad Author: Neil Roberts n...@linux.intel.com Date: Thu Jan 29 14:59:49 2015 + i965/skl: Force

Mesa (master): format_utils: Use a more precise conversion when decreasing bits

2015-01-16 Thread Neil Roberts
Module: Mesa Branch: master Commit: a4ab08bf451593dc45ebef80da66563b0ba5bbe5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4ab08bf451593dc45ebef80da66563b0ba5bbe5 Author: Neil Roberts n...@linux.intel.com Date: Wed Jan 14 15:14:05 2015 + format_utils: Use a more precise

Mesa (master): glsl: Use | action in the lexer source to avoid duplicating the float action

2014-11-27 Thread Neil Roberts
Module: Mesa Branch: master Commit: c97cbd7e3d9faae1185a740d2a94c48e9a75d8b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c97cbd7e3d9faae1185a740d2a94c48e9a75d8b9 Author: Neil Roberts n...@linux.intel.com Date: Wed Nov 26 17:57:42 2014 + glsl: Use | action in the lexer source

Mesa (master): glsl: Disallow float literals with the 'f' suffix but no point or exponent

2014-11-27 Thread Neil Roberts
Module: Mesa Branch: master Commit: 9d8aa886938c7476a911f8cf8051d87d76755394 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d8aa886938c7476a911f8cf8051d87d76755394 Author: Neil Roberts n...@linux.intel.com Date: Wed Nov 26 17:15:01 2014 + glsl: Disallow float literals

Mesa (master): linker: Add a missing space in an error message

2014-11-13 Thread Neil Roberts
Module: Mesa Branch: master Commit: 352f8f2d1398f32934f9f8cf0eb4b5c6fd9f763e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=352f8f2d1398f32934f9f8cf0eb4b5c6fd9f763e Author: Neil Roberts n...@linux.intel.com Date: Thu Nov 13 15:31:44 2014 + linker: Add a missing space in an error

Mesa (master): docs: Update GL3.txt and relnotes for GL_KHR_context_flush_control

2014-10-28 Thread Neil Roberts
Module: Mesa Branch: master Commit: 3b83a5c35c408dd2212e3dae3483b6f4b5d75fd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b83a5c35c408dd2212e3dae3483b6f4b5d75fd7 Author: Neil Roberts n...@linux.intel.com Date: Tue Oct 28 16:51:12 2014 + docs: Update GL3.txt and relnotes

  1   2   >