Mesa (master): r600g: use blitter for hw copy region

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 88c1b32c62427c24ea276f20ac5ef260385a98d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88c1b32c62427c24ea276f20ac5ef260385a98d4 Author: Dave Airlie Date: Wed Oct 13 11:17:44 2010 +1000 r600g: use blitter for hw copy region at the moment depth co

Mesa (master): r600g: drop all use of unsigned long

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: f8778eeb40daf355f8dbcfeb1a9b492c57ce6a35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8778eeb40daf355f8dbcfeb1a9b492c57ce6a35 Author: Dave Airlie Date: Wed Oct 13 11:08:44 2010 +1000 r600g: drop all use of unsigned long this changes size on 32

Mesa (master): r600g: fix transfer stride.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: e9acf9a3bb45caea7b0fba197aa9ab01f24bb63f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9acf9a3bb45caea7b0fba197aa9ab01f24bb63f Author: Dave Airlie Date: Wed Oct 13 10:14:55 2010 +1000 r600g: fix transfer stride. fixes segfaults --- src/galli

Mesa (master): r600g: remove bpt and start using pitch_in_bytes/pixels.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: e3b089126c63c7178d725fbe245ca09d3f9edba1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3b089126c63c7178d725fbe245ca09d3f9edba1 Author: Dave Airlie Date: Wed Oct 13 11:03:18 2010 +1000 r600g: remove bpt and start using pitch_in_bytes/pixels. thi

Mesa (master): r600g: use common texture object create function

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 6a0066a69f6873a53d45684205926e8f5b73ddb2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a0066a69f6873a53d45684205926e8f5b73ddb2 Author: Dave Airlie Date: Tue Oct 12 10:51:03 2010 +1000 r600g: use common texture object create function --- src/g

Mesa (master): r600g: rename pitch in texture to pitch_in_bytes

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: fa797f12b3e1e82020eb7bc8fd0181baa7515efe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa797f12b3e1e82020eb7bc8fd0181baa7515efe Author: Dave Airlie Date: Wed Oct 13 11:02:52 2010 +1000 r600g: rename pitch in texture to pitch_in_bytes --- src/g

Mesa (master): r600g: add copy into tiled texture

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 9979d60c0e2e4152bce19c2c4128ff2941b9191b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9979d60c0e2e4152bce19c2c4128ff2941b9191b Author: Dave Airlie Date: Tue Oct 12 11:54:16 2010 +1000 r600g: add copy into tiled texture --- src/gallium/drivers

Mesa (master): r600g: split out miptree setup like r300g

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 771dd89881791e38c076230497023ad7522602b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=771dd89881791e38c076230497023ad7522602b3 Author: Dave Airlie Date: Tue Oct 12 09:53:17 2010 +1000 r600g: split out miptree setup like r300g just a cleanup ste

Mesa (master): r600g: the vs/ps const arrays weren't actually being used.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 560427667006f01ad9146fa07185924d4f3a08d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=560427667006f01ad9146fa07185924d4f3a08d6 Author: Dave Airlie Date: Wed Oct 13 15:56:12 2010 +1000 r600g: the vs/ps const arrays weren't actually being used. c

Mesa (master): r600g: reduce size of context structure.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: d59498b78041b8a7a046ac2c892e7a1896f59ca2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d59498b78041b8a7a046ac2c892e7a1896f59ca2 Author: Dave Airlie Date: Wed Oct 13 15:22:04 2010 +1000 r600g: reduce size of context structure. this thing will be

Mesa (master): tdfx: Silence unused variable warning on non-debug builds.

2010-10-12 Thread Vinson Lee
Module: Mesa Branch: master Commit: 8c107e6ca619dd676e3697749a7d9b81ed19f46a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c107e6ca619dd676e3697749a7d9b81ed19f46a Author: Vinson Lee Date: Tue Oct 12 22:15:53 2010 -0700 tdfx: Silence unused variable warning on non-debug builds. Fi

Mesa (master): r600g: store samplers/ views across blit when we need to modify them

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: c8d4108fbee679735a1cc3f405d848d01bfb23f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8d4108fbee679735a1cc3f405d848d01bfb23f6 Author: Dave Airlie Date: Tue Oct 12 13:24:01 2010 +1000 r600g: store samplers/views across blit when we need to modif

