Mesa (master): r600g: setup basic loop consts on r600 + evergreen.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 738aa29289296512959cbb37d8602131dae44dab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=738aa29289296512959cbb37d8602131dae44dab Author: Dave Airlie Date: Fri Oct 1 15:56:05 2010 +1000 r600g: setup basic loop consts on r600 + evergreen. this set

Mesa (master): r600g: only set the Z export if shader exports it.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: c997e0f4cf75ff292f34a5a64ee2834c0f26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c997e0f4cf75ff292f34a5a64ee2834c0f26 Author: Dave Airlie Date: Fri Oct 1 15:16:47 2010 +1000 r600g: only set the Z export if shader exports it. --- src

Mesa (7.9): r600c: pull over 6xx/7xx vertex fixes for evergreen

2010-09-30 Thread Alex Deucher
Module: Mesa Branch: 7.9 Commit: d6e2b707baecb7655cd09d64080fc944cc5704a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6e2b707baecb7655cd09d64080fc944cc5704a6 Author: Alex Deucher Date: Thu Sep 30 23:13:50 2010 -0400 r600c: pull over 6xx/7xx vertex fixes for evergreen --- src/

Mesa (master): r600c: pull over 6xx/7xx vertex fixes for evergreen

2010-09-30 Thread Alex Deucher
Module: Mesa Branch: master Commit: 0c39a53aa6b9ef47152e3d44f94fa4486a11831b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c39a53aa6b9ef47152e3d44f94fa4486a11831b Author: Alex Deucher Date: Thu Sep 30 23:13:50 2010 -0400 r600c: pull over 6xx/7xx vertex fixes for evergreen --- s

Mesa (master): r600g: flush SH cache on constant change on evergreen

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 539a2978ed7f8d1756591061252d081f0f39fb9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=539a2978ed7f8d1756591061252d081f0f39fb9c Author: Dave Airlie Date: Fri Oct 1 14:43:02 2010 +1000 r600g: flush SH cache on constant change on evergreen ---

Mesa (master): r600g: add cb flushing for extra buffers + depth buffer on r600/evergreen

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 14c95bb4eec4417887ae882c39fead47624f0fda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14c95bb4eec4417887ae882c39fead47624f0fda Author: Dave Airlie Date: Fri Oct 1 14:00:27 2010 +1000 r600g: add cb flushing for extra buffers + depth buffer on r6

Mesa (master): r600g: fix evergreen draw-buffers

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: b67aa5311fa5d4130cf150c9004946fb30a15fae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b67aa5311fa5d4130cf150c9004946fb30a15fae Author: Dave Airlie Date: Fri Oct 1 14:24:14 2010 +1000 r600g: fix evergreen draw-buffers just a typo in the registe

Mesa (master): r600g: sync vertex/texture cache on resources on evergreen

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: ac225c76a6a7c98d7e9afa50880db2480be6951f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac225c76a6a7c98d7e9afa50880db2480be6951f Author: Dave Airlie Date: Fri Oct 1 13:48:10 2010 +1000 r600g: sync vertex/texture cache on resources on evergreen t

Mesa (master): r600g: fixup vertex format picking.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: d662195f00fe60349cdda368eeb065910764842f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d662195f00fe60349cdda368eeb065910764842f Author: Dave Airlie Date: Fri Oct 1 13:09:09 2010 +1000 r600g: fixup vertex format picking. there are some vertex fo

Mesa (master): r600g: add assembler support for other vtx fetch fields.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: e973221538d5edfad62abedf5b37a4fb774d71fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e973221538d5edfad62abedf5b37a4fb774d71fc Author: Dave Airlie Date: Fri Oct 1 11:38:40 2010 +1000 r600g: add assembler support for other vtx fetch fields. thi

Mesa (master): i965: Split the gen4 and gen5 sampler handling apart.

2010-09-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1d073cb2d920d1c0b8c6d598055b14048fedc96e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d073cb2d920d1c0b8c6d598055b14048fedc96e Author: Eric Anholt Date: Thu Sep 30 19:18:25 2010 -0700 i965: Split the gen4 and gen5 sampler handling apart. Trying

Mesa (master): i965: Use the lowering pass for texture projection.

2010-09-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5f237a1ccb28399fbbceecea694f5d18ebba9938 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f237a1ccb28399fbbceecea694f5d18ebba9938 Author: Eric Anholt Date: Thu Sep 30 20:09:53 2010 -0700 i965: Use the lowering pass for texture projection. We shoul

