Mesa (master): mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.

2011-01-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a4a5a9a5ce255e34ba92396dacd997f7c6f96462 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4a5a9a5ce255e34ba92396dacd997f7c6f96462 Author: Chia-I Wu Date: Sat Jan 15 12:39:24 2011 +0800 mesa: Add glDepthRangef and glClearDepthf to APIspec.xml. Core

Mesa (master): targets/egl-static: Assorted cleanups and fixes.

2011-01-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b70d0a6a51da42fc390e82161a96c80fd8c653ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b70d0a6a51da42fc390e82161a96c80fd8c653ff Author: Chia-I Wu Date: Sat Jan 15 03:15:41 2011 +0800 targets/egl-static: Assorted cleanups and fixes. Share more co

Mesa (master): targets/egl: i965 needs libwsw.

2011-01-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6f769a690b005c054f71429423ad6ef8d1bc058c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f769a690b005c054f71429423ad6ef8d1bc058c Author: Chia-I Wu Date: Sat Jan 15 03:24:15 2011 +0800 targets/egl: i965 needs libwsw. Fix undefined symbol wrapper_s

Mesa (master): mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4620de7eeae18f313436936088d235a99b7bc11d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4620de7eeae18f313436936088d235a99b7bc11d Author: Eric Anholt Date: Fri Jan 14 16:18:51 2011 -0800 mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatib

Mesa (master): mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8395f206a86b3700fc5f8eefc4d9b55e7e150d25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8395f206a86b3700fc5f8eefc4d9b55e7e150d25 Author: Eric Anholt Date: Fri Jan 14 16:12:18 2011 -0800 mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS. F

Mesa (master): mesa: Add support for glDepthRangef and glClearDepthf.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: e12c4faf7ef1246fd7c3a9d9dc30130a6675c3b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e12c4faf7ef1246fd7c3a9d9dc30130a6675c3b4 Author: Eric Anholt Date: Fri Jan 14 15:53:38 2011 -0800 mesa: Add support for glDepthRangef and glClearDepthf. These

Mesa (master): ir_to_mesa: Fix segfaults on ir_to_mesa invocation after MSVC change.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 25beab10cd39a400a0a6d2495cf814d22f346e81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25beab10cd39a400a0a6d2495cf814d22f346e81 Author: Eric Anholt Date: Fri Jan 14 16:48:19 2011 -0800 ir_to_mesa: Fix segfaults on ir_to_mesa invocation after MSVC

Mesa (master): docs: skeleton file for 7.11 release notes, add missing links

2011-01-14 Thread Brian Paul
Module: Mesa Branch: master Commit: 7ff89b030f92a0673f0a8b28ee4fbbff88906e1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ff89b030f92a0673f0a8b28ee4fbbff88906e1a Author: Brian Paul Date: Fri Jan 14 17:27:17 2011 -0700 docs: skeleton file for 7.11 release notes, add missing links

Mesa (master): glsl: fix implicit int to bool warning

2011-01-14 Thread Brian Paul
Module: Mesa Branch: master Commit: d42acef139740a54fe571f99b62cba7720734d8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d42acef139740a54fe571f99b62cba7720734d8c Author: Brian Paul Date: Fri Jan 14 17:45:23 2011 -0700 glsl: fix implicit int to bool warning Maybe preprocess() sho

Mesa (7.10): docs: added news item for 7.9.1 and 7.10 release

2011-01-14 Thread Brian Paul
Module: Mesa Branch: 7.10 Commit: ea96167f2fee9d138d2031bc77b991f8b6b26405 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea96167f2fee9d138d2031bc77b991f8b6b26405 Author: Brian Paul Date: Fri Jan 14 17:32:29 2011 -0700 docs: added news item for 7.9.1 and 7.10 release --- docs/new

Mesa (7.10): docs: add links to 7.9.1 and 7.10 release notes

2011-01-14 Thread Brian Paul
Module: Mesa Branch: 7.10 Commit: b8062cdf4be30215c9ac4c1bd12b945b7de59824 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8062cdf4be30215c9ac4c1bd12b945b7de59824 Author: Brian Paul Date: Fri Jan 14 17:28:34 2011 -0700 docs: add links to 7.9.1 and 7.10 release notes --- docs/reln

Mesa (master): mesa: Dynamically allocate acp array in ir_to_mesa_visitor:: copy_propagate.

2011-01-14 Thread Vinson Lee
Module: Mesa Branch: master Commit: 7772a34f3aedfa8ef58ad5f912f56bd5adf27057 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7772a34f3aedfa8ef58ad5f912f56bd5adf27057 Author: Vinson Lee Date: Fri Jan 14 16:18:52 2011 -0800 mesa: Dynamically allocate acp array in ir_to_mesa_visitor::co

Mesa (master): mesa: Add actual support for glReleaseShaderCompiler from ES2.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7b987578a94008e28daa5cacf68ee37566a27be8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b987578a94008e28daa5cacf68ee37566a27be8 Author: Eric Anholt Date: Fri Jan 14 15:08:00 2011 -0800 mesa: Add actual support for glReleaseShaderCompiler from ES2

Mesa (master): intel: Expose GL_ARB_ES2_compatibility.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: ed93f9f3a362288328e8417a12dd337334ae5bda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed93f9f3a362288328e8417a12dd337334ae5bda Author: Eric Anholt Date: Fri Jan 14 14:07:28 2011 -0800 intel: Expose GL_ARB_ES2_compatibility. We don't have all of

Mesa (master): mesa: Add extension enable bit for GL_ARB_ES2_compatibility.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9c6954fc9d254e0d6dc9bc7aac5badee04fe0f9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c6954fc9d254e0d6dc9bc7aac5badee04fe0f9b Author: Eric Anholt Date: Fri Jan 14 14:50:58 2011 -0800 mesa: Add extension enable bit for GL_ARB_ES2_compatibility.

