Mesa (master): softpipe: fix pt->resource assert placement

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: 0d8944866293c147cb043322cc68e13136278ae5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d8944866293c147cb043322cc68e13136278ae5 Author: Dave Airlie Date: Wed Jun 11 14:03:11 2014 +1000 softpipe: fix pt->resource assert placement oops meant to mo

Mesa (master): softpipe: bump the softpipe geometry limits

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: c82d227edd9c2723c8fe6bfb2e5983e8173608e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c82d227edd9c2723c8fe6bfb2e5983e8173608e4 Author: Dave Airlie Date: Tue Jun 10 14:19:18 2014 +1000 softpipe: bump the softpipe geometry limits This just aligns

Mesa (master): tgsi_exec: use defines for max inputs/outputs

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: 7ea04f089b7379d110f81b4d83464352980a3217 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ea04f089b7379d110f81b4d83464352980a3217 Author: Dave Airlie Date: Tue Jun 10 14:19:10 2014 +1000 tgsi_exec: use defines for max inputs/outputs This fixes the

Mesa (master): softpipe: add layered rendering support.

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: 740d5bed77120aba4d815b5e2d28b109f214a800 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=740d5bed77120aba4d815b5e2d28b109f214a800 Author: Dave Airlie Date: Tue Jun 10 13:32:25 2014 +1000 softpipe: add layered rendering support. This adds support f

Mesa (master): softpipe: enable AMD_vertex_shader_layer.

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: 9bc12ef241a18002782ae79048891e89e07ef68d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bc12ef241a18002782ae79048891e89e07ef68d Author: Dave Airlie Date: Tue Jun 10 13:54:13 2014 +1000 softpipe: enable AMD_vertex_shader_layer. This passes tests

Mesa (master): softpipe: enable GLSL 3.30 support.

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: 8dede2fa6cf8fd30bceea485199c8a73b950dc81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dede2fa6cf8fd30bceea485199c8a73b950dc81 Author: Dave Airlie Date: Tue Jun 10 13:32:57 2014 +1000 softpipe: enable GLSL 3.30 support. This enables GL3.3 on so

Mesa (master): softpipe: add layering to the surface tile cache.

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: dc8fc39adac79cb8cbf59fc7ae5536536dceb52a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc8fc39adac79cb8cbf59fc7ae5536536dceb52a Author: Dave Airlie Date: Tue Jun 10 12:12:27 2014 +1000 softpipe: add layering to the surface tile cache. This adds

Mesa (master): tgsi/gs: bound max output vertices in shader

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: a4670de0a00fad11a2b2a5c458a89302b552df64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4670de0a00fad11a2b2a5c458a89302b552df64 Author: Dave Airlie Date: Wed Jun 11 11:38:19 2014 +1000 tgsi/gs: bound max output vertices in shader This limits the

Mesa (master): softpipe: add depth clamping support. (v2)

2014-06-10 Thread Dave Airlie
Module: Mesa Branch: master Commit: 5a57248541b45c81081b2d7bd30dc0097f126ad6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a57248541b45c81081b2d7bd30dc0097f126ad6 Author: Dave Airlie Date: Tue Jun 10 10:56:51 2014 +1000 softpipe: add depth clamping support. (v2) This passes the p

Mesa (master): i965: Add GPU BLIT of texture image to PBO in Intel driver

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 10e8d557993140cd5df85e38738c26bfce3a4761 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10e8d557993140cd5df85e38738c26bfce3a4761 Author: Jon Ashburn Date: Tue Mar 4 17:34:44 2014 -0700 i965: Add GPU BLIT of texture image to PBO in Intel driver A

Demos (master): glinfo_common: fix extension_supported() function

2014-06-10 Thread Brian Paul
Module: Demos Branch: master Commit: ed814523b0ea7f6799c4bad13c4f1e5273c85348 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=ed814523b0ea7f6799c4bad13c4f1e5273c85348 Author: Brian Paul Date: Mon Jun 9 05:21:37 2014 -0700 glinfo_common: fix extension_supported() function The code

