Mesa (master): wgl: Add const qualifier to global constant data.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 7e563200b88edd50e0bbd00ada27f3988146ee9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e563200b88edd50e0bbd00ada27f3988146ee9c Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 10:54:00 2009 +0100 wgl: Add const qualifier to global

Mesa (master): stw: Use wglext.h's defines and prototypes.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: d8ffccc80b5835ff458facbe84d0dd9cda754a30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8ffccc80b5835ff458facbe84d0dd9cda754a30 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 11:28:23 2009 +0100 stw: Use wglext.h's defines and

Mesa (master): stw: Normalize symbols prefix.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 19068d93c8f0f1d2b8809248266bf6da3dc6abd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19068d93c8f0f1d2b8809248266bf6da3dc6abd7 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 11:09:42 2009 +0100 stw: Normalize symbols prefix. ---

Mesa (master): wgl: More symbol naming normalization.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 8ef412900363aa6338351001574867866ebcae89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ef412900363aa6338351001574867866ebcae89 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 11:44:33 2009 +0100 wgl: More symbol naming normalization.

Mesa (master): wgl: Move the framebuffer list to the device. Avoid recursive locking.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 858d3da441d3548eae23c91b3bc888c3b0233797 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=858d3da441d3548eae23c91b3bc888c3b0233797 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 14:58:17 2009 +0100 wgl: Move the framebuffer list to the

Mesa (master): wgl: Catch the attempt of releasing a context which is not current.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 564ba2538691bd15df21da9fc378f0070235e286 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=564ba2538691bd15df21da9fc378f0070235e286 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 15:15:12 2009 +0100 wgl: Catch the attempt of releasing a

Mesa (master): i965: free shader's constant buffer in brwDeleteProgram()

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 3163ea145309f1f8e103cc880ea40c61af5fb5cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3163ea145309f1f8e103cc880ea40c61af5fb5cd Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 10:33:08 2009 -0600 i965: free shader's constant buffer in

Mesa (master): mesa: fix potential recursive locking deadlock in _mesa_HashWalk()

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: deff09921563419a77bd1aad0054afa34214ed1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deff09921563419a77bd1aad0054afa34214ed1a Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 10:53:01 2009 -0600 mesa: fix potential recursive locking

Mesa (mesa_7_4_branch): mesa: fix potential recursive locking deadlock in _mesa_HashWalk()

2009-04-09 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: d805c82068feffda03266855a843de261a45865c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d805c82068feffda03266855a843de261a45865c Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 10:55:06 2009 -0600 mesa: fix potential recursive

Mesa (gallium-mesa-7.4): Merge commit 'origin/mesa_7_4_branch' into gallium-mesa-7.4

2009-04-09 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: f78c855e784e06ce5e08fa7ddd0e11b284b5273f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f78c855e784e06ce5e08fa7ddd0e11b284b5273f Author: Alan Hourihane al...@vmware.com Date: Thu Apr 9 18:04:30 2009 +0100 Merge commit

Mesa (master): wgl: Use hooks instead of subclassing the window.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 4bbb5eb96ad9f2e5b6e064854eeb5f5cb1498f9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4bbb5eb96ad9f2e5b6e064854eeb5f5cb1498f9d Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 20:35:55 2009 +0100 wgl: Use hooks instead of subclassing

Mesa (master): gdi: Use stw_* names.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: fa2b9e43067298bc67f7787b6ab886eb7992abaf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa2b9e43067298bc67f7787b6ab886eb7992abaf Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 20:42:09 2009 +0100 gdi: Use stw_* names. ---

Mesa (master): wgl: Use more stw_* names.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 81660a44dc25648659ac590a37854103c36f9ce4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81660a44dc25648659ac590a37854103c36f9ce4 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 20:41:59 2009 +0100 wgl: Use more stw_* names. ---

Mesa (master): gallium: Use flags consistently.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 7ea265888f19bcbc1771f6c671ce08855b80bf0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ea265888f19bcbc1771f6c671ce08855b80bf0a Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 21:26:15 2009 +0100 gallium: Use flags consistently. ---

Mesa (master): trace: Use 'flags' name consistently.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 0da3a13d6a9314cc1e8616a13f28db0afc0735f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0da3a13d6a9314cc1e8616a13f28db0afc0735f6 Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 21:27:03 2009 +0100 trace: Use 'flags' name consistently.

Mesa (master): wgl: Remove unused member.

