Mesa (master): intel/compiler: handle 16-bit to 64-bit conversions in BSW platforms

2018-05-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a75f967388b3224fb4da02f5bd01916018b639d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a75f967388b3224fb4da02f5bd01916018b639d4 Author: Iago Toral Quiroga Date: Fri May 4 09:55:55 2018 +0200 intel/compiler: handle 16-bit to 64-bit conversions

Mesa (master): anv/device: expose shaderInt16 support in gen8+

2018-05-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: e4c667b9e84c88f9031769fe11c32155652825e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4c667b9e84c88f9031769fe11c32155652825e6 Author: Iago Toral Quiroga Date: Fri May 4 11:35:55 2018 +0200 anv/device: expose shaderInt16 support in gen8+ This

Mesa (master): i965/compiler: handle conversion to smaller type in the lowering pass for that

2018-05-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 5a12bdac09496e00b746421f4c10d77f9b7a8e66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a12bdac09496e00b746421f4c10d77f9b7a8e66 Author: Iago Toral Quiroga Date: Fri May 4 11:33:07 2018 +0200 i965/compiler: handle conversion to smaller type in

Mesa (master): compiler/spirv: add implementation to check for SpvCapabilityInt16 support

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f07c05576f3e4cba77d299d8a0f2946a0ab9f0b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f07c05576f3e4cba77d299d8a0f2946a0ab9f0b9 Author: Iago Toral Quiroga Date: Fri Mar 2 11:08:52 2018 +0100 compiler/spirv: add implementation to check for

Mesa (master): anv/pipeline: support SpvCapabilityInt16 in gen8+

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 002cb6f2b330434763b0fd8a51ac2f0eb8f5d65f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=002cb6f2b330434763b0fd8a51ac2f0eb8f5d65f Author: Iago Toral Quiroga Date: Fri Mar 2 11:12:38 2018 +0100 anv/pipeline: support SpvCapabilityInt16 in gen8

Mesa (master): compiler/spirv: implement 16-bit bitcasts

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 1dacb562792782ca7793674ff5e7fc796b044915 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1dacb562792782ca7793674ff5e7fc796b044915 Author: Iago Toral Quiroga Date: Tue Apr 17 10:22:43 2018 +0200 compiler/spirv: implement 16-bit bitcasts Reviewed

Mesa (master): intel/compiler: fix 16-bit comparisons

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 6318808a0559f7b2a8152592f0ae4e5ccc6953a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6318808a0559f7b2a8152592f0ae4e5ccc6953a9 Author: Iago Toral Quiroga Date: Thu Apr 19 10:06:43 2018 +0200 intel/compiler: fix 16-bit comparisons NIR assumes

Mesa (master): anv/device: expose shaderInt16 support in gen8+

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 0ba0ac815e078185c1f408ec7078fd1efac1a634 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ba0ac815e078185c1f408ec7078fd1efac1a634 Author: Iago Toral Quiroga Date: Fri Mar 2 10:58:58 2018 +0100 anv/device: expose shaderInt16 support in gen8

Mesa (master): intel/compiler: implement conversion between float/int 16-bit types

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: d5a419176f20961babc78a6f1f319697c55e81ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5a419176f20961babc78a6f1f319697c55e81ab Author: Iago Toral Quiroga Date: Tue Mar 6 13:35:49 2018 +0100 intel/compiler: implement conversion between float

Mesa (master): intel/compiler: implement 16-bit pack/unpack opcodes

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: dd41630d9a83a07f31ec490f75e4efe5ec6b3a3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd41630d9a83a07f31ec490f75e4efe5ec6b3a3a Author: Iago Toral Quiroga Date: Tue Apr 17 10:23:47 2018 +0200 intel/compiler: implement 16-bit pack/unpack opcodes

Mesa (master): intel/compiler: fix isign for 16-bit integers

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 5361a87ee73848d9f7fab0b715563b3d9de7f3df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5361a87ee73848d9f7fab0b715563b3d9de7f3df Author: Iago Toral Quiroga Date: Tue Mar 6 08:57:26 2018 +0100 intel/compiler: fix isign for 16-bit integers We

Mesa (master): compiler/nir: add a lowering pass to convert the bit size of ALU operations

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: b9a3d8c23e53b261ec626c13f0f0f6858f919371 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9a3d8c23e53b261ec626c13f0f0f6858f919371 Author: Iago Toral Quiroga Date: Thu Apr 26 10:02:04 2018 +0200 compiler/nir: add a lowering pass to convert the bit

Mesa (master): compiler/lower_64bit_packing: rename the pass to be more generic

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 2d648e5ba38d8924c8dcd99d18ab2480d7903c0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d648e5ba38d8924c8dcd99d18ab2480d7903c0e Author: Iago Toral Quiroga Date: Fri Apr 27 09:28:48 2018 +0200 compiler/lower_64bit_packing: rename the pass to be