Mesa (master): i965/vec4: Drop the generate_math2_gen7() method.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 5260a26e927df2bda7059b170c007a03da65b03b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5260a26e927df2bda7059b170c007a03da65b03b Author: Kenneth Graunke Date: Sat Jun 7 02:39:37 2014 -0700 i965/vec4: Drop the generate_math2_gen7() method. It's n

Mesa (master): i965: Invalidate live intervals when inserting Gen4 SEND workarounds.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 237aac39b1994b0fa1e8cd3490ad415b144a8b5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=237aac39b1994b0fa1e8cd3490ad415b144a8b5f Author: Kenneth Graunke Date: Mon Jun 9 02:59:22 2014 -0700 i965: Invalidate live intervals when inserting Gen4 SEND

Mesa (master): i965: Rename brw_math to gen4_math.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b003fc265fc672b35d15ce7c2d05e8b9c81c4ee9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b003fc265fc672b35d15ce7c2d05e8b9c81c4ee9 Author: Kenneth Graunke Date: Sat Jun 7 02:12:46 2014 -0700 i965: Rename brw_math to gen4_math. Usually, I try to us

Mesa (master): i965: Make src_reg::equals() take a constant reference, not a pointer.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 7b9cf797903a5ea70072a28c0486d3e99ee60645 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b9cf797903a5ea70072a28c0486d3e99ee60645 Author: Kenneth Graunke Date: Wed Mar 6 08:51:44 2013 -0800 i965: Make src_reg::equals() take a constant reference, n

Mesa (master): i965: Split Gen4-5 and Gen6+ MATH instruction emitters.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: de65ec2fdeb3a22d408db24535d738b39cc3402c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de65ec2fdeb3a22d408db24535d738b39cc3402c Author: Kenneth Graunke Date: Sat Jun 7 01:56:12 2014 -0700 i965: Split Gen4-5 and Gen6+ MATH instruction emitters.

Mesa (master): i965/vec4: Combine generate_math[12]_gen6 methods.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f3ddd71f2878e42d2c9e927bd5f695a62b357c58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3ddd71f2878e42d2c9e927bd5f695a62b357c58 Author: Kenneth Graunke Date: Sat Jun 7 02:32:40 2014 -0700 i965/vec4: Combine generate_math[12]_gen6 methods. These

Mesa (master): i965/fs: Allow CSE on math opcodes on Gen6+.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 3a439534de6d5331c1ec436d23a1a909f87c4660 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a439534de6d5331c1ec436d23a1a909f87c4660 Author: Kenneth Graunke Date: Thu Jul 25 00:30:05 2013 -0700 i965/fs: Allow CSE on math opcodes on Gen6+. total instr

Mesa (master): i965: Don't set the "switch" flag on control flow instructions on Gen6+.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 000f4a33c0359ed6b3c11aafa5f0cba1d6d91fea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=000f4a33c0359ed6b3c11aafa5f0cba1d6d91fea Author: Kenneth Graunke Date: Wed Dec 12 18:01:00 2012 -0800 i965: Don't set the "switch" flag on control flow instruc

Mesa (master): i965: Don' t use the head sentinel as an fs_inst in Gen4 workaround code.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ecc78eab119ac8fa3df380a80bc94975e986523c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecc78eab119ac8fa3df380a80bc94975e986523c Author: Kenneth Graunke Date: Mon Jun 9 02:59:21 2014 -0700 i965: Don't use the head sentinel as an fs_inst in Gen4 w

Mesa (master): meta: Label the meta GLSL clear program.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: fc19c4aaf17a43c88d789ca9b7f7b2fe0c6f27a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc19c4aaf17a43c88d789ca9b7f7b2fe0c6f27a1 Author: Kenneth Graunke Date: Mon Jun 9 02:13:25 2014 -0700 meta: Label the meta GLSL clear program. Giving the meta

Mesa (master): i965/fs: Combine generate_math[12]_gen6 methods.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 2bcd24c9f0ea70363a4604508981845273f6670a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bcd24c9f0ea70363a4604508981845273f6670a Author: Kenneth Graunke Date: Sat Jun 7 02:21:47 2014 -0700 i965/fs: Combine generate_math[12]_gen6 methods. These u