Mesa (master): glapi: Regenerate for GL_ARB_ES2_compatibility.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 841ad6bfad27b2d8a196169b81235312a5e5f36a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=841ad6bfad27b2d8a196169b81235312a5e5f36a Author: Eric Anholt Date: Fri Jan 14 14:03:52 2011 -0800 glapi: Regenerate for GL_ARB_ES2_compatibility. --- src/gl

Mesa (master): glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8560cb939bda27b75baca33294754d6bf7b7bc91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8560cb939bda27b75baca33294754d6bf7b7bc91 Author: Eric Anholt Date: Tue Aug 3 18:56:07 2010 -0700 glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility

Mesa (master): r600g: compiler helper opcode fixes for evergreen

2011-01-14 Thread Alex Deucher
Module: Mesa Branch: master Commit: 634dece281c6f7eb3bb210fdd386c2afe8f7e895 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=634dece281c6f7eb3bb210fdd386c2afe8f7e895 Author: Alex Deucher Date: Fri Jan 14 17:47:29 2011 -0500 r600g: compiler helper opcode fixes for evergreen Signed-of

Mesa (master): r600g: pass r600_bc to some addition compiler helper functions

2011-01-14 Thread Alex Deucher
Module: Mesa Branch: master Commit: 9dfc68314de575ba7f0f936d5d0c9efe117fd535 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dfc68314de575ba7f0f936d5d0c9efe117fd535 Author: Alex Deucher Date: Fri Jan 14 17:50:29 2011 -0500 r600g: pass r600_bc to some addition compiler helper functio

Mesa (master): generate_builtins.py: Whitespace fixes.

2011-01-14 Thread Vinson Lee
Module: Mesa Branch: master Commit: 57ef69dd8864a745453e4e579b22aea950fdbabb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57ef69dd8864a745453e4e579b22aea950fdbabb Author: Vinson Lee Date: Fri Jan 14 14:19:02 2011 -0800 generate_builtins.py: Whitespace fixes. Also removed unnecess

Mesa (master): generate_builtins.py: Fix builds using Python 2.5.

2011-01-14 Thread Vinson Lee
Module: Mesa Branch: master Commit: 0de6d7e99195b6e739e3a80482ad7860c14bef3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0de6d7e99195b6e739e3a80482ad7860c14bef3b Author: Vinson Lee Date: Fri Jan 14 14:17:03 2011 -0800 generate_builtins.py: Fix builds using Python 2.5. --- src/

Mesa (master): i965: Replace broken handling of dead code with an assert.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: a6e4614ca1284c5731876bb88732b326bf13aba0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6e4614ca1284c5731876bb88732b326bf13aba0 Author: Eric Anholt Date: Fri Jan 14 13:17:59 2011 -0800 i965: Replace broken handling of dead code with an assert. T

Mesa (master): i965: Add an invalidation of live intervals after register splitting.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7c7df146b59bae9dcb3a271bd3c671e273015617 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c7df146b59bae9dcb3a271bd3c671e273015617 Author: Eric Anholt Date: Fri Jan 14 11:53:38 2011 -0800 i965: Add an invalidation of live intervals after register sp

Mesa (master): mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 65c41d55a06137115f0b4c67f9a3fd2708f0b625 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65c41d55a06137115f0b4c67f9a3fd2708f0b625 Author: Eric Anholt Date: Thu Jan 13 10:05:50 2011 -0800 mesa: Simplify _mesa_base_fbo_format by making it exceptions

Mesa (master): mesa: Add channel-wise copy propagation to ir_to_mesa.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 34a9da4eb4dd41dc874f1a175e993e42d4ff4b2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34a9da4eb4dd41dc874f1a175e993e42d4ff4b2a Author: Eric Anholt Date: Wed Jan 12 18:25:33 2011 -0800 mesa: Add channel-wise copy propagation to ir_to_mesa. This

Mesa (master): i915: Fix compiler warning from sw fallback removal change.

2011-01-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: d53c8380bf1ed2897979f67fdb675074169b0465 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d53c8380bf1ed2897979f67fdb675074169b0465 Author: Eric Anholt Date: Wed Jan 12 12:29:38 2011 -0800 i915: Fix compiler warning from sw fallback removal change.

Mesa (master): r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.

2011-01-14 Thread Vinson Lee
Module: Mesa Branch: master Commit: 4c6d6dd8fc61239ac2008267f3c5cf76f4124d11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c6d6dd8fc61239ac2008267f3c5cf76f4124d11 Author: Vinson Lee Date: Fri Jan 14 13:47:37 2011 -0800 r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR

Mesa (master): gles2: Also support GL_BGRA_EXT for glTexSubImage2d

2011-01-14 Thread Kristian Høgsberg
Module: Mesa Branch: master Commit: 6e9b0f6807c7a22f096f483961ae71512f8d9f41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e9b0f6807c7a22f096f483961ae71512f8d9f41 Author: Kristian Høgsberg Date: Fri Jan 14 16:11:28 2011 -0500 gles2: Also support GL_BGRA_EXT for glTexSubImage2d --

Mesa (master): r600g: add more missing instructions to r600_bc_get_num_operands

2011-01-14 Thread Christian König
Module: Mesa Branch: master Commit: 323ef3a1f07ba4333dadebab571ddcd49d95f45c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=323ef3a1f07ba4333dadebab571ddcd49d95f45c Author: Christian König Date: Fri Jan 14 18:46:11 2011 +0100 r600g: add more missing instructions to r600_bc_get_num_o