Mesa (master): intel/compiler: implement nir_instr_type_load_const for 16-bit constants

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: e5fc3c07170cff756b7bc7cbeee67212fc46c9a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5fc3c07170cff756b7bc7cbeee67212fc46c9a5 Author: Jose Maria Casanova Crespo Date: Tue Apr 10 10:02:29 2018 +0200 intel/compiler: implement nir_instr_type_load_

Mesa (master): intel/compiler: support negate and abs of half float immediates

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f575277f7e4cd3568ae2b0d8d2b0c6e0cf611d62 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f575277f7e4cd3568ae2b0d8d2b0c6e0cf611d62 Author: Jose Maria Casanova Crespo Date: Thu May 3 02:18:37 2018 +0200 intel/compiler: support negate and abs of half

Mesa (master): intel/compiler: implement conversions from 16-bit int/float to bool

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 939501c8edc963c429f19eb43f798f6db343a65f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=939501c8edc963c429f19eb43f798f6db343a65f Author: Iago Toral Quiroga Date: Wed Mar 7 11:12:18 2018 +0100 intel/compiler: implement conversions from 16-bit int

Mesa (master): nir/lower_64bit_packing: extend the pass to handle packing from / to 16-bit.

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: d2564af84252810e8400bae53742ba66539aa3c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2564af84252810e8400bae53742ba66539aa3c8 Author: Iago Toral Quiroga Date: Tue Apr 17 10:09:03 2018 +0200 nir/lower_64bit_packing: extend the pass to handle

Mesa (master): nir: add opcodes for 16-bit packing and unpacking

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: c9653cc14cac7b5de1a82307624dbb52dba2e178 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9653cc14cac7b5de1a82307624dbb52dba2e178 Author: Iago Toral Quiroga Date: Tue Apr 17 10:07:40 2018 +0200 nir: add opcodes for 16-bit packing and unpacking

Mesa (master): i965/compiler: handle conversion to smaller type in the lowering pass for that

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 96b51537908cd2aace85f54b437eeb72e6346b7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96b51537908cd2aace85f54b437eeb72e6346b7e Author: Iago Toral Quiroga Date: Tue Mar 6 12:14:05 2018 +0100 i965/compiler: handle conversion to smaller type in

Mesa (master): intel/compiler: fix brw_imm_w for negative 16-bit integers

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f0e6dacee529661393964725bed561c45405bae4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0e6dacee529661393964725bed561c45405bae4 Author: Jose Maria Casanova Crespo Date: Thu May 3 01:38:47 2018 +0200 intel/compiler: fix brw_imm_w for negative 16-

Mesa (master): intel/compiler: lower some 16-bit integer operations to 32-bit

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: b11e9425df24f8c07a4cda85717407726f2d5330 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b11e9425df24f8c07a4cda85717407726f2d5330 Author: Iago Toral Quiroga Date: Thu Apr 26 10:07:56 2018 +0200 intel/compiler: lower some 16-bit integer operations

Mesa (master): intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediate

2018-05-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 2a76f03c90037a8966eeb7e47d86c11a6ada9312 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a76f03c90037a8966eeb7e47d86c11a6ada9312 Author: Jose Maria Casanova Crespo Date: Thu May 3 01:44:11 2018 +0200 intel/compiler: fix 16-bit int brw_negate_imme

Mesa (master): compiler/spirv: set is_shadow for depth comparitor sampling opcodes

2018-04-03 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 41ac0b1443ca7c8c3481eab978a41b7caba5503a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41ac0b1443ca7c8c3481eab978a41b7caba5503a Author: Iago Toral Quiroga Date: Mon Apr 2 11:39:41 2018 +0200 compiler/spirv: set is_shadow for depth comparitor

Mesa (master): anv/cmd_buffer: honor pending clear views for depth/stencil attachments

2018-04-02 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 31881079af7cbd3cb0b0395c93802e45569cd9e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31881079af7cbd3cb0b0395c93802e45569cd9e5 Author: Iago Toral Quiroga Date: Wed Feb 28 09:44:18 2018 +0100 anv/cmd_buffer: honor pending clear views for depth

Mesa (master): anv/cmd_buffer: consider multiview masks for tracking pending clear aspects

2018-04-02 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f60c5fc17e23ee12b7ae0e0d81a6c606a94faee6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f60c5fc17e23ee12b7ae0e0d81a6c606a94faee6 Author: Iago Toral Quiroga Date: Wed Feb 21 09:47:09 2018 +0100 anv/cmd_buffer: consider multiview masks for tracking

