Mesa (master): glsl: Transform dot product by a basis vector into a swizzle

2012-06-12 Thread Matt Turner
Module: Mesa Branch: master Commit: ae419a0159eeba6138d8c72a54737190cb6b1626 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae419a0159eeba6138d8c72a54737190cb6b1626 Author: Matt Turner Date: Mon Jun 4 21:59:34 2012 -0400 glsl: Transform dot product by a basis vector into a swizzle

Mesa (master): glsl: Add is_basis function

2012-06-12 Thread Matt Turner
Module: Mesa Branch: master Commit: 9aa3fbcc2e1f46416f1d334427ebe48388584384 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9aa3fbcc2e1f46416f1d334427ebe48388584384 Author: Matt Turner Date: Mon Jun 4 16:26:32 2012 -0400 glsl: Add is_basis function Determines whether it's a basis

Mesa (master): glsl: Check for zero vectors in ir_binop_dot

2012-06-12 Thread Matt Turner
Module: Mesa Branch: master Commit: d7bef19c7ff40f0b83a42fdb8509eed3ad1e40a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7bef19c7ff40f0b83a42fdb8509eed3ad1e40a3 Author: Matt Turner Date: Mon Jun 4 16:17:12 2012 -0400 glsl: Check for zero vectors in ir_binop_dot Reviewed-by: Ke

Mesa (master): mesa: move variable declaration out of loop to fix MSVC build

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 82ce93a8fdcb18b17263a388fa0bd8dbc1889857 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82ce93a8fdcb18b17263a388fa0bd8dbc1889857 Author: Brian Paul Date: Tue Jun 12 16:31:33 2012 -0600 mesa: move variable declaration out of loop to fix MSVC build

Mesa (master): mesa: Fix bool-int mismatch

2012-06-12 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: a74c4fb89dee398a955415f0b5641bd9c5888c75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a74c4fb89dee398a955415f0b5641bd9c5888c75 Author: Stéphane Marchesin Date: Tue Jun 12 15:11:21 2012 -0700 mesa: Fix bool-int mismatch Also include stdbool for

Mesa (master): mesa: Fix hash table leak

2012-06-12 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: 3c9fab88226af8360817c01ecde38348284e6ce7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c9fab88226af8360817c01ecde38348284e6ce7 Author: Antoine Labour Date: Thu May 24 18:17:50 2012 -0700 mesa: Fix hash table leak When a value was replaced, the

Mesa (master): mesa: Free uniforms correclty.

2012-06-12 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: e2e9b4b10fcf3ba6358b9be54638f850523af82e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2e9b4b10fcf3ba6358b9be54638f850523af82e Author: Antoine Labour Date: Thu May 24 18:15:44 2012 -0700 mesa: Free uniforms correclty. This is an array of unifor

Mesa (master): meta: Cleanup the resources we allocate.

2012-06-12 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: 53feb8ecdc74502c940a749b9ce89e68625c69a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53feb8ecdc74502c940a749b9ce89e68625c69a5 Author: Antoine Labour Date: Thu May 24 18:08:27 2012 -0700 meta: Cleanup the resources we allocate. When we have mul

Mesa (master): glx: Handle a null reply in QueryVersion.

2012-06-12 Thread Stephane Marchesin
Module: Mesa Branch: master Commit: 0256edd709d976198d5354fdd88143d8da9e51d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0256edd709d976198d5354fdd88143d8da9e51d5 Author: Stéphane Marchesin Date: Thu May 24 17:58:53 2012 -0700 glx: Handle a null reply in QueryVersion. Works aroun

Mesa (master): radeonsi: Don't always re-compile shaders after they' re bound.

2012-06-12 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 1657dec72d6dcb6158bb65cea2e1b6ff2445746c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1657dec72d6dcb6158bb65cea2e1b6ff2445746c Author: Michel Dänzer Date: Tue Jun 12 20:18:24 2012 +0200 radeonsi: Don't always re-compile shaders after they're bou

Mesa (master): st/xorg: Fix crash on startup.

2012-06-12 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 6d289390ec4d643e7451f9dcb35439876f361c44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d289390ec4d643e7451f9dcb35439876f361c44 Author: Dave Airlie Date: Fri Jun 8 18:10:18 2012 +0200 st/xorg: Fix crash on startup. Signed-off-by: Dave Airlie T

Mesa (master): radeonsi: Use linear instead of constant interpolation for now.

2012-06-12 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 90c6eacdb4927e6395743d69e5efa0a3a0aec7cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90c6eacdb4927e6395743d69e5efa0a3a0aec7cc Author: Michel Dänzer Date: Fri Jun 8 17:15:21 2012 +0200 radeonsi: Use linear instead of constant interpolation for

Mesa (master): radeonsi: Handle SUB_f32.

