Mesa (master): i965: Select ranges of UBO data to be uploaded as push constants.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 6d28c6e52cfd76855c1368560dd90f12493e2580 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d28c6e52cfd76855c1368560dd90f12493e2580 Author: Kenneth Graunke Date: Sat Jan 2 03:21:28 2016 -0800 i965: Select ranges of UBO data to be uploaded as push co

Mesa (master): i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 6834b1ebe34aaa4b65e342556894e88826c839da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6834b1ebe34aaa4b65e342556894e88826c839da Author: Kenneth Graunke Date: Sat Jun 3 11:46:15 2017 -0700 i965: Pad buffer objects by 2kB in robust contexts to avo

Mesa (master): i965: Push UBO data, but don't use it just yet.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 4f586cd8f19a598a0f61f361840a358a7f99eaa0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f586cd8f19a598a0f61f361840a358a7f99eaa0 Author: Kenneth Graunke Date: Tue Nov 29 02:47:15 2016 -0800 i965: Push UBO data, but don't use it just yet. This pat

Mesa (master): i965: Separate uploading push constant data from the pointer packets.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 29603ae208fb0031a6746110d448a91ea4071dea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29603ae208fb0031a6746110d448a91ea4071dea Author: Kenneth Graunke Date: Tue Nov 29 01:06:50 2016 -0800 i965: Separate uploading push constant data from the poin

Mesa (master): i965: Switch to absolute addressing for constant buffer 0.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 8ec5a4e4a4a32f4de351c5fc2bf0eb615b6eef1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ec5a4e4a4a32f4de351c5fc2bf0eb615b6eef1b Author: Kenneth Graunke Date: Thu Aug 14 22:36:45 2014 -0700 i965: Switch to absolute addressing for constant buffer 0

Mesa (master): i965: Factor out push locations.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: c9ef27e77ba0884c3716a3c39640e987200ea46e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9ef27e77ba0884c3716a3c39640e987200ea46e Author: Kenneth Graunke Date: Fri Jun 2 09:54:31 2017 -0700 i965: Factor out push locations. With UBOs, the answer o

Mesa (master): i965: Stop re-uploading push constants after URB reconfiguration.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 67fec964525a88c975902bdfb4078d722d4f04bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67fec964525a88c975902bdfb4078d722d4f04bf Author: Kenneth Graunke Date: Tue Nov 29 01:37:49 2016 -0800 i965: Stop re-uploading push constants after URB reconfig

Mesa (master): i965: Use pushed UBO data in the scalar backend.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b2da1238012c751a8ad36c9a51d3fec46a292b0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2da1238012c751a8ad36c9a51d3fec46a292b0d Author: Kenneth Graunke Date: Tue Nov 29 05:20:20 2016 -0800 i965: Use pushed UBO data in the scalar backend. This ac

Mesa (master): i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: a18ab92d3c21b47efe376ea1efdbc4128b26316c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a18ab92d3c21b47efe376ea1efdbc4128b26316c Author: Kenneth Graunke Date: Tue Nov 29 03:34:01 2016 -0800 i965: Introduce a BRW_NEW_DRAW_CALL dirty bit. This allo

Mesa (master): i965: Require a UBO offset alignment of 32 bytes.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 2a5e4f15efb7be113cbc310bb7d809578153953d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a5e4f15efb7be113cbc310bb7d809578153953d Author: Kenneth Graunke Date: Mon Jan 25 15:23:24 2016 -0800 i965: Require a UBO offset alignment of 32 bytes. Soon,

Mesa (master): i965: Store per-stage push constant BO pointers.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 24891d7c05b2b6bead540ad860af42fd1291826b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24891d7c05b2b6bead540ad860af42fd1291826b Author: Kenneth Graunke Date: Tue Jun 27 14:38:13 2017 -0700 i965: Store per-stage push constant BO pointers. Right n