Mesa (master): anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commands

2018-03-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 1a0aba7216e54e117df744c252f152ff3eab6441 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a0aba7216e54e117df744c252f152ff3eab6441 Author: Iago Toral Quiroga Date: Mon Mar 12 08:27:04 2018 +0100 anv/entrypoints: VkGetDeviceProcAddr returns NULL for

Mesa (master): anv/entrypoints: dispatches to VkQueue are device-level

2018-03-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a631575ff4e415271d7b4b5574d64fc5d2e5586e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a631575ff4e415271d7b4b5574d64fc5d2e5586e Author: Iago Toral Quiroga Date: Mon Mar 12 08:29:57 2018 +0100 anv/entrypoints: dispatches to VkQueue are device

Mesa (master): i965/sbe: fix number of inputs for active components

2018-03-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: bc73016703f8f2815e000f1c100532cf6e13cd3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc73016703f8f2815e000f1c100532cf6e13cd3c Author: Iago Toral Quiroga Date: Thu Mar 1 07:59:42 2018 +0100 i965/sbe: fix number of inputs for active components

Mesa (master): anv/blorp: multisample resolve all attachment layers

2018-02-21 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 7668b594e61e78ea4419936293fd5c6d756e0400 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7668b594e61e78ea4419936293fd5c6d756e0400 Author: Iago Toral Quiroga Date: Wed Feb 14 11:48:05 2018 +0100 anv/blorp: multisample resolve all attachment layers

Mesa (master): anv/entrypoints: make vkGetDeviceProcAddr return NULL for instance commands

2018-02-19 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: af5f2322d0c64f2909944097f69a7151fe68566d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af5f2322d0c64f2909944097f69a7151fe68566d Author: Iago Toral Quiroga Date: Wed Feb 7 09:21:47 2018 +0100 anv/entrypoints: make vkGetDeviceProcAddr return NULL

Mesa (master): intel/compiler: fix first_component for 64-bit types on vertex inputs

2018-02-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 4917d383212b45c946a1311fcaeff6f7ab7b80b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4917d383212b45c946a1311fcaeff6f7ab7b80b1 Author: Iago Toral Quiroga Date: Fri Jan 19 09:17:06 2018 +0100 intel/compiler: fix first_component for 64-bit types

Mesa (master): i965/compiler: clean up nir_intrinsic_load_input for vertex shaders

2018-02-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: cb9dbd6dec2952c894b183c860dd7520026d42ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb9dbd6dec2952c894b183c860dd7520026d42ed Author: Iago Toral Quiroga Date: Fri Jan 19 09:17:07 2018 +0100 i965/compiler: clean up nir_intrinsic_load_input for

Mesa (master): i965: allocate a SGVS element when VertexID or InstanceID are read

2018-02-07 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f474b19875a7c51ced6bb986e5733379b2780dcf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f474b19875a7c51ced6bb986e5733379b2780dcf Author: Iago Toral Quiroga Date: Thu Jan 4 03:55:13 2018 +0100 i965: allocate a SGVS element when VertexID or

Mesa (master): anv/device: initialize the list of enabled extensions properly

2018-02-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a5053ba27ed76f666e315de7150433c5f2c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5053ba27ed76f666e315de7150433c5f2c3 Author: Iago Toral Quiroga Date: Mon Feb 5 09:49:54 2018 +0100 anv/device: initialize the list of enabled extensions

Mesa (master): i965/nir: do int64 lowering before optimization

2018-02-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 1d20001d9711a7ea06f42292d3ed545d7ca0f50c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d20001d9711a7ea06f42292d3ed545d7ca0f50c Author: Iago Toral Quiroga Date: Fri Dec 1 13:46:23 2017 +0100 i965/nir: do int64 lowering before optimization

Mesa (master): spirv: split constant initializers on in/out structs

2018-02-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: ef439a4fdc34749ce73bf44834c55eae9e886ac2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef439a4fdc34749ce73bf44834c55eae9e886ac2 Author: Iago Toral Quiroga Date: Tue Jan 23 12:20:16 2018 +0100 spirv: split constant initializers on in/out structs

Mesa (master): anv/pipeline: lower constant initializers on output variables earlier

2018-01-29 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 99b57daf4a8289430728bec69f7dadfab457d990 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99b57daf4a8289430728bec69f7dadfab457d990 Author: Iago Toral Quiroga Date: Tue Jan 16 09:37:11 2018 +0100 anv/pipeline: lower constant initializers on output

Mesa (master): anv/pipeline: remove the pipeline layout field from anv_pipeline

