Mesa (master): glapi: Add positional argument specifier.

2015-05-06 Thread Vinson Lee
Module: Mesa Branch: master Commit: cf5e015f71496e0626cd5c6262af1c5099391850 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf5e015f71496e0626cd5c6262af1c5099391850 Author: Vinson Lee Date: Wed May 6 12:39:09 2015 -0700 glapi: Add positional argument specifier. Fix build error int

Mesa (master): nv50/ir: add SHL to the list of U32 opcodes

2015-05-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 55b66dc4dee489e43b8e7a170fbc9ddd19a33aac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=55b66dc4dee489e43b8e7a170fbc9ddd19a33aac Author: Ilia Mirkin Date: Wed May 6 20:48:40 2015 -0400 nv50/ir: add SHL to the list of U32 opcodes Having the wrong

Mesa (master): i965: Sort extension enable lists

2015-05-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: 51e3453785bc57087bb868dc93afbf620935b703 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51e3453785bc57087bb868dc93afbf620935b703 Author: Ian Romanick Date: Tue Apr 21 13:43:32 2015 +0900 i965: Sort extension enable lists Sort by GEN, then sort by

Mesa (master): r600g: Fix Clang return-type build error.

2015-05-06 Thread Vinson Lee
Module: Mesa Branch: master Commit: 382b1a36e33c2d1f985996ecea54bdda547587d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=382b1a36e33c2d1f985996ecea54bdda547587d7 Author: Vinson Lee Date: Wed May 6 10:09:38 2015 -0700 r600g: Fix Clang return-type build error. Fix Clang return-ty

Mesa (master): i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 41868bb6824c6106a55c8442006c1e2215abf567 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41868bb6824c6106a55c8442006c1e2215abf567 Author: Jason Ekstrand Date: Tue Mar 24 17:00:04 2015 -0700 i965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction T

Mesa (master): i965/fs: Make half(fs_reg, unsigned) handle register files more explicitly

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: cf4607e85339c3cfd6ab5fd4a28985c9fafb0b86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf4607e85339c3cfd6ab5fd4a28985c9fafb0b86 Author: Jason Ekstrand Date: Tue May 5 15:57:11 2015 -0700 i965/fs: Make half(fs_reg, unsigned) handle register files

Mesa (master): i965/fs: Make LOAD_PAYLOAD take a header size

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 94ee908448405c8271e8662914a1c49df8d623b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94ee908448405c8271e8662914a1c49df8d623b2 Author: Jason Ekstrand Date: Tue Mar 24 10:37:33 2015 -0700 i965/fs: Make LOAD_PAYLOAD take a header size Reviewed-by

Mesa (master): i965/fs_inst: Add an is_copy_payload helper

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 32af7d4188e286a525081ada9965070dd41dbab7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32af7d4188e286a525081ada9965070dd41dbab7 Author: Jason Ekstrand Date: Wed Apr 1 15:38:23 2015 -0700 i965/fs_inst: Add an is_copy_payload helper This commit a

Mesa (master): i965/fs: Allow copy propagation on ATTR file registers.

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 0c0ca557117edd3a57443f4f454c3a8da1d4e0b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c0ca557117edd3a57443f4f454c3a8da1d4e0b5 Author: Kenneth Graunke Date: Tue Mar 10 04:18:06 2015 -0700 i965/fs: Allow copy propagation on ATTR file registers.

Mesa (master): i965/fs_cse: Factor out code to create copy instructions

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a9ccb14d141de57487933d9535479acd3612aa9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9ccb14d141de57487933d9535479acd3612aa9e Author: Jason Ekstrand Date: Tue Mar 24 15:06:24 2015 -0700 i965/fs_cse: Factor out code to create copy instructions

Mesa (master): i965/fs_inst: Get rid of the effective_width field

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 7a75b55a01d355090d186357896e3cb141b9775e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a75b55a01d355090d186357896e3cb141b9775e Author: Jason Ekstrand Date: Wed Apr 1 18:15:42 2015 -0700 i965/fs_inst: Get rid of the effective_width field The ef

Mesa (master): i965/fs: Make emit_single_fb_write take an explicit exec_size

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 74dccdad4b018dd37a2e8ba49f502e17edbea9ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74dccdad4b018dd37a2e8ba49f502e17edbea9ab Author: Jason Ekstrand Date: Tue Mar 24 13:55:10 2015 -0700 i965/fs: Make emit_single_fb_write take an explicit exec_s