Mesa (master): i965: Add a "write" parameter to intel_bufferobj_buffer.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f47612dafb3479c6e1ea90801ab17fe1e8eac778 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f47612dafb3479c6e1ea90801ab17fe1e8eac778 Author: Kenneth Graunke Date: Wed Jun 7 13:26:58 2017 -0700 i965: Add a "write" parameter to intel_bufferobj_buffer.

Mesa (master): i965: Use async maps for BufferSubData to regions with no valid data.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 86bd3fd864a8383e1d6823114da422f6a948bf1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86bd3fd864a8383e1d6823114da422f6a948bf1e Author: Kenneth Graunke Date: Tue Jan 17 17:18:01 2017 -0800 i965: Use async maps for BufferSubData to regions with no

Mesa (master): i965: Track a range of the buffer which contains valid data.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 5f223648f2e821afa76f872cbcaecd703a16fdb1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f223648f2e821afa76f872cbcaecd703a16fdb1 Author: Kenneth Graunke Date: Tue Jan 17 17:18:01 2017 -0800 i965: Track a range of the buffer which contains valid da

Mesa (master): i965: Convert BLEND_CONSTANT_COLOR state to genxml.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: ad7663b83818ecba05e042621b7f9aeeeba86d0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad7663b83818ecba05e042621b7f9aeeeba86d0c Author: Rafael Antognolli Date: Mon Jun 5 14:44:44 2017 -0700 i965: Convert BLEND_CONSTANT_COLOR state to genxml. It

Mesa (master): i965: Prepare gs_state emitting code to include gen4-5.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: 29363882057dadbf8d536d214253a49908b29a85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29363882057dadbf8d536d214253a49908b29a85 Author: Rafael Antognolli Date: Tue Jun 6 09:38:46 2017 -0700 i965: Prepare gs_state emitting code to include gen4-5.

Mesa (master): i965: Remove upload_gs_state_for_tf.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: 9a2cca929f9f43ae288908efbf05647167a96728 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a2cca929f9f43ae288908efbf05647167a96728 Author: Rafael Antognolli Date: Tue Jun 6 09:49:11 2017 -0700 i965: Remove upload_gs_state_for_tf. This function onl

Mesa (master): i965: Convert CC state on gen4-5 to genxml.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: 5d48710981feeaa1b4919195f97a00c4daa9c992 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d48710981feeaa1b4919195f97a00c4daa9c992 Author: Rafael Antognolli Date: Thu Jun 1 12:28:41 2017 -0700 i965: Convert CC state on gen4-5 to genxml. Use set_bl

Mesa (master): i965: Make a helper function for blend entry related state.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: 1d2d3dbc8a13ee036794b0825543f65d66859630 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d2d3dbc8a13ee036794b0825543f65d66859630 Author: Rafael Antognolli Date: Thu Jun 1 11:41:16 2017 -0700 i965: Make a helper function for blend entry related st

Mesa (master): i965: Make a helper function for depth/ stencil related state.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: e84cb56f483d5470d0ac350c146c8387622362b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e84cb56f483d5470d0ac350c146c8387622362b5 Author: Kenneth Graunke Date: Mon May 8 16:30:58 2017 -0700 i965: Make a helper function for depth/stencil related st

Mesa (master): i965: Convert GS_STATE to genxml.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: 9a9c7e452bc35d0bea1808bcc4caf936a35749cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a9c7e452bc35d0bea1808bcc4caf936a35749cb Author: Rafael Antognolli Date: Wed Jun 7 13:03:43 2017 -0700 i965: Convert GS_STATE to genxml. Merge the code with

Mesa (master): i965: Move color calc code around a bit.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: b0052aa46fd7ffd6e96803214fc71bb119c83ae6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0052aa46fd7ffd6e96803214fc71bb119c83ae6 Author: Rafael Antognolli Date: Mon Jun 19 17:15:55 2017 -0700 i965: Move color calc code around a bit. This makes th

Mesa (master): i965: Check for alpha channel just like in gen6+.