Mesa (master): r600g: fix scissor/cliprect confusion

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: a8d1d7253ed281fd5c3a8a86658998eb5b9af847 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8d1d7253ed281fd5c3a8a86658998eb5b9af847 Author: Dave Airlie Date: Wed Oct 13 14:23:36 2010 +1000 r600g: fix scissor/cliprect confusion gallium calls them sci

Mesa (master): r600g: fix depth0 setting

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 833b4fc11e0fcac36490b036135298232310568a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=833b4fc11e0fcac36490b036135298232310568a Author: Dave Airlie Date: Tue Oct 12 14:43:44 2010 +1000 r600g: fix depth0 setting --- src/gallium/drivers/r600/r60

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

2010-10-12 Thread Vinson Lee
Module: Mesa Branch: master Commit: 71fa3f8fe21770de6343f4c13a7000cf118a7edd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71fa3f8fe21770de6343f4c13a7000cf118a7edd Author: Vinson Lee Date: Tue Oct 12 22:02:27 2010 -0700 r300: Silence uninitialized variable warning. Fixes this GCC

Mesa (master): mesa: reformatting, comments, code movement

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 39de9251c4770fdcce3395643003aa626178446d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39de9251c4770fdcce3395643003aa626178446d Author: Brian Paul Date: Tue Oct 12 18:57:43 2010 -0600 mesa: reformatting, comments, code movement --- src/mesa/ma

Mesa (master): draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 048a90c1cb926fdeae47392582cb91b0a689905f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=048a90c1cb926fdeae47392582cb91b0a689905f Author: Brian Paul Date: Tue Oct 12 18:38:22 2010 -0600 draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_T

Mesa (master): gallivm: remove newlines

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 50f221a01b45cc1e00ed3462b8084d5b6a8a46aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50f221a01b45cc1e00ed3462b8084d5b6a8a46aa Author: Brian Paul Date: Tue Oct 12 18:37:30 2010 -0600 gallivm: remove newlines --- src/gallium/auxiliary/gallivm/

Mesa (master): gallivm: fix different handling of [non] normalized coords in linear soa path

2010-10-12 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: c1549729ce5243fb7fec7b589278656b8b1ab4fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1549729ce5243fb7fec7b589278656b8b1ab4fb Author: Roland Scheidegger Date: Wed Oct 13 02:34:08 2010 +0200 gallivm: fix different handling of [non]normalized coo

Mesa (master): mesa: remove assertion w/ undeclared variable texelBytes

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 1ca5f7cc31df3d5c80fcea855e536eb2a8245f9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ca5f7cc31df3d5c80fcea855e536eb2a8245f9e Author: Brian Paul Date: Tue Oct 12 18:32:06 2010 -0600 mesa: remove assertion w/ undeclared variable texelBytes ---

Mesa (master): st/mesa: enable stencil shader export extension if supported

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 5f612f5c006ff006ad1d2b90fbfdcdbee271771e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f612f5c006ff006ad1d2b90fbfdcdbee271771e Author: Dave Airlie Date: Wed Oct 6 09:36:56 2010 +1000 st/mesa: enable stencil shader export extension if supported

Mesa (master): glsl: add support for shader stencil export

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: d9671863eaae41ba28b6fe82e3e7d1dac12f514c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9671863eaae41ba28b6fe82e3e7d1dac12f514c Author: Dave Airlie Date: Wed Oct 6 09:36:02 2010 +1000 glsl: add support for shader stencil export This adds proper

Mesa (master): r600g: add shader stencil export support.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 39d1feb51e9dac794751e72f48faf26409a84b1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39d1feb51e9dac794751e72f48faf26409a84b1c Author: Dave Airlie Date: Wed Oct 6 10:14:33 2010 +1000 r600g: add shader stencil export support. --- src/gallium/

Mesa (master): r600g: add support for S8, X24S8 and S8X24 sampler formats.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 40acb109de61ba445b9247f7d53eaf1c2b9b1245 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40acb109de61ba445b9247f7d53eaf1c2b9b1245 Author: Dave Airlie Date: Thu Oct 7 13:01:37 2010 +1000 r600g: add support for S8, X24S8 and S8X24 sampler formats.