Mesa (master): i965/fs: Fix passing an immediate to half().

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 88414de45e723a7fe8f052a3ab616aa7bc568519 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88414de45e723a7fe8f052a3ab616aa7bc568519 Author: Francisco Jerez Date: Wed Apr 22 15:01:24 2015 +0300 i965/fs: Fix passing an immediate to half(). Immediates

Mesa (master): i965: Change header_present to header_size in backend_instruction

2015-05-06 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 76c1086f2dfb37a1edf6d2df6eebbe11ccbfc50b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76c1086f2dfb37a1edf6d2df6eebbe11ccbfc50b Author: Jason Ekstrand Date: Tue Mar 24 10:17:32 2015 -0700 i965: Change header_present to header_size in backend_inst

Mesa (master): swrast: Build fix for darwin

2015-05-06 Thread Brian Paul
Module: Mesa Branch: master Commit: 5b2d3480f57168d50ad24cf0b8c9244414bd3701 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b2d3480f57168d50ad24cf0b8c9244414bd3701 Author: Jeremy Huddleston Sequoia Date: Thu Jan 1 19:48:40 2015 -0800 swrast: Build fix for darwin Fixes regression

Mesa (master): egl/dri2: Check return value of __DRI2fence::create_fence()

2015-05-06 Thread Chad Versace
Module: Mesa Branch: master Commit: b0f410a2a05e046c31c32e169b9463cb6b4af8ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0f410a2a05e046c31c32e169b9463cb6b4af8ae Author: Chad Versace Date: Tue May 5 19:05:20 2015 -0700 egl/dri2: Check return value of __DRI2fence::create_fence()

Mesa (master): draw: (trivial) fix out-of-bounds vector initialization

2015-05-06 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: b8a1495106a8b70e9026b7798a5df2fb9737c55e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8a1495106a8b70e9026b7798a5df2fb9737c55e Author: Roland Scheidegger Date: Wed May 6 15:56:17 2015 +0200 draw: (trivial) fix out-of-bounds vector initializatio

Mesa (10.5): i965: Add XRGB8888 format to intel_screen_make_configs

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: 536003c11e4cb1172c540932ce3cce06f03bf44e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=536003c11e4cb1172c540932ce3cce06f03bf44e Author: Boyan Ding Date: Wed Mar 25 19:36:54 2015 +0800 i965: Add XRGB format to intel_screen_make_configs Some app

Mesa (10.5): gk110/ir: fix set with a register dest to not auto-set the abs flag

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: a27d03dd9f84bd29158c3b1f4512c1dee32ac3a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a27d03dd9f84bd29158c3b1f4512c1dee32ac3a3 Author: Ilia Mirkin Date: Wed Apr 29 18:01:53 2015 -0400 gk110/ir: fix set with a register dest to not auto-set the abs

Mesa (10.5): nvc0/ir: fix predicated PFETCH emission

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: b4c973da03aa6444ca9aa0907ac836bfaab3bfb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4c973da03aa6444ca9aa0907ac836bfaab3bfb8 Author: Ilia Mirkin Date: Wed Apr 29 23:05:44 2015 -0400 nvc0/ir: fix predicated PFETCH emission src1 would contain the

Mesa (10.5): draw: fix prim ids when there's no gs

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: cf60503378f75ef2e9079092a0e6d26a589336dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf60503378f75ef2e9079092a0e6d26a589336dc Author: Roland Scheidegger Date: Thu Apr 23 18:13:32 2015 +0200 draw: fix prim ids when there's no gs We were resetting

Mesa (10.5): i965: Disallow linear blits that are not cacheline aligned.

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: 1176e5862ac656f1c1a790ea5b49ced4fcb3f480 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1176e5862ac656f1c1a790ea5b49ced4fcb3f480 Author: Kenneth Graunke Date: Tue Apr 21 12:32:38 2015 -0700 i965: Disallow linear blits that are not cacheline aligned.

Mesa (10.5): r300: do not link against libdrm_intel

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: 0b067295916885d18de6d625ec2a036933f07bc7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b067295916885d18de6d625ec2a036933f07bc7 Author: Emil Velikov Date: Wed Apr 15 14:44:02 2015 +0100 r300: do not link against libdrm_intel Accidentally added sin

Mesa (10.5): nvc0/ir: flush denorms to zero in non-compute shaders

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: dfe88d4f5288a39afde942b3a4c91637a79c924c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfe88d4f5288a39afde942b3a4c91637a79c924c Author: Ilia Mirkin Date: Tue Apr 28 03:30:08 2015 -0400 nvc0/ir: flush denorms to zero in non-compute shaders This wil

