Mesa (master): i965: also using align1 mode for math2 on sandybridge

2010-11-30 Thread Zhenyu Wang
Module: Mesa Branch: master Commit: c530fd3f8a5b5ac6918dece5d9083b2fac4ef78e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c530fd3f8a5b5ac6918dece5d9083b2fac4ef78e Author: Zhenyu Wang Date: Wed Dec 1 15:02:46 2010 +0800 i965: also using align1 mode for math2 on sandybridge Like E

Mesa (master): st/vega: Fix negated logic in image_draw.

2010-11-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 06e7a5502817d9df7f023083b135c8cd327c3e6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06e7a5502817d9df7f023083b135c8cd327c3e6c Author: Chia-I Wu Date: Wed Dec 1 11:39:02 2010 +0800 st/vega: Fix negated logic in image_draw. A typo from last com

Mesa (master): 27 new commits

2010-11-30 Thread Chia-I Wu
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b06de80843e7d096bed4ae03ddc5e2842f1876af Author: Chia-I Wu Date: Wed Dec 1 02:30:59 2010 +0800 st/vega: Fix paint coordinates transformations. Depending on whether vgDrawPath(mode), vgDrawImage, or vgDrawGlyph[s] is call

Mesa (master): docs: Fix MESA_drm_image typo

2010-11-30 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 7db49853f07dc62d76c7f00ab19b672e16604260 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7db49853f07dc62d76c7f00ab19b672e16604260 Author: Kristian Høgsberg Date: Mon Nov 29 21:04:43 2010 -0500 docs: Fix MESA_drm_image typo --- docs/MESA_drm_imag

Mesa (gallium-array-textures): gallium: even more compile fixes after merge

2010-11-30 Thread Roland Scheidegger
Module: Mesa Branch: gallium-array-textures Commit: 912f042e1d439de17b36be9a740358c876fcd144 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=912f042e1d439de17b36be9a740358c876fcd144 Author: Roland Scheidegger Date: Wed Dec 1 03:01:55 2010 +0100 gallium: even more compile fixes after

Mesa (master): gallivm/llvmpipe: squash merge of the llvm-context branch

2010-11-30 Thread Brian Paul
Module: Mesa Branch: master Commit: efc82aef35a2aac5d2ed9774f6d28f2626796416 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=efc82aef35a2aac5d2ed9774f6d28f2626796416 Author: Brian Paul Date: Tue Nov 30 16:07:52 2010 -0700 gallivm/llvmpipe: squash merge of the llvm-context branch Thi

Mesa (master): r300g: fix texture border color once again

2010-11-30 Thread Marek Olšák
Module: Mesa Branch: master Commit: 1f1375d4d876c2c85156e02a177254684446040b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f1375d4d876c2c85156e02a177254684446040b Author: Marek Olšák Date: Mon Nov 29 03:40:04 2010 +0100 r300g: fix texture border color once again I made the texwra

Mesa (master): glsl: Remove anti-built-in hacks from the print visitor.

2010-11-30 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ff994eeff8fa9f8f889878d6b48015ca7683e22b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff994eeff8fa9f8f889878d6b48015ca7683e22b Author: Kenneth Graunke Date: Thu Nov 11 12:14:02 2010 -0800 glsl: Remove anti-built-in hacks from the print visitor.

Mesa (master): glsl/linker: Free any IR discarded by optimization passes.

2010-11-30 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 2da02e75b17dcfb2efc3ce053c48339109bc0f26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2da02e75b17dcfb2efc3ce053c48339109bc0f26 Author: Kenneth Graunke Date: Wed Nov 17 11:03:57 2010 -0800 glsl/linker: Free any IR discarded by optimization passes

Mesa (master): glsl: Lazily import built-in function prototypes.

2010-11-30 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f5692f452f7ae77d1e710041ffebb468cc5ba87b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5692f452f7ae77d1e710041ffebb468cc5ba87b Author: Kenneth Graunke Date: Thu Nov 11 12:11:27 2010 -0800 glsl: Lazily import built-in function prototypes. This m

