Mesa (glsl2): glcpp: Ignore #if and #elif expressions when skipping.

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: f4239872c9cb56d1e5735b62ea53bedf3f39dfb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4239872c9cb56d1e5735b62ea53bedf3f39dfb0 Author: Kenneth Graunke Date: Wed Aug 4 16:24:39 2010 -0700 glcpp: Ignore #if and #elif expressions when skipping. Fi

Mesa (glsl2): glcpp/tests: Add a corollary to testcase 073 for testing #elif.

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: d65135a7661c320c618151df0a94c852dc9bc621 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d65135a7661c320c618151df0a94c852dc9bc621 Author: Kenneth Graunke Date: Wed Aug 4 16:22:31 2010 -0700 glcpp/tests: Add a corollary to testcase 073 for testing #

Mesa (glsl2): glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: c52b2be16689fbbe8a8ec190dbe9dc7e469956a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c52b2be16689fbbe8a8ec190dbe9dc7e469956a0 Author: Kenneth Graunke Date: Wed Aug 4 16:21:33 2010 -0700 glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.

Mesa (glsl2): glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse code .

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: 16b4eed59a07f5e07587f4f9b0cdc304a08a685c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16b4eed59a07f5e07587f4f9b0cdc304a08a685c Author: Kenneth Graunke Date: Wed Aug 4 16:10:03 2010 -0700 glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse c

Mesa (master): st/mesa: Add missing header in st_context.c.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 9c98e9e6b5b5f5508b67b3650dbaf00db407b5eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c98e9e6b5b5f5508b67b3650dbaf00db407b5eb Author: Vinson Lee Date: Wed Aug 4 21:17:13 2010 -0700 st/mesa: Add missing header in st_context.c. --- src/mesa/s

Mesa (master): st/mesa: Add missing header in st_atom_pixeltransfer.c.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: a0989e94374a678fb6c2d0974255a178361c47a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0989e94374a678fb6c2d0974255a178361c47a7 Author: Vinson Lee Date: Wed Aug 4 21:13:33 2010 -0700 st/mesa: Add missing header in st_atom_pixeltransfer.c. ---

Mesa (master): st/mesa: Clean up header file inclusion in st_context.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 1525fb4afec0adc164948b4060ec1c0359441cd3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1525fb4afec0adc164948b4060ec1c0359441cd3 Author: Vinson Lee Date: Wed Aug 4 21:09:27 2010 -0700 st/mesa: Clean up header file inclusion in st_context.h. ---

Mesa (glsl2): glsl2: Remove the shader_in/ shader_out tracking separate from var->mode.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 046bef235744e891e4a48076e1a3ff9a61a63092 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=046bef235744e891e4a48076e1a3ff9a61a63092 Author: Eric Anholt Date: Wed Aug 4 20:33:57 2010 -0700 glsl2: Remove the shader_in/shader_out tracking separate from

Mesa (glsl2): i965: Settle on printing our program debug to stdout.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 72fd0568db0ce5f25a1eee0266ec1e7cb3dafab0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72fd0568db0ce5f25a1eee0266ec1e7cb3dafab0 Author: Eric Anholt Date: Wed Aug 4 19:55:52 2010 -0700 i965: Settle on printing our program debug to stdout. Mixing

Mesa (glsl2): ir_to_mesa: Print shader source and compiled IR under MESA_GLSL=dump.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 455290e4281bf53ce2fe248a2adf5163563c44c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=455290e4281bf53ce2fe248a2adf5163563c44c8 Author: Eric Anholt Date: Wed Aug 4 19:43:41 2010 -0700 ir_to_mesa: Print shader source and compiled IR under MESA_GLS

Mesa (glsl2): glsl2: Remove a dead cut and paste member from ir_variable_refcount_visitor.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: a08f27940ac72538ce0b264917207111d629f097 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a08f27940ac72538ce0b264917207111d629f097 Author: Eric Anholt Date: Wed Aug 4 20:03:15 2010 -0700 glsl2: Remove a dead cut and paste member from ir_variable_ref

Mesa (glsl2): glsl2: Use linked ir_constant_variable after linking, instead of unlinked.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: e3a90b8e38b1d0de9f473caca96779e215071315 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3a90b8e38b1d0de9f473caca96779e215071315 Author: Eric Anholt Date: Wed Aug 4 17:12:14 2010 -0700 glsl2: Use linked ir_constant_variable after linking, instead