2018-01-26 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: d3ce493b34d6c2cacaf4dd17d8646b4db7448784 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3ce493b34d6c2cacaf4dd17d8646b4db7448784 Author: Iago Toral Quiroga Date: Thu Jan 25 12:07:34 2018 +0100 anv/pipeline: remove the pipeline layout field from

Mesa (master): anv/pipeline: don't take the layout from the pipeline to compile shaders

2018-01-26 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: e1a49f974bc086c54b567471908f78c53b467072 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1a49f974bc086c54b567471908f78c53b467072 Author: Iago Toral Quiroga Date: Thu Jan 25 10:25:00 2018 +0100 anv/pipeline: don't take the layout from the pip

Mesa (master): anv/descriptor_set: add reference counting for descriptor set layouts

2018-01-26 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 14f6275c92f1aa2c76308132f58096b66fe3901a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14f6275c92f1aa2c76308132f58096b66fe3901a Author: Iago Toral Quiroga Date: Thu Jan 25 09:43:22 2018 +0100 anv/descriptor_set: add reference counting for

Mesa (master): anv/cmd_buffer: add the pipeline layout to the pipeline state

2018-01-26 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 75a4802060095da87283e6de8239cdb03147c8d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75a4802060095da87283e6de8239cdb03147c8d8 Author: Iago Toral Quiroga Date: Thu Jan 25 11:54:35 2018 +0100 anv/cmd_buffer: add the pipeline layout to the

Mesa (master): anv/query: implement multiview interactions

2018-01-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 7ec6e4e68980c575b0818304920a8a8829ebd240 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ec6e4e68980c575b0818304920a8a8829ebd240 Author: Iago Toral Quiroga Date: Thu Jan 4 03:45:56 2018 +0100 anv/query: implement multiview interactions From the

Mesa (master): i965/nir: lower TES PatchVerticesIn to a constant when a TCS is present

2018-01-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 9ef5b3d5175d72377aba95c23ec5cc64be31c1ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ef5b3d5175d72377aba95c23ec5cc64be31c1ad Author: Iago Toral Quiroga Date: Tue Jan 9 11:14:01 2018 +0100 i965/nir: lower TES PatchVerticesIn to a constant

Mesa (master): glsl: remove Lower{TCS,TES}PatchVerticesIn

2018-01-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 7e5c81235ff774ab463596222eac0e8141a90d1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e5c81235ff774ab463596222eac0e8141a90d1a Author: Iago Toral Quiroga Date: Mon Jan 8 09:45:15 2018 +0100 glsl: remove Lower{TCS,TES}PatchVerticesIn Intel was

Mesa (master): i965: lower gl_PatchVerticesIn to a uniform

2018-01-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: dae856eced1d4de966b0e1cfc5f2ed201240571c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dae856eced1d4de966b0e1cfc5f2ed201240571c Author: Iago Toral Quiroga Date: Tue Jan 9 09:29:17 2018 +0100 i965: lower gl_PatchVerticesIn to a uniform We want

Mesa (master): i965/nir: add a helper to lower gl_PatchVerticesIn to a uniform

2018-01-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 4317c848b9c8f5a650815e20c792fc9f3564b68e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4317c848b9c8f5a650815e20c792fc9f3564b68e Author: Iago Toral Quiroga Date: Mon Jan 8 09:41:23 2018 +0100 i965/nir: add a helper to lower gl_PatchVerticesIn to

Mesa (master): i965/vec4: use a temp register to compute offsets for pull loads

2017-11-29 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 8620f7ebbc763dc1bbbc825d31cacfdd84433e05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8620f7ebbc763dc1bbbc825d31cacfdd84433e05 Author: Iago Toral Quiroga Date: Wed Nov 29 10:50:42 2017 +0100 i965/vec4: use a temp register to compute offsets for

Mesa (master): i965/vec4: fix splitting of interleaved attributes

2017-11-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f1873956dbbde78a9e4fb2df3cd2049891740bba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1873956dbbde78a9e4fb2df3cd2049891740bba Author: Iago Toral Quiroga Date: Tue Nov 21 11:33:53 2017 +0100 i965/vec4: fix splitting of interleaved attributes

Mesa (master): nir/gather_info: recognize load_patch_vertices_in as a system value

2017-11-21 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a217cbd7ece78d59ae362dc431e74d663def60bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a217cbd7ece78d59ae362dc431e74d663def60bf Author: Iago Toral Quiroga Date: Thu Nov 16 08:53:07 2017 +0100 nir/gather_info: recognize load_patch_vertices_in as

Mesa (master): glsl/linker: use without_array() to retrieve type

2017-11-13 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 456e10944fca0c5af7abcccd0cd901dc7e833b21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=456e10944fca0c5af7abcccd0cd901dc7e833b21 Author: Iago Toral Quiroga Date: Fri Nov 3 10:46:30 2017 +0100 glsl/linker: use without_array() to retrieve type

