Mesa (master): mesa: Clean up header file inclusion in arbprogparse.h.

2010-12-09 Thread Vinson Lee
Module: Mesa Branch: master Commit: d5810efca69d016eddd6ece4cb399394c46525db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5810efca69d016eddd6ece4cb399394c46525db Author: Vinson Lee Date: Thu Dec 9 23:52:28 2010 -0800 mesa: Clean up header file inclusion in arbprogparse.h. ---

Mesa (master): meta: allow nested meta operations

2010-12-09 Thread Haihao Xiang
Module: Mesa Branch: master Commit: d1196bbc191c4f1b355d432dcb2eeff9790fda34 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1196bbc191c4f1b355d432dcb2eeff9790fda34 Author: Xiang, Haihao Date: Fri Dec 10 09:31:19 2010 +0800 meta: allow nested meta operations _mesa_meta_CopyPixels r

Mesa (master): i965: support for two-sided lighting on Sandybridge

2010-12-09 Thread Haihao Xiang
Module: Mesa Branch: master Commit: e47eacdc53aec6743c42c8d9ab8298f802161733 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e47eacdc53aec6743c42c8d9ab8298f802161733 Author: Xiang, Haihao Date: Fri Dec 10 13:01:44 2010 +0800 i965: support for two-sided lighting on Sandybridge VS pla

Mesa (master): i965: Add support for gen6 constant-index constant loading.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 15566183a64ef3f9940962a3b08b1c3469c98566 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15566183a64ef3f9940962a3b08b1c3469c98566 Author: Eric Anholt Date: Thu Dec 9 09:36:17 2010 -0800 i965: Add support for gen6 constant-index constant loading.

Mesa (master): i965: Add support for gen6 reladdr VS constant loading.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3a3b1bd722786ab0b1386a3a505cadfa89798232 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a3b1bd722786ab0b1386a3a505cadfa89798232 Author: Eric Anholt Date: Thu Dec 9 09:42:05 2010 -0800 i965: Add support for gen6 reladdr VS constant loading. ---

Demos (master): egl/opengles1: Clean up "clear" demo.

2010-12-09 Thread Chia-I Wu
Module: Demos Branch: master Commit: 7371267a4a8326e4346e142fbc336e1bc9deded9 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=7371267a4a8326e4346e142fbc336e1bc9deded9 Author: Chia-I Wu Date: Fri Dec 10 11:39:24 2010 +0800 egl/opengles1: Clean up "clear" demo. The demo was added in

Mesa (master): target/egl: Fix misleading debug message.

2010-12-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6efd963a2372a4e51e3550a97858105013a096e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6efd963a2372a4e51e3550a97858105013a096e7 Author: Chia-I Wu Date: Fri Dec 10 10:28:57 2010 +0800 target/egl: Fix misleading debug message. When the name of the

Mesa (master): targets/egl: Improve st_GL.so loading.

2010-12-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 83bdd402aa3b83c121d6764328f831b1629e41a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83bdd402aa3b83c121d6764328f831b1629e41a2 Author: Chia-I Wu Date: Fri Dec 10 10:44:03 2010 +0800 targets/egl: Improve st_GL.so loading. When the application is

Demos (master): egl/opengles1:

2010-12-09 Thread Chia-I Wu
Module: Demos Branch: master Commit: 3fa89389f071a956e8a509a682d0fa974d260d48 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=3fa89389f071a956e8a509a682d0fa974d260d48 Author: Chia-I Wu Date: Fri Dec 10 10:15:26 2010 +0800 egl/opengles1: --- src/egl/opengles1/Makefile.am |4 ++

Mesa (master): draw/llvm: don't flush in vs_llvm_delete()

2010-12-09 Thread Brian Paul
Module: Mesa Branch: master Commit: becc4bb90c46f754018ac596460e6c6a650d399c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=becc4bb90c46f754018ac596460e6c6a650d399c Author: Brian Paul Date: Thu Dec 9 18:37:59 2010 -0700 draw/llvm: don't flush in vs_llvm_delete() Fixes piglit glx-s

Mesa (master): draw/llvm: remove redundant comment

2010-12-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 70ca06445445060c75b55b6c5531973b7b2a1bf0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70ca06445445060c75b55b6c5531973b7b2a1bf0 Author: Brian Paul Date: Thu Dec 9 16:02:28 2010 -0700 draw/llvm: remove redundant comment --- src/gallium/auxilia

