Mesa (master): glsl: Avoid variable length arrays.

2013-07-12 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 649ef4da30e23f077087326a6a9116759f1d9dd3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=649ef4da30e23f077087326a6a9116759f1d9dd3 Author: José Fonseca Date: Fri Jul 12 09:27:22 2013 +0100 glsl: Avoid variable length arrays. They are a non-standard

Mesa (master): radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2

2013-07-12 Thread Christian König
Module: Mesa Branch: master Commit: 1681bd7f2b392d0b379cb0ff43a4fac33da74762 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1681bd7f2b392d0b379cb0ff43a4fac33da74762 Author: Christian König Date: Wed Jul 10 15:43:16 2013 +0200 radeon/uvd: fall back to shader based decoding for MPEG2

Mesa (master): mesa: fix inconsistent function declaration, definitions

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 738337356be7b138af98c01a55279c5a940833d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=738337356be7b138af98c01a55279c5a940833d9 Author: Brian Paul Date: Mon Jul 8 09:58:12 2013 -0600 mesa: fix inconsistent function declaration, definitions To s

Mesa (master): mesa: add cast to silence MSVC warning

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 8ba5c79d2c075978947350507e5deb5477eb23ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ba5c79d2c075978947350507e5deb5477eb23ad Author: Brian Paul Date: Mon Jul 8 09:55:38 2013 -0600 mesa: add cast to silence MSVC warning --- src/mesa/main/te

Mesa (master): hud: silence some MSVC warnings

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 7b93946e03f032d45f20206be675215f6d40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b93946e03f032d45f20206be675215f6d40 Author: Brian Paul Date: Mon Jul 8 10:01:44 2013 -0600 hud: silence some MSVC warnings --- src/gallium/auxiliary/h

Mesa (master): mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 528e5b9476a3cccf510e3a7537b3e7d2f869a6a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=528e5b9476a3cccf510e3a7537b3e7d2f869a6a3 Author: Brian Paul Date: Mon Jul 8 09:59:20 2013 -0600 mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c ---

Mesa (master): mesa: add casts to fix MSVC warnings in multisample.c

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 721f47227e2c5affded50ea41b33aa050ef6b5b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=721f47227e2c5affded50ea41b33aa050ef6b5b6 Author: Brian Paul Date: Mon Jul 8 09:59:40 2013 -0600 mesa: add casts to fix MSVC warnings in multisample.c --- s

Mesa (master): util: add casts to silence MSVC warnings in u_blit.c

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: d7a852b3a1f3567764723c51cc22ab7508b8cc22 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7a852b3a1f3567764723c51cc22ab7508b8cc22 Author: Brian Paul Date: Mon Jul 8 10:01:22 2013 -0600 util: add casts to silence MSVC warnings in u_blit.c --- sr

Mesa (master): softpipe: silence some MSVC warnings

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 919236f3a28adfb04403e3f0db458afb9a897fd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=919236f3a28adfb04403e3f0db458afb9a897fd4 Author: Brian Paul Date: Mon Jul 8 10:02:14 2013 -0600 softpipe: silence some MSVC warnings --- src/gallium/driver

Mesa (master): mesa: s/unsigned/int/ to fix MSVC warning in uniforms.c

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 2cfd768473896a537b160111005b4ffc9e1693a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cfd768473896a537b160111005b4ffc9e1693a4 Author: Brian Paul Date: Mon Jul 8 10:00:29 2013 -0600 mesa: s/unsigned/int/ to fix MSVC warning in uniforms.c ---

Mesa (master): tgsi: use X component of the second operand in exec_scalar_binary()

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: f3fad24b622d2fa51508e9a4066d393ef3260ddc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3fad24b622d2fa51508e9a4066d393ef3260ddc Author: Brian Paul Date: Tue Jul 9 13:30:15 2013 -0600 tgsi: use X component of the second operand in exec_scalar_bin

Mesa (master): mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 5749aea255446b850a1b56f944a062358e5c70dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5749aea255446b850a1b56f944a062358e5c70dd Author: Brian Paul Date: Tue Jul 2 14:51:30 2013 -0600 mesa: fix Address Sanitizer (ASan) issue in _mesa_add_paramete

Mesa (master): mesa: update glext.h to version 20130708

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: cb2de08f27311166a44c379532a502c0b1b862d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb2de08f27311166a44c379532a502c0b1b862d0 Author: Brian Paul Date: Mon Jul 8 09:22:48 2013 -0600 mesa: update glext.h to version 20130708 This update fixes th