Mesa (master): glsl/linker: refactor link-time validation of output locations

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 6aa68772d4ecea120deb59bc2655e075ed0b6a17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6aa68772d4ecea120deb59bc2655e075ed0b6a17 Author: Iago Toral Quiroga Date: Thu Oct 19 10:57:30 2017 +0200 glsl/linker: refactor link-time validation of output

Mesa (master): glsl/linker: generalize validate_explicit_variable_location for SSO

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: bdaf0589785138f91cd485fd698274a33b7d33d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdaf0589785138f91cd485fd698274a33b7d33d5 Author: Iago Toral Quiroga Date: Fri Oct 20 10:46:10 2017 +0200 glsl/linker: generalize

Mesa (master): glsl/linker: create a helper function to validate explicit locations

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: e7b7fe314e414a6b7953f7b485d86849e00ae5fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7b7fe314e414a6b7953f7b485d86849e00ae5fc Author: Iago Toral Quiroga Date: Fri Oct 20 09:00:41 2017 +0200 glsl/linker: create a helper function to validate

Mesa (master): glsl/linker: outputs in the same location must share auxiliary storage

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: ab40acb45341d8cea011ba7330626ffc6e3238ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab40acb45341d8cea011ba7330626ffc6e3238ad Author: Iago Toral Quiroga Date: Thu Oct 19 16:33:49 2017 +0200 glsl/linker: outputs in the same location must share

Mesa (master): glsl/linker: validate explicit locations for SSO programs

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: e2abb75b0e4c2e38120316c4f3cc4cde44497330 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2abb75b0e4c2e38120316c4f3cc4cde44497330 Author: Iago Toral Quiroga Date: Fri Oct 20 09:18:33 2017 +0200 glsl/linker: validate explicit locations for SSO

Mesa (master): glsl/linker: report linker errors for invalid explicit locations on inputs

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: b9446172249f05f577072f09ea17a391f3ee5d90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9446172249f05f577072f09ea17a391f3ee5d90 Author: Iago Toral Quiroga Date: Tue Oct 24 10:21:13 2017 +0200 glsl/linker: report linker errors for invalid

Mesa (master): glsl/linker: fix location aliasing checks for interface variables

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: c4545676d7f4e5f898bdc54d5574cd56ca7b9aad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4545676d7f4e5f898bdc54d5574cd56ca7b9aad Author: Iago Toral Quiroga Date: Thu Oct 19 13:44:48 2017 +0200 glsl/linker: fix location aliasing checks for

Mesa (master): glsl/linker: refactor check_location_aliasing

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 7276ccf8edb0a1ba610cc07edf73b1f0cecaa1f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7276ccf8edb0a1ba610cc07edf73b1f0cecaa1f6 Author: Iago Toral Quiroga Date: Wed Oct 25 08:45:24 2017 +0200 glsl/linker: refactor check_location_aliasing Mostly

Mesa (master): glsl/linker: outputs in the same location must share interpolation

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 0b565f715d24d74d844f0708e3ed17ad1ee14faf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b565f715d24d74d844f0708e3ed17ad1ee14faf Author: Iago Toral Quiroga Date: Thu Oct 19 16:13:21 2017 +0200 glsl/linker: outputs in the same location must share

Mesa (master): glsl/linker: Fix type checks for location aliasing

2017-10-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 13652e7516a3ef75c5ae75ffa5c7f048629bf772 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13652e7516a3ef75c5ae75ffa5c7f048629bf772 Author: Iago Toral Quiroga Date: Wed Oct 25 09:14:22 2017 +0200 glsl/linker: Fix type checks for location aliasing

Mesa (master): glsl/linker: produce error when invalid explicit locations are used

2017-10-19 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 2d87caa279ea319fa89572fb8595a46c05a615c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d87caa279ea319fa89572fb8595a46c05a615c4 Author: Iago Toral Quiroga Date: Mon Oct 16 12:43:52 2017 +0200 glsl/linker: produce error when invalid explicit

Mesa (master): i965/sbe: fix active components for SSO programs with over 16 inputs

2017-10-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 16631ca30ea6d6eec8101f07d97a55b2210026e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16631ca30ea6d6eec8101f07d97a55b2210026e8 Author: Iago Toral Quiroga Date: Fri Oct 13 09:22:54 2017 +0200 i965/sbe: fix active components for SSO programs with

Mesa (master): i965/tes: account for the fact that dvec3/ 4 inputs take two slots

