Mesa (master): i965/fs: Use inst- eot rather than opcodes in register allocation.

2015-02-06 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 32f1d4e2869fbbac28e9a289fd7a12ee4746071a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32f1d4e2869fbbac28e9a289fd7a12ee4746071a Author: Kenneth Graunke kenn...@whitecape.org Date: Wed Feb 4 21:11:56 2015 -0800 i965/fs: Use inst-eot rather than

Mesa (master): i965/fs: Delete is_last_send(); just check inst-eot.

2015-02-06 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 10d8a1a88ef2bf80d43e0d876873cf18603798c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10d8a1a88ef2bf80d43e0d876873cf18603798c0 Author: Kenneth Graunke kenn...@whitecape.org Date: Wed Feb 4 21:17:55 2015 -0800 i965/fs: Delete is_last_send();

Mesa (master): i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).

2015-02-06 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d4a461caaf00ae13b83f106f032d3f4125687a02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4a461caaf00ae13b83f106f032d3f4125687a02 Author: Kenneth Graunke kenn...@whitecape.org Date: Thu Jan 15 02:05:18 2015 -0800 i965: Fix INTEL_DEBUG=shader_time

Mesa (master): r600g: fix abs() support on ALU 3 source operands instructions

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: acef65503e79ce61a16bdba92462f0ed8a7b52c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acef65503e79ce61a16bdba92462f0ed8a7b52c2 Author: Xavier Bouchoux xavi...@gmail.com Date: Wed Jan 28 02:20:51 2015 +0100 r600g: fix abs() support on ALU 3

Mesa (master): gallium/postprocessing: fix crash at context destruction

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: 0271ac72d192c0cc092a3f6f47dab88923be1bdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0271ac72d192c0cc092a3f6f47dab88923be1bdb Author: Marek Olšák marek.ol...@amd.com Date: Thu Feb 5 18:13:20 2015 +0100 gallium/postprocessing: fix crash at

Mesa (master): r600g/sb: fix a bug in constants folding optimisation pass

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: 2fd21c4098f4574f896d7baeec6a8e5f3b7783ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fd21c4098f4574f896d7baeec6a8e5f3b7783ab Author: Xavier Bouchoux xavi...@gmail.com Date: Wed Jan 28 02:31:58 2015 +0100 r600g/sb: fix a bug in constants

Mesa (master): gallium: run gallium tests if GALLIUM_TESTS=1 is set

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: dcf996c31eb818a85adb0187cdb4df0b9f14d1d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcf996c31eb818a85adb0187cdb4df0b9f14d1d9 Author: Marek Olšák marek.ol...@amd.com Date: Sun Feb 1 12:59:27 2015 +0100 gallium: run gallium tests if

Mesa (master): gallium/u_tests: test a NULL buffer sampler view

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: 40fa7d44aba923308c30e96fd319b371f99f4545 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40fa7d44aba923308c30e96fd319b371f99f4545 Author: Marek Olšák marek.ol...@amd.com Date: Sun Feb 1 16:28:26 2015 +0100 gallium/u_tests: test a NULL buffer

Mesa (master): gallium/u_tests: restructure the only test, refactor out reusable code

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: 63e51baedcf7c833289645a94ab36bef45b701ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63e51baedcf7c833289645a94ab36bef45b701ec Author: Marek Olšák marek.ol...@amd.com Date: Sun Feb 1 13:05:14 2015 +0100 gallium/u_tests: restructure the only

Mesa (master): gallium/u_tests: test a NULL texture sampler view

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: 9e8a6d848639d52d7459bc2a7eac1ce4d6410f02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e8a6d848639d52d7459bc2a7eac1ce4d6410f02 Author: Marek Olšák marek.ol...@amd.com Date: Sun Feb 1 13:08:53 2015 +0100 gallium/u_tests: test a NULL texture

Mesa (master): gallium/u_tests: test a NULL constant buffer

2015-02-06 Thread Marek Olšák
Module: Mesa Branch: master Commit: 56e709bffb626fff6bbb7f7da81ffe23ab96b878 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56e709bffb626fff6bbb7f7da81ffe23ab96b878 Author: Marek Olšák marek.ol...@amd.com Date: Sun Feb 1 13:11:49 2015 +0100 gallium/u_tests: test a NULL constant

Mesa (master): tgsi/ureg: Add missing some missing opcodes opcode_tmp.h

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9e35af08aff9ee08243fa8cbbda803dc6b95d00d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e35af08aff9ee08243fa8cbbda803dc6b95d00d Author: Eric Anholt e...@anholt.net Date: Mon Nov 10 14:26:14 2014 -0800 tgsi/ureg: Add missing some missing opcodes

Mesa (master): nir: Slightly simplify algebraic code generation by reusing a struct.

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6706537dd4d6794f71de4fe105ec99bc84b526e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6706537dd4d6794f71de4fe105ec99bc84b526e0 Author: Eric Anholt e...@anholt.net Date: Tue Jan 27 16:42:38 2015 -0800 nir: Slightly simplify algebraic code

Mesa (master): tgsi/ureg: Move ureg_dst_register() to the header.

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: f3dbf3689a9d36d6a290e9311560376cadc14141 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3dbf3689a9d36d6a290e9311560376cadc14141 Author: Eric Anholt e...@anholt.net Date: Fri Nov 7 12:35:58 2014 -0800 tgsi/ureg: Move ureg_dst_register() to the