Mesa (glsl2): glsl2: Return progress from ir_vec_index_to_swizzle.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 022f79e49648d465d2db0240554f58ac42754584 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=022f79e49648d465d2db0240554f58ac42754584 Author: Eric Anholt Date: Wed Aug 4 16:32:12 2010 -0700 glsl2: Return progress from ir_vec_index_to_swizzle. --- sr

Mesa (master): st/mesa: Add missing header in st_cb_xformfb.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 6f8b6661ce3af17d3cfe4f28ff15f82caf6755b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f8b6661ce3af17d3cfe4f28ff15f82caf6755b5 Author: Vinson Lee Date: Wed Aug 4 20:58:22 2010 -0700 st/mesa: Add missing header in st_cb_xformfb.h. --- src/mes

Mesa (master): st/mesa: Clean up st_cb_viewport.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: cb7638579e22a8854d13d58c435c90b2e596e946 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb7638579e22a8854d13d58c435c90b2e596e946 Author: Vinson Lee Date: Wed Aug 4 17:04:38 2010 -0700 st/mesa: Clean up st_cb_viewport.h. Add inclusion guard. Add

Mesa (master): st/mesa: Add missing headers in st_cb_texture.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: e857293299c5bc38de683f199fe1ec7833aff61c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e857293299c5bc38de683f199fe1ec7833aff61c Author: Vinson Lee Date: Wed Aug 4 16:59:12 2010 -0700 st/mesa: Add missing headers in st_cb_texture.h. --- src/me

Mesa (master): dri/nouveau: Don't try to validate uninitialized teximages.

2010-08-04 Thread Francisco Jerez
Module: Mesa Branch: master Commit: bc578caefb29cb9d1720d51698e2cd23ee490c44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc578caefb29cb9d1720d51698e2cd23ee490c44 Author: Francisco Jerez Date: Wed Aug 4 16:38:57 2010 +0200 dri/nouveau: Don't try to validate uninitialized teximage

Mesa (master): dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK enabled.

2010-08-04 Thread Francisco Jerez
Module: Mesa Branch: master Commit: d03f04bfb57cb7b5537cb31f1dc798a6ba500f36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d03f04bfb57cb7b5537cb31f1dc798a6ba500f36 Author: Francisco Jerez Date: Wed Jul 28 22:32:49 2010 +0200 dri/nv20: Fix some PGRAPH_ERRORs seen with DATA_CHECK ena

Mesa (master): dri/nouveau: Fix up software mipmap generation.

2010-08-04 Thread Francisco Jerez
Module: Mesa Branch: master Commit: e96a52e9933eea7264a42983db1428368bcb4962 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e96a52e9933eea7264a42983db1428368bcb4962 Author: Francisco Jerez Date: Wed Jul 28 18:37:24 2010 +0200 dri/nouveau: Fix up software mipmap generation. --- sr

Mesa (glsl2): glsl2: Generate masked assignments in some expanded matrix operations

2010-08-04 Thread Ian Romanick
Module: Mesa Branch: glsl2 Commit: 83cb310dbb47357c4b3065ca0d6739796d9e371f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83cb310dbb47357c4b3065ca0d6739796d9e371f Author: Ian Romanick Date: Wed Aug 4 16:27:55 2010 -0700 glsl2: Generate masked assignments in some expanded matrix op

Mesa (glsl2): glsl2: Generate masked assignments in vector and matrix constructors

2010-08-04 Thread Ian Romanick
Module: Mesa Branch: glsl2 Commit: 3d58be6135e71e6105ae65850f2dbeaf9ecff5c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d58be6135e71e6105ae65850f2dbeaf9ecff5c3 Author: Ian Romanick Date: Tue Aug 3 16:05:54 2010 -0700 glsl2: Generate masked assignments in vector and matrix const

Mesa (glsl2): glsl2: Additional validation of write masks

2010-08-04 Thread Ian Romanick
Module: Mesa Branch: glsl2 Commit: 6235c6a83855fe2818affda3c82e1a245bd0232e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6235c6a83855fe2818affda3c82e1a245bd0232e Author: Ian Romanick Date: Wed Aug 4 16:27:17 2010 -0700 glsl2: Additional validation of write masks --- src/glsl/i