Mesa (master): st/mesa: use shader stencil export to accelerate shader drawpixels.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: ef8bb7ada98f1ddc8e2554a7336af5d669cb1290 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef8bb7ada98f1ddc8e2554a7336af5d669cb1290 Author: Dave Airlie Date: Wed Oct 6 09:35:07 2010 +1000 st/mesa: use shader stencil export to accelerate shader drawp

Mesa (master): st/mesa: add option to choose a texture format that we won' t render to.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 06642c61757b459f4f9283b721ad93b6f15386a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06642c61757b459f4f9283b721ad93b6f15386a7 Author: Dave Airlie Date: Thu Oct 7 14:04:03 2010 +1000 st/mesa: add option to choose a texture format that we won't

Mesa (master): softpipe: add support for shader stencil export capability

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: d8f6ef456581644ab9444a1ed23542c2b0fff9e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8f6ef456581644ab9444a1ed23542c2b0fff9e4 Author: Dave Airlie Date: Wed Oct 6 09:32:32 2010 +1000 softpipe: add support for shader stencil export capability t

Mesa (master): mesa: improve texstore for 8/ 24 formats and add texstore for S8.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: c79e681a68a1ef73cdb756f7b46b2a1df1bcc710 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c79e681a68a1ef73cdb756f7b46b2a1df1bcc710 Author: Dave Airlie Date: Wed Oct 6 09:36:15 2010 +1000 mesa: improve texstore for 8/24 formats and add texstore for

Mesa (master): mesa: add support for FRAG_RESULT_STENCIL.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: bec341d00c5fbc9c5f1c19c1b6729de636ffbfcb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bec341d00c5fbc9c5f1c19c1b6729de636ffbfcb Author: Dave Airlie Date: Wed Oct 6 09:33:23 2010 +1000 mesa: add support for FRAG_RESULT_STENCIL. this is needed to

Mesa (master): gallium/util: add S8 tile sampling support.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: d02993c9dcdf8171a733a4da06236accf4e7d78f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d02993c9dcdf8171a733a4da06236accf4e7d78f Author: Dave Airlie Date: Thu Oct 7 15:34:31 2010 +1000 gallium/util: add S8 tile sampling support. --- src/galliu

Mesa (master): gallium/format: add X32_S8X24_USCALED format.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 67e71429f13aedf1cc8bf444708a7aa65223ac0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67e71429f13aedf1cc8bf444708a7aa65223ac0a Author: Dave Airlie Date: Thu Oct 7 16:14:59 2010 +1000 gallium/format: add X32_S8X24_USCALED format. Has similiar u

Mesa (master): gallium/format: add support for X24S8 and S8X24 formats.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 66a0d1e4b930902810a5825193c4057626a51558 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66a0d1e4b930902810a5825193c4057626a51558 Author: Dave Airlie Date: Wed Oct 6 09:30:17 2010 +1000 gallium/format: add support for X24S8 and S8X24 formats. the

Mesa (master): gallium/tgsi: add support for stencil writes.

2010-10-12 Thread Dave Airlie
Module: Mesa Branch: master Commit: 4ecb2c105da590abf79421a06234b636cd1afcd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ecb2c105da590abf79421a06234b636cd1afcd6 Author: Dave Airlie Date: Wed Oct 6 09:28:46 2010 +1000 gallium/tgsi: add support for stencil writes. this adds the

Mesa (master): i965: Don' t rebase the index buffer to min 0 if any arrays are in VBOs.

2010-10-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 43873b53c4d15f10f0321c770b1b8bd537cc226d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43873b53c4d15f10f0321c770b1b8bd537cc226d Author: Eric Anholt Date: Tue Oct 12 14:39:12 2010 -0700 i965: Don't rebase the index buffer to min 0 if any arrays ar

Mesa (master): intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.

2010-10-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3316a542050182d159ed5e5e07aa62839f293b69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3316a542050182d159ed5e5e07aa62839f293b69 Author: Eric Anholt Date: Tue Oct 12 14:08:00 2010 -0700 intel: Allow CopyTexSubImage to InternalFormat 3/4 textures,

Mesa (master): i965: Fix missing "break;" in i2b/f2b, and missing AND of CMP result.

