Mesa (master): trace: Fix dumping of set_constant_buffer method.

2012-10-25 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 4efcdd1e7a187c3493628fe1a8067a1defe86f9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4efcdd1e7a187c3493628fe1a8067a1defe86f9d Author: José Fonseca jfons...@vmware.com Date: Thu Oct 25 15:30:19 2012 +0100 trace: Fix dumping of

Mesa (master): mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)

2012-10-25 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 0cb0c38ccea84ab524d10447585000d41fbb8c74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cb0c38ccea84ab524d10447585000d41fbb8c74 Author: José Fonseca jfons...@vmware.com Date: Thu Oct 25 15:47:12 2012 +0100 mesa/st: Don't use 4bits for

Mesa (master): build: Ship install-sh in the tarball

2012-10-25 Thread Matt Turner
Module: Mesa Branch: master Commit: ec57fbbc72b552a4f894f32798a2ace16749f520 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec57fbbc72b552a4f894f32798a2ace16749f520 Author: Matt Turner matts...@gmail.com Date: Tue Oct 23 10:57:15 2012 -0700 build: Ship install-sh in the tarball

Mesa (master): ralloc: Annotate printf functions with PRINTFLIKE(...)

2012-10-25 Thread Matt Turner
Module: Mesa Branch: master Commit: 41b14d125196e75cdd4599a4c1069b41e7000d48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41b14d125196e75cdd4599a4c1069b41e7000d48 Author: Matt Turner matts...@gmail.com Date: Tue Oct 23 13:30:09 2012 -0700 ralloc: Annotate printf functions with

Mesa (master): egl: Import eglext.h revision 19332

2012-10-25 Thread Matt Turner
Module: Mesa Branch: master Commit: d654afd89211f15a2d7ea4c7de66b9c7f5dc8ea1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d654afd89211f15a2d7ea4c7de66b9c7f5dc8ea1 Author: Matt Turner matts...@gmail.com Date: Mon Oct 22 13:13:36 2012 -0700 egl: Import eglext.h revision 19332 The

Mesa (master): src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS

2012-10-25 Thread Matt Turner
Module: Mesa Branch: master Commit: 67f1e7bf5f5d1482cb8684dd5a405b7bab5b1f34 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67f1e7bf5f5d1482cb8684dd5a405b7bab5b1f34 Author: Matt Turner matts...@gmail.com Date: Thu Oct 25 11:55:07 2012 -0700 src/glsl/tests/Makefile.am: Specify -I...

Mesa (master): shared-glapi: implement _glapi_get_proc_name().

2012-10-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 03984b26c4855efb64824cb42ea5bad579b48334 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03984b26c4855efb64824cb42ea5bad579b48334 Author: Paul Berry stereotype...@gmail.com Date: Tue Oct 23 10:49:33 2012 -0700 shared-glapi: implement

Mesa (master): dispatch_sanity: print names of functions that shouldnt be in dispatch table.

2012-10-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 1cf6360f8955b4191c81be24c5b5fb950ff1b21f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cf6360f8955b4191c81be24c5b5fb950ff1b21f Author: Paul Berry stereotype...@gmail.com Date: Tue Oct 23 10:59:44 2012 -0700 dispatch_sanity: print names of

Mesa (master): mesa/tests: Add ES3.0 dispatch table sanity test

2012-10-25 Thread Matt Turner
Module: Mesa Branch: master Commit: df924d82e2e190b76533dfdd9111f05277d3f233 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df924d82e2e190b76533dfdd9111f05277d3f233 Author: Matt Turner matts...@gmail.com Date: Tue Oct 16 16:20:36 2012 -0700 mesa/tests: Add ES3.0 dispatch table

Mesa (master): Split dispatch sanity's validate_function test into two

2012-10-25 Thread Matt Turner
Module: Mesa Branch: master Commit: 355f507f2a7082f28d98cb29b2a34b77fb45e031 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=355f507f2a7082f28d98cb29b2a34b77fb45e031 Author: Matt Turner matts...@gmail.com Date: Tue Oct 16 14:37:39 2012 -0700 Split dispatch sanity's validate_function

Mesa (master): i965/vs: Fix debug dumping of VS push constants.

2012-10-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: eeb2fb72eb4f573410eae45896bc744d6c47b4d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeb2fb72eb4f573410eae45896bc744d6c47b4d6 Author: Kenneth Graunke kenn...@whitecape.org Date: Sun Oct 21 20:58:18 2012 -0700 i965/vs: Fix debug dumping of VS

Mesa (master): glcpp: Don' t use infinite lookhead for #define differentiation.

2012-10-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 9142ade15416415f2d5eb20b093b898c649cd2bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9142ade15416415f2d5eb20b093b898c649cd2bb Author: Kenneth Graunke kenn...@whitecape.org Date: Mon Oct 22 10:56:46 2012 -0700 glcpp: Don't use infinite lookhead

Mesa (master): i965/vs: Don' t lose the MRF writemask when doing compute-to-MRF.

2012-10-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 10ff6772c8054aea12ac0f08e2e3898fd4a7f76b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10ff6772c8054aea12ac0f08e2e3898fd4a7f76b Author: Kenneth Graunke kenn...@whitecape.org Date: Wed Oct 24 21:16:46 2012 -0700 i965/vs: Don't lose the MRF

Mesa (master): glsl: Allow ir_if in the linker' s move_non_declarations function.

2012-10-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b45a68eebf3cf7227fc70082cb1e796041fc81ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b45a68eebf3cf7227fc70082cb1e796041fc81ab Author: Kenneth Graunke kenn...@whitecape.org Date: Wed Oct 24 13:17:24 2012 -0700 glsl: Allow ir_if in the linker's

Mesa (master): i965/vs: Preserve the type when copy propagating into an instruction.

2012-10-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 03ea156f1b3e57ef223c0340afb49e513fa0b407 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03ea156f1b3e57ef223c0340afb49e513fa0b407 Author: Kenneth Graunke kenn...@whitecape.org Date: Thu Oct 25 02:29:15 2012 -0700 i965/vs: Preserve the type when

Mesa (master): r300g: fix texture border color for sRGB formats

2012-10-25 Thread Marek Olšák
Module: Mesa Branch: master Commit: 8fb4b1dce156d02a0907925364d8945915c29bcf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fb4b1dce156d02a0907925364d8945915c29bcf Author: Marek Olšák mar...@gmail.com Date: Fri Oct 26 01:03:53 2012 +0200 r300g: fix texture border color for sRGB