Mesa (master): mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.

2013-06-03 Thread Vinson Lee
Module: Mesa Branch: master Commit: 7bafd88c153e395274b632e7eae4bc9fc3aec1d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bafd88c153e395274b632e7eae4bc9fc3aec1d2 Author: Vinson Lee Date: Sun Jun 2 23:16:42 2013 -0700 mesa: Prevent possible out-of-bounds read by save_SamplerParam

Mesa (master): i965: fix problem with constant out of bounds access (v3)

2013-06-03 Thread Dave Airlie
Module: Mesa Branch: master Commit: 0677ea063cd96adefe87c1fb01ef7c66d905535b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0677ea063cd96adefe87c1fb01ef7c66d905535b Author: Dave Airlie Date: Thu May 30 20:21:56 2013 +1000 i965: fix problem with constant out of bounds access (v3) Ok

Mesa (master): intel: Fix copying of separate stencil data in glCopyTexSubImage().

2013-06-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: bb525f1f1154f8ffde0e4199909466acbbb3876c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb525f1f1154f8ffde0e4199909466acbbb3876c Author: Eric Anholt Date: Thu May 30 14:20:04 2013 -0700 intel: Fix copying of separate stencil data in glCopyTexSubIm

Mesa (master): meta: Fix temporary image type for float depth/stencil.

2013-06-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: c937aea3d1af49041138aa3088e8efc253b34fbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c937aea3d1af49041138aa3088e8efc253b34fbb Author: Eric Anholt Date: Thu May 30 10:06:49 2013 -0700 meta: Fix temporary image type for float depth/stencil. Fixe

Mesa (master): intel: Fix performance regression from miptree blit changes.

2013-06-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: f96de8ad9622d42ce54feedd246967c73d1206cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f96de8ad9622d42ce54feedd246967c73d1206cd Author: Eric Anholt Date: Thu May 30 09:43:45 2013 -0700 intel: Fix performance regression from miptree blit changes.

Mesa (master): glcpp: Add test case for recently fixed loop-control underflow bug.

2013-06-03 Thread Carl Worth
Module: Mesa Branch: master Commit: 610fe6da7909c96ae8fa85d93ece5c2e5c2d729b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=610fe6da7909c96ae8fa85d93ece5c2e5c2d729b Author: Carl Worth Date: Mon Jun 3 12:49:10 2013 -0700 glcpp: Add test case for recently fixed loop-control underflow

Mesa (master): glcpp: Fix post-decrement underflow in loop-control variable

2013-06-03 Thread Carl Worth
Module: Mesa Branch: master Commit: d8eeb1d330c52aad734cc553e41b457e6727275c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8eeb1d330c52aad734cc553e41b457e6727275c Author: Carl Worth Date: Mon Jun 3 11:35:43 2013 -0700 glcpp: Fix post-decrement underflow in loop-control variable

Mesa (fdo/master): i965: Fix glColorPointer(GL_FIXED)

2013-06-03 Thread Chad Versace
Module: Mesa Branch: fdo/master Commit: 7a9f4d3e7114ca709658a620644ad897bdda41e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a9f4d3e7114ca709658a620644ad897bdda41e7 Author: Chad Versace Date: Tue May 28 16:26:07 2013 -0700 i965: Fix glColorPointer(GL_FIXED) When a gl_client_arr

Mesa (master): i965: Fix glColorPointer(GL_FIXED)

2013-06-03 Thread Chad Versace
Module: Mesa Branch: master Commit: 7a9f4d3e7114ca709658a620644ad897bdda41e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a9f4d3e7114ca709658a620644ad897bdda41e7 Author: Chad Versace Date: Tue May 28 16:26:07 2013 -0700 i965: Fix glColorPointer(GL_FIXED) When a gl_client_array i

Mesa (master): softpipe: draw_find_shader_output returns -1 on invalid outputs

2013-06-03 Thread Zack Rusin
Module: Mesa Branch: master Commit: e54c924a0e9b9a504eae1eb68daaf51f21689629 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e54c924a0e9b9a504eae1eb68daaf51f21689629 Author: Zack Rusin Date: Thu May 30 17:01:19 2013 -0400 softpipe: draw_find_shader_output returns -1 on invalid output

Mesa (master): radeonsi/compute: Support multiple kernels in a compute program

2013-06-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: d2472ceb92a4104b6ac98c8256a00697074d34af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2472ceb92a4104b6ac98c8256a00697074d34af Author: Tom Stellard Date: Tue May 21 17:02:33 2013 -0400 radeonsi/compute: Support multiple kernels in a compute prog

Mesa (master): radeonsi/compute: Pass kernel arguments in a buffer v2

2013-06-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3d831206a4baf2cd36e91ea81ed45ce3c24d0f88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d831206a4baf2cd36e91ea81ed45ce3c24d0f88 Author: Tom Stellard Date: Mon May 6 22:11:39 2013 -0400 radeonsi/compute: Pass kernel arguments in a buffer v2 v2:

Mesa (master): radeonsi/compute: Implement un-binding of global buffers

2013-06-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 67e5c9ae0e9fd0f205d346aebd0eb4c7e53a3948 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67e5c9ae0e9fd0f205d346aebd0eb4c7e53a3948 Author: Tom Stellard Date: Fri May 17 17:02:25 2013 -0400 radeonsi/compute: Implement un-binding of global buffers --

Mesa (master): radeonsi/compute: Upload work group, work item size in input buffer

2013-06-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 124e1f91a7c50e186d0cd87ff92d534d8f5f5a91 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=124e1f91a7c50e186d0cd87ff92d534d8f5f5a91 Author: Tom Stellard Date: Mon May 13 22:13:53 2013 -0400 radeonsi/compute: Upload work group, work item size in input

Mesa (master): radeonsi/compute: Add missing PIPE_COMPUTE caps

2013-06-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3f241903254ca8ce2bb4c73f321b9dec05191314 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f241903254ca8ce2bb4c73f321b9dec05191314 Author: Tom Stellard Date: Mon May 13 22:14:50 2013 -0400 radeonsi/compute: Add missing PIPE_COMPUTE caps --- src/g