Mesa (master): nv50: fix emit_add_a16 to emit correct source reg

2011-05-27 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 828b26b7ebe7e4c756a6cfde04646e8a112166ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=828b26b7ebe7e4c756a6cfde04646e8a112166ac Author: Trevor Davenport Date: Fri May 27 10:25:40 2011 +0200 nv50: fix emit_add_a16 to emit correct source reg emit_

Mesa (master): i965/fs: Add a helper function for add_dep(before, after, before->latency).

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 40540cc517480720e509a63f213ab33d66409bf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40540cc517480720e509a63f213ab33d66409bf8 Author: Eric Anholt Date: Fri May 20 14:13:59 2011 -0700 i965/fs: Add a helper function for add_dep(before, after, bef

Mesa (master): i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 615117ce4efd041459f7d4b0c77aa8e248345e66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=615117ce4efd041459f7d4b0c77aa8e248345e66 Author: Eric Anholt Date: Mon May 23 09:12:07 2011 -0700 i965/fs: Track fixed GRF regs separate from allocated GRF fil

Mesa (master): i965/fs: Move the computation of register block count from unit to compile.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1791857d7d950d3d2834bbb09b495f51f43ef7c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1791857d7d950d3d2834bbb09b495f51f43ef7c1 Author: Eric Anholt Date: Tue May 17 08:55:11 2011 -0700 i965/fs: Move the computation of register block count from un

Mesa (master): i965: Avoid generating MOVs for assignments of expressions.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 53c89c67f33639afef951e178f93f4e29acc5d53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53c89c67f33639afef951e178f93f4e29acc5d53 Author: Eric Anholt Date: Tue Apr 26 17:58:04 2011 -0700 i965: Avoid generating MOVs for assignments of expressions.

Mesa (master): i965: Move a couple of GLSL IR -> BRW helper functions to brw_shader.cpp.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: b7b700aeb0eab2cae26a01d9db42feea969333c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7b700aeb0eab2cae26a01d9db42feea969333c7 Author: Eric Anholt Date: Thu May 26 10:01:10 2011 -0700 i965: Move a couple of GLSL IR -> BRW helper functions to brw

Mesa (master): i965: Move non-FS-specific shader support to brw_shader.cpp.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 14b86f3c9131c1b26b01e07679cc899df0885b23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14b86f3c9131c1b26b01e07679cc899df0885b23 Author: Eric Anholt Date: Thu May 26 09:57:36 2011 -0700 i965: Move non-FS-specific shader support to brw_shader.cpp.

Mesa (master): i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: d1f70a8a6c6ec7007bad22d3d6013415be2d243a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1f70a8a6c6ec7007bad22d3d6013415be2d243a Author: Eric Anholt Date: Tue May 24 16:45:17 2011 -0700 i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visito

Mesa (master): i965/fs: Split the BRW native code emit to brw_fs_emit.cpp

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 11dd9e9c0fcf9985b90ff4b63b2833345fece027 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11dd9e9c0fcf9985b90ff4b63b2833345fece027 Author: Eric Anholt Date: Tue May 24 16:34:27 2011 -0700 i965/fs: Split the BRW native code emit to brw_fs_emit.cpp T

Mesa (master): i965/fs: Do a FS compile up front at link time to produce link errors.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8752764076e5b3f052a57e0134424a37bf2e9164 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8752764076e5b3f052a57e0134424a37bf2e9164 Author: Eric Anholt Date: Mon May 16 15:10:26 2011 -0700 i965/fs: Do a FS compile up front at link time to produce lin

Mesa (master): mesa: Include shader target in dumps of GLSL source.

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9bd7e9c6b29b212a97bd4ca6c62836160b2f7698 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bd7e9c6b29b212a97bd4ca6c62836160b2f7698 Author: Eric Anholt Date: Tue May 17 08:21:27 2011 -0700 mesa: Include shader target in dumps of GLSL source. This ma

Mesa (master): i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164 .

2011-05-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0653c450cc8da1212e1123a1cd6635c02f7d6919 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0653c450cc8da1212e1123a1cd6635c02f7d6919 Author: Eric Anholt Date: Fri May 27 09:50:34 2011 -0700 i965/fs: Fix up for 8752764076e5b3f052a57e0134424a37bf2e9164.

Demos (master): cuberender: set texture wrap mode to GL_CLAMP_TO_EDGE

2011-05-27 Thread Brian Paul
Module: Demos Branch: master Commit: caf5d103e9d659ee6f520b0fd3368342cbcb0344 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=caf5d103e9d659ee6f520b0fd3368342cbcb0344 Author: Brian Paul Date: Thu May 26 14:28:49 2011 -0600 cuberender: set texture wrap mode to GL_CLAMP_TO_EDGE Fixes

Demos (master): egl/opengl: add missing AM_CFLAGS in Makefile

2011-05-27 Thread Brian Paul
Module: Demos Branch: master Commit: 410c3112f76de7a3ea586e64b8be2e007c496795 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=410c3112f76de7a3ea586e64b8be2e007c496795 Author: Tobias Droste Date: Wed May 25 21:34:11 2011 +0200 egl/opengl: add missing AM_CFLAGS in Makefile Signed-off

Mesa (master): mesa: set parameter list StateFlags field in _mesa_layout_parameters()

2011-05-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 4eeabd5a3d9fc7377b0461aa2ae2924547e82052 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eeabd5a3d9fc7377b0461aa2ae2924547e82052 Author: Pierre-Eric Pelloux-Prayer Date: Thu May 26 20:06:42 2011 +0200 mesa: set parameter list StateFlags field in _

Mesa (master): glx: Fix glXGetFBConfigFromVisualSGIX.

2011-05-27 Thread Brian Paul
Module: Mesa Branch: master Commit: fc48de4fabcf3a42a1cd7d447790afefc7d27af8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc48de4fabcf3a42a1cd7d447790afefc7d27af8 Author: Stéphane Marchesin Date: Thu May 26 17:19:03 2011 -0700 glx: Fix glXGetFBConfigFromVisualSGIX. We want to che