Mesa (master): glsl: Refactor out cloning of function prototypes.

2010-11-30 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 01a25bb64ecae156729794320f9a39733ff8eeaa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01a25bb64ecae156729794320f9a39733ff8eeaa Author: Kenneth Graunke Date: Thu Nov 11 12:21:27 2010 -0800 glsl: Refactor out cloning of function prototypes. This

Mesa (master): glsl: fix matrix type check in ir_algebraic

2010-11-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4ce084c7072931732fba7ae1d73a4e4e20269f9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ce084c7072931732fba7ae1d73a4e4e20269f9d Author: Aras Pranckevicius Date: Tue Nov 30 13:24:44 2010 -0800 glsl: fix matrix type check in ir_algebraic Fixes gls

Mesa (master): glsl: Quiet unreachable no-return-from-function warning.

2010-11-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: d56c97413ee65e40e3544b89ffca450df9ba1c06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d56c97413ee65e40e3544b89ffca450df9ba1c06 Author: Eric Anholt Date: Tue Nov 30 13:28:47 2010 -0800 glsl: Quiet unreachable no-return-from-function warning. ---

Mesa (master): scons: add alias for identity

2010-11-30 Thread Zack Rusin
Module: Mesa Branch: master Commit: b22d65e9fc037b06405c1645a2cd11a70a6a6bc3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b22d65e9fc037b06405c1645a2cd11a70a6a6bc3 Author: Zack Rusin Date: Tue Nov 30 16:13:11 2010 -0500 scons: add alias for identity --- src/gallium/drivers/ident

Mesa (llvm-context): llvmpipe: also record the jit task in the fs jit debug code

2010-11-30 Thread Brian Paul
Module: Mesa Branch: llvm-context Commit: 620c1f159c7060dbeba436827f894ca2c8c17b8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=620c1f159c7060dbeba436827f894ca2c8c17b8f Author: Brian Paul Date: Tue Nov 30 13:18:02 2010 -0700 llvmpipe: also record the jit task in the fs jit debug c

Mesa (llvm-context): gallivm: use a singleton gallivm object

2010-11-30 Thread Brian Paul
Module: Mesa Branch: llvm-context Commit: d9b5fd7b090dd38a5c74483addc022b9337620ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9b5fd7b090dd38a5c74483addc022b9337620ea Author: Brian Paul Date: Tue Nov 30 12:53:20 2010 -0700 gallivm: use a singleton gallivm object --- src/galli

Mesa (llvm-context): gallivm: added GALLIVM_DEBUG_GC flag

2010-11-30 Thread Brian Paul
Module: Mesa Branch: llvm-context Commit: 69e90649c51434e6ca7d20daf5f69770ff9267e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69e90649c51434e6ca7d20daf5f69770ff9267e0 Author: Brian Paul Date: Tue Nov 30 12:54:14 2010 -0700 gallivm: added GALLIVM_DEBUG_GC flag --- src/gallium/

Mesa (master): glsl: Fix structure and array comparisions.

2010-11-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: ff79633d9f930e396933a0ad9564824ec73ea4dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff79633d9f930e396933a0ad9564824ec73ea4dc Author: Eric Anholt Date: Tue Nov 30 11:23:28 2010 -0800 glsl: Fix structure and array comparisions. We were trying t

Mesa (master): glsl: Add a helper constructor for expressions that works out result type.

2010-11-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6b937465d4aeab72fabcfe5250d477cf6790a521 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b937465d4aeab72fabcfe5250d477cf6790a521 Author: Eric Anholt Date: Wed Nov 3 10:21:07 2010 -0700 glsl: Add a helper constructor for expressions that works out

Mesa (master): llvmpipe: shortcircuit some calls to set_scene_state