Mesa (master): tgsi: s/unsigned/int/ to silence MSVC warning

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: c45d8f2e987bf7af8ea5f2e76ff5a59b77d096f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c45d8f2e987bf7af8ea5f2e76ff5a59b77d096f1 Author: Brian Paul Date: Mon Jul 8 10:00:54 2013 -0600 tgsi: s/unsigned/int/ to silence MSVC warning --- src/galli

Mesa (master): mesa: whitespace, formatting, 80-column wrapping

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 3fb3e1e38c3ea1cd932a9fb291eef11f36e3d844 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fb3e1e38c3ea1cd932a9fb291eef11f36e3d844 Author: Brian Paul Date: Fri Jul 12 08:32:22 2013 -0600 mesa: whitespace, formatting, 80-column wrapping --- src/me

Mesa (master): mesa: simplify some _mesa_IsEnabled() queries

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 9ca026e220f4bdec8cf0022387691a186809a677 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ca026e220f4bdec8cf0022387691a186809a677 Author: Brian Paul Date: Fri Jun 28 15:46:36 2013 -0600 mesa: simplify some _mesa_IsEnabled() queries No need to test

Mesa (master): mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 5b0fbf1b0be58672db14c2da965d8c0c323eab29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b0fbf1b0be58672db14c2da965d8c0c323eab29 Author: Brian Paul Date: Mon Jul 8 10:00:01 2013 -0600 mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c --

Mesa (master): tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: e7c38987255d23bc32dc0a68f7f6e2c620d3968a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7c38987255d23bc32dc0a68f7f6e2c620d3968a Author: Brian Paul Date: Thu Jul 11 15:52:37 2013 -0600 tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vecto

Mesa (master): tgsi: fix-up KILP comments

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: f501baabdb5cd356faad0e419c64b2ac312c5756 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f501baabdb5cd356faad0e419c64b2ac312c5756 Author: Brian Paul Date: Thu Jul 11 16:00:45 2013 -0600 tgsi: fix-up KILP comments KILP is really unconditional fragm

Mesa (master): tgsi: rename the TGSI fragment kill opcodes

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 46205ab8cc03cbda6bbc0c958e277f972973ebfe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46205ab8cc03cbda6bbc0c958e277f972973ebfe Author: Brian Paul Date: Thu Jul 11 17:02:37 2013 -0600 tgsi: rename the TGSI fragment kill opcodes TGSI_OPCODE_KIL a

Mesa (master): os: add os_get_process_name() function

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: 9fc532a2637c0b0eef247acad213266bd041b23b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fc532a2637c0b0eef247acad213266bd041b23b Author: Brian Paul Date: Thu Jun 27 08:38:35 2013 -0600 os: add os_get_process_name() function v2: explicitly test fo

Mesa (master): gallivm: Eliminate redundant lp_build_select calls.

2013-07-12 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 1b0d29b5da66998bd70a9429a4c02af6bdc57e89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b0d29b5da66998bd70a9429a4c02af6bdc57e89 Author: José Fonseca Date: Fri Jul 5 11:53:09 2013 +0100 gallivm: Eliminate redundant lp_build_select calls. lp_buil

Mesa (master): util/u_format: Comment out half float denormal test case.

2013-07-12 Thread Jose Fonseca
Module: Mesa Branch: master Commit: a171812d27afb1a52c5d81deaa6027f30bc102e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a171812d27afb1a52c5d81deaa6027f30bc102e8 Author: José Fonseca Date: Fri Jul 12 15:48:38 2013 +0100 util/u_format: Comment out half float denormal test case. S

Mesa (master): gallium: fixup definitions of the rsq and sqrt

2013-07-12 Thread Zack Rusin
Module: Mesa Branch: master Commit: 00cd455bd50c6b16b2f72a6d2726de3d3818c7f5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00cd455bd50c6b16b2f72a6d2726de3d3818c7f5 Author: Zack Rusin Date: Thu Jul 11 12:16:06 2013 -0400 gallium: fixup definitions of the rsq and sqrt GLSL spec says

Mesa (master): nv30: fix KILL_IF breakage

2013-07-12 Thread Brian Paul
Module: Mesa Branch: master Commit: bf86e0e050279394c80062e2d910c8619c1d1fe1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf86e0e050279394c80062e2d910c8619c1d1fe1 Author: Brian Paul Date: Fri Jul 12 09:59:38 2013 -0600 nv30: fix KILL_IF breakage Bugzilla: https://bugs.freedesktop