2017-07-13 Thread Rafael Antognolli
Module: Mesa Branch: master Commit: 5246d3eb835c8b5a9fe4fd65032f9d0f993efea7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5246d3eb835c8b5a9fe4fd65032f9d0f993efea7 Author: Rafael Antognolli Date: Fri Jun 2 14:41:19 2017 -0700 i965: Check for alpha channel just like in gen6+. gen6

Mesa (master): intel/compiler: remove check unsigned is >= 0

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: a25a53345859c3c560b923de3359c245db81c5e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a25a53345859c3c560b923de3359c245db81c5e6 Author: Lionel Landwerlin Date: Thu Jul 13 16:04:28 2017 +0100 intel/compiler: remove check unsigned is >= 0 By defin

Mesa (master): anv: don't use strcpy for copying strings

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: d1bd731e3014a9e16d4c24da439831c1cc745ef5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1bd731e3014a9e16d4c24da439831c1cc745ef5 Author: Lionel Landwerlin Date: Thu Jul 13 16:35:01 2017 +0100 anv: don't use strcpy for copying strings CID: 1358935

Mesa (master): i965: map_gtt: check mapping address before adding offset

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: b02d136b5e14f94e5f3ab8489f0fbfaa88e76820 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b02d136b5e14f94e5f3ab8489f0fbfaa88e76820 Author: Lionel Landwerlin Date: Thu Jul 13 16:08:34 2017 +0100 i965: map_gtt: check mapping address before adding offs

Mesa (master): i965: check pointer before dereferencing it

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: fd8e8fdbfeb9594946727909a4fb3956733fc3db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd8e8fdbfeb9594946727909a4fb3956733fc3db Author: Lionel Landwerlin Date: Thu Jul 13 16:11:40 2017 +0100 i965: check pointer before dereferencing it Check that

Mesa (master): intel/compiler: no need to check unsigned is >= 0

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 226fae7849ca45ed02f4aca064875b69dfe44a54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=226fae7849ca45ed02f4aca064875b69dfe44a54 Author: Lionel Landwerlin Date: Thu Jul 13 16:32:54 2017 +0100 intel/compiler: no need to check unsigned is >= 0 CID:

Mesa (master): i965: fix missing NULL return if allocation fails

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 7c4daf8c3759fae9e1ef1e088866680b8574755c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c4daf8c3759fae9e1ef1e088866680b8574755c Author: Lionel Landwerlin Date: Thu Jul 13 16:29:25 2017 +0100 i965: fix missing NULL return if allocation fails CID:

Mesa (master): intel/compiler: don't check unsigned is >= 0

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 95c917668ca887432b8a7a299555c6c2ca449e04 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95c917668ca887432b8a7a299555c6c2ca449e04 Author: Lionel Landwerlin Date: Thu Jul 13 16:23:48 2017 +0100 intel/compiler: don't check unsigned is >= 0 CID: 1224

Mesa (master): isl: use 64bit arithmetic to compute size

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 19869d6091e170248378d38352339c65cff19d63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19869d6091e170248378d38352339c65cff19d63 Author: Lionel Landwerlin Date: Thu Jul 13 15:37:43 2017 +0100 isl: use 64bit arithmetic to compute size If we allow

Mesa (master): aubinator: don't leak fd of opened aubfile

2017-07-13 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 6131a1ae40d2f24df71c5c701d7cbd1286114998 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6131a1ae40d2f24df71c5c701d7cbd1286114998 Author: Lionel Landwerlin Date: Thu Jul 13 16:39:42 2017 +0100 aubinator: don't leak fd of opened aubfile CID: 137356

Mesa (master): nir/lower_io_to_temporaries: don' t set compact on shadow vars

2017-07-13 Thread Connor Abbott
Module: Mesa Branch: master Commit: 4df93a54f18ff8baca1d7a1b395c1fa70d65a9bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4df93a54f18ff8baca1d7a1b395c1fa70d65a9bb Author: Connor Abbott Date: Thu Jul 6 12:23:33 2017 -0700 nir/lower_io_to_temporaries: don't set compact on shadow va