2009-04-09 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 16c9bb81fd9ab3052f8790e5999d519c0f9bffea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16c9bb81fd9ab3052f8790e5999d519c0f9bffea Author: José Fonseca jfons...@vmware.com Date: Thu Apr 9 21:27:43 2009 +0100 wgl: Remove unused member. ---

Mesa (gallium-0.1): tgsi/sse2: Fix LIT instruction.

2009-04-09 Thread Michał Król
Module: Mesa Branch: gallium-0.1 Commit: 0b375f1844cf73ca3df6f7cda8a06dbc408933e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b375f1844cf73ca3df6f7cda8a06dbc408933e4 Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 22:38:07 2009 +0200 tgsi/sse2: Fix LIT instruction. ---

Mesa (gallium-0.1): tgsi/sse2: Fix ARL instruction.

2009-04-09 Thread Michał Król
Module: Mesa Branch: gallium-0.1 Commit: 57071c9db27d068a7951c6cf2afd1142377f947c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57071c9db27d068a7951c6cf2afd1142377f947c Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 22:47:06 2009 +0200 tgsi/sse2: Fix ARL instruction. ---

Mesa (master): tgsi/sse2: Fix LIT instruction.

2009-04-09 Thread Michał Król
Module: Mesa Branch: master Commit: c54b2199759e688ae89530f39106557c762b2fa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c54b2199759e688ae89530f39106557c762b2fa4 Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 22:38:07 2009 +0200 tgsi/sse2: Fix LIT instruction. ---

Mesa (master): tgsi/sse2: Fix ARL instruction.

2009-04-09 Thread Michał Król
Module: Mesa Branch: master Commit: 790a18f2c2a4df78cf4b4f88e55036d54324497a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=790a18f2c2a4df78cf4b4f88e55036d54324497a Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 22:47:06 2009 +0200 tgsi/sse2: Fix ARL instruction. ---

Mesa (master): st: reformatting and clean-ups in texture code

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 5facd7986ace899673499f396897469720476799 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5facd7986ace899673499f396897469720476799 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:27:36 2009 -0600 st: reformatting and clean-ups in texture

Mesa (master): st: make loops over 3D texture slices a litte more intuitive

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: d11d903c1b81000d04f859dcc2da41dae024f146 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d11d903c1b81000d04f859dcc2da41dae024f146 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:32:42 2009 -0600 st: make loops over 3D texture slices a

Mesa (master): st: consolidate format-usage computation

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 1ad2484f03cbe9ae6bd4ebe50d6894e570d65952 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ad2484f03cbe9ae6bd4ebe50d6894e570d65952 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:41:49 2009 -0600 st: consolidate format-usage computation

Mesa (master): st: add const qualifiers, use GL types

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: eaca19edbbe7876079aa33d7f75d93601677081b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eaca19edbbe7876079aa33d7f75d93601677081b Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:35:36 2009 -0600 st: add const qualifiers, use GL types ---

Mesa (master): st: remove comp_byte parameter to st_texture_create()

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: f12201567463c7aeb9b76c32f000d577a82e7f92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f12201567463c7aeb9b76c32f000d577a82e7f92 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:48:21 2009 -0600 st: remove comp_byte parameter to

Mesa (master): gallium: remove unneeded compressed=0 assignment

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: f97df61d26af658f9ffdabfc268ce31bbca6f17f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f97df61d26af658f9ffdabfc268ce31bbca6f17f Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:55:19 2009 -0600 gallium: remove unneeded compressed=0

Mesa (master): st: rearrange some code to be a little more clear

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: e53d6ab39bf04b2bb39ad23d5990494321ee77ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e53d6ab39bf04b2bb39ad23d5990494321ee77ce Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:57:41 2009 -0600 st: rearrange some code to be a little more

Mesa (master): gallium: remove unneeded compressed=0 assignment

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 227aa0070d3b13baaa87270fd1a45fa5904ae3dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=227aa0070d3b13baaa87270fd1a45fa5904ae3dc Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:55:32 2009 -0600 gallium: remove unneeded compressed=0

Mesa (master): st: remove unneeded is compressed check

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 1f4a7f3a2eafd99906105ff74b26ea3ae0f19030 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f4a7f3a2eafd99906105ff74b26ea3ae0f19030 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 14:58:40 2009 -0600 st: remove unneeded is compressed check The