Mesa (glsl2): glsl2: Add ir_assignment::write_mask and associated methods

2010-08-04 Thread Ian Romanick
Module: Mesa Branch: glsl2 Commit: 5a7758efbe14dee026245a4f4f4fb3ccf7b2c23b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a7758efbe14dee026245a4f4f4fb3ccf7b2c23b Author: Ian Romanick Date: Mon Aug 2 18:48:25 2010 -0700 glsl2: Add ir_assignment::write_mask and associated methods

Mesa (glsl2): glsl2: Don' t try to construct an ir_assignment with an invalid LHS

2010-08-04 Thread Ian Romanick
Module: Mesa Branch: glsl2 Commit: 8e9ce2eb56a087c2544112700ae1abe3f96648dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e9ce2eb56a087c2544112700ae1abe3f96648dd Author: Ian Romanick Date: Tue Aug 3 15:02:35 2010 -0700 glsl2: Don't try to construct an ir_assignment with an invali

Mesa (master): st/mesa: Add forward declaration in st_cb_strings.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 060a95c3a942daca936d421400b7327f038d6f27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=060a95c3a942daca936d421400b7327f038d6f27 Author: Vinson Lee Date: Wed Aug 4 16:46:42 2010 -0700 st/mesa: Add forward declaration in st_cb_strings.h. --- sr

Mesa (master): st/mesa: Add missing header in st_cb_readpixels.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: e9d6f2fc8a88cd18a9914ee7c8f947c869ed3e50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9d6f2fc8a88cd18a9914ee7c8f947c869ed3e50 Author: Vinson Lee Date: Wed Aug 4 16:40:04 2010 -0700 st/mesa: Add missing header in st_cb_readpixels.h. Include mt

Mesa (master): st/mesa: Clean up header file inclusion in st_cb_rasterpos.h .

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: a25ac9b5266c1f6820b073108555140c631454e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a25ac9b5266c1f6820b073108555140c631454e1 Author: Vinson Lee Date: Wed Aug 4 16:33:10 2010 -0700 st/mesa: Clean up header file inclusion in st_cb_rasterpos.h.

Mesa (glsl2): glsl2: Constant fold the children of many more ir_instruction types.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 8dbdcb0b43c8749018ff62dd5751190e54fe2445 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dbdcb0b43c8749018ff62dd5751190e54fe2445 Author: Eric Anholt Date: Wed Aug 4 16:18:18 2010 -0700 glsl2: Constant fold the children of many more ir_instruction

Mesa (glsl2): glsl2: Refactor constant folding of rvalues to a function.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 3d23f0a90c982ad43a6f18ef69a23b2fcdb1d1d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d23f0a90c982ad43a6f18ef69a23b2fcdb1d1d2 Author: Eric Anholt Date: Wed Aug 4 16:06:00 2010 -0700 glsl2: Refactor constant folding of rvalues to a function. --

Mesa (glsl2): glsl2: Return a real progress value from constant folding.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 6ecf62f673bf90d0969f8db032781b49a988975a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ecf62f673bf90d0969f8db032781b49a988975a Author: Eric Anholt Date: Wed Aug 4 16:07:41 2010 -0700 glsl2: Return a real progress value from constant folding. --

Mesa (master): st/mesa: Add missing header in st_cb_program.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 2bb3bfa943d3250d036673dbdea215b19d70c21e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bb3bfa943d3250d036673dbdea215b19d70c21e Author: Vinson Lee Date: Wed Aug 4 16:13:15 2010 -0700 st/mesa: Add missing header in st_cb_program.h. Include mtype

Mesa (glsl2): glcpp: Refresh autogenerated lexer and parser.

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: 0ef79a5f115659b3719a330d01a365e8ca8144c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ef79a5f115659b3719a330d01a365e8ca8144c4 Author: Kenneth Graunke Date: Tue Aug 3 20:25:13 2010 -0700 glcpp: Refresh autogenerated lexer and parser. --- src/

Mesa (glsl2): glcpp: Remove xtalloc wrappers in favor of plain talloc.

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: 1ffc1cd86186ae5d03bb28a1e041c4a57761515e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ffc1cd86186ae5d03bb28a1e041c4a57761515e Author: Kenneth Graunke Date: Tue Aug 3 20:21:52 2010 -0700 glcpp: Remove xtalloc wrappers in favor of plain talloc.