Mesa (master): nir: don't segfault when printing variables with no name

2017-07-13 Thread Connor Abbott
Module: Mesa Branch: master Commit: 99ff7a9f1f08b2e3687946dec09b2c010540fa1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99ff7a9f1f08b2e3687946dec09b2c010540fa1d Author: Connor Abbott Date: Mon Jun 26 17:07:21 2017 -0700 nir: don't segfault when printing variables with no name W

Mesa (master): i965/urb: Trigger upload_urb on NEW_BLORP

2017-07-13 Thread Ian Romanick
Module: Mesa Branch: master Commit: add72599d9aba53753a311db13332531c3635176 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=add72599d9aba53753a311db13332531c3635176 Author: Jason Ekstrand Date: Tue Oct 11 16:39:25 2016 -0700 i965/urb: Trigger upload_urb on NEW_BLORP It's a bit rare

Mesa (master): mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECODE_EXT params.

2017-07-13 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 42c64b5f87531367eb554188fd924c885c8cecde URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42c64b5f87531367eb554188fd924c885c8cecde Author: Kenneth Graunke Date: Wed Jul 12 19:49:55 2017 -0700 mesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DECOD

Mesa (master): st/dri: add 32-bit RGBX/RGBA formats

2017-07-13 Thread Rob Herring
Module: Mesa Branch: master Commit: f33d8af7aa354d00808f8bfd55028c396c706635 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f33d8af7aa354d00808f8bfd55028c396c706635 Author: Marek Olšák Date: Sun Apr 24 11:51:52 2016 +0200 st/dri: add 32-bit RGBX/RGBA formats Add support for 32-bit

Mesa (master): broadcom: Introduce a header for talking about chip revisions.

2017-07-13 Thread Eric Anholt
Module: Mesa Branch: master Commit: 42799ce8f5972b0312f70166d1fe7cdf2a56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42799ce8f5972b0312f70166d1fe7cdf2a56 Author: Eric Anholt Date: Thu Feb 2 17:45:00 2017 -0800 broadcom: Introduce a header for talking about chip revisions

Mesa (master): broadcom/genxml: Support unpacking fixed-point fractional values.

2017-07-13 Thread Eric Anholt
Module: Mesa Branch: master Commit: ee170c9d83e623e19fb07fed50f3d82b8a035bf4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee170c9d83e623e19fb07fed50f3d82b8a035bf4 Author: Eric Anholt Date: Fri Dec 30 11:07:34 2016 -0800 broadcom/genxml: Support unpacking fixed-point fractional val

Mesa (master): broadcom/vc4: Add more packets to the v2.1 XML.

2017-07-13 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5a9fb2eabc1e6ef7ed0b99683d8d9eb7e1a2c1ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a9fb2eabc1e6ef7ed0b99683d8d9eb7e1a2c1ea Author: Eric Anholt Date: Wed Jul 12 15:08:07 2017 -0700 broadcom/vc4: Add more packets to the v2.1 XML. These will b

Mesa (master): broadcom/genxml: Use the same "gen" attr for HW version as Intel does.

2017-07-13 Thread Eric Anholt
Module: Mesa Branch: master Commit: fd37ce6bec9b66364ab50d200323890020722e75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd37ce6bec9b66364ab50d200323890020722e75 Author: Eric Anholt Date: Thu Jul 13 11:02:37 2017 -0700 broadcom/genxml: Use the same "gen" attr for HW version as In

Mesa (master): st/mesa: Handle st_framebuffer_create returning NULL

2017-07-13 Thread Brian Paul
Module: Mesa Branch: master Commit: 655a32f729a46176c1fc0c1727b33c15c69cad78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=655a32f729a46176c1fc0c1727b33c15c69cad78 Author: Michel Dänzer Date: Thu Jul 13 01:21:00 2017 -0600 st/mesa: Handle st_framebuffer_create returning NULL st_fr