Mesa (master): glsl: Add a lowering pass for texture projection.

2010-09-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: aae338104fa6022b8b1d6b22c7ad1115b252b9b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aae338104fa6022b8b1d6b22c7ad1115b252b9b6 Author: Eric Anholt Date: Thu Sep 30 20:07:27 2010 -0700 glsl: Add a lowering pass for texture projection. --- src/

Mesa (master): r600g: realign evergreen code with r600 code.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 35cfe286d69206d3108c7a8702bd4be6521b5706 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35cfe286d69206d3108c7a8702bd4be6521b5706 Author: Dave Airlie Date: Fri Oct 1 11:13:02 2010 +1000 r600g: realign evergreen code with r600 code. fixes segfault

Mesa (7.9): r600c: add reloc for CB_COLOR0_ATTRIB

2010-09-30 Thread Alex Deucher
Module: Mesa Branch: 7.9 Commit: 0ab9d8d94b78f7ec4d8d66160651174892acd613 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ab9d8d94b78f7ec4d8d66160651174892acd613 Author: Alex Deucher Date: Thu Sep 30 20:54:26 2010 -0400 r600c: add reloc for CB_COLOR0_ATTRIB We'll need a reloc for t

Mesa (master): r600c: add reloc for CB_COLOR0_ATTRIB

2010-09-30 Thread Alex Deucher
Module: Mesa Branch: master Commit: a3e9998614da6bd10d9015134bc19f5b8cf6e518 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3e9998614da6bd10d9015134bc19f5b8cf6e518 Author: Alex Deucher Date: Thu Sep 30 20:54:26 2010 -0400 r600c: add reloc for CB_COLOR0_ATTRIB We'll need a reloc fo

Mesa (master): r600g: add reloc for evergreen color attrib

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 5eccdc62b998a6b3a82d9fd204db733d4852fc73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5eccdc62b998a6b3a82d9fd204db733d4852fc73 Author: Dave Airlie Date: Fri Oct 1 10:52:09 2010 +1000 r600g: add reloc for evergreen color attrib we'll need this

Mesa (master): r600g: add winsys support for CTL constants.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 05d1d86907b12011fdb80e147ae68b4cd207f789 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05d1d86907b12011fdb80e147ae68b4cd207f789 Author: Dave Airlie Date: Fri Oct 1 09:43:14 2010 +1000 r600g: add winsys support for CTL constants. These need to b

Mesa (master): r600g: drop depth quirk on evergreen

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 40ccb235d693ea6184ab61529f2910086e68edda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40ccb235d693ea6184ab61529f2910086e68edda Author: Dave Airlie Date: Fri Oct 1 10:19:39 2010 +1000 r600g: drop depth quirk on evergreen none of the EG cards ne

Mesa (master): r600g: use Elements macro instead of manual sizeofs

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 7ae4da8056c5aa6b65dc06fb8a0d0785123938db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ae4da8056c5aa6b65dc06fb8a0d0785123938db Author: Dave Airlie Date: Fri Oct 1 09:39:35 2010 +1000 r600g: use Elements macro instead of manual sizeofs --- sr

Mesa (master): r600g: fix evergreen depth flushing.

2010-09-30 Thread Dave Airlie
Module: Mesa Branch: master Commit: 084c29baedf2702200b310d6e63a5d0f95aaac37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=084c29baedf2702200b310d6e63a5d0f95aaac37 Author: Dave Airlie Date: Fri Oct 1 10:13:04 2010 +1000 r600g: fix evergreen depth flushing. although evergreen can

Mesa (master): gallivm: added some comments

2010-09-30 Thread Brian Paul
Module: Mesa Branch: master Commit: 542d6cb1b8a87615b4c4498ce1fcbf39d743f963 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=542d6cb1b8a87615b4c4498ce1fcbf39d743f963 Author: Brian Paul Date: Thu Sep 30 11:01:09 2010 -0600 gallivm: added some comments --- src/gallium/auxiliary/gall

Mesa (master): draw: check for null sampler pointers

2010-09-30 Thread Brian Paul
Module: Mesa Branch: master Commit: 66992463ac294b1a106090250ad2af305f9d8a10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66992463ac294b1a106090250ad2af305f9d8a10 Author: Brian Paul Date: Thu Sep 30 16:41:31 2010 -0600 draw: check for null sampler pointers http://bugs.freedesktop

