Mesa (master): i965/vs: Print error if vertex shader fails to compile.

2013-04-11 Thread Matt Turner
Module: Mesa Branch: master Commit: 195a6cca3cbc26eeea0f7f8dfc21dd3429911779 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=195a6cca3cbc26eeea0f7f8dfc21dd3429911779 Author: Matt Turner Date: Thu Apr 11 09:57:23 2013 -0700 i965/vs: Print error if vertex shader fails to compile. Revi

Mesa (master): i965: NULL check prog on shader compilation failure.

2013-04-11 Thread Matt Turner
Module: Mesa Branch: master Commit: 32a8e877666f7c3798d736bb6f05ad2f41356ebf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32a8e877666f7c3798d736bb6f05ad2f41356ebf Author: Matt Turner Date: Thu Apr 11 09:55:42 2013 -0700 i965: NULL check prog on shader compilation failure. Also ch

Mesa (master): scons: Add st_cb_msaa.c to source list.

2013-04-11 Thread Jose Fonseca
Module: Mesa Branch: master Commit: ed9687cf1bf264784b5e67b06610e0743c0e4de9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed9687cf1bf264784b5e67b06610e0743c0e4de9 Author: José Fonseca Date: Thu Apr 11 22:37:34 2013 +0100 scons: Add st_cb_msaa.c to source list. --- src/mesa/SCon

Mesa (master): r600g: add get_sample_position support (v3)

2013-04-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: f024c724766b1040176a329fbedff7cd5dc47cca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f024c724766b1040176a329fbedff7cd5dc47cca Author: Dave Airlie Date: Mon Mar 4 06:19:07 2013 +1000 r600g: add get_sample_position support (v3) v2: I rewrote th

Mesa (master): st/mesa: add support for get sample position

2013-04-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 1d90ee5ef500e604267439557f99d94b49d7fbb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d90ee5ef500e604267439557f99d94b49d7fbb6 Author: Dave Airlie Date: Mon Mar 4 06:14:18 2013 +1000 st/mesa: add support for get sample position This just calls

Mesa (master): st/mesa: add support for ARB_texture_multisample (v3)

2013-04-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: f152da6bf990c330108da25972f28e08b2f233aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f152da6bf990c330108da25972f28e08b2f233aa Author: Dave Airlie Date: Mon Mar 4 06:17:11 2013 +1000 st/mesa: add support for ARB_texture_multisample (v3) This a

Mesa (master): gallium: add get_sample_position interface

2013-04-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: cc906396c76076f68b4e753a8d28a7f8420b2f79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc906396c76076f68b4e753a8d28a7f8420b2f79 Author: Dave Airlie Date: Mon Mar 4 06:11:07 2013 +1000 gallium: add get_sample_position interface This is to be use

Mesa (master): r600g: fix two issues in compressed msaa reading code

2013-04-11 Thread Dave Airlie
Module: Mesa Branch: master Commit: 184278a804bb92b998b46c1f8db8b516cd7dcf21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=184278a804bb92b998b46c1f8db8b516cd7dcf21 Author: Dave Airlie Date: Thu Apr 11 05:51:35 2013 +0100 r600g: fix two issues in compressed msaa reading code I've n

Mesa (master): i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: e9fa3a94486d80da34542cfd24425c208a8d30fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9fa3a94486d80da34542cfd24425c208a8d30fe Author: Paul Berry Date: Fri Mar 22 21:55:03 2013 -0700 i965/vs: Don't hardcode DEBUG_VS in generic vec4 code. Since

Mesa (master): i965/vs: Generalize computation of array strides in preparation for GS.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: defdb310b76ad30c192a087292e86377f4ea0d83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=defdb310b76ad30c192a087292e86377f4ea0d83 Author: Paul Berry Date: Fri Mar 22 11:26:34 2013 -0700 i965/vs: Generalize computation of array strides in preparatio

Mesa (master): i965/vs: Generalize attribute setup code in preparation for GS.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 444fce6398556118629ef01204a7d8ff7af0bea3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=444fce6398556118629ef01204a7d8ff7af0bea3 Author: Paul Berry Date: Fri Mar 22 08:47:49 2013 -0700 i965/vs: Generalize attribute setup code in preparation for GS

Mesa (master): i965/vs: rename vec4_generator::generate_vs_instruction.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 7214451bdce6d553620d2b9b3f1f89d14b113357 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7214451bdce6d553620d2b9b3f1f89d14b113357 Author: Paul Berry Date: Sun Feb 17 11:34:05 2013 -0800 i965/vs: rename vec4_generator::generate_vs_instruction. Sinc

Mesa (master): i965/vs: Generalize vertex emission code in preparation for GS.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 28fe02ce6e6fa6061cf69af9b292ee6553591473 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28fe02ce6e6fa6061cf69af9b292ee6553591473 Author: Paul Berry Date: Fri Mar 22 06:59:52 2013 -0700 i965/vs: Generalize vertex emission code in preparation for GS

Mesa (master): i965/vs: Generalize data structures pointed to by vec4_generator.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 9bb6840b28a9a77377d437198c62d705cade5370 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bb6840b28a9a77377d437198c62d705cade5370 Author: Paul Berry Date: Sun Feb 17 11:25:37 2013 -0800 i965/vs: Generalize data structures pointed to by vec4_generat

Mesa (master): i965/vs: Rename vec4_generator::prog to shader_prog.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 4d773603d33f5628a7e7f407371187a650c3e6e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d773603d33f5628a7e7f407371187a650c3e6e5 Author: Paul Berry Date: Tue Apr 9 14:31:28 2013 -0700 i965/vs: Rename vec4_generator::prog to shader_prog. The next