Mesa (master): configure: Avoid use of AC_CHECK_FILE for cross compiling

2013-07-12 Thread Tom Stellard
Module: Mesa Branch: master Commit: af16f73051c2edf234970289795d270a593d3c0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af16f73051c2edf234970289795d270a593d3c0a Author: Jonathan Liu Date: Tue Jun 4 23:04:44 2013 +1000 configure: Avoid use of AC_CHECK_FILE for cross compiling T

Mesa (master): r600g: don't use the CB/DB CP COHER logic on r6xx

2013-07-12 Thread Alex Deucher
Module: Mesa Branch: master Commit: e0a7565832b567a2ffc65b08d21500ba5d914415 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0a7565832b567a2ffc65b08d21500ba5d914415 Author: Alex Deucher Date: Fri Jul 12 09:31:28 2013 -0400 r600g: don't use the CB/DB CP COHER logic on r6xx There are

Mesa (master): ilo: mark some states dirty when they are really changed

2013-07-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bf9670270fb3deef8ad194f1a1ee78e253769234 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf9670270fb3deef8ad194f1a1ee78e253769234 Author: Chia-I Wu Date: Sat Jul 13 05:54:20 2013 +0800 ilo: mark some states dirty when they are really changed The c

Mesa (master): ilo: clean up ilo_blitter_pipe_begin()

2013-07-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9047598a8d8081bfca656ce471062140a83e3d26 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9047598a8d8081bfca656ce471062140a83e3d26 Author: Chia-I Wu Date: Sat Jul 13 05:54:25 2013 +0800 ilo: clean up ilo_blitter_pipe_begin() Document why certain st

Mesa (master): ilo: move a santiy check into its assert()

2013-07-12 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8d4ac9854969dfd6f8f39dbd6adeb3c8cfd60092 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d4ac9854969dfd6f8f39dbd6adeb3c8cfd60092 Author: Chia-I Wu Date: Sat Jul 13 07:22:24 2013 +0800 ilo: move a santiy check into its assert() The compiler does n

Mesa (master): winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault

2013-07-12 Thread Marek Olšák
Module: Mesa Branch: master Commit: 06b38dbab287026625de302e80e9806db206c43e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06b38dbab287026625de302e80e9806db206c43e Author: Marek Olšák Date: Sat Jul 13 00:19:55 2013 +0200 winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fi

Mesa (master): glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.

2013-07-12 Thread Paul Berry
Module: Mesa Branch: master Commit: 8f51d68f8c2020ad35b442c4af693ad7a5e5dd0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f51d68f8c2020ad35b442c4af693ad7a5e5dd0d Author: Paul Berry Date: Sun Jul 7 11:47:22 2013 -0700 glsl ES: Fix magnitude of gl_MaxVertexUniformVectors. Previou

Mesa (master): glsl: Make gl_TexCoord compatibility-only

2013-07-12 Thread Paul Berry
Module: Mesa Branch: master Commit: c6bfe62e2166e44f035df3d7788ac2f97609f3d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6bfe62e2166e44f035df3d7788ac2f97609f3d2 Author: Paul Berry Date: Sun Jul 7 11:49:22 2013 -0700 glsl: Make gl_TexCoord compatibility-only gl_TexCoord was dep

Mesa (master): glsl: Initialize ast_aggregate_initializer::constructor_type .

2013-07-12 Thread Vinson Lee
Module: Mesa Branch: master Commit: be8d787873609e2efd847325e033d884f64f03ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be8d787873609e2efd847325e033d884f64f03ef Author: Vinson Lee Date: Fri Jul 12 17:16:47 2013 -0700 glsl: Initialize ast_aggregate_initializer::constructor_type.

Mesa (master): r600g/sb: Initialize ra_constraint::cost.

2013-07-12 Thread Vadim Girlin
Module: Mesa Branch: master Commit: b0c3c955aece11f506a10c9134f64960010d88f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0c3c955aece11f506a10c9134f64960010d88f6 Author: Vinson Lee Date: Fri Jul 12 19:21:41 2013 -0700 r600g/sb: Initialize ra_constraint::cost. Fixes "Uninitialize

Mesa (master): configure.ac: better detection of LLVM version

2013-07-12 Thread Tom Stellard
Module: Mesa Branch: master Commit: 45574ab2e92f0bf74b18448baff49cb2eb5db620 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45574ab2e92f0bf74b18448baff49cb2eb5db620 Author: Klemens Baum Date: Thu Jun 27 23:13:37 2013 +0200 configure.ac: better detection of LLVM version Reviewed-by: