Mesa (master): xlib: remove MESA_GLX_VISUAL_HACK

2016-04-14 Thread Alejandro Pinheiro
Module: Mesa Branch: master Commit: f8752e0d95b0b562ca64e8064e98a0b66e5d1591 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8752e0d95b0b562ca64e8064e98a0b66e5d1591 Author: John Sheu Date: Fri Apr 1 16:52:22 2016 -0700 xlib: remove MESA_GLX_VISUAL_HACK This removes a hack introduc

Mesa (master): xlib: do not cache return value of glXChooseVisual/ glXGetVisualFromFBConfig

2016-04-14 Thread Alejandro Pinheiro
Module: Mesa Branch: master Commit: fe9d8cd79e9380e29eb92f97903e8cb79d25371a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe9d8cd79e9380e29eb92f97903e8cb79d25371a Author: John Sheu Date: Wed Apr 13 13:57:42 2016 -0700 xlib: do not cache return value of glXChooseVisual/glXGetVisual

Mesa (master): xlib: fix memory leak of and remove vishandle from XMesaVisualInfo

2016-04-14 Thread Alejandro Pinheiro
Module: Mesa Branch: master Commit: 781232e0ac48bf608757bbd270c593a90173f951 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=781232e0ac48bf608757bbd270c593a90173f951 Author: John Sheu Date: Fri Apr 1 16:52:20 2016 -0700 xlib: fix memory leak of and remove vishandle from XMesaVisualI

Mesa (master): xlib: fix leaks of returned values from XGetVisualInfo

2016-04-14 Thread Alejandro Pinheiro
Module: Mesa Branch: master Commit: 8a9c0f102540f64c4a3523f6b4e11eaa2071e0a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a9c0f102540f64c4a3523f6b4e11eaa2071e0a3 Author: John Sheu Date: Fri Apr 1 16:52:21 2016 -0700 xlib: fix leaks of returned values from XGetVisualInfo Reviewe

Mesa (vulkan): radeon/uvd: fix tonga feedback buffer size

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 8f4340c5e63d5bb2dd69a09d044832390ea47e14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f4340c5e63d5bb2dd69a09d044832390ea47e14 Author: Leo Liu Date: Tue Apr 12 15:19:31 2016 -0400 radeon/uvd: fix tonga feedback buffer size This only applies to

Mesa (vulkan): nir/lower_io: Add UBOs and SSBOs to get_io_offset_src

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: d7cddbd6d66120899ffcb5735ee436f13432ed64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7cddbd6d66120899ffcb5735ee436f13432ed64 Author: Jason Ekstrand Date: Thu Apr 14 10:31:27 2016 -0700 nir/lower_io: Add UBOs and SSBOs to get_io_offset_src Rev

Mesa (vulkan): dri: Fix robust context creation via EGL attribute

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 7a835b3fd9b171eedecfdb23d326eae4bc0cb6d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a835b3fd9b171eedecfdb23d326eae4bc0cb6d4 Author: Chad Versace Date: Mon Apr 11 15:12:15 2016 -0700 dri: Fix robust context creation via EGL attribute driCreat

Mesa (vulkan): nir: Add a descriptor_set field to nir_variable

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 1e0012e3e41e09c33f7f9d6671a803b7b0a7d9b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e0012e3e41e09c33f7f9d6671a803b7b0a7d9b8 Author: Jason Ekstrand Date: Fri Mar 25 10:16:23 2016 -0700 nir: Add a descriptor_set field to nir_variable This is n

Mesa (vulkan): Merge remote-tracking branch 'public/master' into vulkan

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 76fa7b16f474253356d3bf59adc91769dc51f184 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76fa7b16f474253356d3bf59adc91769dc51f184 Author: Jason Ekstrand Date: Thu Apr 14 18:30:52 2016 -0700 Merge remote-tracking branch 'public/master' into vulkan

Mesa (vulkan): nir/intrinsics: Add a vulkan_resource_index intrinsic

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: c825e29a826bf9f03303d1527a2aeef8bcd80dea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c825e29a826bf9f03303d1527a2aeef8bcd80dea Author: Jason Ekstrand Date: Fri Mar 25 10:17:28 2016 -0700 nir/intrinsics: Add a vulkan_resource_index intrinsic Thi

