Mesa (master): llvmpipe: Do not need to free anything if there is no geometry shader.

2013-08-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: b57c1e4b86a0884318418bb19191af41cfd40175 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b57c1e4b86a0884318418bb19191af41cfd40175 Author: Vinson Lee Date: Sun Aug 4 01:18:28 2013 -0700 llvmpipe: Do not need to free anything if there is no geometry

Mesa (master): nvc0: Initialize ptr for unexpected sample_count on release builds.

2013-08-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: 60b567ee59b96b9fa334bf59d3d443c29c590c54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60b567ee59b96b9fa334bf59d3d443c29c590c54 Author: Vinson Lee Date: Sun Aug 4 00:13:53 2013 -0700 nvc0: Initialize ptr for unexpected sample_count on release bu

Mesa (master): draw: Change slot from unsigned to int.

2013-08-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: 8e850f2febd7b37485675e58e31221fc71080dd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e850f2febd7b37485675e58e31221fc71080dd4 Author: Vinson Lee Date: Mon Aug 5 17:33:51 2013 -0700 draw: Change slot from unsigned to int. unfilled_stage::face_

Mesa (master): postprocess: Check ppq is null before calling pp_free_bos.

2013-08-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: 8294d969e1c2154721eb34dff5848b64f4604308 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8294d969e1c2154721eb34dff5848b64f4604308 Author: Vinson Lee Date: Fri Aug 2 23:39:24 2013 -0700 postprocess: Check ppq is null before calling pp_free_bos. pp

Mesa (9.2): 21 new commits

2013-08-05 Thread Ian Romanick
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3213c60d814d36427169c8a1c7583cbf30cccffe Author: Marek Olšák Date: Tue Jul 30 22:29:10 2013 +0200 mesa: default texture buffer format should be R8 in the core profile Cc: mesa-sta...@lists.freedesktop.org Reviewed-by: Br

Mesa (master): draw: add back separate input assembler

2013-08-05 Thread Zack Rusin
Module: Mesa Branch: master Commit: a9cb914f49fa3810b15eb9df9f6209a16fafa491 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9cb914f49fa3810b15eb9df9f6209a16fafa491 Author: Zack Rusin Date: Sat Aug 3 02:56:19 2013 -0400 draw: add back separate input assembler the issue is that str

Mesa (master): draw: fix front face injection

2013-08-05 Thread Zack Rusin
Module: Mesa Branch: master Commit: 8a94d15fbaf46caf1a25034acbbdbed33f46f911 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a94d15fbaf46caf1a25034acbbdbed33f46f911 Author: Zack Rusin Date: Fri Aug 2 01:50:05 2013 -0400 draw: fix front face injection Inject front face only if the

Mesa (master): draw: implement proper primitive assembler as a pipeline stage

2013-08-05 Thread Zack Rusin
Module: Mesa Branch: master Commit: c9c211fae194ac6bf50e0c579c8670590690dd6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9c211fae194ac6bf50e0c579c8670590690dd6e Author: Zack Rusin Date: Fri Aug 2 02:25:42 2013 -0400 draw: implement proper primitive assembler as a pipeline stage

Mesa (master): tgsi: remove unneeded File == TGSI_FILE_INPUT test

2013-08-05 Thread Brian Paul
Module: Mesa Branch: master Commit: 4c9f12d69c7e8a24ac6281481f579b1088c505b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c9f12d69c7e8a24ac6281481f579b1088c505b0 Author: Brian Paul Date: Fri Aug 2 08:00:54 2013 -0600 tgsi: remove unneeded File == TGSI_FILE_INPUT test We're alre

Mesa (master): tgsi: clean up tgsi_scan_shader() function

2013-08-05 Thread Brian Paul
Module: Mesa Branch: master Commit: 3e4b5c6c9c14b80964bb20dc882f59c19d6b6f9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e4b5c6c9c14b80964bb20dc882f59c19d6b6f9d Author: Brian Paul Date: Mon Aug 5 08:19:36 2013 -0600 tgsi: clean up tgsi_scan_shader() function Replace "fulldecl-

Mesa (master): llvmpipe: fix frontface behavior again

2013-08-05 Thread Zack Rusin
Module: Mesa Branch: master Commit: 95829e202951b2532d72d20a1f5b4450b11de2c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95829e202951b2532d72d20a1f5b4450b11de2c1 Author: Zack Rusin Date: Fri Aug 2 22:08:25 2013 -0400 llvmpipe: fix frontface behavior again Lets make sure the fro