Mesa (master): i965/fs: Drop the generate_math[12]_gen7 methods.

2014-06-10 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 35e48bd6188a56097016eb1c05e16d1ba35345c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35e48bd6188a56097016eb1c05e16d1ba35345c4 Author: Kenneth Graunke Date: Sat Jun 7 02:27:43 2014 -0700 i965/fs: Drop the generate_math[12]_gen7 methods. These

Mesa (master): glsl: Remove unused includes in link_uniform_init.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: eac09a4e1dafb5b6efc3a3b2d9dd82af4d244be3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eac09a4e1dafb5b6efc3a3b2d9dd82af4d244be3 Author: Thomas Helland Date: Tue Jun 10 00:57:32 2014 +0200 glsl: Remove unused includes in link_uniform_init. Found

Mesa (master): glsl: Add C API for exec_list.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: d691f0de7251a198f68af9119297d4cf5c829ab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d691f0de7251a198f68af9119297d4cf5c829ab8 Author: Matt Turner Date: Tue Jun 10 00:14:41 2014 -0700 glsl: Add C API for exec_list. Reviewed-by: Ian Romanick -

Mesa (master): glsl: Remove unused include in ir.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 10e00611c2ab35acc25dcad1bcd5a43c7f6b1a64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10e00611c2ab35acc25dcad1bcd5a43c7f6b1a64 Author: Thomas Helland Date: Tue Jun 10 00:57:41 2014 +0200 glsl: Remove unused include in ir.cpp Found with IWYU. Co

Mesa (master): glsl: Remove unused include in ast_to_hir.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 6f385d93715a1685024d18df3944b560e5d38d00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f385d93715a1685024d18df3944b560e5d38d00 Author: Thomas Helland Date: Tue Jun 10 00:57:34 2014 +0200 glsl: Remove unused include in ast_to_hir.cpp Found with

Mesa (master): glsl: Remove unused include from ir_basic_block.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 068d30655cdb14264278e5d3e8b453954520d2c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=068d30655cdb14264278e5d3e8b453954520d2c5 Author: Thomas Helland Date: Tue Jun 10 00:57:39 2014 +0200 glsl: Remove unused include from ir_basic_block.cpp Found

Mesa (master): glsl: Make exec_list members just wrap the C API.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: d4ce0109de8e49081f55097d0c4412c10369624f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4ce0109de8e49081f55097d0c4412c10369624f Author: Matt Turner Date: Tue Jun 10 00:23:41 2014 -0700 glsl: Make exec_list members just wrap the C API. Reviewed-b

Mesa (master): glsl: Remove unused include from hir_field_selection.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9 Author: Thomas Helland Date: Tue Jun 10 00:57:38 2014 +0200 glsl: Remove unused include from hir_field_selection.cpp

Mesa (master): glsl: Make foreach macros usable from C by adding struct keyword.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: b123c6e96dd1a9ae8385262c0d3f1c0a5de27d6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b123c6e96dd1a9ae8385262c0d3f1c0a5de27d6e Author: Matt Turner Date: Tue Jun 10 01:00:01 2014 -0700 glsl: Make foreach macros usable from C by adding struct keyw

Mesa (master): glsl: Move definition of exec_list member functions out of the struct.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 5f90f2ee5938bc74f6291bf82327d71e42399fec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f90f2ee5938bc74f6291bf82327d71e42399fec Author: Matt Turner Date: Mon Jun 9 22:44:56 2014 -0700 glsl: Move definition of exec_list member functions out of th

Mesa (master): glsl: Add an exec_node_init() function, usable from C.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 195141803872b3b1b6cb073cb4a95de784412506 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=195141803872b3b1b6cb073cb4a95de784412506 Author: Matt Turner Date: Tue Jun 10 02:06:23 2014 -0700 glsl: Add an exec_node_init() function, usable from C. Revie