Mesa (master): swr/rast: Add support for read-only render targets

2017-07-13 Thread Tim Rowley
Module: Mesa Branch: master Commit: 185b37f641ca7e9f66b649011cd77d1e4b28040f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=185b37f641ca7e9f66b649011cd77d1e4b28040f Author: Tim Rowley Date: Mon Jun 26 16:46:05 2017 -0500 swr/rast: Add support for read-only render targets Core will

Mesa (master): swr/rast: Support render target mask instead of render target count

2017-07-13 Thread Tim Rowley
Module: Mesa Branch: master Commit: d8ebcad540e4d34a32d039779bd69f8652e0a450 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8ebcad540e4d34a32d039779bd69f8652e0a450 Author: Tim Rowley Date: Mon Jun 26 12:32:01 2017 -0500 swr/rast: Support render target mask instead of render target

Mesa (master): swr/rast: Fix use of KNL-only intrinsics in SKX build

2017-07-13 Thread Tim Rowley
Module: Mesa Branch: master Commit: 254fa3dbf57981495f87d0d7e3ef112e04d74cf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=254fa3dbf57981495f87d0d7e3ef112e04d74cf8 Author: Tim Rowley Date: Thu Jun 29 17:44:46 2017 -0500 swr/rast: Fix use of KNL-only intrinsics in SKX build Reviewe

Mesa (master): swr/rast: Removing unneeded MSVC warning pragma

2017-07-13 Thread Tim Rowley
Module: Mesa Branch: master Commit: 640ea4d9a196c183ea4d6130b5ce371280a89c3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=640ea4d9a196c183ea4d6130b5ce371280a89c3f Author: Tim Rowley Date: Tue Jun 27 16:24:05 2017 -0500 swr/rast: Removing unneeded MSVC warning pragma Reviewed-by:

Mesa (master): swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND build

2017-07-13 Thread Tim Rowley
Module: Mesa Branch: master Commit: bbc3b5c0dc38e303d97379a935f8417b81cdfbb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbc3b5c0dc38e303d97379a935f8417b81cdfbb6 Author: Tim Rowley Date: Wed Jun 28 16:32:19 2017 -0500 swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND build Pre

Mesa (master): swr/rast: Fix build warnings when using the Intel compiler

2017-07-13 Thread Tim Rowley
Module: Mesa Branch: master Commit: 4c185dd3b3348912a8809c1f13f713763263e505 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c185dd3b3348912a8809c1f13f713763263e505 Author: Tim Rowley Date: Thu Jun 29 17:22:05 2017 -0500 swr/rast: Fix build warnings when using the Intel compiler Re

Mesa (master): egl: remove unused err variable

2017-07-13 Thread Alejandro Pinheiro
Module: Mesa Branch: master Commit: 57671025b0795d7f32f434dfd30d1264dbe1ebc7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57671025b0795d7f32f434dfd30d1264dbe1ebc7 Author: Alejandro Piñeiro Date: Thu Jul 13 11:38:48 2017 +0200 egl: remove unused err variable Fixes: 81e95924ea1 ("e

Mesa (master): radeonsi/gfx9: fix crash building monolithic merged ES-GS shader

2017-07-13 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: c22e3c5373ad0df160f13fe8271c32e8d7e61b43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c22e3c5373ad0df160f13fe8271c32e8d7e61b43 Author: Nicolai Hähnle Date: Wed Jul 12 15:38:57 2017 +0200 radeonsi/gfx9: fix crash building monolithic merged ES-GS

Mesa (master): loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_msc

2017-07-13 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 81fb1547772d42c527318837d4207ecdb6899e5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81fb1547772d42c527318837d4207ecdb6899e5d Author: Thomas Hellstrom Date: Tue Jul 4 12:55:15 2017 +0900 loader/dri3: Use dri3_find_back in loader_dri3_swap_buff