Mesa (master): r600g: keep a mapping around for each bo

2010-09-30 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 40181aef6045af9df9d8baa8910210c0c8f84f46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40181aef6045af9df9d8baa8910210c0c8f84f46 Author: John Doe Date: Thu Sep 30 17:53:36 2010 -0400 r600g: keep a mapping around for each bo Save a lot of call int

Mesa (master): r600g: don't double count dirty block

2010-09-30 Thread Jerome Glisse
Module: Mesa Branch: master Commit: dde1391cc95478f4dedccdf920ba0a6607472937 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dde1391cc95478f4dedccdf920ba0a6607472937 Author: John Doe Date: Thu Sep 30 17:30:25 2010 -0400 r600g: don't double count dirty block This avoid to overcount t

Mesa (master): evergreeng: avoid overlapping border color btw VS & PS

2010-09-30 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 113f1cdfcedf858e4b426ce2dba9e99d2a1e0286 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=113f1cdfcedf858e4b426ce2dba9e99d2a1e0286 Author: Jerome Glisse Date: Thu Sep 30 17:06:29 2010 -0400 evergreeng: avoid overlapping border color btw VS & PS Sig

Mesa (master): i965: Fix new FS handling of builtin uniforms with packed scalars in structs.

2010-09-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: c6960e4471abe287448b9d0e7e6519d588cdf43c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6960e4471abe287448b9d0e7e6519d588cdf43c Author: Eric Anholt Date: Thu Sep 30 13:26:38 2010 -0700 i965: Fix new FS handling of builtin uniforms with packed sca

Mesa (master): mesa: Don' t reference a W component in setting up a vec3 uniform component.

2010-09-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: a7cddd7de3123eb13e68c35aa111ff4060669f59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7cddd7de3123eb13e68c35aa111ff4060669f59 Author: Eric Anholt Date: Thu Sep 30 13:40:22 2010 -0700 mesa: Don't reference a W component in setting up a vec3 unif

Mesa (master): i965: Fix whole-structure/array assignment in new FS.

2010-09-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6f6542a483ec726538f8a4555bddaeb0be6b2146 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f6542a483ec726538f8a4555bddaeb0be6b2146 Author: Eric Anholt Date: Thu Sep 30 11:46:24 2010 -0700 i965: Fix whole-structure/array assignment in new FS. We nee

Mesa (7.8): Revert "Prefer intrinsics to handrolled atomic ops."

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: 3af43c0b4c29f7cb82df72d0b65bcd190053f57c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3af43c0b4c29f7cb82df72d0b65bcd190053f57c Author: Tom Fogal Date: Thu Sep 30 14:39:14 2010 -0600 Revert "Prefer intrinsics to handrolled atomic ops." This reverts

Mesa (master): Revert "Prefer intrinsics to handrolled atomic ops."

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 3661f757ee7e75348f0df834ecf1febb211ddf66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3661f757ee7e75348f0df834ecf1febb211ddf66 Author: Tom Fogal Date: Thu Sep 30 14:39:14 2010 -0600 Revert "Prefer intrinsics to handrolled atomic ops." This reve

Mesa (7.9): i965: Update renderer strings for sandybridge

2010-09-30 Thread Ian Romanick
Module: Mesa Branch: 7.9 Commit: 759e9fb7376ca24b1e5c7819e3e6036e96762951 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=759e9fb7376ca24b1e5c7819e3e6036e96762951 Author: Adam Jackson Date: Thu Sep 30 14:08:35 2010 -0400 i965: Update renderer strings for sandybridge Signed-off-by: A

Mesa (master): r600g: fix constant & literal src splitting, also fix mplayer gl2 shader

2010-09-30 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 9d4ae914e28ac7857a32a88ba27aecc182f697c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d4ae914e28ac7857a32a88ba27aecc182f697c6 Author: Jerome Glisse Date: Thu Sep 30 16:26:33 2010 -0400 r600g: fix constant & literal src splitting, also fix mplay

Mesa (7.9): i965: always set tiling for fbo depth buffer on sandybridge