2017-10-10 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 5ec21eb1a0c9fa08978784e58456fdd212aab4d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ec21eb1a0c9fa08978784e58456fdd212aab4d7 Author: Iago Toral Quiroga Date: Mon Oct 9 14:17:43 2017 +0200 i965/tes: account for the fact that dvec3/4 inputs

Mesa (master): i965: skip reading unused slots at the begining of the URB for the FS

2017-10-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 5e584a9db7f2900a8ed13575098940b79c84d98b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e584a9db7f2900a8ed13575098940b79c84d98b Author: Iago Toral Quiroga Date: Wed Sep 20 09:22:51 2017 +0200 i965: skip reading unused slots at the begining of

Mesa (master): i965/fs: force pull model for 64-bit GS inputs

2017-09-28 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 47e527bd81f21cd18333fa7923d8ae8fd3a74d2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47e527bd81f21cd18333fa7923d8ae8fd3a74d2c Author: Iago Toral Quiroga Date: Wed Sep 27 11:36:31 2017 +0200 i965/fs: force pull model for 64-bit GS inputs

Mesa (master): i965: enable up to 32 inputs for geometry shaders in gen8+

2017-09-28 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 8e627af59d5bd4162911ec9bd3ca7310daf58044 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e627af59d5bd4162911ec9bd3ca7310daf58044 Author: Iago Toral Quiroga Date: Wed Sep 27 13:05:39 2017 +0200 i965: enable up to 32 inputs for geometry shaders in

Mesa (master): i965: emit BRW_NEW_AUX_STATE on aux state changes

2017-09-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 3d9cb39fd0c5895bd9774413e03c95c5b40bf030 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d9cb39fd0c5895bd9774413e03c95c5b40bf030 Author: Iago Toral Quiroga Date: Fri Sep 15 09:13:07 2017 +0200 i965: emit BRW_NEW_AUX_STATE on aux state changes

Mesa (master): i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE

2017-09-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 5b27816b22f98abaa22a133a264fe7356afc46fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b27816b22f98abaa22a133a264fe7356afc46fa Author: Iago Toral Quiroga Date: Thu Sep 14 10:06:33 2017 +0200 i965: rename BRW_NEW_FAST_CLEAR_COLOR to

Mesa (master): i965: emit BRW_NEW_AUX_STATE when we change the fast clear value

2017-09-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 9a8bf42308f437c3895a5bc82024de33713d3cb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a8bf42308f437c3895a5bc82024de33713d3cb6 Author: Iago Toral Quiroga Date: Fri Sep 15 09:06:11 2017 +0200 i965: emit BRW_NEW_AUX_STATE when we change the fast

Mesa (master): i965: emit BRW_NEW_AUX_STATE if we drop the aux surface

2017-09-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: ca65b9e62d2928c2b96502a8762b84e4e8ecd699 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca65b9e62d2928c2b96502a8762b84e4e8ecd699 Author: Iago Toral Quiroga Date: Thu Sep 14 11:06:59 2017 +0200 i965: emit BRW_NEW_AUX_STATE if we drop the aux

Mesa (master): glsl: use 'declared_var' instead of 'var' after checking redeclarations

2017-09-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 4af156224ea8d5c21464f02aecc25f64de681170 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4af156224ea8d5c21464f02aecc25f64de681170 Author: Iago Toral Quiroga Date: Wed Sep 13 08:59:18 2017 +0200 glsl: use 'declared_var' instead of &

Mesa (master): glsl: make the redeclared variable NULL if it is deleted

2017-09-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a7017746d77f33cb60af20c9fcefeb0e6ac89fd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7017746d77f33cb60af20c9fcefeb0e6ac89fd4 Author: Iago Toral Quiroga Date: Wed Sep 13 09:08:01 2017 +0200 glsl: make the redeclared variable NULL if it is

Mesa (master): glsl: avoid accessing invalid memory after get_variable_being_redeclared()

2017-09-14 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 98141366f907ee35c8436eee8fd2d6fa56759bf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98141366f907ee35c8436eee8fd2d6fa56759bf8 Author: Iago Toral Quiroga Date: Wed Sep 13 09:34:38 2017 +0200 glsl: avoid accessing invalid memory after

Mesa (master): glsl: Disallow unsized array of atomic_uint

2017-09-12 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 51bf007d2c27fbad6dac590c72f0fc4860e3fa02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51bf007d2c27fbad6dac590c72f0fc4860e3fa02 Author: Iago Toral Quiroga Date: Mon Sep 11 14:19:41 2017 +0200 glsl: Disallow unsized array of atomic_uint This was

Mesa (master): i965: do not fallback to linear tiling for stencil surfaces

2017-09-11 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: ab6f874439943837c06d3346385f75145e6d2775 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab6f874439943837c06d3346385f75145e6d2775 Author: Iago Toral Quiroga Date: Thu Sep 7 12:56:27 2017 +0200 i965: do not fallback to linear tiling for stencil

