Mesa (ext-provoking-vertex): draw: use flatfirst variable

2009-06-18 Thread Brian Paul
Module: Mesa Branch: ext-provoking-vertex Commit: 0ddc4dbe43422211e6f3fb3278e7b2f55a25976b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ddc4dbe43422211e6f3fb3278e7b2f55a25976b Author: Brian Paul Date: Thu Jun 18 23:00:37 2009 -0600 draw: use flatfirst variable --- src/gallium/

Mesa (ext-provoking-vertex): draw: remove debug code

2009-06-18 Thread Brian Paul
Module: Mesa Branch: ext-provoking-vertex Commit: 9205a871e75f66de3501519018e76b6f49d2cce8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9205a871e75f66de3501519018e76b6f49d2cce8 Author: Brian Paul Date: Thu Jun 18 22:51:41 2009 -0600 draw: remove debug code --- src/gallium/auxil

Mesa (ext-provoking-vertex): draw: clean up indentation

2009-06-18 Thread Brian Paul
Module: Mesa Branch: ext-provoking-vertex Commit: c70a529d7c8dfbb7fbb194261c60aeeb75f5ee35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c70a529d7c8dfbb7fbb194261c60aeeb75f5ee35 Author: Brian Paul Date: Thu Jun 18 18:33:29 2009 -0600 draw: clean up indentation --- src/gallium/au

Mesa (ext-provoking-vertex): mesa: fix first provoking vertex mode for unfilled tri strips

2009-06-18 Thread Brian Paul
Module: Mesa Branch: ext-provoking-vertex Commit: 601065f15389b52c084cdc46c339e15fd3b5eb25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=601065f15389b52c084cdc46c339e15fd3b5eb25 Author: Brian Paul Date: Thu Jun 18 22:45:57 2009 -0600 mesa: fix first provoking vertex mode for unfill

Mesa (ext-provoking-vertex): draw: fix first provoking vertex mode for quads, quad strips and polygons

2009-06-18 Thread Brian Paul
Module: Mesa Branch: ext-provoking-vertex Commit: af5fff9c232d30a54b7a15c4a4c128f30afde751 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af5fff9c232d30a54b7a15c4a4c128f30afde751 Author: Brian Paul Date: Thu Jun 18 22:48:51 2009 -0600 draw: fix first provoking vertex mode for quads,

Mesa (ext-provoking-vertex): draw: fix first provoking vertex mode for unfilled quads

2009-06-18 Thread Brian Paul
Module: Mesa Branch: ext-provoking-vertex Commit: 950171be3c8032d590fde3247bf12992aa9139c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=950171be3c8032d590fde3247bf12992aa9139c8 Author: Brian Paul Date: Thu Jun 18 22:47:46 2009 -0600 draw: fix first provoking vertex mode for unfill

Mesa (mesa_7_5_branch): draw: Replace pointer arithmetic with cast.

2009-06-18 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 21bfd0f4bdd4222346c7f2db956e7fc1645d2130 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21bfd0f4bdd4222346c7f2db956e7fc1645d2130 Author: José Fonseca Date: Thu Jun 18 14:46:45 2009 +0100 draw: Replace pointer arithmetic with cast. Using

Mesa (mesa_7_5_branch): pipebuffer: Use a type consistently for sizes/ offsets.

2009-06-18 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 2af0173e9e4eefe910c6011038e7346091a9b2a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2af0173e9e4eefe910c6011038e7346091a9b2a4 Author: José Fonseca Date: Thu Jun 18 12:51:00 2009 +0100 pipebuffer: Use a type consistently for sizes/offse

Mesa (mesa_7_5_branch): util: Add cast.

2009-06-18 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 8f382fd3f396e182255fe084bc32648b98ca1d94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f382fd3f396e182255fe084bc32648b98ca1d94 Author: José Fonseca Date: Thu Jun 18 14:47:30 2009 +0100 util: Add cast. It is expected to loose precision

Mesa (mesa_7_5_branch): wgl: Fix window resizing in multithread applications.

2009-06-18 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 42882897c67f6c74e67e120e946a95929e6c2065 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42882897c67f6c74e67e120e946a95929e6c2065 Author: José Fonseca Date: Wed Jun 17 21:28:18 2009 +0100 wgl: Fix window resizing in multithread application

Mesa (mesa_7_5_branch): wgl: Move all thread related code together.

2009-06-18 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 4b4855c717e839a9ee6353604558543473c020c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b4855c717e839a9ee6353604558543473c020c9 Author: José Fonseca Date: Wed Jun 17 19:24:51 2009 +0100 wgl: Move all thread related code together. Not on

Mesa (mesa_7_5_branch): trace: Use size_t consistently.

2009-06-18 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: d609df1daec552113a8385330b680b293ef862eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d609df1daec552113a8385330b680b293ef862eb Author: José Fonseca Date: Thu Jun 18 12:52:10 2009 +0100 trace: Use size_t consistently. --- src/gallium/

Mesa (master): gallium dri st: Probe the driver for supported surface formats.

2009-06-18 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: 0342229289c3bd5ed7bc595db4fc88003430209e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0342229289c3bd5ed7bc595db4fc88003430209e Author: Thomas Hellstrom Date: Wed Jun 17 01:08:25 2009 +0200 gallium dri st: Probe the driver for supported surface f

Mesa (master): mesa driconf: Add macro to specify an option with a quoted default value.

2009-06-18 Thread Thomas Hellstrom
Module: Mesa Branch: master Commit: c9f19571da2673a934f6f97aeea92c5414c28925 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9f19571da2673a934f6f97aeea92c5414c28925 Author: Thomas Hellstrom Date: Tue Jun 16 17:52:05 2009 +0200 mesa driconf: Add macro to specify an option with a quot

Mesa (master): progs/rbug: Add small program to add block rules

2009-06-18 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: edbec6b112468cf8fa5546aaecb2832c91352127 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edbec6b112468cf8fa5546aaecb2832c91352127 Author: Jakob Bornecrantz Date: Wed Jun 17 14:45:52 2009 +0100 progs/rbug: Add small program to add block rules ---

Mesa (mesa_7_5_branch): mesa: protect Elements against multiple definitions

2009-06-18 Thread Keith Whitwell
Module: Mesa Branch: mesa_7_5_branch Commit: 0491142152dcc61ebe0b46b05c94957e54c44bd9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0491142152dcc61ebe0b46b05c94957e54c44bd9 Author: Keith Whitwell Date: Thu Jun 11 10:52:37 2009 +0100 mesa: protect Elements against multiple definitio

Mesa (mesa_7_5_branch): glew: correct misspelling of glFramebufferTextureLayer

2009-06-18 Thread Keith Whitwell
Module: Mesa Branch: mesa_7_5_branch Commit: 1b05b5b4fecd9ac8ef34abdda6c085868016ad84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b05b5b4fecd9ac8ef34abdda6c085868016ad84 Author: Keith Whitwell Date: Thu Jun 18 10:13:55 2009 +0100 glew: correct misspelling of glFramebufferTexture