2010-10-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 080e7aface81e6a055ac61988ca27a88ad70f879 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=080e7aface81e6a055ac61988ca27a88ad70f879 Author: Eric Anholt Date: Tue Oct 12 11:36:56 2010 -0700 i965: Fix missing "break;" in i2b/f2b, and missing AND of CMP

Mesa (master): glsl: Fix incorrect assertion

2010-10-12 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9fea9e5e2115bcb52435648d2ef753638733d7d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fea9e5e2115bcb52435648d2ef753638733d7d9 Author: Ian Romanick Date: Tue Oct 12 12:50:29 2010 -0700 glsl: Fix incorrect assertion This assertion was added in c

Mesa (master): mesa: Validate assembly shaders when GLSL shaders are used

2010-10-12 Thread Ian Romanick
Module: Mesa Branch: master Commit: b2b9b22c1013ebf02aa6f0d9c1c7b5267523d973 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2b9b22c1013ebf02aa6f0d9c1c7b5267523d973 Author: Ian Romanick Date: Tue Oct 12 10:51:47 2010 -0700 mesa: Validate assembly shaders when GLSL shaders are used

Mesa (master): llvmpipe: make sure intrinsics code is guarded with PIPE_ARCH_SSE

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 7533c374570b333b5e0d626d36d18c41d4611cb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7533c374570b333b5e0d626d36d18c41d4611cb5 Author: Keith Whitwell Date: Tue Oct 12 18:26:41 2010 +0100 llvmpipe: make sure intrinsics code is guarded with PIPE_A

Mesa (7.9): st/xorg: Fix typo

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: 7.9 Commit: 2eac388bfe1e77b3d479a5627ccd7564f9d6ec2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2eac388bfe1e77b3d479a5627ccd7564f9d6ec2c Author: Thomas Hellstrom Date: Tue Oct 12 18:22:36 2010 +0200 st/xorg: Fix typo Pointed out by Jakob Bornecrantz. Signe

Mesa (master): st/xorg: Fix typo

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: 893620e52ea2b6ffc2e50f6bd9b7def76c405424 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=893620e52ea2b6ffc2e50f6bd9b7def76c405424 Author: Thomas Hellstrom Date: Tue Oct 12 18:22:36 2010 +0200 st/xorg: Fix typo Pointed out by Jakob Bornecrantz. Si

Mesa (master): ir_to_mesa: assorted clean-ups, const qualifiers, new comments

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: f1c1ee11d34f4aa5975641a615c7fd2edb32e1c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1c1ee11d34f4aa5975641a615c7fd2edb32e1c0 Author: Brian Paul Date: Tue Oct 12 09:26:39 2010 -0600 ir_to_mesa: assorted clean-ups, const qualifiers, new comments

Mesa (master): gallivm: Name anonymous union.

2010-10-12 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 6fbd4faf971a0091815211c4d1385c9a4fb0adc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fbd4faf971a0091815211c4d1385c9a4fb0adc6 Author: José Fonseca Date: Tue Oct 12 16:07:38 2010 +0100 gallivm: Name anonymous union. --- src/gallium/auxiliary/

Mesa (master): st/xlib: add some comments

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 0ad9d8b5384c64ed57eed986af42508be5467e69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ad9d8b5384c64ed57eed986af42508be5467e69 Author: Brian Paul Date: Tue Oct 12 08:54:54 2010 -0600 st/xlib: add some comments --- src/gallium/state_trackers/g

Mesa (master): glsl2: fix signed/unsigned comparison warning

2010-10-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 3633e1f538e42ac04700aa98b48e3157b3406c14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3633e1f538e42ac04700aa98b48e3157b3406c14 Author: Brian Paul Date: Tue Oct 12 08:54:16 2010 -0600 glsl2: fix signed/unsigned comparison warning --- src/glsl/

Mesa (master): llmvpipe: improve mm_mullo_epi32

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: e3ec0fdd546259005c9ed2bf7b05cead2ab95b43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3ec0fdd546259005c9ed2bf7b05cead2ab95b43 Author: José Fonseca Date: Tue Oct 12 14:15:59 2010 +0100 llmvpipe: improve mm_mullo_epi32 Apply Jose's suggestions f