Mesa (master): i965: Replace open-coded linked list with exec_list.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 4787c25a604fbbebaf655e0134e39bbb0a06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4787c25a604fbbebaf655e0134e39bbb0a06 Author: Matt Turner Date: Tue Jun 10 02:08:10 2014 -0700 i965: Replace open-coded linked list with exec_list. Reviewe

Mesa (master): glsl: Add C API for exec_node.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 47a77ba8398be708a6c69289fe2b060c78639537 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47a77ba8398be708a6c69289fe2b060c78639537 Author: Matt Turner Date: Tue Jun 10 00:14:24 2014 -0700 glsl: Add C API for exec_node. Reviewed-by: Ian Romanick -

Mesa (master): glsl: Remove unused includes in link_uniform_block_active_visitor.h

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 5b83d5e2f91f5fbc8dc1b76cb9a49786c6702b0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b83d5e2f91f5fbc8dc1b76cb9a49786c6702b0b Author: Thomas Helland Date: Tue Jun 10 00:57:33 2014 +0200 glsl: Remove unused includes in link_uniform_block_active_

Mesa (master): glsl: Remove unused include in expr.flatt.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 2c9a1518a104139f24f570ba4c134c2fb7ecf960 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c9a1518a104139f24f570ba4c134c2fb7ecf960 Author: Thomas Helland Date: Tue Jun 10 00:57:42 2014 +0200 glsl: Remove unused include in expr.flatt. Found with IWY

Mesa (master): glsl: Remove unused include from ir_constant_expression.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 8e1e68119c902b766c02f0087d15c32cd7d2e931 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e1e68119c902b766c02f0087d15c32cd7d2e931 Author: Thomas Helland Date: Tue Jun 10 00:57:40 2014 +0200 glsl: Remove unused include from ir_constant_expression.cp

Mesa (master): glsl: Remove unused include from glsl_symbol_table.h

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 4f5445a45d3ed02e00a061b10c943c0b079c6020 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f5445a45d3ed02e00a061b10c943c0b079c6020 Author: Thomas Helland Date: Tue Jun 10 00:57:37 2014 +0200 glsl: Remove unused include from glsl_symbol_table.h Only

Mesa (master): glsl: Move definition of exec_node member functions out of the struct.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: cb5a0e59cf49421571563cd3afc0bfe0d4ee2aa8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb5a0e59cf49421571563cd3afc0bfe0d4ee2aa8 Author: Matt Turner Date: Mon Jun 9 22:37:44 2014 -0700 glsl: Move definition of exec_node member functions out of th

Mesa (master): glsl: Remove unused include from glsl_types.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 38ffbf459bc7e546c1dd7869b8d365ff26692b85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38ffbf459bc7e546c1dd7869b8d365ff26692b85 Author: Thomas Helland Date: Tue Jun 10 00:57:36 2014 +0200 glsl: Remove unused include from glsl_types.cpp Found wit

Mesa (master): glsl: Make exec_node members just wrap the C API.

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: b10ad648a1ae7b1ab83eba10d33f57d494ccd117 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b10ad648a1ae7b1ab83eba10d33f57d494ccd117 Author: Matt Turner Date: Tue Jun 10 00:28:53 2014 -0700 glsl: Make exec_node members just wrap the C API. Reviewed-b

Mesa (master): glsl: Remove unused include from builtin_variables.cpp

2014-06-10 Thread Matt Turner
Module: Mesa Branch: master Commit: 22f5a0b2774391cd2a2ac4d2e110bfdfffe0fa98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22f5a0b2774391cd2a2ac4d2e110bfdfffe0fa98 Author: Thomas Helland Date: Tue Jun 10 00:57:35 2014 +0200 glsl: Remove unused include from builtin_variables.cpp Fo

Mesa (master): r600g/compute: align items correctly

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 2e01b8b440c1402c88a2755d89f40292e1f36ce5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e01b8b440c1402c88a2755d89f40292e1f36ce5 Author: Bruno Jiménez Date: Mon May 19 18:14:56 2014 +0200 r600g/compute: align items correctly Now, items whose size