Mesa (vulkan): i965: Expose the surface format table

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: eeff13315858fcb09eefba9a94e6bae5820572e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeff13315858fcb09eefba9a94e6bae5820572e0 Author: Jason Ekstrand Date: Thu Apr 14 10:42:29 2016 -0700 i965: Expose the surface format table Reviewed-by: Kennet

Mesa (vulkan): Revert "i965/vec4: Add support for SHADER_OPCODE_MOV_INDIRECT"

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: f0bbb34e4962f328df3d1d1f7cd08ceb237ab7a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0bbb34e4962f328df3d1d1f7cd08ceb237ab7a8 Author: Jason Ekstrand Date: Thu Apr 14 18:22:08 2016 -0700 Revert "i965/vec4: Add support for SHADER_OPCODE_MOV_INDIR

Mesa (vulkan): main/mtypes: Remove the "set" parameter from gl_uniform_block

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 547032c56ab032f51781b8fb5808e911a18cc87e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=547032c56ab032f51781b8fb5808e911a18cc87e Author: Jason Ekstrand Date: Thu Apr 14 18:23:59 2016 -0700 main/mtypes: Remove the "set" parameter from gl_uniform_bl

Mesa (master): i965: Expose the surface format table

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: eeff13315858fcb09eefba9a94e6bae5820572e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeff13315858fcb09eefba9a94e6bae5820572e0 Author: Jason Ekstrand Date: Thu Apr 14 10:42:29 2016 -0700 i965: Expose the surface format table Reviewed-by: Kennet

Mesa (master): nir/lower_io: Add UBOs and SSBOs to get_io_offset_src

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d7cddbd6d66120899ffcb5735ee436f13432ed64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7cddbd6d66120899ffcb5735ee436f13432ed64 Author: Jason Ekstrand Date: Thu Apr 14 10:31:27 2016 -0700 nir/lower_io: Add UBOs and SSBOs to get_io_offset_src Rev

Mesa (vulkan): 39 new commits

2016-04-14 Thread Jason Ekstrand
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5567ae0547d5f31e51e5f32e78065894e594fd1a Merge: 48cc8c2 f1d2909 Author: Jason Ekstrand Date: Thu Apr 14 17:14:28 2016 -0700 Merge remote-tracking branch 'public/master' into vulkan URL: http://cgit.freedesktop.org/mesa/mesa/comm

Mesa (master): nir: Add a descriptor_set field to nir_variable

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 1e0012e3e41e09c33f7f9d6671a803b7b0a7d9b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e0012e3e41e09c33f7f9d6671a803b7b0a7d9b8 Author: Jason Ekstrand Date: Fri Mar 25 10:16:23 2016 -0700 nir: Add a descriptor_set field to nir_variable This is n

Mesa (master): nir/intrinsics: Add a vulkan_resource_index intrinsic

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: c825e29a826bf9f03303d1527a2aeef8bcd80dea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c825e29a826bf9f03303d1527a2aeef8bcd80dea Author: Jason Ekstrand Date: Fri Mar 25 10:17:28 2016 -0700 nir/intrinsics: Add a vulkan_resource_index intrinsic Thi

Mesa (master): dri: Fix robust context creation via EGL attribute

2016-04-14 Thread Chad Versace
Module: Mesa Branch: master Commit: 7a835b3fd9b171eedecfdb23d326eae4bc0cb6d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a835b3fd9b171eedecfdb23d326eae4bc0cb6d4 Author: Chad Versace Date: Mon Apr 11 15:12:15 2016 -0700 dri: Fix robust context creation via EGL attribute driCreat

Mesa (master): radeon/uvd: fix tonga feedback buffer size

2016-04-14 Thread Leo Liu
Module: Mesa Branch: master Commit: 8f4340c5e63d5bb2dd69a09d044832390ea47e14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f4340c5e63d5bb2dd69a09d044832390ea47e14 Author: Leo Liu Date: Tue Apr 12 15:19:31 2016 -0400 radeon/uvd: fix tonga feedback buffer size This only applies to

Mesa (master): nir: Add another index to load_uniform to specify the range read

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 63101177f32e7ebcaa6c71e046b3e599d21a20b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63101177f32e7ebcaa6c71e046b3e599d21a20b5 Author: Jason Ekstrand Date: Tue Nov 24 13:52:49 2015 -0800 nir: Add another index to load_uniform to specify the rang