Mesa (master): xorg/vmwgfx: Don't hide HW cursors when updating them

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: 201c3d36697fccfee6b6dacf9529d1951f77651c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=201c3d36697fccfee6b6dacf9529d1951f77651c Author: Thomas Hellstrom Date: Tue Oct 12 14:10:50 2010 +0200 xorg/vmwgfx: Don't hide HW cursors when updating them G

Mesa (master): st/xorg: Don't try to remove invalid fbs

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: b6b7ce84e517cfb7d1c02ef2f389c8f2e5fea04c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6b7ce84e517cfb7d1c02ef2f389c8f2e5fea04c Author: Thomas Hellstrom Date: Tue Oct 12 11:10:59 2010 +0200 st/xorg: Don't try to remove invalid fbs Signed-off-by:

Mesa (master): st/xorg: Add a customizer option to get rid of annoying cursor update flicker

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: bfd065c71ed6df1e1ce1a2a7e6bcf6bdacac38d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfd065c71ed6df1e1ce1a2a7e6bcf6bdacac38d4 Author: Thomas Hellstrom Date: Tue Oct 12 11:59:45 2010 +0200 st/xorg: Add a customizer option to get rid of annoying

Mesa (master): xorg/vmwgfx: Make vmwarectrl work also on 64-bit servers

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: f0bbf130f944b98cc44df4cd865fea1e4b296a5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0bbf130f944b98cc44df4cd865fea1e4b296a5b Author: Thomas Hellstrom Date: Tue Oct 12 11:07:38 2010 +0200 xorg/vmwgfx: Make vmwarectrl work also on 64-bit servers

Mesa (master): st/xorg: Don' t try to use option values before processing options

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: ec08047a801e430ab4db002aa68e5d412bf40b7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec08047a801e430ab4db002aa68e5d412bf40b7e Author: Thomas Hellstrom Date: Tue Oct 12 10:26:07 2010 +0200 st/xorg: Don't try to use option values before processin

Mesa (7.9): st/xorg: Don't try to remove invalid fbs

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: 7.9 Commit: 6730630804b6948dbb42340b1de1cf9ee04bf0fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6730630804b6948dbb42340b1de1cf9ee04bf0fd Author: Thomas Hellstrom Date: Tue Oct 12 11:10:59 2010 +0200 st/xorg: Don't try to remove invalid fbs Signed-off-by: Th

Mesa (7.9): xorg/vmwgfx: Don't hide HW cursors when updating them

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: 7.9 Commit: d5618c55ec484f97cbb7f99d7339e8d2c5fbad40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5618c55ec484f97cbb7f99d7339e8d2c5fbad40 Author: Thomas Hellstrom Date: Tue Oct 12 14:10:50 2010 +0200 xorg/vmwgfx: Don't hide HW cursors when updating them Gets

Mesa (7.9): st/xorg: Add a customizer option to get rid of annoying cursor update flicker

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: 7.9 Commit: ee6417f97fdea8f41df7e7f8416c212868eb39b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee6417f97fdea8f41df7e7f8416c212868eb39b7 Author: Thomas Hellstrom Date: Tue Oct 12 11:59:45 2010 +0200 st/xorg: Add a customizer option to get rid of annoying cur

Mesa (7.9): xorg/vmwgfx: Make vmwarectrl work also on 64-bit servers

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: 7.9 Commit: 14bae5cdf2f0708c725f8c73d9cf8a2fc6d05837 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14bae5cdf2f0708c725f8c73d9cf8a2fc6d05837 Author: Thomas Hellstrom Date: Tue Oct 12 11:07:38 2010 +0200 xorg/vmwgfx: Make vmwarectrl work also on 64-bit servers S

Mesa (7.9): st/xorg: Don' t try to use option values before processing options

2010-10-12 Thread Thomas Hellstrom
Module: Mesa Branch: 7.9 Commit: 799e6d4d15297435c726896d23bbc6ce9038595d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=799e6d4d15297435c726896d23bbc6ce9038595d Author: Thomas Hellstrom Date: Tue Oct 12 10:26:07 2010 +0200 st/xorg: Don't try to use option values before processing o

RE: Mesa (master): llvmpipe: try to do more of rast_tri_3_16 with intrinsics