Mesa (glsl2): glsl2: Remove uses of deprecated TALLOC_CTX type.

2010-08-04 Thread Kenneth Graunke
Module: Mesa Branch: glsl2 Commit: ad98aa9d93646600cc95b3e45a40eec26f18988a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad98aa9d93646600cc95b3e45a40eec26f18988a Author: Kenneth Graunke Date: Tue Aug 3 20:05:53 2010 -0700 glsl2: Remove uses of deprecated TALLOC_CTX type. --- s

Mesa (nv50-compiler): nv50: build proper phi functions in the first place

2010-08-04 Thread Christoph Bumiller
Module: Mesa Branch: nv50-compiler Commit: aaa8802a22d83fd89d7e306b7d03fa587a19aa0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaa8802a22d83fd89d7e306b7d03fa587a19aa0a Author: Christoph Bumiller Date: Thu Aug 5 00:11:56 2010 +0200 nv50: build proper phi functions in the first p

Mesa (nv50-compiler): nv50: fix constbuf validation

2010-08-04 Thread Christoph Bumiller
Module: Mesa Branch: nv50-compiler Commit: 720e0c430d0a66cbf5adfcf40030f27e55ad6c6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=720e0c430d0a66cbf5adfcf40030f27e55ad6c6a Author: Christoph Bumiller Date: Sat Jul 31 21:30:35 2010 +0200 nv50: fix constbuf validation We only uploaded

Mesa (nv50-compiler): nv50: don't eliminate loads to dedicated values

2010-08-04 Thread Christoph Bumiller
Module: Mesa Branch: nv50-compiler Commit: 2c695d38e6b194572becf82300fba5e34b1fd7d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c695d38e6b194572becf82300fba5e34b1fd7d7 Author: Christoph Bumiller Date: Sat Jul 31 20:56:42 2010 +0200 nv50: don't eliminate loads to dedicated values

Mesa (master): r300/compiler: Remove unnecessary header.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 7f7bbf0d5b78e0a4ace7ad6eddf5e73a826c75eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f7bbf0d5b78e0a4ace7ad6eddf5e73a826c75eb Author: Vinson Lee Date: Wed Aug 4 15:45:41 2010 -0700 r300/compiler: Remove unnecessary header. --- src/mesa/driv

Mesa (master): intel: Remove unnecessary header.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 81bc4f4cbfdd4d8abaf97cb66baf1c7b0cbe05b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81bc4f4cbfdd4d8abaf97cb66baf1c7b0cbe05b3 Author: Vinson Lee Date: Wed Aug 4 15:38:24 2010 -0700 intel: Remove unnecessary header. --- src/mesa/drivers/dri/

Mesa (master): st/mesa: Add missing headers in st_cb_flush.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 9f7e7ce7572d1ab370def14db8be7059869cda29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7e7ce7572d1ab370def14db8be7059869cda29 Author: Vinson Lee Date: Wed Aug 4 15:32:53 2010 -0700 st/mesa: Add missing headers in st_cb_flush.h. Add forward de

Mesa (master): st/mesa: Clean up header inclusion in st_cb_feedback.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 85dbb2904bbcab5bad65cc267daafd6ebcf32ded URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85dbb2904bbcab5bad65cc267daafd6ebcf32ded Author: Vinson Lee Date: Wed Aug 4 15:26:37 2010 -0700 st/mesa: Clean up header inclusion in st_cb_feedback.h. Repla

Mesa (glsl2): glsl2: add gl_LightModel built-in uniform.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: ea3a9eb53a3c9ed8ead645e2b2e6a3261626 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea3a9eb53a3c9ed8ead645e2b2e6a3261626 Author: Aras Pranckevicius Date: Wed Aug 4 17:11:32 2010 +0200 glsl2: add gl_LightModel built-in uniform. --- src/g

Mesa (glsl2): ir_to_mesa: Clean up the mapping of samplers to Mesa' s sampler uniforms.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: fe1918c71c3e387939cef9359d4b31ebc5c11a17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe1918c71c3e387939cef9359d4b31ebc5c11a17 Author: Eric Anholt Date: Wed Aug 4 14:21:01 2010 -0700 ir_to_mesa: Clean up the mapping of samplers to Mesa's sampler