Mesa (10.5): i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: 716b5f7cbe9cb7611d593f170a98facef58e3d0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=716b5f7cbe9cb7611d593f170a98facef58e3d0a Author: Kenneth Graunke Date: Wed Apr 15 03:04:33 2015 -0700 i965: Make intel_emit_linear_blit handle Gen8+ alignment re

Mesa (10.5): nv50/ir: fix asFlow() const helper for OP_JOIN

2015-05-06 Thread Emil Velikov
Module: Mesa Branch: 10.5 Commit: 071402cc3b3e70c25a69d0add06760ec5bd2d4f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=071402cc3b3e70c25a69d0add06760ec5bd2d4f4 Author: Ilia Mirkin Date: Wed Apr 29 23:33:27 2015 -0400 nv50/ir: fix asFlow() const helper for OP_JOIN Signed-off-by:

Mesa (master): main/queryobj: add GL_QUERY_TARGET support to GetQueryObjectiv()

2015-05-06 Thread Martin Peres
Module: Mesa Branch: master Commit: 9891fc329b2d43c8433bec6d715b6b1684ea31c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9891fc329b2d43c8433bec6d715b6b1684ea31c5 Author: Martin Peres Date: Mon May 4 16:59:54 2015 +0300 main/queryobj: add GL_QUERY_TARGET support to GetQueryObject

Mesa (master): ilo: silence a compiler warning

2015-05-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ef5d4bcc3a21f1aa3e6a919cf26ec754707f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef5d4bcc3a21f1aa3e6a919cf26ec754707f Author: Chia-I Wu Date: Wed May 6 16:32:28 2015 +0800 ilo: silence a compiler warning Silence ilo_query.c:120:7:

Mesa (master): mesa: support compute stage in _mesa_program_resource_prop

2015-05-06 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 818cc90535404d76b69b22145f203106491d86a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=818cc90535404d76b69b22145f203106491d86a2 Author: Tapani Pälli Date: Wed May 6 09:36:15 2015 +0300 mesa: support compute stage in _mesa_program_resource_prop

Mesa (master): glsl: mark special built-in inputs referenced by vertex stage

2015-05-06 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 3706e5dbc96aa9cc29c58dad661aa10f20574503 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3706e5dbc96aa9cc29c58dad661aa10f20574503 Author: Tapani Pälli Date: Thu Apr 30 09:27:00 2015 +0300 glsl: mark special built-in inputs referenced by vertex stag

Mesa (master): relnotes: Note support for viewport arrays on i965/Gen6.

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 1fcdb2ce794d14545b06640b2316c629a3bde3ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fcdb2ce794d14545b06640b2316c629a3bde3ee Author: Chris Forbes Date: Wed May 6 19:05:17 2015 +1200 relnotes: Note support for viewport arrays on i965/Gen6. Si

Mesa (master): i965/gen6: setup limits for ARB_viewport_array

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 0374159b0ce3c4634364ca5ab257e305765d4879 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0374159b0ce3c4634364ca5ab257e305765d4879 Author: Chris Forbes Date: Wed May 6 14:43:34 2015 +1200 i965/gen6: setup limits for ARB_viewport_array Signed-off-b

Mesa (master): i965/gen6: Upload all the SF viewports

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: c41f6252006e9730097b1dab01f6dff1769413de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c41f6252006e9730097b1dab01f6dff1769413de Author: Chris Forbes Date: Wed May 6 17:35:37 2015 +1200 i965/gen6: Upload all the SF viewports Signed-off-by: Chris

Mesa (master): i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_viewport_index

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 5fc23375e80dd2084f30700bdd3216082f662acc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fc23375e80dd2084f30700bdd3216082f662acc Author: Chris Forbes Date: Wed May 6 17:45:11 2015 +1200 i965/gen6: Enable ARB_viewport_array and AMD_vertex_shader_v

Mesa (master): i965/gen6: Upload all the clip viewports

2015-05-06 Thread Chris Forbes
Module: Mesa Branch: master Commit: 2a8835d4854a49087fb032a927209dac50dfa827 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a8835d4854a49087fb032a927209dac50dfa827 Author: Chris Forbes Date: Wed May 6 17:34:27 2015 +1200 i965/gen6: Upload all the clip viewports Signed-off-by: Chr