Mesa (master): st/dri/sw: Fix pitch calculation in drisw_update_tex_buffer

2013-06-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5a0556f061d9db00dd7637433d393beead3b3d85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a0556f061d9db00dd7637433d393beead3b3d85 Author: Richard Sandiford Date: Tue Jun 18 16:41:43 2013 +0100 st/dri/sw: Fix pitch calculation in drisw_update_tex_bu

Mesa (master): gallium: Fix llvmpipe on big-endian machines

2013-06-24 Thread Adam Jackson
Module: Mesa Branch: master Commit: 2151d893fbd4a4be092098170e2fbca8c35797a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2151d893fbd4a4be092098170e2fbca8c35797a5 Author: Adam Jackson Date: Mon Jun 24 09:48:56 2013 -0400 gallium: Fix llvmpipe on big-endian machines Squashed commi

Mesa (master): tools/trace: Fix syntax.

2013-06-24 Thread Jose Fonseca
Module: Mesa Branch: master Commit: a3d75db02224aa82fe8a42680c2e37d9a69699f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3d75db02224aa82fe8a42680c2e37d9a69699f1 Author: José Fonseca Date: Mon Jun 24 14:45:49 2013 +0100 tools/trace: Fix syntax. Cleaned/commented up the code, but

Mesa (master): tests/graw: Fix typo in shader-leak.c

2013-06-24 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 06badea0da610731405257aa687943bdff1d8bed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06badea0da610731405257aa687943bdff1d8bed Author: José Fonseca Date: Mon Jun 24 15:29:25 2013 +0100 tests/graw: Fix typo in shader-leak.c --- src/gallium/tes

Mesa (master): draw: check for out-of-memory conditions in the AA line module.

2013-06-24 Thread Brian Paul
Module: Mesa Branch: master Commit: e5bf19ac1cf28fb588d8caf9397cd3c016737378 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5bf19ac1cf28fb588d8caf9397cd3c016737378 Author: Matthew McClure Date: Fri Jun 21 12:44:44 2013 -0700 draw: check for out-of-memory conditions in the AA line m

Mesa (master): gallium/hud: do not use free() for the free_query_data hook

2013-06-24 Thread Brian Paul
Module: Mesa Branch: master Commit: e3cbb18321b530ab01f57f21b22d38b89efcaec4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3cbb18321b530ab01f57f21b22d38b89efcaec4 Author: Brian Paul Date: Mon Jun 24 10:43:16 2013 -0600 gallium/hud: do not use free() for the free_query_data hook T

Mesa (master): ilo: use multiple entry points for shader creation

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f0afedeb750d9f696242294c730827a28bdaac70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0afedeb750d9f696242294c730827a28bdaac70 Author: Chia-I Wu Date: Thu Jun 20 12:46:36 2013 +0800 ilo: use multiple entry points for shader creation Replace ilo

Mesa (master): ilo: move internal shader interface to a new header

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4d789c76dce580d754fe146041d7a1118524a4ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d789c76dce580d754fe146041d7a1118524a4ff Author: Chia-I Wu Date: Thu Jun 20 11:52:03 2013 +0800 ilo: move internal shader interface to a new header Move it to

Mesa (master): ilo: introduce ilo_shader_cso for VS

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d209da5e338ee1f437cbce21e9cba667d60ee557 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d209da5e338ee1f437cbce21e9cba667d60ee557 Author: Chia-I Wu Date: Thu Jun 20 16:34:25 2013 +0800 ilo: introduce ilo_shader_cso for VS When a new VS kernel is g

Mesa (master): ilo: use ilo_shader_cso for GS

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 851202c319701c541d52f87ffa22505504c50d57 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=851202c319701c541d52f87ffa22505504c50d57 Author: Chia-I Wu Date: Thu Jun 20 17:42:21 2013 +0800 ilo: use ilo_shader_cso for GS Add ilo_gpe_init_gs_cso() to co

Mesa (master): ilo: add functions to query shaders

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5c8db569abf3f1e508d57cccb95856936bce29e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c8db569abf3f1e508d57cccb95856936bce29e4 Author: Chia-I Wu Date: Tue Jun 25 12:12:09 2013 +0800 ilo: add functions to query shaders Add ilo_shader_get_type()