Mesa (master): i965/fs: Rename demote_pull_constants to lower_constant_loads

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 71f8039f728eb0a67e471321da61f0e88aec8035 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71f8039f728eb0a67e471321da61f0e88aec8035 Author: Jason Ekstrand Date: Tue Dec 8 17:14:49 2015 -0800 i965/fs: Rename demote_pull_constants to lower_constant_lo

Mesa (master): i965/fs: Push small uniform arrays

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 963513bb24bdd542f1af3733fab53ad450d3221b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=963513bb24bdd542f1af3733fab53ad450d3221b Author: Jason Ekstrand Date: Tue Dec 8 17:34:38 2015 -0800 i965/fs: Push small uniform arrays Unfortunately, this al

Mesa (master): i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnr

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 889e6054b7795baa789cc771e76e009d1605efae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=889e6054b7795baa789cc771e76e009d1605efae Author: Jason Ekstrand Date: Tue Nov 24 11:24:57 2015 -0800 i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero

Mesa (master): i965/fs: Get rid of the param_size array

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 479e38ad63ab1421afe4f25d36f434ac2e12e817 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=479e38ad63ab1421afe4f25d36f434ac2e12e817 Author: Jason Ekstrand Date: Tue Nov 24 17:02:01 2015 -0800 i965/fs: Get rid of the param_size array Reviewed-by: Kri

Mesa (master): i965/vec4: Get rid of the uniform_size array

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 8e76f664beb845f8dca30ca5635f9369618563b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e76f664beb845f8dca30ca5635f9369618563b0 Author: Jason Ekstrand Date: Tue Dec 8 17:02:16 2015 -0800 i965/vec4: Get rid of the uniform_size array Reviewed-by:

Mesa (master): i965/fs: Use MOV_INDIRECT for all indirect uniform loads

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 3c93cdfaf598bc3c28e3dc288da35675c02b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c93cdfaf598bc3c28e3dc288da35675c02b Author: Jason Ekstrand Date: Tue Nov 24 15:12:20 2015 -0800 i965/fs: Use MOV_INDIRECT for all indirect uniform loads

Mesa (master): i965/fs: Get rid of reladdr

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 275855f315623923eff863265077a9a840885c9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=275855f315623923eff863265077a9a840885c9e Author: Jason Ekstrand Date: Tue Nov 24 16:54:41 2015 -0800 i965/fs: Get rid of reladdr We aren't using it anymore.

Mesa (master): i965: Push everything if pull_param == NULL

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f1d29099b4eedafb0302a21c0673d12a6610c369 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1d29099b4eedafb0302a21c0673d12a6610c369 Author: Jason Ekstrand Date: Tue Apr 5 16:22:26 2016 -0700 i965: Push everything if pull_param == NULL Reviewed-by:

Mesa (master): i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 056849772f66582fd7e8a181c3fb16955f84243b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=056849772f66582fd7e8a181c3fb16955f84243b Author: Jason Ekstrand Date: Wed Nov 25 09:36:34 2015 -0800 i965/vec4: Use MOV_INDIRECT instead of reladdr for indirec

Mesa (master): i965/fs: Add support for doing MOV_INDIRECT on uniforms

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 40a8fe04dcee7a867e7d6044b23fafc20599c899 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40a8fe04dcee7a867e7d6044b23fafc20599c899 Author: Jason Ekstrand Date: Mon Nov 23 18:32:38 2015 -0800 i965/fs: Add support for doing MOV_INDIRECT on uniforms R

Mesa (master): i965/fs: Stop relying on param_size in assign_constant_locations

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 30874216cbaa21e9b757af7db1ef165b5c780a39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30874216cbaa21e9b757af7db1ef165b5c780a39 Author: Jason Ekstrand Date: Tue Nov 24 15:16:14 2015 -0800 i965/fs: Stop relying on param_size in assign_constant_loc

Mesa (master): i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardware

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 27bd8ac6f309b9f052a7fa9380ac5e12fb686e31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27bd8ac6f309b9f052a7fa9380ac5e12fb686e31 Author: Jason Ekstrand Date: Tue Nov 24 09:01:11 2015 -0800 i965/fs: Add support for MOV_INDIRECT on pre-Broadwell har

