Mesa (master): radeon/vdpau: only export necessary symbols

2013-10-07 Thread Christian König
Module: Mesa Branch: master Commit: 289d928c8e13ad79c9d6e705caf1170986f37ad1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=289d928c8e13ad79c9d6e705caf1170986f37ad1 Author: Christian König Date: Wed Sep 25 15:51:08 2013 +0200 radeon/vdpau: only export necessary symbols Export only

Mesa (master): radeon/uvd: optimize message handling a bit

2013-10-07 Thread Christian König
Module: Mesa Branch: master Commit: 731f5471fb4ba8e0ab889c58373ad64d07b1c42f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=731f5471fb4ba8e0ab889c58373ad64d07b1c42f Author: Christian König Date: Wed Sep 25 16:26:58 2013 +0200 radeon/uvd: optimize message handling a bit No need to k

Mesa (master): st/mesa: silence warning about unhandled ir_query_levels in switch

2013-10-07 Thread Brian Paul
Module: Mesa Branch: master Commit: e58dd465f07b36fb68758a22fbd77c4bee3a2a7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e58dd465f07b36fb68758a22fbd77c4bee3a2a7d Author: Brian Paul Date: Mon Oct 7 09:08:10 2013 -0600 st/mesa: silence warning about unhandled ir_query_levels in sw

Mesa (master): clover: fix building with llvm-3.4 since rev191922

2013-10-07 Thread Tom Stellard
Module: Mesa Branch: master Commit: 72465fcf57278c43df0290e07d68371c6c292f27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72465fcf57278c43df0290e07d68371c6c292f27 Author: Laurent Carlier Date: Fri Oct 4 21:22:30 2013 +0200 clover: fix building with llvm-3.4 since rev191922 http:

Mesa (master): glapi: add output info to GetProgramiv's params

2013-10-07 Thread Eric Anholt
Module: Mesa Branch: master Commit: d4b5bc62af3e3e6652801bf1b6377fd46c11f59c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4b5bc62af3e3e6652801bf1b6377fd46c11f59c Author: Emilio Pozuelo Monfort Date: Thu Oct 3 19:33:58 2013 +0200 glapi: add output info to GetProgramiv's params S

Mesa (master): glsl: Set gl_MaxVertexOutputs from VertexProgram. MaxOutputComponents etc

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7db50171be05016fc0a4501c0fd62ef2bed78fbf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7db50171be05016fc0a4501c0fd62ef2bed78fbf Author: Ian Romanick Date: Tue Sep 10 12:13:04 2013 -0500 glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputCo

Mesa (master): glsl: Remove glsl_parser_state MaxVaryingFloats field

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5d6b0e7f1b1d8eaaded76964989a7adf4ed71662 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d6b0e7f1b1d8eaaded76964989a7adf4ed71662 Author: Ian Romanick Date: Tue Sep 10 12:16:57 2013 -0500 glsl: Remove glsl_parser_state MaxVaryingFloats field Pull

Mesa (master): glsl_compiler: Always log the compiler diagnostics

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 587cd971c86a7d1d7fcbc6085f523be2e27aad8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=587cd971c86a7d1d7fcbc6085f523be2e27aad8a Author: Ian Romanick Date: Mon Sep 9 14:14:17 2013 -0500 glsl_compiler: Always log the compiler diagnostics Not just

Mesa (master): glsl_compiler: Sort extensions by name

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 136568ea184d85e3594079fc0bad07b659ef132e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=136568ea184d85e3594079fc0bad07b659ef132e Author: Ian Romanick Date: Wed Sep 11 17:53:06 2013 -0500 glsl_compiler: Sort extensions by name Makes it a little ea

Mesa (master): glsl_compiler: Set max GLSL version on the command line

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 3646d65f6a70ddaf8d1e0dafde11cf21db836223 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3646d65f6a70ddaf8d1e0dafde11cf21db836223 Author: Ian Romanick Date: Mon Sep 9 14:07:15 2013 -0500 glsl_compiler: Set max GLSL version on the command line Inf

