Mesa (master): freedreno/a2xx: silence warning about missing DEPTH32X

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 043b79461f3983bcc65b5546ab2544cf5871659e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=043b79461f3983bcc65b5546ab2544cf5871659e Author: Ilia Mirkin Date: Wed Dec 3 22:12:39 2014 -0500 freedreno/a2xx: silence warning about missing DEPTH32X Signe

Mesa (master): freedreno/a3xx: output RGBA16_FLOAT from fs for certain outputs

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 39a7c049d36bf5d18653e0a8b360dc8317f4b8ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39a7c049d36bf5d18653e0a8b360dc8317f4b8ec Author: Ilia Mirkin Date: Tue Dec 2 01:00:47 2014 -0500 freedreno/a3xx: output RGBA16_FLOAT from fs for certain outpu

Mesa (master): freedreno/a3xx: add bgr565 texturing and rendering

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: b38b40d7bbff7b9f24ee9b03ececf44dfbf7539e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b38b40d7bbff7b9f24ee9b03ececf44dfbf7539e Author: Ilia Mirkin Date: Wed Dec 3 20:43:22 2014 -0500 freedreno/a3xx: add bgr565 texturing and rendering Signed-of

Mesa (master): freedreno/a3xx: re-enable rgb10_a2 render targets

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3674c76edf56f5d1a1a6c56d8dc408e3da93c5a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3674c76edf56f5d1a1a6c56d8dc408e3da93c5a9 Author: Ilia Mirkin Date: Tue Dec 2 21:31:33 2014 -0500 freedreno/a3xx: re-enable rgb10_a2 render targets There were

Mesa (master): freedreno/a3xx: add support for SRGB render targets

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e02ed16cb52973975a097f955ec341a579c8f863 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e02ed16cb52973975a097f955ec341a579c8f863 Author: Ilia Mirkin Date: Fri Nov 28 14:10:50 2014 -0500 freedreno/a3xx: add support for SRGB render targets Signed-o

Mesa (master): freedreno/a3xx: fix alpha-blending on RGBX formats

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 97fef2db5c2c6ec0b22bf5b7d968a4dc4b218363 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97fef2db5c2c6ec0b22bf5b7d968a4dc4b218363 Author: Ilia Mirkin Date: Tue Dec 2 21:32:01 2014 -0500 freedreno/a3xx: fix alpha-blending on RGBX formats Expert de

Mesa (master): freedreno/a3xx: fix border color swizzle to match texture format desc

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: fc94b2c2a0600e3e84412d3a01491f2d069119a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc94b2c2a0600e3e84412d3a01491f2d069119a3 Author: Ilia Mirkin Date: Tue Dec 2 23:27:03 2014 -0500 freedreno/a3xx: fix border color swizzle to match texture for

Mesa (master): freedreno/a3xx: handle index_bias (i.e. base_vertex)

2014-12-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c416f49ebe69436e4fd96f738249be8f8d511447 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c416f49ebe69436e4fd96f738249be8f8d511447 Author: Ilia Mirkin Date: Thu Dec 4 00:45:45 2014 -0500 freedreno/a3xx: handle index_bias (i.e. base_vertex) Signed-

Mesa (master): glcpp: Disallow undefining GL_* builtin macros.

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: b49a069bd3c96c8a144bb671863d0757fb421a07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b49a069bd3c96c8a144bb671863d0757fb421a07 Author: Chris Forbes Date: Sun Nov 30 09:54:59 2014 +1300 glcpp: Disallow undefining GL_* builtin macros. Fixes the p

Mesa (master): glcpp: Fix `can not` to `cannot` in error message

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 6b0196934509ac76293581f7ca69a3399ffb2e0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b0196934509ac76293581f7ca69a3399ffb2e0a Author: Chris Forbes Date: Sun Dec 7 11:49:28 2014 +1300 glcpp: Fix `can not` to `cannot` in error message Signed-of

Mesa (master): i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: ed56c16820aea0e115768d77861fe266380f2595 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed56c16820aea0e115768d77861fe266380f2595 Author: Chris Forbes Date: Fri Dec 5 19:43:13 2014 +1300 i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT) T

Mesa (master): i965: Add opcode names for FS interpolation opcodes

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 680f72d6f2259a1dd382a1876a594b407f933278 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=680f72d6f2259a1dd382a1876a594b407f933278 Author: Chris Forbes Date: Sun Dec 7 10:07:16 2014 +1300 i965: Add opcode names for FS interpolation opcodes Signed-

Mesa (master): i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET

2014-12-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 092c73a7c32b240a26ffeab2ee475f6d590540b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=092c73a7c32b240a26ffeab2ee475f6d590540b2 Author: Chris Forbes Date: Sun Dec 7 10:12:36 2014 +1300 i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET De

Mesa (master): mesa/st: don't use CMP / I2F for conditional assignments with native integers

2014-12-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: d8da6deceadf5e48201d848b7061dad17a5b7cac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8da6deceadf5e48201d848b7061dad17a5b7cac Author: Roland Scheidegger Date: Fri Dec 5 23:08:34 2014 +0100 mesa/st: don't use CMP / I2F for conditional assignmen

Mesa (master): llvmpipe: decrease MAX_SCENES from 2 to 1

2014-12-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 6f2cf5f3d0764e096b6b099ef9dc7bc92047c3cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f2cf5f3d0764e096b6b099ef9dc7bc92047c3cb Author: Roland Scheidegger Date: Wed Dec 3 03:57:15 2014 +0100 llvmpipe: decrease MAX_SCENES from 2 to 1 Multiple sc

Mesa (master): draw: use correct output prim for non-adjacent topologies in prim assembler.

2014-12-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: fe86415beb8edfe3a6a4300ca537fae1bbad64a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe86415beb8edfe3a6a4300ca537fae1bbad64a7 Author: Roland Scheidegger Date: Mon Dec 1 23:40:31 2014 +0100 draw: use correct output prim for non-adjacent topolog

Mesa (master): gallium/docs: (trivial) remove STR opcode description.

2014-12-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: ec30c66b46dd89cae3a39fbde74d39f7b29f301d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec30c66b46dd89cae3a39fbde74d39f7b29f301d Author: Roland Scheidegger Date: Mon Dec 1 17:03:47 2014 +0100 gallium/docs: (trivial) remove STR opcode description.

Mesa (master): draw: use the prim type from prim_info not emit in passthrough emit

2014-12-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 1b6db3593ed716ff36f9300c2ad646a80682ea85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b6db3593ed716ff36f9300c2ad646a80682ea85 Author: Roland Scheidegger Date: Tue Dec 2 02:27:56 2014 +0100 draw: use the prim type from prim_info not emit in pas

Mesa (master): draw: kill off unneded prim assembler code for handling adjacency verts

2014-12-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 3fdbad1142224f4cae9f97b75b94afba353ab392 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fdbad1142224f4cae9f97b75b94afba353ab392 Author: Roland Scheidegger Date: Mon Dec 1 23:13:55 2014 +0100 draw: kill off unneded prim assembler code for handlin