Mesa (master): r600g/compute: Cleanup of compute_memory_pool.h

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: df1dd8bf22273b70a725299d269369c2d965334a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df1dd8bf22273b70a725299d269369c2d965334a Author: Bruno Jiménez Date: Mon May 19 18:14:55 2014 +0200 r600g/compute: Cleanup of compute_memory_pool.h Removed co

Mesa (master): r600g/compute: Adding checks for NULL after CALLOC

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 833b55077378c7c0e612edcb0fb5b3f5d0e07f48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=833b55077378c7c0e612edcb0fb5b3f5d0e07f48 Author: Bruno Jiménez Date: Mon May 19 18:14:52 2014 +0200 r600g/compute: Adding checks for NULL after CALLOC Reviewe

Mesa (master): r600g/compute: Tidy a bit compute_memory_finalize_pending

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 1d6384318eb100e3c4c50ad43e2a3e1942ccbd21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d6384318eb100e3c4c50ad43e2a3e1942ccbd21 Author: Bruno Jiménez Date: Mon May 19 18:14:54 2014 +0200 r600g/compute: Tidy a bit compute_memory_finalize_pending

Mesa (master): r600g/compute: Add more NULL checks

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 39bd08efdd12350304aa0c2e412185ef48bcca70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39bd08efdd12350304aa0c2e412185ef48bcca70 Author: Bruno Jiménez Date: Mon May 19 18:14:53 2014 +0200 r600g/compute: Add more NULL checks In this case, NULL che

Mesa (master): r600g/compute: Use %u as the unsigned format

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 112c1b14ed8bb76f8c125db659b8e6b0cd2fc5e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=112c1b14ed8bb76f8c125db659b8e6b0cd2fc5e6 Author: Bruno Jiménez Date: Mon May 19 18:14:57 2014 +0200 r600g/compute: Use %u as the unsigned format This fixes an

Mesa (master): r600g/compute: Fixing a typo and some indentation

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: fd943fa6c219fbddaeb95e6518eebb2522687561 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd943fa6c219fbddaeb95e6518eebb2522687561 Author: Bruno Jiménez Date: Mon May 19 18:14:51 2014 +0200 r600g/compute: Fixing a typo and some indentation Reviewed

Mesa (master): mesa: Fix substitution of large shaders

2014-06-10 Thread Courtney Goeltzenleuchter
Module: Mesa Branch: master Commit: 3eef571cbc3a311f32372ab9d1310ed787f9cfbd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3eef571cbc3a311f32372ab9d1310ed787f9cfbd Author: Cody Northrop Date: Thu Jun 5 11:27:51 2014 -0600 mesa: Fix substitution of large shaders Signed-off-by: Cod

Mesa (master): configure: Only check for OpenCL without LLVM when the latter is certain

2014-06-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 2d399bb1837e01856c8e489aa5ec439ce9a1fdbc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d399bb1837e01856c8e489aa5ec439ce9a1fdbc Author: Michel Dänzer Date: Tue Jun 10 11:25:04 2014 +0900 configure: Only check for OpenCL without LLVM when the latt

Mesa (master): r600g, radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINT

2014-06-10 Thread Marek Olšák
Module: Mesa Branch: master Commit: b0fd54900c89e2a994209d5a0007230e35dec3c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0fd54900c89e2a994209d5a0007230e35dec3c6 Author: David Heidelberger Date: Sun Jun 1 05:02:44 2014 +0200 r600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOIN

Mesa (master): glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case

2014-06-10 Thread Jon TURNEY
Module: Mesa Branch: master Commit: f647a722da51964412588f8ac86bab1c314448c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f647a722da51964412588f8ac86bab1c314448c5 Author: Jon TURNEY Date: Mon Jun 2 18:52:15 2014 +0100 glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_U

Mesa (master): configure: Always default to --enable-driglx-direct

2014-06-10 Thread Jon TURNEY
Module: Mesa Branch: master Commit: bd526ec9e1becae467fabbbe45076bb20cd12601 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd526ec9e1becae467fabbbe45076bb20cd12601 Author: Jon TURNEY Date: Fri May 9 13:54:09 2014 +0100 configure: Always default to --enable-driglx-direct Always de