Mesa (master): i965/fs: Don' t force MASK_DISABLE on INDIRECT_MOV instructions

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 7e08a13009d53d40f7917b5737159a9c45544458 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e08a13009d53d40f7917b5737159a9c45544458 Author: Jason Ekstrand Date: Tue Nov 24 09:03:29 2015 -0800 i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instruct

Mesa (master): i965: Make intel_get_param return an int

2016-04-14 Thread Ben Widawsky
Module: Mesa Branch: master Commit: a8975a91cc0ae02d1d644f62a108172eb630ca0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8975a91cc0ae02d1d644f62a108172eb630ca0f Author: Ben Widawsky Date: Mon Apr 11 09:49:41 2016 -0700 i965: Make intel_get_param return an int This will fix the

Mesa (vulkan): anv: Install the installable ICD

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 48cc8c284aa28405eaa2335bb8f96324c8153ca7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48cc8c284aa28405eaa2335bb8f96324c8153ca7 Author: Jason Ekstrand Date: Wed Mar 30 10:34:58 2016 -0700 anv: Install the installable ICD --- src/intel/vulkan/M

Mesa (vulkan): anv/intel_icd: Don't provide an absolute path

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: e40b867145160dfb258a6f03c7e6b02f3f839aa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e40b867145160dfb258a6f03c7e6b02f3f839aa4 Author: Jason Ekstrand Date: Wed Mar 30 10:30:42 2016 -0700 anv/intel_icd: Don't provide an absolute path The driver

Mesa (vulkan): configure: Add initial support for enabling Vulkan drivers

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: ca16373a2bedfaf5d5f1b668f080cda91d96171c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca16373a2bedfaf5d5f1b668f080cda91d96171c Author: Jason Ekstrand Date: Tue Mar 29 12:00:24 2016 -0700 configure: Add initial support for enabling Vulkan drivers

Mesa (vulkan): spirv: Move to compiler/

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: c34be07230ef98d5021f0bdc88c3b0bc804ee2dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c34be07230ef98d5021f0bdc88c3b0bc804ee2dd Author: Jason Ekstrand Date: Thu Apr 14 10:28:45 2016 -0700 spirv: Move to compiler/ While it does rely on NIR, it's

Mesa (vulkan): i965: remove pointless diff with the master branch

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 34b5db17d965b94f018189950be241e24d006421 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34b5db17d965b94f018189950be241e24d006421 Author: Jason Ekstrand Date: Thu Apr 14 10:39:54 2016 -0700 i965: remove pointless diff with the master branch ---

Mesa (vulkan): anv/pipeline: Use the right mask for lower_indirect_derefs

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: e61c812f76eda0cf70317ee8c4070e80e3312e67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e61c812f76eda0cf70317ee8c4070e80e3312e67 Author: Jason Ekstrand Date: Thu Apr 14 15:12:41 2016 -0700 anv/pipeline: Use the right mask for lower_indirect_derefs

Mesa (vulkan): nir/opt_algebraic: Remove the encoding line

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: 769b5614f85992c333fa87f4faf23656da439d48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=769b5614f85992c333fa87f4faf23656da439d48 Author: Jason Ekstrand Date: Thu Apr 14 10:35:37 2016 -0700 nir/opt_algebraic: Remove the encoding line This is an un

Mesa (vulkan): nir: Remove some pointless delta between vulkan and master

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: vulkan Commit: bfa3a38280d27fe373cb78d666e926265ef80854 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfa3a38280d27fe373cb78d666e926265ef80854 Author: Jason Ekstrand Date: Thu Apr 14 10:24:33 2016 -0700 nir: Remove some pointless delta between vulkan and master

Mesa (11.1): 91 new commits