Mesa (master): mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBase

2017-09-07 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 580fc06c612873a6bd87b12b471529b4a7412747 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=580fc06c612873a6bd87b12b471529b4a7412747 Author: Iago Toral Quiroga Date: Tue Sep 5 13:54:31 2017 +0200 mesa/main: Fix GetTransformFeedbacki64 for

Mesa (master): mesa/main: Fix GetTextureImage error reporting

2017-09-05 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 94f740e3fce0cb26e4d90cb9de75b5d971080606 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94f740e3fce0cb26e4d90cb9de75b5d971080606 Author: Iago Toral Quiroga Date: Tue Sep 5 13:06:37 2017 +0200 mesa/main: Fix GetTextureImage error reporting

Mesa (master): intel/compiler: properly size attribute wa_flags array for Vulkan

2017-08-11 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 81615ad444ba970d144eeffbe60a7f70adc30b5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81615ad444ba970d144eeffbe60a7f70adc30b5b Author: Iago Toral Quiroga Date: Fri Jul 21 10:26:31 2017 +0200 intel/compiler: properly size attribute wa_flags

Mesa (master): Update TextureParameter* error for incompatible texture targets

2017-08-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 4234b36f055b76c0cd3e893ba6c852f16edf6ac7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4234b36f055b76c0cd3e893ba6c852f16edf6ac7 Author: Iago Toral Quiroga Date: Mon Aug 7 06:18:23 2017 +0200 Update TextureParameter* error for incompatible

Mesa (master): TextureStorage1D should return INVALID_OPERATION if target is not a 1D texture

2017-08-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 0415ef9ccd06388c8f60726032f0814b66850312 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0415ef9ccd06388c8f60726032f0814b66850312 Author: Iago Toral Quiroga Date: Mon Aug 7 06:18:24 2017 +0200 TextureStorage1D should return INVALID_OPERATION if

Mesa (master): anv/cmd_buffer: fix off by one error in assertion

2017-07-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a848e693efc8e2a1d355dc1076409968b374153f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a848e693efc8e2a1d355dc1076409968b374153f Author: Iago Toral Quiroga Date: Wed Jul 19 12:49:33 2017 +0200 anv/cmd_buffer: fix off by one error in assertion Cc

Mesa (master): anv: only expose up to 28 vertex attributes

2017-07-25 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 31f1863ace73d31a579e5c36252a957818ad09cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31f1863ace73d31a579e5c36252a957818ad09cf Author: Iago Toral Quiroga Date: Fri Jul 21 08:32:24 2017 +0200 anv: only expose up to 28 vertex attributes The EU

Mesa (master): glsl: gl_Max{Vertex, Fragment}UniformComponents exist in all desktop GL versions

2017-06-19 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: b70d6a2de1c90409c7a2e0d6484f350558f5c2ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b70d6a2de1c90409c7a2e0d6484f350558f5c2ac Author: Iago Toral Quiroga Date: Fri Jun 16 12:05:20 2017 +0200 glsl: gl_Max{Vertex,Fragment}UniformComponents exist

Mesa (master): i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+

2017-06-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: b72b7c541dd81890e04652373f24840f580123ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b72b7c541dd81890e04652373f24840f580123ed Author: Iago Toral Quiroga Date: Fri Jun 16 09:27:43 2017 +0200 i965: update MaxTextureRectSize to match PRMs and

Mesa (master): Fix glcpp test expectations

2017-06-08 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: ce53e8e61b9034ddf124a834a7d706c8a0e808ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce53e8e61b9034ddf124a834a7d706c8a0e808ec Author: Iago Toral Quiroga Date: Thu Jun 8 08:38:29 2017 +0200 Fix glcpp test expectations With commit

Mesa (master): glcpp: fix #undef to match latest spec update and GLSLang implementation

2017-06-06 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: f7741985be0234c3fe71e1f97740579e35726b92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7741985be0234c3fe71e1f97740579e35726b92 Author: Iago Toral Quiroga Date: Tue May 30 13:25:35 2017 +0200 glcpp: fix #undef to match latest spec update and

Mesa (master): mesa/main: Clamp GetUniformuiv values to be >= 0

2017-06-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 83e74d7dc14ee0f31652cd2a6c0bb66380458f2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83e74d7dc14ee0f31652cd2a6c0bb66380458f2b Author: Kenneth Graunke Date: Thu May 18 11:43:53 2017 +0200 mesa/main: Clamp GetUniformuiv values to be >= 0 Section

Mesa (master): mesa/main: Add conversion from double to uint64/ int64 in GetUniform*i64v()

