Mesa (master): u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.

2013-11-19 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 060159820c05c4e9a9b577844387555b11092391 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=060159820c05c4e9a9b577844387555b11092391 Author: José Fonseca Date: Tue Nov 19 18:54:53 2013 + u_gen_mipmap: Use untampered cubemap texture coords when gen

Mesa (llvmpipe-rast-64): llvmpipe: fix the int64_t printing warnings

2013-11-19 Thread Zack Rusin
Module: Mesa Branch: llvmpipe-rast-64 Commit: ac854f29d67a524066ec9921791a132c33b5831f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac854f29d67a524066ec9921791a132c33b5831f Author: Zack Rusin Date: Tue Nov 19 22:38:28 2013 -0500 llvmpipe: fix the int64_t printing warnings we need

Mesa (llvmpipe-rast-64): llvmpipe: add support for 32bit optimized sse paths

2013-11-19 Thread Zack Rusin
Module: Mesa Branch: llvmpipe-rast-64 Commit: 98ecab3785a4dd742f7a519d6eeeb3e0a53bc71f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98ecab3785a4dd742f7a519d6eeeb3e0a53bc71f Author: Zack Rusin Date: Tue Nov 19 16:02:34 2013 -0500 llvmpipe: add support for 32bit optimized sse paths

Mesa (master): st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug

2013-11-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 15d8e05e1e98a9bfd5a365d0fda222668f24261f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15d8e05e1e98a9bfd5a365d0fda222668f24261f Author: Brian Paul Date: Tue Nov 19 13:09:57 2013 -0700 st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug We ne

Mesa (master): gallivm: Fix mask calculation for emit_kill_if.

2013-11-19 Thread Jose Fonseca
Module: Mesa Branch: master Commit: e7a5905d8a3960b0981750f8131e3af9acbfcdb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7a5905d8a3960b0981750f8131e3af9acbfcdb8 Author: Si Chen Date: Thu Nov 14 09:17:13 2013 -0800 gallivm: Fix mask calculation for emit_kill_if. The exec_mask mu

Mesa (master): i965/gen7: Disallow Y tiling of renderable surfaces with valign of 2.

2013-11-19 Thread Paul Berry
Module: Mesa Branch: master Commit: 81b998ca48fc96753096f22949bf3785b7aa425c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81b998ca48fc96753096f22949bf3785b7aa425c Author: Paul Berry Date: Tue Nov 12 17:51:15 2013 -0800 i965/gen7: Disallow Y tiling of renderable surfaces with valig

Mesa (master): i965/gen7: Prefer vertical alignment of 4 when possible.

2013-11-19 Thread Paul Berry
Module: Mesa Branch: master Commit: 6b40dd17cf844b9cc8d6b1a816d4e93cbf6decef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b40dd17cf844b9cc8d6b1a816d4e93cbf6decef Author: Paul Berry Date: Tue Nov 12 17:16:25 2013 -0800 i965/gen7: Prefer vertical alignment of 4 when possible. Gen6

Mesa (master): i965/vec4: Fix broken IR annotation in debug output.

2013-11-19 Thread Paul Berry
Module: Mesa Branch: master Commit: 60b1a118e123493624324ae191d05870e95968f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60b1a118e123493624324ae191d05870e95968f3 Author: Paul Berry Date: Tue Nov 5 21:44:13 2013 -0800 i965/vec4: Fix broken IR annotation in debug output. Commit 7

Mesa (master): svga: improve check for 3D compressed textures

2013-11-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 92c3d5acf766eee4a27250c2f9883204991b1647 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92c3d5acf766eee4a27250c2f9883204991b1647 Author: Brian Paul Date: Tue Nov 19 07:54:17 2013 -0800 svga: improve check for 3D compressed textures This is basica

Mesa (master): glx/tests: Provide __glXGetCurrentContext() stub when needed

2013-11-19 Thread Jon TURNEY
Module: Mesa Branch: master Commit: 5ab59e5332215f149b532436c4d55834399d71e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ab59e5332215f149b532436c4d55834399d71e6 Author: Jon TURNEY Date: Tue Nov 12 22:54:35 2013 + glx/tests: Provide __glXGetCurrentContext() stub when needed