Mesa (glsl2): glsl2: Don' t try to assign locations for samplers during linking.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: b6ceddc371d026dc30f2cc0f377bc0214e11d768 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6ceddc371d026dc30f2cc0f377bc0214e11d768 Author: Eric Anholt Date: Wed Aug 4 14:26:15 2010 -0700 glsl2: Don't try to assign locations for samplers during linki

Mesa (glsl2): mesa: Don' t null deref looking for Mesa IR code at compile time.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 8e181b629f97ada65cc1b8a17ba42edc2ea77254 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e181b629f97ada65cc1b8a17ba42edc2ea77254 Author: Eric Anholt Date: Wed Aug 4 14:13:08 2010 -0700 mesa: Don't null deref looking for Mesa IR code at compile tim

Mesa (master): r600g: force flush on map as temporary fix to readpixel

2010-08-04 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 12dac449fba5fe17087fd48ac959a5388875b2d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12dac449fba5fe17087fd48ac959a5388875b2d3 Author: Jerome Glisse Date: Wed Aug 4 16:28:33 2010 -0400 r600g: force flush on map as temporary fix to readpixel Sh

Mesa (master): st/mesa: Add missing headers to st_cb_fbo.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 2e85117b5f8909b8737e0c0e479360640e405192 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e85117b5f8909b8737e0c0e479360640e405192 Author: Vinson Lee Date: Wed Aug 4 13:17:57 2010 -0700 st/mesa: Add missing headers to st_cb_fbo.h. --- src/mesa/s

Mesa (master): r600g: always perform texture perspective divide + fix blending

2010-08-04 Thread Jerome Glisse
Module: Mesa Branch: master Commit: 9a78e790dc4c40362b971ad5eff2505c02b73ed7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a78e790dc4c40362b971ad5eff2505c02b73ed7 Author: Jerome Glisse Date: Wed Aug 4 16:10:11 2010 -0400 r600g: always perform texture perspective divide + fix blen

Mesa (master): st/mesa: Clean up header file inclusion in st_cb_eglimage.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 19bfb55fb54447b322d3aefecf6e0dbb81d8f812 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19bfb55fb54447b322d3aefecf6e0dbb81d8f812 Author: Vinson Lee Date: Wed Aug 4 13:04:36 2010 -0700 st/mesa: Clean up header file inclusion in st_cb_eglimage.h.

Mesa (glsl2): glsl2: Skip talloc_parent in constant_expression of non-constant arrays.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 952d0f88e1741d51b641be75f7c5a6565e245a69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=952d0f88e1741d51b641be75f7c5a6565e245a69 Author: Eric Anholt Date: Wed Aug 4 12:57:58 2010 -0700 glsl2: Skip talloc_parent in constant_expression of non-consta

Mesa (master): draw: Fix return type of draw_translate_vinfo_size.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 988e86762f07eb8b685eef6f3302566f604db2a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=988e86762f07eb8b685eef6f3302566f604db2a6 Author: Vinson Lee Date: Wed Aug 4 12:55:21 2010 -0700 draw: Fix return type of draw_translate_vinfo_size. Fixes typ

Mesa (glsl2): glsl2: Make the clone() method take a talloc context.

2010-08-04 Thread Eric Anholt
Module: Mesa Branch: glsl2 Commit: 8273bd46877e2ea2b8a02b87a11c68102d07e1f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8273bd46877e2ea2b8a02b87a11c68102d07e1f2 Author: Eric Anholt Date: Wed Aug 4 12:34:56 2010 -0700 glsl2: Make the clone() method take a talloc context. In most

Mesa (master): st/mesa: Clean up header file inclusion in st_cb_drawtex.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 137c510097503e590cf8b30d2b97e617b9a1543b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=137c510097503e590cf8b30d2b97e617b9a1543b Author: Vinson Lee Date: Wed Aug 4 12:46:38 2010 -0700 st/mesa: Clean up header file inclusion in st_cb_drawtex.h. R

Mesa (master): st/mesa: Clean up header file inclusion in st_cb_drawpixels. h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: dce63cf431177594f1267406276f441391701f70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dce63cf431177594f1267406276f441391701f70 Author: Vinson Lee Date: Wed Aug 4 12:29:26 2010 -0700 st/mesa: Clean up header file inclusion in st_cb_drawpixels.h.