2016-04-14 Thread Emil Velikov
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48d14b5290d784ea965e45edb94af2dabd9a924d Author: Olivier Pena Date: Mon Dec 7 17:13:18 2015 +0100 scons: support for LLVM 3.7. Reviewed-by: Jose Fonseca (cherry picked from commit a5256012ef8ea31bc8025fc72193a9772372c9a

Mesa (master): st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()

2016-04-14 Thread Brian Paul
Module: Mesa Branch: master Commit: aed975d5c510135c54252746b44d663d094ecb1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aed975d5c510135c54252746b44d663d094ecb1e Author: Brian Paul Date: Thu Apr 14 15:07:53 2016 -0600 st/mesa: fix sampler view leak in st_DrawAtlasBitmaps() I neg

Mesa (master): gallium/radeon: handle failure when mapping staging buffer

2016-04-14 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: a17911ceb11fbf14b296095a9b5c506295b73d99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a17911ceb11fbf14b296095a9b5c506295b73d99 Author: Nicolai Hähnle Date: Wed Apr 13 10:55:29 2016 -0500 gallium/radeon: handle failure when mapping staging buffer

Mesa (master): radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CS

2016-04-14 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 8bd0f0df50235fc5c3c556b9e20cb0225580596a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bd0f0df50235fc5c3c556b9e20cb0225580596a Author: Nicolai Hähnle Date: Wed Apr 13 12:17:28 2016 -0500 radeonsi: mark ssbo and images descriptor pointers dirty a

Mesa (master): i965/vec4: Use UD rather than D for uniform indirects

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: cb372b39ea15729caf8491f4fd9f12c37a2840df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb372b39ea15729caf8491f4fd9f12c37a2840df Author: Jason Ekstrand Date: Fri Apr 8 10:49:02 2016 -0700 i965/vec4: Use UD rather than D for uniform indirects Rev

Mesa (master): i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOAD

2016-04-14 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 240d16ea94834eb2472e91fd4856381951a07007 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=240d16ea94834eb2472e91fd4856381951a07007 Author: Jason Ekstrand Date: Wed Nov 25 09:59:03 2015 -0800 i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_

Mesa (master): nvc0: do not break the universe on GK110+

2016-04-14 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: bb4cdee9a4dbda40c0e330aef0bbcaf749b7ffab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb4cdee9a4dbda40c0e330aef0bbcaf749b7ffab Author: Samuel Pitoiset Date: Thu Apr 14 21:47:15 2016 +0200 nvc0: do not break the universe on GK110+ I removed that

Mesa (11.2): st/nine: specify WINAPI only for i386 and amd64

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: c5f8a417102b1dcc2fd5708fad8a5e31bf7ce779 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5f8a417102b1dcc2fd5708fad8a5e31bf7ce779 Author: Christian Schmidbauer Date: Sun Mar 13 22:50:31 2016 +0100 st/nine: specify WINAPI only for i386 and amd64 Curr

Mesa (11.2): configure.ac: update the path of the generated files

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 3840e67bf5a5c89fc644816e721d4527557ab3ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3840e67bf5a5c89fc644816e721d4527557ab3ef Author: Emil Velikov Date: Tue Apr 5 14:29:41 2016 +0100 configure.ac: update the path of the generated files ... in o

Mesa (11.2): glsl: Lower variable indexing of system value arrays unconditionally.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 672652a5a291b4fbff286bb0a44d53bc34fdc899 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=672652a5a291b4fbff286bb0a44d53bc34fdc899 Author: Kenneth Graunke Date: Mon Apr 4 00:31:45 2016 -0700 glsl: Lower variable indexing of system value arrays uncond

Mesa (11.2): i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 63337abb8fc4f0af750b7e5095db04dc11f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63337abb8fc4f0af750b7e5095db04dc11f2 Author: Kenneth Graunke Date: Tue Mar 29 09:58:11 2016 -0700 i965: Fix textureSize() depth value for 1 layer surfaces on

Mesa (11.2): st/mesa: fix glReadBuffer() assertion failure

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: f03afb6200cf51a2f2b014b6965f1f1bcde265b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f03afb6200cf51a2f2b014b6965f1f1bcde265b2 Author: Brian Paul Date: Thu Apr 7 17:38:41 2016 -0600 st/mesa: fix glReadBuffer() assertion failure If the first call

Mesa (11.2): i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: bbbcad4f0d915c31f25b1beee19cea216ced4796 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbbcad4f0d915c31f25b1beee19cea216ced4796 Author: Jason Ekstrand Date: Thu Apr 7 11:21:19 2016 -0700 i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy function

Mesa (11.2): glsl: allow usage of the keyword buffer before GLSL 430 / ESSL 310

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 5b644f3a06da76cdd6d404c98696e6d78c39c0cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b644f3a06da76cdd6d404c98696e6d78c39c0cc Author: Ilia Mirkin Date: Sat Apr 9 13:11:42 2016 -0400 glsl: allow usage of the keyword buffer before GLSL 430 / ESSL

Mesa (11.2): st/va: avoid dereference after free in vlVaDestroyImage

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: a2898b6bbc3804a5eaef37727e7e7049a93c9fc3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2898b6bbc3804a5eaef37727e7e7049a93c9fc3 Author: Thomas Hindoe Paaboel Andersen Date: Sat Mar 5 13:07:07 2016 +0100 st/va: avoid dereference after free in vlVaD

Mesa (11.2): i965: Use brw-> urb.min_vs_urb_entries instead of 32 for BLORP.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 50013e5db8703c0b07d6c33390de1cd3696b3749 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50013e5db8703c0b07d6c33390de1cd3696b3749 Author: Kenneth Graunke Date: Thu Mar 31 00:53:21 2016 -0700 i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLO

Mesa (11.2): nv50/ir: do not try to attach JOIN ops to ATOM

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 4aaea22ee2d4931ad7c449ca2230b0f1dd85368b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4aaea22ee2d4931ad7c449ca2230b0f1dd85368b Author: Samuel Pitoiset Date: Thu Apr 7 22:38:47 2016 +0200 nv50/ir: do not try to attach JOIN ops to ATOM This might

Mesa (11.2): va: check null context in vlVaDestroyContext

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 106c1facae8f8e2e27d670397d1276958f0143c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=106c1facae8f8e2e27d670397d1276958f0143c4 Author: Iurie Salomov Date: Tue Apr 12 23:24:30 2016 +0100 va: check null context in vlVaDestroyContext Signed-off-by:

Mesa (11.2): radeonsi: fix bounds check in si_create_vertex_elements

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: fbdd845ed213871c221f1076ea83621ebe779f4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbdd845ed213871c221f1076ea83621ebe779f4e Author: Nicolai Hähnle Date: Tue Apr 12 12:23:31 2016 -0500 radeonsi: fix bounds check in si_create_vertex_elements Thi

Mesa (11.2): drirc: add a workaround for blackness in Warsow

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: e54e1d31f31c08dde0cae09444a20c3c0e03cfce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e54e1d31f31c08dde0cae09444a20c3c0e03cfce Author: Marek Olšák Date: Thu Mar 31 23:32:53 2016 +0200 drirc: add a workaround for blackness in Warsow Cc: 11.1 11.2

Mesa (11.2): st/mesa: fix memleak in glDrawPixels cache code

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: 389d5bbc98f04740bb64ec2e9c94dcab7adcbd6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=389d5bbc98f04740bb64ec2e9c94dcab7adcbd6b Author: Brian Paul Date: Mon Apr 11 18:54:28 2016 -0600 st/mesa: fix memleak in glDrawPixels cache code If the glDrawPi

Mesa (11.2): i965/tiled_memcopy: Add aligned mem_copy parameters to the [ de]tiling functions

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: 11.2 Commit: b7bd6944c8ccfe2b6c0b1c68e16980fcac5cf7f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7bd6944c8ccfe2b6c0b1c68e16980fcac5cf7f0 Author: Jason Ekstrand Date: Thu Apr 7 10:52:28 2016 -0700 i965/tiled_memcopy: Add aligned mem_copy parameters to the [

Mesa (master): nvc0: allow to use compute support on GM200

2016-04-14 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 6e23fd420d8e7d382f6a643a48cc6fcaeb81ee64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e23fd420d8e7d382f6a643a48cc6fcaeb81ee64 Author: Samuel Pitoiset Date: Thu Apr 14 00:46:50 2016 +0200 nvc0: allow to use compute support on GM200 This works l

Mesa (master): nir: Remove unistd.h include.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: 8f96524f1390de0a54df029f29018379a8d9bd97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f96524f1390de0a54df029f29018379a8d9bd97 Author: Jose Fonseca Date: Wed Apr 13 18:19:49 2016 +0100 nir: Remove unistd.h include. It doesn't seem needed, and i

Mesa (master): scons: Build NIR.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: ffcc00ce309e5b4d279d24b2a85d23904d721a9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffcc00ce309e5b4d279d24b2a85d23904d721a9a Author: Jose Fonseca Date: Wed Apr 13 18:19:52 2016 +0100 scons: Build NIR. Emil Velikov: - Attribute the src/{glsl,

Mesa (master): nir: Use _snprintf on Windows.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: feb6732e8055f17008077c7505f4cd343380116d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=feb6732e8055f17008077c7505f4cd343380116d Author: Jose Fonseca Date: Wed Apr 13 18:19:51 2016 +0100 nir: Use _snprintf on Windows. Reviewed-by: Jason Ekstrand

Mesa (master): nir: Avoid structure initalization expressions.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: ba0c0e3940c904cd88d51a0dafc41cd91723877c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba0c0e3940c904cd88d51a0dafc41cd91723877c Author: Jose Fonseca Date: Wed Apr 13 18:19:50 2016 +0100 nir: Avoid structure initalization expressions. Not support

Mesa (master): nir: Avoid empty {} struct initializer.

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: f8e2f1fba5149a494360ad76a1f90e729de28a0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8e2f1fba5149a494360ad76a1f90e729de28a0b Author: Jose Fonseca Date: Wed Apr 13 18:19:48 2016 +0100 nir: Avoid empty {} struct initializer. Not supported by MS

Mesa (master): install-gallium-links.mk: handle multiple libraries

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: aee976703dc81d2bd8b9779cd4d2e35a500bf705 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aee976703dc81d2bd8b9779cd4d2e35a500bf705 Author: Tim Rowley Date: Wed Apr 13 15:06:45 2016 -0500 install-gallium-links.mk: handle multiple libraries Need to p

Mesa (master): gallium/swr: fold the almost identical Makefiles

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: bb949e262cb5c4fffe991debc605447e15322666 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb949e262cb5c4fffe991debc605447e15322666 Author: Emil Velikov Date: Wed Apr 13 15:38:48 2016 +0100 gallium/swr: fold the almost identical Makefiles Rather tha

Mesa (master): radeonsi: disable hw ETC2 on Polaris

2016-04-14 Thread Marek Olšák
Module: Mesa Branch: master Commit: aaf5be4a29b4537b7e298c3ddf889180f3b4d855 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaf5be4a29b4537b7e298c3ddf889180f3b4d855 Author: Marek Olšák Date: Wed Apr 13 16:31:35 2016 +0200 radeonsi: disable hw ETC2 on Polaris not supported by hw dir

Mesa (master): radeonsi: don' t overwrite the scratch offset in shader prologs

2016-04-14 Thread Marek Olšák
Module: Mesa Branch: master Commit: 112291964e27c1e0e570cdff267306b4332af903 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=112291964e27c1e0e570cdff267306b4332af903 Author: Marek Olšák Date: Wed Apr 13 17:46:23 2016 +0200 radeonsi: don't overwrite the scratch offset in shader prolog

Mesa (master): radeonsi: fix SGPRS calculation once more

2016-04-14 Thread Marek Olšák
Module: Mesa Branch: master Commit: 51c4034f9b344919839cd0bfaa50624a17b61ae5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51c4034f9b344919839cd0bfaa50624a17b61ae5 Author: Marek Olšák Date: Wed Apr 13 13:50:04 2016 +0200 radeonsi: fix SGPRS calculation once more This fixes GS pigl

Mesa (master): radeonsi: fold num_user_sgprs where it is possible

2016-04-14 Thread Marek Olšák
Module: Mesa Branch: master Commit: ffe44d0283e2a987d2083b75e045316ac2898c40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffe44d0283e2a987d2083b75e045316ac2898c40 Author: Marek Olšák Date: Wed Apr 13 14:15:16 2016 +0200 radeonsi: fold num_user_sgprs where it is possible Reviewed-

Mesa (master): doxygen: remove git rebase fallouts

2016-04-14 Thread Emil Velikov
Module: Mesa Branch: master Commit: 4358cfc4adb10d9f4902b4f8cd283610fc101d06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4358cfc4adb10d9f4902b4f8cd283610fc101d06 Author: Emil Velikov Date: Thu Apr 14 09:47:50 2016 +0100 doxygen: remove git rebase fallouts Should never have been