Mesa (gallium-0.1): rtasm: fix debug build

2008-10-06 Thread Keith Whitwell
Module: Mesa Branch: gallium-0.1 Commit: 7053f8c902e904495dffbbf6ea55f414cec780e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7053f8c902e904495dffbbf6ea55f414cec780e7 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Mon Oct 6 11:54:22 2008 +0100 rtasm: fix debug build --- src/

Mesa (gallium-0.1): draw: Fix compiler errors on Windows.

2008-10-06 Thread Michał Król
Module: Mesa Branch: gallium-0.1 Commit: 9b827018133868e84ddc0998a5b5387584c7478c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b827018133868e84ddc0998a5b5387584c7478c Author: Michal Krol <[EMAIL PROTECTED]> Date: Mon Oct 6 13:23:56 2008 +0200 draw: Fix compiler errors on Windows.

Mesa (gallium-0.1): make draw's vertex_info struct smaller/ quicker to compare with memcmp()

2008-10-06 Thread Keith Whitwell
Module: Mesa Branch: gallium-0.1 Commit: 53d4706c6c0922160f310834daaec5718ff1c511 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53d4706c6c0922160f310834daaec5718ff1c511 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Wed Sep 10 11:39:43 2008 +0100 make draw's vertex_info struct sma

Mesa (gallium-0.1): mesa: add missing GLcontext param to _mesa_delete_query ().

2008-10-06 Thread Brian Paul
Module: Mesa Branch: gallium-0.1 Commit: f362788eae3d300e4003e8996dc79fc1947a0f60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f362788eae3d300e4003e8996dc79fc1947a0f60 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 09:27:31 2008 -0600 mesa: add missing GLcontext param to _

Mesa (master): mesa: add missing GLcontext param to _mesa_delete_query().

2008-10-06 Thread Brian Paul
Module: Mesa Branch: master Commit: 382911bdbce5545117d5a70ce7e43b71e8396e32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=382911bdbce5545117d5a70ce7e43b71e8396e32 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 09:26:45 2008 -0600 mesa: add missing GLcontext param to _mesa_

Mesa (mesa_7_2_branch): mesa: fix static library construction

2008-10-06 Thread Brian Paul
Module: Mesa Branch: mesa_7_2_branch Commit: e981a57346081d305fe8c8bcbbc49d929bd62c44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e981a57346081d305fe8c8bcbbc49d929bd62c44 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 10:58:16 2008 -0600 mesa: fix static library construct

Mesa (mesa_7_2_branch): mesa: fixed Linux static lib build

2008-10-06 Thread Brian Paul
Module: Mesa Branch: mesa_7_2_branch Commit: 0d18213a4d7abfd427db7801e550501fa8e09a62 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d18213a4d7abfd427db7801e550501fa8e09a62 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 10:59:10 2008 -0600 mesa: fixed Linux static lib build

Mesa (master): mesa: updated _mesa_delete_query() comments

2008-10-06 Thread Brian Paul
Module: Mesa Branch: master Commit: b0ca50bd38b69593ac683a5e7635fbafa5e06676 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0ca50bd38b69593ac683a5e7635fbafa5e06676 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 09:32:33 2008 -0600 mesa: updated _mesa_delete_query() comments

Mesa (master): mesa: fix static library construction

2008-10-06 Thread Brian Paul
Module: Mesa Branch: master Commit: 145d49838fe268c8524a369d59cb9f771657ad59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=145d49838fe268c8524a369d59cb9f771657ad59 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 10:58:16 2008 -0600 mesa: fix static library construction If t

Mesa (master): mesa: adjust texcoords for swrast sprite points.

2008-10-06 Thread Brian Paul
Module: Mesa Branch: master Commit: 6e34fc0d374263ca40855ba4dcc237d961a79e34 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e34fc0d374263ca40855ba4dcc237d961a79e34 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 11:34:01 2008 -0600 mesa: adjust texcoords for swrast sprite po

Mesa (gallium-0.2): Mesa: fix the case where there are no vertex attributes .

2008-10-06 Thread Stephane Marchesin
Module: Mesa Branch: gallium-0.2 Commit: 8e8208d6db8b764568539784a6473d545dec2265 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e8208d6db8b764568539784a6473d545dec2265 Author: Stephane Marchesin <[EMAIL PROTECTED]> Date: Mon Oct 6 19:48:57 2008 +0200 Mesa: fix the case where there

Mesa (master): mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!= GL_NONE

2008-10-06 Thread Brian Paul
Module: Mesa Branch: master Commit: f8baad2d255c77c47dddeddcaf719e163e9556fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8baad2d255c77c47dddeddcaf719e163e9556fb Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Oct 6 12:29:29 2008 -0600 mesa: set FRAG_BIT_FOGC bit in InputsUsed i

Mesa (master): mesa: fix convolve/convolution mix-ups

2008-10-06 Thread Brian Paul
Module: Mesa Branch: master Commit: 4f4147eadd983bd4052c5a8e80a1750a813a25fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f4147eadd983bd4052c5a8e80a1750a813a25fc Author: Brian <[EMAIL PROTECTED]> Date: Mon Oct 6 17:10:22 2008 -0600 mesa: fix convolve/convolution mix-ups --- sr

Mesa (gallium-0.1): mesa: fix convolve/convolution mix-ups

2008-10-06 Thread Brian Paul
Module: Mesa Branch: gallium-0.1 Commit: d055b2c001a0fb233f98c10d124b43dd2448059e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d055b2c001a0fb233f98c10d124b43dd2448059e Author: Brian <[EMAIL PROTECTED]> Date: Mon Oct 6 17:10:45 2008 -0600 mesa: fix convolve/convolution mix-ups ---

Mesa (gallium-0.1): gallium: replace assertion with conditional/ recovery code

2008-10-06 Thread Brian Paul
Module: Mesa Branch: gallium-0.1 Commit: f7ee3c979261b4a2b77365b47c7147f69fbfd606 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7ee3c979261b4a2b77365b47c7147f69fbfd606 Author: Brian <[EMAIL PROTECTED]> Date: Mon Oct 6 18:31:56 2008 -0600 gallium: replace assertion with conditional

Mesa (gallium-0.2): gallium: Introduce PIPE_ARCH_SSE define for SSE support .

2008-10-06 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.2 Commit: 4d7394f89292131323fc8e39efa511a2eeb8cc60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d7394f89292131323fc8e39efa511a2eeb8cc60 Author: José Fonseca <[EMAIL PROTECTED]> Date: Tue Oct 7 14:25:09 2008 +0900 gallium: Introduce PIPE_ARCH_SSE def