2010-11-30 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 68a4f6324712d7eae327ee438a41c432ec72f11d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68a4f6324712d7eae327ee438a41c432ec72f11d Author: Keith Whitwell Date: Tue Nov 30 12:00:25 2010 + llvmpipe: shortcircuit some calls to set_scene_state ---

Mesa (master): llvmpipe: raise dirty flag on transfers to bound constbuf

2010-11-30 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 2d31f048cec5d408c8bac758566c49fe14fac2ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d31f048cec5d408c8bac758566c49fe14fac2ac Author: Keith Whitwell Date: Mon Nov 29 19:18:54 2010 + llvmpipe: raise dirty flag on transfers to bound constbuf

Mesa (master): llvmpipe: remove misleading debug string

2010-11-30 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d9169364d4ec05f766b0835785c6fd76294d9967 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9169364d4ec05f766b0835785c6fd76294d9967 Author: Keith Whitwell Date: Tue Nov 30 11:22:46 2010 + llvmpipe: remove misleading debug string --- src/galliu

Mesa (master): wgl: More complete WGL_ARB_pbuffer support.

2010-11-30 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 31aeac5bf91f3b1daacb1aa27505bfb25215da87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31aeac5bf91f3b1daacb1aa27505bfb25215da87 Author: José Fonseca Date: Mon Nov 29 20:53:44 2010 + wgl: More complete WGL_ARB_pbuffer support. --- src/galli

Mesa (master): wgl: Stub WGL_ARB_pbuffer support.

2010-11-30 Thread Jose Fonseca
Module: Mesa Branch: master Commit: c4a43873c5f2e39def45eb9ca24f538adf3f9196 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4a43873c5f2e39def45eb9ca24f538adf3f9196 Author: José Fonseca Date: Wed May 5 15:14:02 2010 +0100 wgl: Stub WGL_ARB_pbuffer support. See http://www.opengl.or

Mesa (master): scons: Alias for svga

2010-11-30 Thread Jose Fonseca
Module: Mesa Branch: master Commit: af6407a5003f19014b7ec010a16a22fadbc5e903 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af6407a5003f19014b7ec010a16a22fadbc5e903 Author: José Fonseca Date: Mon Nov 29 21:13:38 2010 + scons: Alias for svga --- src/gallium/drivers/svga/SConsc

Mesa (master): svga: Use consistent hexadecimal representation on debug output.

2010-11-30 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 7bbf675b884a8fda19b0b53cd524d48243e814f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bbf675b884a8fda19b0b53cd524d48243e814f3 Author: José Fonseca Date: Fri Nov 26 17:12:09 2010 + svga: Use consistent hexadecimal representation on debug out

Mesa (master): util: rename u_mempool -> u_slab

2010-11-30 Thread Marek Olšák
Module: Mesa Branch: master Commit: 80f24c1575688e9cd4a5a811137f43b7e0a661bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80f24c1575688e9cd4a5a811137f43b7e0a661bb Author: Marek Olšák Date: Mon Nov 29 23:37:25 2010 +0100 util: rename u_mempool -> u_slab --- src/gallium/auxiliary

Demos (master): egl/openvg: Add a demo for paint types.

2010-11-30 Thread Chia-I Wu
Module: Demos Branch: master Commit: cc4a5a335c4246aec40d30900f75358ae319c78d URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=cc4a5a335c4246aec40d30900f75358ae319c78d Author: Chia-I Wu Date: Tue Nov 30 15:12:33 2010 +0800 egl/openvg: Add a demo for paint types. --- src/egl/openvg

Demos (master): egl/openvg: Add a demo for blend modes.

2010-11-30 Thread Chia-I Wu
Module: Demos Branch: master Commit: 49fe311a20dd96c06cada73e6f5b72864234a266 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=49fe311a20dd96c06cada73e6f5b72864234a266 Author: Chia-I Wu Date: Tue Nov 30 14:03:19 2010 +0800 egl/openvg: Add a demo for blend modes. --- src/egl/openvg