Mesa (master): st/mesa: use pipe_sampler_view_release() in st_destroy_context_priv()

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 239792fb221556fbc0da6c046541ea078b6944db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=239792fb221556fbc0da6c046541ea078b6944db Author: Brian Paul Date: Fri May 18 15:32:10 2012 -0600 st/mesa: use pipe_sampler_view_release() in st_destroy_context

Mesa (master): mesa: use F_TO_I() instead of IROUND()

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: c9cb9cf0502f4ca179ed1b4dd763c94912843d38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9cb9cf0502f4ca179ed1b4dd763c94912843d38 Author: Brian Paul Date: Fri May 18 14:45:20 2012 -0600 mesa: use F_TO_I() instead of IROUND() Use it where performan

Mesa (master): mesa: reimplement IROUND(), add F_TO_I()

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 699c1894eea6a42a747ebbc3974bf0abf3d1dd88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=699c1894eea6a42a747ebbc3974bf0abf3d1dd88 Author: Brian Paul Date: Fri May 18 14:39:41 2012 -0600 mesa: reimplement IROUND(), add F_TO_I() The different implem

Mesa (master): mesa: fix Z32_FLOAT -> uint conversion functions

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 31d59c78f01925c199fd3a49a27718b0659bbaf4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31d59c78f01925c199fd3a49a27718b0659bbaf4 Author: Brian Paul Date: Fri May 18 13:33:53 2012 -0600 mesa: fix Z32_FLOAT -> uint conversion functions The IROUND c

Mesa (master): st/mesa: remove unused pipe variable

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: c3991e1c57d3e09fd17f0bd868b73b35cca96d6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3991e1c57d3e09fd17f0bd868b73b35cca96d6f Author: Brian Paul Date: Fri May 18 13:33:25 2012 -0600 st/mesa: remove unused pipe variable --- src/mesa/state_tra

Mesa (master): svga: whitespace, comments, formatting clean-ups

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: bd302f36c40ed0f6453eebf471b641c933345ee9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd302f36c40ed0f6453eebf471b641c933345ee9 Author: Brian Paul Date: Thu May 17 16:23:02 2012 -0600 svga: whitespace, comments, formatting clean-ups --- src/ga

Mesa (master): st/mesa: added st_print_current_vertex_program(), for debugging

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 6792969cbc0d233942b15285e0fa84e6602733c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6792969cbc0d233942b15285e0fa84e6602733c2 Author: Brian Paul Date: Thu May 17 15:48:50 2012 -0600 st/mesa: added st_print_current_vertex_program(), for debuggin

Mesa (master): svga: return PIPE_OK instead of 0

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 2786343896030ed4abcf6674a3e66f3a0d246e0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2786343896030ed4abcf6674a3e66f3a0d246e0d Author: Brian Paul Date: Thu May 17 13:53:15 2012 -0600 svga: return PIPE_OK instead of 0 And fix the emit_rss() func

Mesa (master): svga: fix zero-stride vertex array bug

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: fc71e0b4a8623dc1e0657a19998f54d5a5c491e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc71e0b4a8623dc1e0657a19998f54d5a5c491e1 Author: Brian Paul Date: Thu May 17 10:07:46 2012 -0600 svga: fix zero-stride vertex array bug For zero-stride vertex

Mesa (master): mesa: add GLSL_REPORT_ERRORS debug flag

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 0161691f3518db310411c5f02c05aa639050f129 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0161691f3518db310411c5f02c05aa639050f129 Author: Brian Paul Date: Thu May 17 07:44:32 2012 -0600 mesa: add GLSL_REPORT_ERRORS debug flag If the MESA_GLSL env

Mesa (master): mesa: add some comments on shaderapi.c functions

2012-05-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 1c333745f3dc1e0304295684a8e77af45fe2b40e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c333745f3dc1e0304295684a8e77af45fe2b40e Author: Brian Paul Date: Wed May 16 11:09:23 2012 -0600 mesa: add some comments on shaderapi.c functions --- src/me