Mesa (master): draw/llvm: remove extraneous conditional

2010-12-09 Thread Brian Paul
Module: Mesa Branch: master Commit: bd995cf6c053075833b53fae29773b15d948462e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd995cf6c053075833b53fae29773b15d948462e Author: Brian Paul Date: Thu Dec 9 16:02:12 2010 -0700 draw/llvm: remove extraneous conditional --- src/gallium/au

Mesa (7.10): glsl: Unroll loops with conditional breaks anywhere ( not just the end)

2010-12-09 Thread Ian Romanick
Module: Mesa Branch: 7.10 Commit: 0e50c21e247b6d4246fcc2b583563a8f44bc4249 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e50c21e247b6d4246fcc2b583563a8f44bc4249 Author: Luca Barbieri Date: Wed Dec 1 15:12:07 2010 -0800 glsl: Unroll loops with conditional breaks anywhere (not just

Mesa (master): glsl: Unroll loops with conditional breaks anywhere ( not just the end)

2010-12-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0e50c21e247b6d4246fcc2b583563a8f44bc4249 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e50c21e247b6d4246fcc2b583563a8f44bc4249 Author: Luca Barbieri Date: Wed Dec 1 15:12:07 2010 -0800 glsl: Unroll loops with conditional breaks anywhere (not ju

Mesa (master): glsl: Consider the "else" branch when looking for loop breaks.

2010-12-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 13c45c590b69341487acf21f339bf1e502eedee6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13c45c590b69341487acf21f339bf1e502eedee6 Author: Kenneth Graunke Date: Wed Dec 1 15:33:56 2010 -0800 glsl: Consider the "else" branch when looking for loop br

Mesa (master): glsl: Clean up code by adding a new is_break() function.

2010-12-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 528fa8ce329c22d6376d075c2afa69f177423bfa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=528fa8ce329c22d6376d075c2afa69f177423bfa Author: Kenneth Graunke Date: Wed Dec 1 15:06:47 2010 -0800 glsl: Clean up code by adding a new is_break() function.

Mesa (master): glsl: Correct the marking of InputsRead/OutputsWritten on in /out matrices.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: b13a2e640f749530d3bf40cbbc30504b1ed58470 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b13a2e640f749530d3bf40cbbc30504b1ed58470 Author: Eric Anholt Date: Thu Dec 9 14:31:43 2010 -0800 glsl: Correct the marking of InputsRead/OutputsWritten on in/

Mesa (master): intel: Set the swizzling for depth textures using the GL_RED depth mode.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3fb18d67753fec8a21461266246ff6949fc0fe81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fb18d67753fec8a21461266246ff6949fc0fe81 Author: Eric Anholt Date: Thu Dec 9 13:51:21 2010 -0800 intel: Set the swizzling for depth textures using the GL_RED

Mesa (master): intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: b4e8ec3a57c28c0881fb5b595116f95b8cbe3f02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4e8ec3a57c28c0881fb5b595116f95b8cbe3f02 Author: Eric Anholt Date: Thu Dec 9 13:45:47 2010 -0800 intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED

Mesa (master): i965: Silence uninitialized variable warning.

2010-12-09 Thread Vinson Lee
Module: Mesa Branch: master Commit: c3ca384e7190656afcd9f5143e811843efa2b3cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3ca384e7190656afcd9f5143e811843efa2b3cb Author: Vinson Lee Date: Thu Dec 9 14:17:17 2010 -0800 i965: Silence uninitialized variable warning. Fixes this GCC

Mesa (master): r600g: Fix SCons build.

2010-12-09 Thread Vinson Lee
Module: Mesa Branch: master Commit: af5f7b3260dfe3f0910e5fa6fac1786413eb0f13 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af5f7b3260dfe3f0910e5fa6fac1786413eb0f13 Author: Vinson Lee Date: Thu Dec 9 14:03:58 2010 -0800 r600g: Fix SCons build. --- src/gallium/drivers/r600/SConsc

Mesa (master): r600g: indentation cleanup

2010-12-09 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 121079bd679ea0729834cca79ab3c424e006feed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=121079bd679ea0729834cca79ab3c424e006feed Author: Jerome Glisse Date: Thu Dec 9 16:16:22 2010 -0500 r600g: indentation cleanup Signed-off-by: Jerome Glisse

Mesa (master): r600g: specialized upload manager

2010-12-09 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 7055068eeae7f64166cca513282829d5a3e9b9d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7055068eeae7f64166cca513282829d5a3e9b9d3 Author: Jerome Glisse Date: Wed Dec 8 13:41:25 2010 -0500 r600g: specialized upload manager Allow important performa

Mesa (master): r600g: avoid using pb* helper we are loosing previous cpu cycle with it

2010-12-09 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 15753cf54d57b1ebb0cd41b7dbb8030d23213891 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15753cf54d57b1ebb0cd41b7dbb8030d23213891 Author: Jerome Glisse Date: Thu Dec 9 13:07:10 2010 -0500 r600g: avoid using pb* helper we are loosing previous cpu c

Mesa (master): glsl: fix lowering conditional returns in subroutines

2010-12-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ef534f3838f23d757a40426728789183ed36c3bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef534f3838f23d757a40426728789183ed36c3bb Author: Fabian Bieler Date: Wed Dec 1 14:44:58 2010 +0100 glsl: fix lowering conditional returns in subroutines this

Mesa (master): i965: remove unused variable since brw_wm_glsl.c removal.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 834cc8e501c2632fd8f9fc78502a1a99803e6fb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=834cc8e501c2632fd8f9fc78502a1a99803e6fb9 Author: Eric Anholt Date: Thu Dec 9 11:10:31 2010 -0800 i965: remove unused variable since brw_wm_glsl.c removal. --

Mesa (master): i965: Set up the correct texture border color state struct for Ironlake.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 30f25a10190632a971e2b214c443e54afa463ead URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30f25a10190632a971e2b214c443e54afa463ead Author: Eric Anholt Date: Tue Jun 15 17:58:14 2010 -0700 i965: Set up the correct texture border color state struct fo

Mesa (master): i965: Set render_cache_read_write surface state bit on gen6 constant surfs.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: cfcc2ef587fad91ad1dff1abbd42886dbe9cc095 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfcc2ef587fad91ad1dff1abbd42886dbe9cc095 Author: Eric Anholt Date: Thu Dec 9 10:03:49 2010 -0800 i965: Set render_cache_read_write surface state bit on gen6 c

Mesa (master): i965: Fix VS constants regression pre-gen6.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8fab1c0e2e0610813dfaa7fbc83662ec0f3a049c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fab1c0e2e0610813dfaa7fbc83662ec0f3a049c Author: Eric Anholt Date: Thu Dec 9 09:17:59 2010 -0800 i965: Fix VS constants regression pre-gen6. Last minute chan

Mesa (master): i965: Clean up VS constant buffer location setup.

2010-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 14a9153a32255f186a30b500d6db412388f4de28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14a9153a32255f186a30b500d6db412388f4de28 Author: Eric Anholt Date: Thu Dec 9 09:26:41 2010 -0800 i965: Clean up VS constant buffer location setup. --- src/

Mesa (master): llvmpipe: Plug fence leaks.

2010-12-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: cdd4f04f80de91d6d4e5b904ec66386d6546f977 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdd4f04f80de91d6d4e5b904ec66386d6546f977 Author: José Fonseca Date: Tue Dec 7 16:59:25 2010 + llvmpipe: Plug fence leaks. --- src/gallium/drivers/llvmp

Mesa (nvc0): nvc0: call grobj_alloc for all used classes

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: e32ec112785d9ea111a9de0087f2f487cadc9051 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e32ec112785d9ea111a9de0087f2f487cadc9051 Author: Christoph Bumiller Date: Thu Dec 9 17:41:13 2010 +0100 nvc0: call grobj_alloc for all used classes Only doing

Mesa (master): mesa: allow GLfixed arrays for OpenGL ES 2.0

2010-12-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 9946f15d302d48a0bc0ab0b8a3556c184e88c7d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9946f15d302d48a0bc0ab0b8a3556c184e88c7d0 Author: Shuang He Date: Thu Dec 9 08:49:51 2010 +0800 mesa: allow GLfixed arrays for OpenGL ES 2.0 Signed-off-by: Br

Mesa (nvc0): nvc0: write texture address to TIC with a RELOC

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 92f3642a4fe71b272b4ceb6953fbf55d1efcbeb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92f3642a4fe71b272b4ceb6953fbf55d1efcbeb5 Author: Christoph Bumiller Date: Thu Dec 9 15:22:17 2010 +0100 nvc0: write texture address to TIC with a RELOC Direct

Mesa (nvc0): nvc0: buffer suballocation with a primitive slab allocator

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 3ef1616b63507db01f54efa882a9cf28839cfdf3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ef1616b63507db01f54efa882a9cf28839cfdf3 Author: Christoph Bumiller Date: Thu Dec 9 15:01:37 2010 +0100 nvc0: buffer suballocation with a primitive slab allocat

Mesa (nvc0): nvc0: use tile flags in a way compatible with nouveau

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 6e753e3c2950d486aa0e06dff587ef53b9c4ebc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e753e3c2950d486aa0e06dff587ef53b9c4ebc4 Author: Christoph Bumiller Date: Thu Dec 9 15:08:29 2010 +0100 nvc0: use tile flags in a way compatible with nouveau -

Mesa (nvc0): nvc0: fix immediate arg for SHL/SHR

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 14a09095d30f926c7d6869784d61cc59e6bd0578 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14a09095d30f926c7d6869784d61cc59e6bd0578 Author: Christoph Bumiller Date: Thu Dec 9 14:43:11 2010 +0100 nvc0: fix immediate arg for SHL/SHR --- src/gallium/d

Mesa (nvc0): nvc0: generate shader header for geometry programs

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 0d1a2bd0fb356fdb74a9aed1c34276dc9e97b4c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d1a2bd0fb356fdb74a9aed1c34276dc9e97b4c6 Author: Christoph Bumiller Date: Thu Dec 9 14:44:21 2010 +0100 nvc0: generate shader header for geometry programs ---

Mesa (nvc0): nvc0: index buffers are back

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 2bb377ee02cc956cb3328b6f13320ac709987dd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bb377ee02cc956cb3328b6f13320ac709987dd0 Author: Christoph Bumiller Date: Thu Dec 9 14:41:33 2010 +0100 nvc0: index buffers are back Probably because long meth

Mesa (nvc0): nvc0: upload constants with m2mf for the time being

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 7fa7229560d1f3be17199685b34ab254afada24f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fa7229560d1f3be17199685b34ab254afada24f Author: Christoph Bumiller Date: Thu Dec 9 14:35:26 2010 +0100 nvc0: upload constants with m2mf for the time being I g

Mesa (nvc0): nvc0: support primitive restart

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 5655f8d42d919270791588162399ac7a2c718733 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5655f8d42d919270791588162399ac7a2c718733 Author: Christoph Bumiller Date: Thu Dec 9 12:08:25 2010 +0100 nvc0: support primitive restart --- src/gallium/drive

Mesa (nvc0): nvc0: rcp f32 also supports neg and abs modifiers

2010-12-09 Thread Christoph Bumiller
Module: Mesa Branch: nvc0 Commit: 548967f9faef8b4f3713e20c29b85cea3149e91d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=548967f9faef8b4f3713e20c29b85cea3149e91d Author: Christoph Bumiller Date: Fri Nov 12 23:37:47 2010 +0100 nvc0: rcp f32 also supports neg and abs modifiers ---

Mesa (master): mesa: Fix glTexCoordPointer with type GL_FIXED.

2010-12-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0c0eda393ad5048528f2664d03046ff7f7d3a64c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c0eda393ad5048528f2664d03046ff7f7d3a64c Author: Chia-I Wu Date: Thu Dec 9 19:37:15 2010 +0800 mesa: Fix glTexCoordPointer with type GL_FIXED. GL_FIXED is al

Mesa (master): mesa: Fix GL_FIXED arrays.

2010-12-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2d270ac0904a1e3779906f7dbf493f31e5b3823b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d270ac0904a1e3779906f7dbf493f31e5b3823b Author: Chia-I Wu Date: Thu Dec 9 19:05:50 2010 +0800 mesa: Fix GL_FIXED arrays. It is broken since 433e5e6defc85d8b

Demos (master): egl/opengles1: Update tri to use GL_FIXED.

2010-12-09 Thread Chia-I Wu
Module: Demos Branch: master Commit: 786ac8eac4686cd49e58e067bb68bf89a2c22fa0 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=786ac8eac4686cd49e58e067bb68bf89a2c22fa0 Author: Chia-I Wu Date: Thu Dec 9 19:09:34 2010 +0800 egl/opengles1: Update tri to use GL_FIXED. There should at l