Mesa (master): ilo: use ilo_shader_cso for FS

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 68522bf36ce13f7be7aa0dbd9345f287053ff5c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68522bf36ce13f7be7aa0dbd9345f287053ff5c2 Author: Chia-I Wu Date: Fri Jun 21 11:36:11 2013 +0800 ilo: use ilo_shader_cso for FS Add ilo_gpe_init_fs_cso() to co

Mesa (master): ilo: use ilo_shader_state exclusively in GPE

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c4fa24ff0873b7b9a5c4dacbd2c130788e88ad35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4fa24ff0873b7b9a5c4dacbd2c130788e88ad35 Author: Chia-I Wu Date: Fri Jun 21 14:29:08 2013 +0800 ilo: use ilo_shader_state exclusively in GPE This allows us to

Mesa (master): ilo: convert pipe_rasterizer_state to ilo_rasterizer_wm

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 54ab03523bddd3b714baf455775d63941e2bf873 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54ab03523bddd3b714baf455775d63941e2bf873 Author: Chia-I Wu Date: Fri Jun 21 11:36:14 2013 +0800 ilo: convert pipe_rasterizer_state to ilo_rasterizer_wm Add il

Mesa (master): ilo: clean up finalize_shader_states()

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 96e2133e72ec0fb6173b79838f1a7d153b8f25b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96e2133e72ec0fb6173b79838f1a7d153b8f25b6 Author: Chia-I Wu Date: Thu Jun 20 12:57:42 2013 +0800 ilo: clean up finalize_shader_states() Add ilo_shader_select_k

Mesa (master): ilo: remove ilo_shader_internal.h from GEN7 pipeline

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 63165df90fc900ab7c918f4313cf1245ed11cd68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63165df90fc900ab7c918f4313cf1245ed11cd68 Author: Chia-I Wu Date: Mon Jun 24 23:54:49 2013 +0800 ilo: remove ilo_shader_internal.h from GEN7 pipeline Replace d

Mesa (master): ilo: map SO registers at shader compile time

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 91cf6c1e92eab5e263f46ac38edc07d7bdbd10b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91cf6c1e92eab5e263f46ac38edc07d7bdbd10b3 Author: Chia-I Wu Date: Fri Jun 21 14:22:09 2013 +0800 ilo: map SO registers at shader compile time The unmodified pi

Mesa (master): ilo: move SBE setup code to ilo_shader.c

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9b18df6e087a4db8ed5ed38bcc6b1db34fa95586 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b18df6e087a4db8ed5ed38bcc6b1db34fa95586 Author: Chia-I Wu Date: Mon Jun 24 14:13:33 2013 +0800 ilo: move SBE setup code to ilo_shader.c Add ilo_shader_select

Mesa (master): ilo: remove ilo_shader_internal.h from GEN6 pipeline

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5f4b769127217c72a016becd31396b1c1d1f5e56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f4b769127217c72a016becd31396b1c1d1f5e56 Author: Chia-I Wu Date: Tue Jun 25 10:01:59 2013 +0800 ilo: remove ilo_shader_internal.h from GEN6 pipeline Replace d

Mesa (master): ilo: speed up ilo_shader_select_kernel_routing() a bit

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 855b684141ddbdbc8f10a80f185c47b3a813c975 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=855b684141ddbdbc8f10a80f185c47b3a813c975 Author: Chia-I Wu Date: Mon Jun 24 16:26:25 2013 +0800 ilo: speed up ilo_shader_select_kernel_routing() a bit Remembe

Mesa (master): ilo: use ilo_rasterizer_state exclusively in GPE

2013-06-24 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 639a2cddc6b95a287337f4ec1f18d714cb7e6baa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=639a2cddc6b95a287337f4ec1f18d714cb7e6baa Author: Chia-I Wu Date: Fri Jun 21 12:30:23 2013 +0800 ilo: use ilo_rasterizer_state exclusively in GPE Replace pipe_