Mesa (master): glsl_compiler: Enable any extension that any Mesa driver enables

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: ae514416b20e0117d58822253069f594b4a3ee57 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae514416b20e0117d58822253069f594b4a3ee57 Author: Ian Romanick Date: Wed Sep 11 18:08:23 2013 -0500 glsl_compiler: Enable any extension that any Mesa driver ena

Mesa (master): glsl_compiler: Re-enable building glsl_compiler

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 75e9bd13c4f1ca23256713b8fd6002f0a4b01c0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75e9bd13c4f1ca23256713b8fd6002f0a4b01c0f Author: Ian Romanick Date: Mon Sep 9 09:58:08 2013 -0500 glsl_compiler: Re-enable building glsl_compiler This allows

Mesa (master): glsl: Count shader inputs and outputs separately

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 42305fb50256c12b8e7a516115e72ae7089ccd1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42305fb50256c12b8e7a516115e72ae7089ccd1b Author: Ian Romanick Date: Tue Sep 10 12:00:34 2013 -0500 glsl: Count shader inputs and outputs separately Starting w

Mesa (master): glsl_compiler: Use no_argument instead of 0 in getopt_long options

2013-10-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 257db619c63a0474ea87749ed3e3fd681b3e58ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=257db619c63a0474ea87749ed3e3fd681b3e58ea Author: Ian Romanick Date: Mon Sep 9 10:06:59 2013 -0500 glsl_compiler: Use no_argument instead of 0 in getopt_long o

Mesa (master): i965: Don' t dead-code eliminate instructions that write to the accumulator.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 92dc16c3e2e2b9e3e71baaccc67bbe727e9d68ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92dc16c3e2e2b9e3e71baaccc67bbe727e9d68ab Author: Matt Turner Date: Thu Sep 19 19:31:31 2013 -0700 i965: Don't dead-code eliminate instructions that write to th

Mesa (master): i965: Generate code for ir_binop_carry and ir_binop_borrow.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 014cce3dc49f5b0bfd7fbb1940ed661c9fc7bbd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=014cce3dc49f5b0bfd7fbb1940ed661c9fc7bbd7 Author: Matt Turner Date: Thu Sep 19 13:01:08 2013 -0700 i965: Generate code for ir_binop_carry and ir_binop_borrow.

Mesa (master): glsl: Add ir_binop_carry and ir_binop_borrow.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 499d7a7f6e47403a4a3da448eddaf15bdf56395c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=499d7a7f6e47403a4a3da448eddaf15bdf56395c Author: Matt Turner Date: Thu Sep 19 12:56:10 2013 -0700 glsl: Add ir_binop_carry and ir_binop_borrow. Calculates the

Mesa (master): glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 6f9428eb68bb0f7592f4384455fc7aab23940d92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f9428eb68bb0f7592f4384455fc7aab23940d92 Author: Matt Turner Date: Tue Sep 17 18:02:05 2013 -0700 glsl: Implement usubBorrow() built-in for ARB_gpu_shader5. i

Mesa (master): glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 6c125973f31addf903921647e8244abccb944e1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c125973f31addf903921647e8244abccb944e1a Author: Matt Turner Date: Tue Sep 17 17:44:03 2013 -0700 glsl: Implement uaddCarry() built-in for ARB_gpu_shader5. i9

Mesa (master): i965: Add Gen assertion checks for newer instructions.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 69909c866b6595f80d206c8e2484b1dc6668e7be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69909c866b6595f80d206c8e2484b1dc6668e7be Author: Matt Turner Date: Thu Sep 19 22:55:24 2013 -0700 i965: Add Gen assertion checks for newer instructions. Revie