2010-09-30 Thread Ian Romanick
Module: Mesa Branch: 7.9 Commit: 4af00f1a5e12b7e0b2c4024f2480247cb16f836b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4af00f1a5e12b7e0b2c4024f2480247cb16f836b Author: Zhenyu Wang Date: Thu Sep 30 10:49:47 2010 +0800 i965: always set tiling for fbo depth buffer on sandybridge San

Mesa (7.9): i965: fallback lineloop on sandybridge for now

2010-09-30 Thread Ian Romanick
Module: Mesa Branch: 7.9 Commit: 1c8795075fa3f5518b728184abd09b758ca84397 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c8795075fa3f5518b728184abd09b758ca84397 Author: Zhenyu Wang Date: Sun Sep 26 13:15:39 2010 +0800 i965: fallback lineloop on sandybridge for now Until we fixed G

Mesa (7.9): glsl: "Copyright", not "Constantright"

2010-09-30 Thread Ian Romanick
Module: Mesa Branch: 7.9 Commit: 5d43c78d03f05e8a6023265a0c12a8bed1a3ff01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d43c78d03f05e8a6023265a0c12a8bed1a3ff01 Author: Kenneth Graunke Date: Tue Sep 28 21:13:41 2010 -0700 glsl: "Copyright", not "Constantright" Clearly this started

Mesa (7.9): r300g: fix conditional rendering in non-wait path

2010-09-30 Thread Marek Olšák
Module: Mesa Branch: 7.9 Commit: 9f076a0848fcb26fd8ae4551aa0db1d1f709e502 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f076a0848fcb26fd8ae4551aa0db1d1f709e502 Author: Marek Olšák Date: Thu Sep 30 01:08:58 2010 +0200 r300g: fix conditional rendering in non-wait path NOTE: This is

Mesa (master): Prefer intrinsics to handrolled atomic ops.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 5f66b340aa49c6bc8d0acb2d1a6f8e9a7ef2cb2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f66b340aa49c6bc8d0acb2d1a6f8e9a7ef2cb2e Author: Tom Fogal Date: Sun Sep 26 22:32:15 2010 -0600 Prefer intrinsics to handrolled atomic ops. --- src/gallium/

Mesa (master): Implement x86_64 atomics for compilers w/o intrinsics.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: master Commit: 76a60faf529e6107e3f50406c0d40e64bc484686 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a60faf529e6107e3f50406c0d40e64bc484686 Author: Tom Fogal Date: Sun Sep 26 18:57:59 2010 -0600 Implement x86_64 atomics for compilers w/o intrinsics. Really

Mesa (7.8): Prefer intrinsics to handrolled atomic ops.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: 337dace22dc2b0eab2372375f1574d94b894ef84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=337dace22dc2b0eab2372375f1574d94b894ef84 Author: Tom Fogal Date: Sun Sep 26 22:32:15 2010 -0600 Prefer intrinsics to handrolled atomic ops. --- src/gallium/aux

Mesa (7.8): Implement x86_64 atomics for compilers w/o intrinsics.

2010-09-30 Thread Thomas Fogal
Module: Mesa Branch: 7.8 Commit: cc32ff741c5d32a66531a586b1f9268b94846c58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc32ff741c5d32a66531a586b1f9268b94846c58 Author: Tom Fogal Date: Sun Sep 26 18:57:59 2010 -0600 Implement x86_64 atomics for compilers w/o intrinsics. Really old

Mesa (master): i965: Update renderer strings for sandybridge

2010-09-30 Thread Adam Jackson
Module: Mesa Branch: master Commit: 0c86e1f29483d9557f30796c03b94a34d965c095 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c86e1f29483d9557f30796c03b94a34d965c095 Author: Adam Jackson Date: Thu Sep 30 14:08:35 2010 -0400 i965: Update renderer strings for sandybridge Signed-off-by

Mesa (master): r600g: use constant buffer instead of register for constant

2010-09-30 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 153105cfbfd8d6ff30de144605016f6e4f2a1b9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=153105cfbfd8d6ff30de144605016f6e4f2a1b9e Author: Jerome Glisse Date: Thu Sep 30 10:43:26 2010 -0400 r600g: use constant buffer instead of register for constant

Mesa (master): gallivm: check for level=0 case in lp_build_minify()