Mesa (master): nir: Fix broken fsat recognizer.

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: bff4cbdafaca5825f8985c93c3c0646f9c4b7649 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bff4cbdafaca5825f8985c93c3c0646f9c4b7649 Author: Eric Anholt e...@anholt.net Date: Fri Jan 30 14:03:14 2015 -0800 nir: Fix broken fsat recognizer. We've

Mesa (10.4): Add release notes for the 10.4.4 release

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: 10.4 Commit: 62eb27ac8bbd979796f50e253f6c786d7d791242 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62eb27ac8bbd979796f50e253f6c786d7d791242 Author: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:17:09 2015 + Add release notes for the 10.4.4

Mesa: tag mesa-10.4.4: Mesa 10.4.4 release

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: refs/tags/mesa-10.4.4 Tag:db66a71695f6184a5f9a1576980973fe19c288db URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=db66a71695f6184a5f9a1576980973fe19c288db Tagger: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:41:39 2015 + Mesa 10.4.4 release

Mesa (10.4): Update version to 10.4.4

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: 10.4 Commit: a824179af5ec81dad88d71231b495446fbdd8939 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a824179af5ec81dad88d71231b495446fbdd8939 Author: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:12:04 2015 + Update version to 10.4.4

Mesa (master): i965/vec4: Correct MUL destination hazard

2015-02-06 Thread Ben Widawsky
Module: Mesa Branch: master Commit: 8030e269e911c4f90a44d9a77eb342dd2657d229 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8030e269e911c4f90a44d9a77eb342dd2657d229 Author: Ben Widawsky benjamin.widaw...@intel.com Date: Tue Dec 2 17:30:49 2014 -0800 i965/vec4: Correct MUL

Mesa (master): Add release notes for the 10.4.4 release

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: master Commit: 7d796a59de79c6fe1b3c2d01ef5ff005100ced28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d796a59de79c6fe1b3c2d01ef5ff005100ced28 Author: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:17:09 2015 + Add release notes for the 10.4.4

Mesa (master): docs: Add sha256 sums for the 10.4.4 release

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: master Commit: d8278be3109bf2f83e354967123177f097c4fecc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8278be3109bf2f83e354967123177f097c4fecc Author: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:47:18 2015 + docs: Add sha256 sums for the

Mesa (master): docs: add news item and link release notes for mesa 10.4.4

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: master Commit: e660f0dd807d028c8088c5c9bedf64a8bebc361b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e660f0dd807d028c8088c5c9bedf64a8bebc361b Author: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:51:08 2015 + docs: add news item and link

Mesa (10.4): docs: Add sha256 sums for the 10.4.4 release

2015-02-06 Thread Emil Velikov
Module: Mesa Branch: 10.4 Commit: 54da987baec25fbaf6975c93f197ddbfe65a303c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54da987baec25fbaf6975c93f197ddbfe65a303c Author: Emil Velikov emil.l.veli...@gmail.com Date: Sat Feb 7 00:47:18 2015 + docs: Add sha256 sums for the 10.4.4

Mesa (master): glsl: GLSL ES identifiers cannot exceed 1024 characters

2015-02-06 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 71a36e0a2c0f301aa83989dc4ade700a9751493d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71a36e0a2c0f301aa83989dc4ade700a9751493d Author: Iago Toral Quiroga ito...@igalia.com Date: Tue Jan 20 17:07:13 2015 +0100 glsl: GLSL ES identifiers cannot

Mesa (master): st/nine: Implement TEXBEM,TEXBEML and BEM

2015-02-06 Thread David Heidelberg
Module: Mesa Branch: master Commit: 5289276bd4faedb67b3c42e6572fb3e0374aa6b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5289276bd4faedb67b3c42e6572fb3e0374aa6b6 Author: Tiziano Bacocco tizb...@gmail.com Date: Fri Jan 30 20:10:38 2015 +0100 st/nine: Implement TEXBEM,TEXBEML and

Mesa (master): r300g: small code cleanup (v2)

2015-02-06 Thread David Heidelberg
Module: Mesa Branch: master Commit: bae23a1756c361dd74b97be6c9d4762bca4ca81a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bae23a1756c361dd74b97be6c9d4762bca4ca81a Author: David Heidelberg da...@ixit.cz Date: Sun Dec 28 01:11:14 2014 +0100 r300g: small code cleanup (v2) v2:

Mesa (master): st/nine: Implement ps3 advanced input definition feature

2015-02-06 Thread David Heidelberg
Module: Mesa Branch: master Commit: 06ab894ba00133da6d5a91ee1afe091d9d5255b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06ab894ba00133da6d5a91ee1afe091d9d5255b9 Author: Axel Davy axel.d...@ens.fr Date: Wed Dec 3 17:42:37 2014 +0100 st/nine: Implement ps3 advanced input

Mesa (master): st/nine: Change x86 FPU Control word on device creation as on wined3d and windows

2015-02-06 Thread David Heidelberg
Module: Mesa Branch: master Commit: 3c4c266f25e93ee5578f5c52fcba5f550ef59d72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c4c266f25e93ee5578f5c52fcba5f550ef59d72 Author: Tiziano Bacocco tizb...@gmail.com Date: Sun Jan 25 12:15:39 2015 +0100 st/nine: Change x86 FPU Control word on