Mesa (master): st: remove another unneeded 'is compressed' comparison

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 311f77198e171e9ce8ddcce91fd6a894fff1f14f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=311f77198e171e9ce8ddcce91fd6a894fff1f14f Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 15:00:54 2009 -0600 st: remove another unneeded 'is compressed'

Mesa (gallium-mesa-7.4): tgsi/sse2: Fix ARL instruction.

2009-04-09 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 594e5b81f409eead1b8078f90d0cddb58b9e583e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=594e5b81f409eead1b8078f90d0cddb58b9e583e Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 22:47:06 2009 +0200 tgsi/sse2: Fix ARL instruction.

Mesa (gallium-mesa-7.4): tgsi/sse2: Fix LIT instruction.

2009-04-09 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: fe7a7d3e0cdee2b0f9f3ac802e113575be2f9565 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe7a7d3e0cdee2b0f9f3ac802e113575be2f9565 Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 22:38:07 2009 +0200 tgsi/sse2: Fix LIT instruction.

Mesa (master): DRI2: Provide an interface for drivers to flush front-buffer rendering

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 82634ee8df7328b9235abd8352d33b0b3d953600 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82634ee8df7328b9235abd8352d33b0b3d953600 Author: Ian Romanick i...@freedesktop.org Date: Mon Apr 6 12:44:18 2009 -0700 DRI2: Provide an interface for drivers

Mesa (master): DRI2: Assume that there is always a front buffer

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: e6386e0d9a461e7bc96ae7137de9c0a33f24c1a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6386e0d9a461e7bc96ae7137de9c0a33f24c1a4 Author: Ian Romanick i...@freedesktop.org Date: Mon Apr 6 15:35:37 2009 -0700 DRI2: Assume that there is always a

Mesa (master): intel / DRI2: Track and flush front-buffer rendering

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 43cf0d1eebb9f425e1a0e176394b64e2cb406709 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43cf0d1eebb9f425e1a0e176394b64e2cb406709 Author: Ian Romanick i...@freedesktop.org Date: Mon Apr 6 13:15:54 2009 -0700 intel / DRI2: Track and flush

Mesa (master): intel / DRI2: Accept fake front-buffer from loader

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6a6e478e714226c6f15c63c393f5c0d74de4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a6e478e714226c6f15c63c393f5c0d74de4 Author: Ian Romanick i...@freedesktop.org Date: Tue Apr 7 11:23:10 2009 -0700 intel / DRI2: Accept fake front-buffer

Mesa (gallium-0.1): draw: Fix LIT instruction.

2009-04-09 Thread Michał Król
Module: Mesa Branch: gallium-0.1 Commit: 110b5475051f1e3244d6433798a16eed237f628e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=110b5475051f1e3244d6433798a16eed237f628e Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 23:17:02 2009 +0200 draw: Fix LIT instruction. ---

Mesa (master): draw: Fix LIT instruction.

2009-04-09 Thread Michał Król
Module: Mesa Branch: master Commit: 5f31890861981d431607b2361ecde04e19726f1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f31890861981d431607b2361ecde04e19726f1e Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 23:17:02 2009 +0200 draw: Fix LIT instruction. ---

Mesa (gallium-mesa-7.4): draw: Fix LIT instruction.

2009-04-09 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 1a06f2163f56130afe340d84f636cbd9c26e3180 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a06f2163f56130afe340d84f636cbd9c26e3180 Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 23:17:02 2009 +0200 draw: Fix LIT instruction. ---

Mesa (master): tgsi/sse2: Fix build.

2009-04-09 Thread Michał Król
Module: Mesa Branch: master Commit: c27c670ad8fc9f8276caeaff69eeb75e929dac9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c27c670ad8fc9f8276caeaff69eeb75e929dac9a Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 23:24:57 2009 +0200 tgsi/sse2: Fix build. ---

Mesa (gallium-mesa-7.4): tgsi/sse2: Fix build.

2009-04-09 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 9047a55c0d6e7a2212a1a4defc92bad26d1d06ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9047a55c0d6e7a2212a1a4defc92bad26d1d06ed Author: Michal Krol mic...@vmware.com Date: Thu Apr 9 23:24:57 2009 +0200 tgsi/sse2: Fix build. ---

Mesa (master): i965simple: remove pipe_texture::compressed reference

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: a35e7458264fe6f0c2f200904779516f64953c33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a35e7458264fe6f0c2f200904779516f64953c33 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 15:09:42 2009 -0600 i965simple: remove pipe_texture::compressed