2012-06-12 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 4c418cf1a37f824676bcc0454fcc4cf6916e0fdd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c418cf1a37f824676bcc0454fcc4cf6916e0fdd Author: Thomas Stellard Date: Thu Jun 7 19:33:24 2012 +0200 radeonsi: Handle SUB_f32. Signed-off-by: Thomas Stellard

Mesa (master): radeonsi: Only dump shaders with environment variable RADEON_DUMP_SHADERS=1.

2012-06-12 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 4c4ef9c29acf4f1f40aa3c5d268322efd26c1786 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c4ef9c29acf4f1f40aa3c5d268322efd26c1786 Author: Michel Dänzer Date: Thu Jun 7 19:30:47 2012 +0200 radeonsi: Only dump shaders with environment variable RADEO

Mesa (master): mesa: Build git_sha1.h before computing dependencies.

2012-06-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7b11051a28731b099dc47df9e5db7eccfa889369 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b11051a28731b099dc47df9e5db7eccfa889369 Author: Eric Anholt Date: Mon Jun 11 18:46:51 2012 -0700 mesa: Build git_sha1.h before computing dependencies. Otherw

Mesa (master): docs: remove some superfluous tags

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 5dc59455f900de66a387dca5f62d5a48711b0c14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dc59455f900de66a387dca5f62d5a48711b0c14 Author: Andreas Boll Date: Tue Jun 12 09:05:46 2012 +0200 docs: remove some superfluous tags Signed-off-by: Brian Pa

Mesa (master): docs: whitespaces cleanup

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: fd64b397277c66e4cbb83222454d33b890648471 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd64b397277c66e4cbb83222454d33b890648471 Author: Andreas Boll Date: Tue Jun 12 09:05:49 2012 +0200 docs: whitespaces cleanup Signed-off-by: Brian Paul ---

Mesa (master): docs: remove unused table styles

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 8155ed37a12b117486fbb36c032aadf4e1bd40b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8155ed37a12b117486fbb36c032aadf4e1bd40b5 Author: Andreas Boll Date: Tue Jun 12 09:05:42 2012 +0200 docs: remove unused table styles Signed-off-by: Brian Paul

Mesa (master): docs: remove unused anchor links

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 908f7885035dc08449db28c99778231e6bfd32b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=908f7885035dc08449db28c99778231e6bfd32b0 Author: Andreas Boll Date: Tue Jun 12 09:05:39 2012 +0200 docs: remove unused anchor links Signed-off-by: Brian Paul

Mesa (master): docs: prefer lowercase html tags

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 210a27d8c33634c6b676a8a1d35d5fec98213181 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=210a27d8c33634c6b676a8a1d35d5fec98213181 Author: Andreas Boll Date: Tue Jun 12 09:05:36 2012 +0200 docs: prefer lowercase html tags Signed-off-by: Brian Paul

Mesa (master): docs: use id instead of

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: cc4188895be5525fa15c8b64b8338f901eda82fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc4188895be5525fa15c8b64b8338f901eda82fc Author: Andreas Boll Date: Tue Jun 12 09:05:33 2012 +0200 docs: use id instead of Signed-off-by: Brian Paul ---

Mesa (master): docs/subset-A.html: fix markup

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: f85d23cea4588dc1a62477a134bde9cd87d5d2d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f85d23cea4588dc1a62477a134bde9cd87d5d2d1 Author: Andreas Boll Date: Tue Jun 12 09:05:30 2012 +0200 docs/subset-A.html: fix markup fixes tidy warnings: line 1

Mesa (master): docs/news.html: use proper markup

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 2d7f319a0a5697ffd63fa2c5079282ea3c66075e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d7f319a0a5697ffd63fa2c5079282ea3c66075e Author: Andreas Boll Date: Tue Jun 12 09:05:26 2012 +0200 docs/news.html: use proper markup fixes tidy warnings: lin

Mesa (master): docs: fix html end/start tags

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: df2be226d9ca6772eb4615ce0670e7b86691 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df2be226d9ca6772eb4615ce0670e7b86691 Author: Andreas Boll Date: Tue Jun 12 09:05:22 2012 +0200 docs: fix html end/start tags for more well-formed html Si

Mesa (master): docs: escape special html chars

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=703a662c1582794a5a0b29bb2ff5a5e04149a3e6 Author: Andreas Boll Date: Tue Jun 12 09:05:15 2012 +0200 docs: escape special html chars Signed-off-by: Brian Paul

Mesa (master): docs: consolidate html header and footer

2012-06-12 Thread Brian Paul
Module: Mesa Branch: master Commit: ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 Author: Andreas Boll Date: Tue Jun 12 09:05:03 2012 +0200 docs: consolidate html header and footer add doctype add ch