2017-06-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: c33308248357c40896872336258a66190e3c7048 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c33308248357c40896872336258a66190e3c7048 Author: Iago Toral Quiroga Date: Thu May 18 11:43:55 2017 +0200 mesa/main: Add conversion from double to uint64/int64

Mesa (master): mesa/main: Clamp GetUniformui64v values to be >= 0

2017-06-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: cc972c2845e7c8554918e3b95c1581ff5599 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc972c2845e7c8554918e3b95c1581ff5599 Author: Iago Toral Quiroga Date: Thu May 18 11:43:54 2017 +0200 mesa/main: Clamp GetUniformui64v values to be >

Mesa (master): mesa/main: fix indentation in _mesa_get_uniform()

2017-06-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 102044870042d0e5e51ef0b88e91a9d59a8fda5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=102044870042d0e5e51ef0b88e91a9d59a8fda5b Author: Iago Toral Quiroga Date: Thu May 18 11:43:52 2017 +0200 mesa/main: fix indentation in _mesa_get_uniform() v2

Mesa (master): mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()

2017-06-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 3d37cf99c80839326baa0f14bf04f9fd88b4c215 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d37cf99c80839326baa0f14bf04f9fd88b4c215 Author: Iago Toral Quiroga Date: Thu May 18 11:43:57 2017 +0200 mesa/main: replace remaining uses of IROUND() in

Mesa (master): mesa/main: conversion from float in GetUniformi64v requires rounding to nearest

2017-06-01 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 1356b422847dfa92dcae1e2709879daa27110795 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1356b422847dfa92dcae1e2709879daa27110795 Author: Iago Toral Quiroga Date: Thu May 18 11:43:56 2017 +0200 mesa/main: conversion from float in GetUniformi64v

Mesa (master): anv: fix multiview for clear commands

2017-05-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 2322ddf5480a0e07246fc4aefe4fdc1411b555a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2322ddf5480a0e07246fc4aefe4fdc1411b555a7 Author: Iago Toral Quiroga Date: Thu May 18 08:23:38 2017 +0200 anv: fix multiview for clear commands According to

Mesa (master): anv/query: handle more cases of 'out of host memory'

2017-05-04 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 7761cf6d01e97aeb80606e51c11e4885a278ed54 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7761cf6d01e97aeb80606e51c11e4885a278ed54 Author: Iago Toral Quiroga Date: Wed Apr 26 09:03:43 2017 +0200 anv/query: handle more cases of 'out of host m

Mesa (master): anv/query: handle out of host memory without crashing in compute_query_result()

2017-03-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 129fd5813190909ad0ce7086e969b69c4807f21e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=129fd5813190909ad0ce7086e969b69c4807f21e Author: Iago Toral Quiroga Date: Wed Mar 22 10:15:59 2017 +0100 anv/query: handle out of host memory without crashing

Mesa (master): nir/lower_wpos_center: support adding sample position to fragment coordinate

2017-03-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 023ea3772dfcd81e6a5822a1812ff991d68cccd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=023ea3772dfcd81e6a5822a1812ff991d68cccd8 Author: Iago Toral Quiroga Date: Thu Mar 23 11:54:16 2017 +0100 nir/lower_wpos_center: support adding sample position

Mesa (master): anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissions

2017-03-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 70194c9f1ab56f1ebe8f69cc4631df6e960e62ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70194c9f1ab56f1ebe8f69cc4631df6e960e62ae Author: Iago Toral Quiroga Date: Wed Mar 22 08:35:39 2017 +0100 anv/device: return VK_ERROR_DEVICE_LOST for errors

Mesa (master): anv/pipeline: make FragCoord include sample positions when sample shading

2017-03-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: ddb2bb3ed4c6ebff38be5acb0566894eec0c66ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddb2bb3ed4c6ebff38be5acb0566894eec0c66ae Author: Iago Toral Quiroga Date: Thu Mar 23 11:56:06 2017 +0100 anv/pipeline: make FragCoord include sample positions

Mesa (master): anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost

2017-03-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 4da1832c00ab93cbf90b14501840dd698565a869 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4da1832c00ab93cbf90b14501840dd698565a869 Author: Iago Toral Quiroga Date: Wed Mar 22 09:18:56 2017 +0100 anv: return VK_ERROR_DEVICE_LOST immeditely when

Mesa (master): anv/device: keep track of 'device lost' state

2017-03-24 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 50c8d2c1f71944688ebf753af3866981a07c4e9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50c8d2c1f71944688ebf753af3866981a07c4e9c Author: Iago Toral Quiroga Date: Wed Mar 22 08:46:04 2017 +0100 anv/device: keep track of 'device lost'

  1   2   3   4   >