Mesa (master): gallium: updated comments in p_screen.h

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 985e71866a9eb4c6f18ff8766eb278e58bf09830 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=985e71866a9eb4c6f18ff8766eb278e58bf09830 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 16:02:41 2009 -0600 gallium: updated comments in p_screen.h ---

Mesa (master): gallium: change // comment to /* */ style

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 7e0d4598fb7d2d7dd150870debeb102b5ce664bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e0d4598fb7d2d7dd150870debeb102b5ce664bf Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 16:10:43 2009 -0600 gallium: change // comment to /* */ style

Mesa (mesa_7_4_branch): DRI2: Provide an interface for drivers to flush front-buffer rendering

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: mesa_7_4_branch Commit: 98c2c9ef8c9da654fa3af95145c2f92b296bdb47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98c2c9ef8c9da654fa3af95145c2f92b296bdb47 Author: Ian Romanick i...@freedesktop.org Date: Mon Apr 6 12:44:18 2009 -0700 DRI2: Provide an interface for

Mesa (mesa_7_4_branch): DRI2: Assume that there is always a front buffer

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: mesa_7_4_branch Commit: b8ef30c45c158077d11b9f5839aacb6ff4b67da8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8ef30c45c158077d11b9f5839aacb6ff4b67da8 Author: Ian Romanick i...@freedesktop.org Date: Mon Apr 6 15:35:37 2009 -0700 DRI2: Assume that there is

Mesa (mesa_7_4_branch): intel / DRI2: Track and flush front-buffer rendering

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: mesa_7_4_branch Commit: 4f17040cb10ab9b0c3f36f7ca82f4efd2f9088bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f17040cb10ab9b0c3f36f7ca82f4efd2f9088bc Author: Ian Romanick i...@freedesktop.org Date: Mon Apr 6 13:15:54 2009 -0700 intel / DRI2: Track and flush

Mesa (mesa_7_4_branch): intel / DRI2: Accept fake front-buffer from loader

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: mesa_7_4_branch Commit: 46059378433970a5557bd667e93b3d61b14caa5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46059378433970a5557bd667e93b3d61b14caa5a Author: Ian Romanick i...@freedesktop.org Date: Tue Apr 7 11:23:10 2009 -0700 intel / DRI2: Accept fake

Mesa (mesa_7_4_branch): dri2: Don' t crash if the server returns more buffers than expected.

2009-04-09 Thread Ian Romanick
Module: Mesa Branch: mesa_7_4_branch Commit: 83e14773c5bf33700c9cc688aa9aa49efb66fbf7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83e14773c5bf33700c9cc688aa9aa49efb66fbf7 Author: Eric Anholt e...@anholt.net Date: Sun Feb 8 15:26:30 2009 +0100 dri2: Don't crash if the server

Mesa (master): demos: fix aspect ratio in Reshape()

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 08a1e1ebcb612dfa9172f04e4644b34d95ec7dac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08a1e1ebcb612dfa9172f04e4644b34d95ec7dac Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 17:04:58 2009 -0600 demos: fix aspect ratio in Reshape() ---

Mesa (master): i965: new SURF_INDEX_ macros

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 2078e6cf55e3068454df9d843618b412b6abb811 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2078e6cf55e3068454df9d843618b412b6abb811 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 17:04:09 2009 -0600 i965: new SURF_INDEX_ macros Used to map

Mesa (master): i965: re-org of some of the new constant buffer code

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 20f3497e4b6756e330f7b3f54e8acaa1d6c92052 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20f3497e4b6756e330f7b3f54e8acaa1d6c92052 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 18:37:03 2009 -0600 i965: re-org of some of the new constant

Mesa (master): gallium: comments for surface_copy(), surface_fill() in p_context.h

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 92d3b2a4da914a64bf0de4be4843a8524b1a8af6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92d3b2a4da914a64bf0de4be4843a8524b1a8af6 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 18:40:24 2009 -0600 gallium: comments for surface_copy(),

Mesa (master): swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code

2009-04-09 Thread Brian Paul
Module: Mesa Branch: master Commit: 6c2d1e68395da7fd7f1bd8b777e075388d6964f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c2d1e68395da7fd7f1bd8b777e075388d6964f4 Author: Brian Paul bri...@vmware.com Date: Thu Apr 9 15:31:48 2009 -0600 swrast: remove some unneeded