2010-09-30 Thread Brian Paul
Module: Mesa Branch: master Commit: 874f3a57ce5ae41ced103bf5a549a2eb663db6c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=874f3a57ce5ae41ced103bf5a549a2eb663db6c5 Author: Brian Paul Date: Thu Sep 30 10:52:26 2010 -0600 gallivm: check for level=0 case in lp_build_minify() This let

Mesa (master): gallivm: More comprehensive border usage logic.

2010-09-30 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 4e6f5e8d43ee87c6f8cdc75de2eeb96f70beb013 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e6f5e8d43ee87c6f8cdc75de2eeb96f70beb013 Author: José Fonseca Date: Thu Sep 30 17:39:17 2010 +0100 gallivm: More comprehensive border usage logic. --- src/g

Mesa (7.9): st/egl: Drop context argument from egl_g3d_get_egl_image.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: 9bab8ca4f8c8f3e618bfa8e9aedfcdcf272d3495 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bab8ca4f8c8f3e618bfa8e9aedfcdcf272d3495 Author: Chia-I Wu Date: Thu Sep 30 23:43:58 2010 +0800 st/egl: Drop context argument from egl_g3d_get_egl_image. Fix a r

Mesa (master): st/egl: Drop context argument from egl_g3d_get_egl_image.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e2b51b7c5b21e64df1377ce0be5c83d016ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2b51b7c5b21e64df1377ce0be5c83d016ff Author: Chia-I Wu Date: Thu Sep 30 23:43:58 2010 +0800 st/egl: Drop context argument from egl_g3d_get_egl_image. Fix

Mesa (master): 24 new commits

2010-09-30 Thread Brian Paul
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4160d947d289c07f1de6b8bf21a874e842b51f51 Author: Nicolas Kaiser Date: Thu Sep 30 07:53:13 2010 -0700 st: remove duplicated include Remove duplicated include. Signed-off-by: Brian Paul URL: http://cgit.freedesk

Mesa (master): dri/nv10: Use fast Z clears.

2010-09-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 065163bcd2df12494ca523538736282fc847fa6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=065163bcd2df12494ca523538736282fc847fa6b Author: Francisco Jerez Date: Sat Sep 25 15:29:02 2010 +0200 dri/nv10: Use fast Z clears. --- src/mesa/drivers/dri/

Mesa (master): dri/nouveau: Have a smaller amount of larger scratch buffers .

2010-09-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 6f39280ba910e290fb3cda378057dc91e5811c95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f39280ba910e290fb3cda378057dc91e5811c95 Author: Francisco Jerez Date: Tue Sep 28 22:20:12 2010 +0200 dri/nouveau: Have a smaller amount of larger scratch buff

Mesa (master): dri/nouveau: Remove unnecessary flush.

2010-09-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: bdd19da2183c685056c4c2eee5cea8358d9935cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdd19da2183c685056c4c2eee5cea8358d9935cb Author: Francisco Jerez Date: Tue Sep 28 22:24:05 2010 +0200 dri/nouveau: Remove unnecessary flush. --- src/mesa/dr

Mesa (7.9): mapi: Fix compiler warnings.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: f6eb5d991c0b93a89b970c15b9876ec3806a4e36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6eb5d991c0b93a89b970c15b9876ec3806a4e36 Author: Chia-I Wu Date: Thu Sep 30 17:09:59 2010 +0800 mapi: Fix compiler warnings. Do not use "void *" in arithmetics.

Mesa (master): mapi: Fix compiler warnings.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ebeb4a7e8af9f59ce8f45f78654b611bb546979d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebeb4a7e8af9f59ce8f45f78654b611bb546979d Author: Chia-I Wu Date: Thu Sep 30 17:09:59 2010 +0800 mapi: Fix compiler warnings. Do not use "void *" in arithmetic

Mesa (master): st/egl: Skip single-buffered configs in EGL.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d63b2622f1c47d6f82fe96c9f1b749d908883a23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d63b2622f1c47d6f82fe96c9f1b749d908883a23 Author: Chia-I Wu Date: Thu Sep 30 16:53:33 2010 +0800 st/egl: Skip single-buffered configs in EGL. Let DRI2 report s

Mesa (master): egl: Check extensions.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6b2f1561ad66c358a5d6b7a5ed5eb8f550a3b098 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b2f1561ad66c358a5d6b7a5ed5eb8f550a3b098 Author: Chia-I Wu Date: Fri Sep 24 02:42:15 2010 +0800 egl: Check extensions. Do not call into the driver if the exte