2010-10-12 Thread Keith Whitwell
Cool. Isosurf is a good benchmark for these rasterization functions. I found one reason why main is slower than master. Master has this commit: Author: Keith Whitwell 2010-09-12 14:29:00 Committer: Keith Whitwell 2010-10-11 23:43:53 Parent: 5d9de332bfef20c2e8b8942980f3e085915df251 (llvmpi

Mesa (master): Revert "llvmpipe: try to keep plane c values small"

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 0ca0382d1bfd1e9128fa4b588ce1411f7b8a85df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ca0382d1bfd1e9128fa4b588ce1411f7b8a85df Author: Keith Whitwell Date: Tue Oct 12 13:20:39 2010 +0100 Revert "llvmpipe: try to keep plane c values small" This

Mesa (master): gallivm: don't branch on KILLs near end of shader

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 22ec25e2bf5c9309610b68e8e40472a8ea695ba9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22ec25e2bf5c9309610b68e8e40472a8ea695ba9 Author: Keith Whitwell Date: Sun Oct 10 08:39:48 2010 +0100 gallivm: don't branch on KILLs near end of shader --- s

Mesa (master): r600g: add missing file to sconscript

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: d0eb854f58ffb7d01fb37c0939078d8d117e7386 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0eb854f58ffb7d01fb37c0939078d8d117e7386 Author: Keith Whitwell Date: Tue Oct 5 23:15:44 2010 +0100 r600g: add missing file to sconscript --- src/gallium/d

Mesa (master): gallium: move sse intrinsics debug helpers to u_sse.h

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 1a574afabc8840da82e68ac643ec3a7b05afb631 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a574afabc8840da82e68ac643ec3a7b05afb631 Author: Keith Whitwell Date: Tue Oct 12 13:02:28 2010 +0100 gallium: move sse intrinsics debug helpers to u_sse.h ---

Mesa (master): llvmpipe: Fix MSVC build.

2010-10-12 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 39331be44efc5b5ae749df3f6987626837c7b8ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39331be44efc5b5ae749df3f6987626837c7b8ff Author: José Fonseca Date: Tue Oct 12 12:27:55 2010 +0100 llvmpipe: Fix MSVC build. MSVC doesn't accept more than 3 _

Mesa (master): llvmpipe: fix typo in last commit

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: b4277bc5843aca7f9e0ecc7e956733f1becd6ad6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4277bc5843aca7f9e0ecc7e956733f1becd6ad6 Author: Keith Whitwell Date: Tue Oct 12 11:51:28 2010 +0100 llvmpipe: fix typo in last commit --- src/gallium/drive

Mesa (master): llvmpipe: try to keep plane c values small

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9773722c2b09d5f0615a47cecf4347859474dc56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9773722c2b09d5f0615a47cecf4347859474dc56 Author: Keith Whitwell Date: Tue Oct 12 11:02:19 2010 +0100 llvmpipe: try to keep plane c values small Avoid accumula

Mesa (master): llvmpipe: add debug helpers for epi32 etc

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 9d59e148f86c1de2c69639d389398d7435cc193e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d59e148f86c1de2c69639d389398d7435cc193e Author: Keith Whitwell Date: Mon Oct 11 18:20:02 2010 +0100 llvmpipe: add debug helpers for epi32 etc --- src/galli

Mesa (master): llvmpipe: try to do more of rast_tri_3_16 with intrinsics

2010-10-12 Thread Keith Whitwell
Module: Mesa Branch: master Commit: 2cf98d5a6dccba3fd69b8469e67f66dfb5fc9651 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cf98d5a6dccba3fd69b8469e67f66dfb5fc9651 Author: Keith Whitwell Date: Mon Oct 11 16:30:14 2010 +0100 llvmpipe: try to do more of rast_tri_3_16 with intrinsics

Mesa (master): llvmpipe: Do not dispose the execution engine.

2010-10-12 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 4cb3b4ced80891ce8760cf5a0c06db9dbee36b76 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cb3b4ced80891ce8760cf5a0c06db9dbee36b76 Author: José Fonseca Date: Mon Oct 11 19:45:52 2010 +0100 llvmpipe: Do not dispose the execution engine. The engine i