Mesa (master): i965: Add UD null register helpers.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 4ec37317c55ee6be1a5988867aaeb8e9b3f02892 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ec37317c55ee6be1a5988867aaeb8e9b3f02892 Author: Matt Turner Date: Thu Sep 19 13:02:23 2013 -0700 i965: Add UD null register helpers. Reviewed-by: Kenneth Gra

Mesa (master): i965: Use the multiplication result' s type for the accumulator.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 85154241d63c3b984f001384767898b0742f9d02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85154241d63c3b984f001384767898b0742f9d02 Author: Matt Turner Date: Thu Sep 26 13:51:37 2013 -0700 i965: Use the multiplication result's type for the accumulato

Mesa (master): i965: Generate code for ir_binop_imul_high.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: c4e6569fc838d712253e355f32ee40671a86579e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4e6569fc838d712253e355f32ee40671a86579e Author: Matt Turner Date: Tue Sep 17 21:34:45 2013 -0700 i965: Generate code for ir_binop_imul_high. v2: Make accumul

Mesa (master): glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 06e41a02a3564b00404dd3dd5d6f6b5897df36e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06e41a02a3564b00404dd3dd5d6f6b5897df36e9 Author: Matt Turner Date: Tue Sep 17 21:34:15 2013 -0700 glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shade

Mesa (master): i965/fs: Disable CSE on instructions writing to HW_REG.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: 6ff8f0630833396fb7aff266657d4e1a04400719 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ff8f0630833396fb7aff266657d4e1a04400719 Author: Matt Turner Date: Thu Sep 26 13:38:11 2013 -0700 i965/fs: Disable CSE on instructions writing to HW_REG. CSE

Mesa (master): i965: Remove the "ARF" register file.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: b645913ff6c74228d8c05dd236a545ef2e734071 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b645913ff6c74228d8c05dd236a545ef2e734071 Author: Matt Turner Date: Fri Sep 27 17:37:51 2013 -0700 i965: Remove the "ARF" register file. The registers in the a

Mesa (master): i965: Fixup for don' t dead-code eliminate instructions that write to the accumulator.

2013-10-07 Thread Matt Turner
Module: Mesa Branch: master Commit: e7dc88026a821a31bf2afeb934dded11c91401a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7dc88026a821a31bf2afeb934dded11c91401a1 Author: Matt Turner Date: Thu Sep 19 19:31:31 2013 -0700 i965: Fixup for don't dead-code eliminate instructions that w

Mesa (master): gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFER (v2)

2013-10-07 Thread Chad Versace
Module: Mesa Branch: master Commit: 6cd1da83770e1d93b60b13f5518ee5eaa2e6c19d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cd1da83770e1d93b60b13f5518ee5eaa2e6c19d Author: Chad Versace Date: Wed Oct 2 17:21:33 2013 -0700 gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFE

Mesa (master): doxygen: Generate Doxygen for i965

2013-10-07 Thread Chad Versace
Module: Mesa Branch: master Commit: ccad802ed515e0f47f39797d080fe7b642ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccad802ed515e0f47f39797d080fe7b642ac Author: Chad Versace Date: Fri Oct 4 13:40:42 2013 -0700 doxygen: Generate Doxygen for i965 Now, one can do the foll

Mesa (master): i915g: Rename sampler to fragment_sampler

2013-10-07 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: 20bf508a42b0fdd5b094842b1bbeb412ce3f8505 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20bf508a42b0fdd5b094842b1bbeb412ce3f8505 Author: Stéphane Marchesin Date: Mon Oct 7 20:49:35 2013 -0700 i915g: Rename sampler to fragment_sampler Otherwise i

Mesa (master): i915g: Fix the sampler bind function

2013-10-07 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: 8c6594074e798e8d5e13dc49720f7b8b4b381bbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c6594074e798e8d5e13dc49720f7b8b4b381bbb Author: Stéphane Marchesin Date: Mon Oct 7 20:33:31 2013 -0700 i915g: Fix the sampler bind function The new sampler