Mesa (master): i965/vs: move VS-specific data members to vs_vec4_visitor.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 5743bea0ba1eda07be831d95c5b7729f9ba98a92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5743bea0ba1eda07be831d95c5b7729f9ba98a92 Author: Paul Berry Date: Sun Feb 17 09:09:45 2013 -0800 i965/vs: move VS-specific data members to vs_vec4_visitor. Th

Mesa (master): i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 0ce95222aff64a316b95c67ef427901ffbe3e061 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ce95222aff64a316b95c67ef427901ffbe3e061 Author: Paul Berry Date: Fri Feb 15 20:27:03 2013 -0800 i965/vs: move ARB_vertex_program functions to vec4_vs_visitor.

Mesa (master): i965/vs: Add virtual function make_reg_for_system_value().

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 42a3d63dd4470be73b92b5d87daa32a9c293f127 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42a3d63dd4470be73b92b5d87daa32a9c293f127 Author: Paul Berry Date: Sun Feb 17 08:05:52 2013 -0800 i965/vs: Add virtual function make_reg_for_system_value(). Th

Mesa (master): i965/vs: Make some vec4_visitor functions virtual.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 8941f73c7ccb3c6cfa965a19f346e4b6ead6abdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8941f73c7ccb3c6cfa965a19f346e4b6ead6abdb Author: Paul Berry Date: Sun Feb 17 08:05:52 2013 -0800 i965/vs: Make some vec4_visitor functions virtual. This patch

Mesa (master): i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: e9be5a05f70be7cff58b29bff07af71e6d339085 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9be5a05f70be7cff58b29bff07af71e6d339085 Author: Paul Berry Date: Fri Feb 15 20:12:13 2013 -0800 i965/vs: Make vec4_vs_visitor class derived from vec4_visitor.

Mesa (master): i965/vs: split brw_vs_prog_data into generic and VS-specific parts.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 5fff3752c88255ea3f4eb26cddb2c996694b33b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fff3752c88255ea3f4eb26cddb2c996694b33b1 Author: Paul Berry Date: Sun Feb 17 07:48:21 2013 -0800 i965/vs: split brw_vs_prog_data into generic and VS-specific p

Mesa (master): i965/vs: split brw_vs_prog_key into generic and VS-specific parts.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 0c994f181ce1a09cdbb7db27e4ad5565248bf8e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c994f181ce1a09cdbb7db27e4ad5565248bf8e1 Author: Paul Berry Date: Sat Feb 16 08:45:09 2013 -0800 i965/vs: split brw_vs_prog_key into generic and VS-specific pa

Mesa (master): i965/vs: split brw_vs_compile into generic and VS-specific parts.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: d7af636473e2b8055b94a4e28fcf3272b35094be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7af636473e2b8055b94a4e28fcf3272b35094be Author: Paul Berry Date: Fri Feb 15 20:33:31 2013 -0800 i965/vs: split brw_vs_compile into generic and VS-specific par

Mesa (master): i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile .

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 09cd6e06d2c7a54ca6eb8d3102822efa78e01a9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09cd6e06d2c7a54ca6eb8d3102822efa78e01a9c Author: Paul Berry Date: Sat Feb 16 09:49:11 2013 -0800 i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.

Mesa (master): i965: Generalize computation of VUE map in preparation for GS.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: deffbbed4e0f24e05fe5314ee7ccd47e4826f9ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deffbbed4e0f24e05fe5314ee7ccd47e4826f9ba Author: Paul Berry Date: Fri Mar 22 12:39:40 2013 -0700 i965: Generalize computation of VUE map in preparation for GS.

Mesa (master): i965/vs: Make type of vec4_visitor::vp more generic.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: b29613371c316e9273ebe29ba37fb2f04c2ed58d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b29613371c316e9273ebe29ba37fb2f04c2ed58d Author: Paul Berry Date: Fri Feb 15 20:19:23 2013 -0800 i965/vs: Make type of vec4_visitor::vp more generic. The vec4

Mesa (master): i965: Rename backend_visitor::prog to shader_prog.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: fe97f26c86d65b1b0e026c725c7da348a91093d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe97f26c86d65b1b0e026c725c7da348a91093d9 Author: Paul Berry Date: Mon Apr 8 17:17:44 2013 -0700 i965: Rename backend_visitor::prog to shader_prog. The next p

Mesa (master): glsl: Fix (and validate) comment above glsl_type::name.

2013-04-11 Thread Paul Berry
Module: Mesa Branch: master Commit: 5b0bd8ece855bf4e2171bb5e81968b858fc4792e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b0bd8ece855bf4e2171bb5e81968b858fc4792e Author: Paul Berry Date: Tue Apr 9 20:36:30 2013 -0700 glsl: Fix (and validate) comment above glsl_type::name. The c

Mesa (master): radeon/uvd: add UVD implementation v5

2013-04-11 Thread Christian König
Module: Mesa Branch: master Commit: 5b2855bfe79bfc3995969f2bf775d89b1bc1808a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b2855bfe79bfc3995969f2bf775d89b1bc1808a Author: Christian König Date: Wed Apr 3 10:18:35 2013 +0200 radeon/uvd: add UVD implementation v5 Just everything yo

Mesa (master): radeon/winsys: add uvd ring support to winsys v3

2013-04-11 Thread Christian König
Module: Mesa Branch: master Commit: f91e4d2c9d714bb7d667956cd93f216c18a434f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f91e4d2c9d714bb7d667956cd93f216c18a434f4 Author: Christian König Date: Mon Apr 8 16:41:01 2013 +0200 radeon/winsys: add uvd ring support to winsys v3 Separat