Mesa (master): st/mesa: Add forward declaration in st_cb_condrender.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 7fdf6d5c28293e169b7874d95632ec0bba9da78a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fdf6d5c28293e169b7874d95632ec0bba9da78a Author: Vinson Lee Date: Wed Aug 4 12:24:51 2010 -0700 st/mesa: Add forward declaration in st_cb_condrender.h. ---

Mesa (master): st/mesa: Add forward declarations in st_cb_clear.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: ed810ba7243f0b1c35f21e7be5708446962a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed810ba7243f0b1c35f21e7be5708446962a Author: Vinson Lee Date: Wed Aug 4 12:22:31 2010 -0700 st/mesa: Add forward declarations in st_cb_clear.h. --- src

Mesa (master): st/mesa: Include missing headers in st_cb_bufferobjects.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: 6bc17324da6e9d90ea2586c59c162a72f900a0fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bc17324da6e9d90ea2586c59c162a72f900a0fc Author: Vinson Lee Date: Wed Aug 4 12:13:29 2010 -0700 st/mesa: Include missing headers in st_cb_bufferobjects.h. In

Mesa (master): st/mesa: Clean up header file inclusion in st_cb_blit.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: eb4f2d4b0264e180f818230fa69a420793423eb7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb4f2d4b0264e180f818230fa69a420793423eb7 Author: Vinson Lee Date: Wed Aug 4 12:07:12 2010 -0700 st/mesa: Clean up header file inclusion in st_cb_blit.h. Repl

Mesa (master): st/mesa: Clean up header file inclusion in st_cb_bitmap.h.

2010-08-04 Thread Vinson Lee
Module: Mesa Branch: master Commit: e6902afeee522494f1787cc7c79415f55dce2eb4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6902afeee522494f1787cc7c79415f55dce2eb4 Author: Vinson Lee Date: Wed Aug 4 12:00:19 2010 -0700 st/mesa: Clean up header file inclusion in st_cb_bitmap.h. Re

Mesa (master): glx: Move deref after NULL check

2010-08-04 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 2542d8e0c2ec3eb4de266c0b2ad93dba918cb89c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2542d8e0c2ec3eb4de266c0b2ad93dba918cb89c Author: Kristian Høgsberg Date: Wed Aug 4 12:50:36 2010 -0400 glx: Move deref after NULL check --- src/glx/dri2_gl

Mesa (glsl2): glsl2: Set ir_discard::ir_type when cloning it

2010-08-04 Thread Ian Romanick
Module: Mesa Branch: glsl2 Commit: 84ee01f40acf88185484df386b7715034e7685c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84ee01f40acf88185484df386b7715034e7685c9 Author: Aras Pranckevicius Date: Wed Aug 4 16:31:04 2010 +0200 glsl2: Set ir_discard::ir_type when cloning it Fixes u

Mesa (master): glx: Fix use after free in drisw error path

2010-08-04 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: e3a0e468bc67e4169406bb4c96b5ab483dc48a28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3a0e468bc67e4169406bb4c96b5ab483dc48a28 Author: Kristian Høgsberg Date: Wed Aug 4 08:57:02 2010 -0400 glx: Fix use after free in drisw error path --- src/

Mesa (master): glx: We no longer need screen extensions for drisw

2010-08-04 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: e71c44cedd6d22930bf873504d89faf68d93e1cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e71c44cedd6d22930bf873504d89faf68d93e1cc Author: Kristian Høgsberg Date: Wed Aug 4 08:51:43 2010 -0400 glx: We no longer need screen extensions for drisw htt

Mesa (master): glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX one

2010-08-04 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 9da1c9da139327132dea57b18048a4eb386b6bad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9da1c9da139327132dea57b18048a4eb386b6bad Author: Kristian Høgsberg Date: Wed Aug 4 08:43:08 2010 -0400 glx: dri2InvalidateBuffers() needs the X drawable XID n

Mesa (master): r600: relax stride/alignment requirements for vertices

2010-08-04 Thread Andre Maasikas
Module: Mesa Branch: master Commit: 8ad5b76d52f1c009f48ea90556633e497b40ba87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ad5b76d52f1c009f48ea90556633e497b40ba87 Author: Andre Maasikas Date: Wed Aug 4 12:49:39 2010 +0300 r600: relax stride/alignment requirements for vertices se