Mesa (master): nir: Lower !f2b(x) to x == 0.0

2018-06-01 Thread Ian Romanick
Module: Mesa Branch: master Commit: f00fcfb7a2e137c7c0064b5e4167bb7fb49537a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f00fcfb7a2e137c7c0064b5e4167bb7fb49537a9 Author: Ian Romanick Date: Thu May 31 12:56:00 2018 -0700 nir: Lower !f2b(x) to x == 0.0 Some trivial help now

Mesa (master): nir: Add some missing "optimization undo" patterns

2018-06-01 Thread Ian Romanick
Module: Mesa Branch: master Commit: 619c51722b7978366f15a03bec6751327f2b4b65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=619c51722b7978366f15a03bec6751327f2b4b65 Author: Ian Romanick Date: Wed May 30 18:06:57 2018 -0700 nir: Add some missing "optimization undo"

Mesa (master): mesa: fix error handling in get_framebuffer_parameteriv

2018-05-09 Thread Ian Romanick
ndling in get_framebuffer_parameteriv CC: <mesa-sta...@lists.freedesktop.org> Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Tapani Pälli <tapani.pa...@intel.com> Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> ---

Mesa (master): mesa: Silence an unused parameter warning

2018-05-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: d350276b037b70b8d63023ad4f1411b8692a4b45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d350276b037b70b8d63023ad4f1411b8692a4b45 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon May 22 15:21:00 2017 -0700 mesa: Silence an unused par

Mesa (master): mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)

2018-05-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: f2db3be6200410ffd269f8789f3c97292ce03b0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2db3be6200410ffd269f8789f3c97292ce03b0f Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jun 16 18:48:22 2017 -0700 mesa: Add missing s

Mesa (master): i965: Enable NV_fog_distance

2018-05-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9d0bf720ed83fc4faf4682131057fc2a0b6e5938 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d0bf720ed83fc4faf4682131057fc2a0b6e5938 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jun 16 19:15:56 2017 -0700 i965: Enable NV_fog_di

Mesa (master): r200: Enable NV_fog_distance

2018-05-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9a10a2fd5fc11ee08e8fa049f59fd129885cd332 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a10a2fd5fc11ee08e8fa049f59fd129885cd332 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Sat Jun 17 18:56:13 2017 -0700 r200: Enable NV_fog_di

Mesa (master): ffvertex: Don't try to read output registers in fog calculation

2018-05-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: df80ffa4aaf18433d8e3e97b7cb86426a1e8654b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df80ffa4aaf18433d8e3e97b7cb86426a1e8654b Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jun 16 19:02:48 2017 -0700 ffvertex: Don't try t

Mesa (master): mesa/main/readpix: Correct handling of packed floating point values

2018-05-04 Thread Ian Romanick
f_b10f buffers as target, and where virglrenderer reads these surfaces back using the format GL_UNSIGNED_INT_10F_11F_11F_REV. Signed-off-by: Gert Wollny <gert.wol...@collabora.com> Reviewed-by: Gurchetan Singh <gurchetansi...@chromium.org> Reviewed-by: Ian Romanick <ian.d.roman...@intel

Mesa (master): radeon: Use _mesa_is_front_buffer_drawing

2018-04-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0b3231966ffcba4188794924f6674cdde1ae2710 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b3231966ffcba4188794924f6674cdde1ae2710 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Sep 17 10:56:15 2015 -0400 radeo

Mesa (master): radeon: Drop broken front_buffer_reading/drawing optimization

2018-04-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: bf5e0276b6527fbcf51fd2af1769c83c25ec16e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf5e0276b6527fbcf51fd2af1769c83c25ec16e5 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Sep 18 12:00:28 2015 -0400 radeon: Drop

Mesa (master): intel/compiler: Silence unused parameter warnings in empty vec4_instruction_scheduler methods

2018-04-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: cd32a4e5f4239af79effcd907f1033fb4cde587c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd32a4e5f4239af79effcd907f1033fb4cde587c Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 28 16:45:01 2018 -0700 intel/compiler: Silence

Mesa (master): intel/compiler: Silence unused parameter warnings in generate_foo methods

2018-04-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: d84b2ed1d71b9b65e48985d8b3030a3d7f01b60f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d84b2ed1d71b9b65e48985d8b3030a3d7f01b60f Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 28 16:29:45 2018 -0700 intel/compiler: Silence

Mesa (master): intel/compiler: Silence unused parameter warning in compile_cs_to_nir

2018-04-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: bdb15c23440e8e40e2854c11a545846ee1eee1c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdb15c23440e8e40e2854c11a545846ee1eee1c8 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 28 16:35:10 2018 -0700 intel/compiler: Silence

Mesa (master): intel/compiler: Add scheduler deps for instructions that implicitly read g0

2018-04-24 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0d5ce25c1ca23abc6d91538f4374a18509091060 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d5ce25c1ca23abc6d91538f4374a18509091060 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Apr 16 16:32:41 2018 -0700 intel/compiler: Add sch

Mesa (master): nir: Offset vertex_id by first_vertex instead of base_vertex

2018-04-19 Thread Ian Romanick
_based on nir_options. In order to avoid breakage this patch switches the relevant code to handle SYSTEM_VALUE_FIRST_VERTEX so that it can retain the same behavior. v2: change a3xx/fd3_emit.c and a4xx/fd4_emit.c from SYSTEM_VALUE_BASE_VERTEX to SYSTEM_VALUE_FIRST_VERTEX (Kenneth). Reviewed-by: Ian Ro

Mesa (master): intel: Handle firstvertex in an identical way to BaseVertex

2018-04-19 Thread Ian Romanick
Module: Mesa Branch: master Commit: c32e1035cb4f1e0c2c1bd45611e3a35e7caf57b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c32e1035cb4f1e0c2c1bd45611e3a35e7caf57b6 Author: Antia Puentes Date: Thu Jan 25 19:15:40 2018 +0100 intel: Handle firstvertex in an

Mesa (master): spirv: Lower BaseVertex to FIRST_VERTEX instead of BASE_VERTEX

2018-04-19 Thread Ian Romanick
ribing why SYSTEM_VALUE_FIRST_VERTEX is used for SpvBuiltInBaseVertex. Suggested by Jason. Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> [v1] Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net> --- src/compiler/spirv/vtn_variables.c | 5 - src/intel/vulkan/genX

Mesa (master): intel/compiler: Add a uses_firstvertex flag

2018-04-19 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0c8395e15d295d328f68574e71afaf04596e2a82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c8395e15d295d328f68574e71afaf04596e2a82 Author: Neil Roberts Date: Thu Jan 25 19:15:39 2018 +0100 intel/compiler: Add a uses_firstvertex

Mesa (master): compiler: Add SYSTEM_VALUE_FIRST_VERTEX and instrinsics

2018-04-19 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5ff848df7be34bdc4c2e0ad509ad43b4ae1fc3b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ff848df7be34bdc4c2e0ad509ad43b4ae1fc3b9 Author: Antia Puentes Date: Thu Jan 25 19:15:38 2018 +0100 compiler: Add

Mesa (master): mesa: Silence unused parameter warning in compressedteximage_only_format

2018-04-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: fa44941072cb43c14c749cc991a7e4001c57f5ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa44941072cb43c14c749cc991a7e4001c57f5ca Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Feb 27 11:24:44 2018 -0800 mesa: Silence unused par

Mesa (master): mesa: Silence remaining unused parameter warnings in teximage.c

2018-04-11 Thread Ian Romanick
Module: Mesa Branch: master Commit: f3b14ca2e1cb4655300272a44f63c9474c48689e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3b14ca2e1cb4655300272a44f63c9474c48689e Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Feb 27 11:34:43 2018 -0800 mesa: Silence remaining

Mesa (master): intel/compiler: Explicitly cast register type in switch

2018-04-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: 81ed629b385af62bbac2d7975986ea7ad4ed2d1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81ed629b385af62bbac2d7975986ea7ad4ed2d1a Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Mar 29 11:29:09 2018 -0700 intel/compiler: Explicitl

Mesa (master): spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 042ee4bea26272bd7c358cc9541e576a8352890c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=042ee4bea26272bd7c358cc9541e576a8352890c Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Aug 14 10:40:09 2017 -0700 spirv: Move SPIR-V bu

Mesa (master): i965: Don't request GLSL IR lowering of gl_VertexID

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 19e0dd1ad3ad43ddc3aeba1e11852dce3f55d1f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19e0dd1ad3ad43ddc3aeba1e11852dce3f55d1f1 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Oct 18 08:59:47 2017 -0700 i965: Don't request G

Mesa (master): util: Optimize util_is_power_of_two_nonzero

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: ef7a4c90155cb180a4f0d289594ef11da9a2b21a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef7a4c90155cb180a4f0d289594ef11da9a2b21a Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Nov 13 13:11:09 2017 -0800 util: Op

Mesa (master): util: Add and use util_is_power_of_two_nonzero

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 22fbb5c5949b1590ef04b6432dd7f3a93a37c2ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22fbb5c5949b1590ef04b6432dd7f3a93a37c2ed Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Nov 13 13:00:53 2017 -0800 util: Add a

Mesa (master): compiler: All leaf Makefile.am should use +=

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2c9621ee5c5fa40be071858f99fb256fc37369b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c9621ee5c5fa40be071858f99fb256fc37369b4 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Aug 14 10:38:10 2017 -0700 compiler: All leaf Makef

Mesa (master): util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_two_or_zero

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: d76c204d0564701b4b8b6a2bdda50e2939683e66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d76c204d0564701b4b8b6a2bdda50e2939683e66 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Nov 13 11:17:41 2017 -0800 util: Move util_is_power_

Mesa (master): util: Include bitscan.h directly

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 4925347ec5d469574f1280e972940cfea345ed6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4925347ec5d469574f1280e972940cfea345ed6e Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jul 26 13:32:01 2017 -0700 util: Include bitscan.h di

Mesa (master): i965: Silence unused parameter warning

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2765633116da69c194fd815303605e91285201bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2765633116da69c194fd815303605e91285201bb Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Mar 26 17:25:27 2018 -0700 i965: Silence unused par

Mesa (master): util: Use util_is_power_of_two_nonzero in u_vector

2018-03-29 Thread Ian Romanick
Module: Mesa Branch: master Commit: cd18aa1e50e4668c8d992816bcdb74376dd1064c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd18aa1e50e4668c8d992816bcdb74376dd1064c Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Mar 26 10:52:43 2018 -0700 uti

Mesa (master): i965: Add negative_equals methods

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 8f83eea71e233227d34dc8547dac79d2912c2311 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f83eea71e233227d34dc8547dac79d2912c2311 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Apr 7 16:11:37 2015 -0700 i965: Add negative_equals m

Mesa (master): i965/vec4: Propagate conditional modifiers from compares to adds

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: cd635d149b23f0522cb1a73d6a007851896883e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd635d149b23f0522cb1a73d6a007851896883e3 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 21 15:22:51 2018 -0700 i965/vec4: Propagate condi

Mesa (master): i965/fs: Allow cmod propagation when src0 is a uniform or shader input

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5bbb3d60d358cf906ca7078641ae7fb50c4d4e06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bbb3d60d358cf906ca7078641ae7fb50c4d4e06 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 14 10:19:19 2018 -0700 i965/fs: Allow cmod propa

Mesa (master): i965/fs: Propagate conditional modifiers from compares to adds

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 020b0055e7a085a6a8c961ad12ce94e58606a1ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=020b0055e7a085a6a8c961ad12ce94e58606a1ae Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Mar 9 13:45:01 2018 -0800 i965/fs: Propagate condi

Mesa (master): i965/vec4: Allow cmod propagation when src0 is a uniform or shader input

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 780f307ba860e3d8f85df8d6e1e60a1d612b97d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=780f307ba860e3d8f85df8d6e1e60a1d612b97d9 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 21 15:22:15 2018 -0700 i965/vec4: Allow cmod propa

Mesa (master): i965/vec4: Fix null destination register in 3-source instructions

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 91225cb33f0baede872114bd416084b3b52937a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91225cb33f0baede872114bd416084b3b52937a1 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Mar 23 11:46:12 2018 -0700 i965/vec4: Fix null desti

Mesa (master): nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditional

2018-03-26 Thread Ian Romanick
Module: Mesa Branch: master Commit: 2c643fd978c43205b9620820038ba6246ed045e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c643fd978c43205b9620820038ba6246ed045e2 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 14 16:25:07 2018 -0700 nir: Don't condition 'a

Mesa (master): nir: Don't compare b2f or b2i with zero

2018-03-19 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6aeaa7d363d45f4d09ff51ad925e893f931f502e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6aeaa7d363d45f4d09ff51ad925e893f931f502e Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Mar 1 19:05:14 2016 -0800 nir: Don't compare b2f

Mesa (master): mesa: Don't write to user buffer in glGetTexParameterIuiv on error

2018-03-12 Thread Ian Romanick
Module: Mesa Branch: master Commit: def0030e64dd3a4eb3487dd40bf64b9a71a70af3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=def0030e64dd3a4eb3487dd40bf64b9a71a70af3 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 7 21:05:34 2018 -0800 mesa: Don't write to user

Mesa (master): i965/fs: Add infrastructure for generating CSEL instructions.

2018-03-08 Thread Ian Romanick
d support for CSEL not modifying the flags to more places (requested by Matt). Signed-off-by: Kenneth Graunke <kenn...@whitecape.org> Signed-off-by: Ian Romanick <ian.d.roman...@intel.com> Reviewed-by: Samuel Iglesias Gonsálvez <sigles...@igalia.com> [v3] Reviewed-by: Matt

Mesa (master): i965/vec4: Allow CSE on subset VF constant loads

2018-03-08 Thread Ian Romanick
Module: Mesa Branch: master Commit: 1583f49eaae0292eba1a04e67125bb4b92b33b0a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1583f49eaae0292eba1a04e67125bb4b92b33b0a Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Feb 16 17:33:13 2018 -0800 i965/vec4: Allow CSE on sub

Mesa (master): nir: Don't i2b a value that is already Boolean

2018-03-08 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6878c9aabc6077e6de75b269fdfb8ff423d05042 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6878c9aabc6077e6de75b269fdfb8ff423d05042 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Feb 21 18:15:52 2018 -0800 nir: Don't i2b a

Mesa (master): nir: Narrow some dot product operations

2018-03-08 Thread Ian Romanick
Module: Mesa Branch: master Commit: 54e8d2268de37f320b2d206295d0b519f5be5ab7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54e8d2268de37f320b2d206295d0b519f5be5ab7 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Feb 15 14:49:55 2018 -0800 nir: Narrow some dot p

Mesa (master): i965/fs: Merge CMP and SEL into CSEL on Gen8+

2018-03-08 Thread Ian Romanick
Module: Mesa Branch: master Commit: 52c7df1643ec9af119fd66f916f7fbdbcc798d2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52c7df1643ec9af119fd66f916f7fbdbcc798d2d Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Feb 21 18:06:56 2018 -0800 i965/fs: Merge CMP a

Mesa (master): i965/vec4: Relax writemask condition in CSE

2018-03-08 Thread Ian Romanick
Module: Mesa Branch: master Commit: 360899d4577a2431dc73b5c702d60ac6bd59ca07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=360899d4577a2431dc73b5c702d60ac6bd59ca07 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Feb 16 17:26:11 2018 -0800 i965/vec4: Relax wri

Mesa (master): nir: Simplify some comparisons like a+b < a

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: e3ea166a2c5d2bfcea54c08898c940c4abfb3537 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3ea166a2c5d2bfcea54c08898c940c4abfb3537 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Feb 12 18:58:53 2018 -0800 nir: Simplify some compa

Mesa (master): nir: Use De Morgan's Law on logic compounded comparisons

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: d1ed4ffe0b70762477709e699f95c73602f9dc5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1ed4ffe0b70762477709e699f95c73602f9dc5a Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Feb 6 17:27:53 2018 -0800 nir: Use De Morgan's Law on

Mesa (master): nir: Recognize some more open-coded fmin / fmax

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: 4addd34b0477cf87787afbcea989b3391a81d0a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4addd34b0477cf87787afbcea989b3391a81d0a1 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Jan 22 17:29:48 2018 +0800 nir: Recognize some mor

Mesa (master): nir: Replace an odd comparison involving fmin of -b2f

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: f50400cc8040cf2d07de97e76d9b1ed144c5c8b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f50400cc8040cf2d07de97e76d9b1ed144c5c8b4 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 31 11:11:02 2018 -0800 nir: Replace an odd comp

Mesa (master): nir: Pull b2f out of bcsel

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: b974dfee114cc7a4857af324e86ab81318c78176 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b974dfee114cc7a4857af324e86ab81318c78176 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Feb 1 15:33:04 2018 -0800 nir: Pull b2f out of bcse

Mesa (master): nir: Replace fmin(b2f(a), b) with a bcsel

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: 52607658ff7ffe8a4022678f04287b70248c37ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52607658ff7ffe8a4022678f04287b70248c37ab Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Feb 2 17:39:54 2018 -0800 nir: Replace fmin(b2f

Mesa (master): nir: Mark bcsel-to-fmin (or fmax) transformations as inexact

2018-03-06 Thread Ian Romanick
Module: Mesa Branch: master Commit: 380136e998f8d89380adba7d071249d6469339db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=380136e998f8d89380adba7d071249d6469339db Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Feb 26 14:49:47 2018 -0800 nir: Mark bcsel-to-fmin (o

Mesa (master): intel/compiler: Silence unused parameter warnings in release builds

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: feefb7810e694ab902adda36b9d92bdaf1802178 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=feefb7810e694ab902adda36b9d92bdaf1802178 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Feb 12 10:57:06 2018 -0800 intel/compiler: Silence

Mesa (master): isl: Silence unused parameter warnings in __gen_combine_address implementations

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 50bf1868295ecd5ef5d9673d4f5c1259b9fa2b3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50bf1868295ecd5ef5d9673d4f5c1259b9fa2b3f Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Feb 20 18:42:02 2018 -0800 isl: Silence unused par

Mesa (master): nir: Silence unused parameter warnings in generated nir_constant_expressions code

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 3a944316c44621ad824c812907d9d1e0d3ddda46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a944316c44621ad824c812907d9d1e0d3ddda46 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Feb 16 17:48:57 2018 -0800 nir: Silence unused par

Mesa (master): mesa: Silence unused parameter warnings from TEXSTORE_PARAMS

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: a9eb455e297d227bc4ca423e8470ed897d82b57b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9eb455e297d227bc4ca423e8470ed897d82b57b Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Feb 21 19:23:44 2018 -0800 mesa: Silence unused par

Mesa (master): i965: Silence warnings about mixing enum and non-enum in conditional

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: a55dae6ea2cdf37d0ddd06d5f3b34ac1faf3848c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a55dae6ea2cdf37d0ddd06d5f3b34ac1faf3848c Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Feb 12 11:16:55 2018 -0800 i965: Silence warnings

Mesa (master): i965: Silence unused parameter warnings in generated OA code

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: ab8f2e30b8ea3565c00a76b546b7ef3b78ab7ff6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab8f2e30b8ea3565c00a76b546b7ef3b78ab7ff6 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Feb 12 11:26:39 2018 -0800 i965: Silence unused par

Mesa (master): i965: Silence unused parameter warnings

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: c8a03ab453b5a162c1268aa9f45e4aa6bfa24c6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8a03ab453b5a162c1268aa9f45e4aa6bfa24c6f Author: Ian Romanick <ian.d.roman...@intel.com> Date: Mon Feb 12 10:52:49 2018 -0800 i965: Silence unused par

Mesa (master): i965: Silence unused parameter warnings in blorp

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: f726695ccee6c13be7e5fd01226a53c5028dd7b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f726695ccee6c13be7e5fd01226a53c5028dd7b7 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Feb 16 19:00:21 2018 -0800 i965: Silence unused par

Mesa (master): genxml: Silence unused parameter warnings in generated pack code

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 492a472b28b0a73c50a87427585cf95520588d5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=492a472b28b0a73c50a87427585cf95520588d5d Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Feb 16 19:09:13 2018 -0800 genxml: Silence unused par

Mesa (master): i965: Silence unused parameter warnings in genX_state_upload

2018-03-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 1049b57bf262a6afb2e2ab73062376258b33a442 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1049b57bf262a6afb2e2ab73062376258b33a442 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Feb 21 16:16:53 2018 -0800 i965: Silence unused par

Mesa (master): nir: Rearrange and-compounded float compares

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 053be9f0201db183a761a2a4ce813a114a766b72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=053be9f0201db183a761a2a4ce813a114a766b72 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Jan 4 15:21:30 2018 -0800 nir: Rearrange and-comp

Mesa (master): nir: Simplify min and max of b2f

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 68420d8322c2b304a0b15f94b43dec19f082dfae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68420d8322c2b304a0b15f94b43dec19f082dfae Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Mar 8 11:11:00 2016 -0800 nir: Simplify min and max

Mesa (master): nir: Rearrange logic op-compounded integer compares

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 03fb13f646732d234d3698acfa089ee0216cbe8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03fb13f646732d234d3698acfa089ee0216cbe8f Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jan 5 13:20:46 2018 -0800 nir: Rearrange lo

Mesa (master): nir: See through an fneg to apply existing optimizations

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: cfc0d34802b13a7436f8d0029e9b1370f2bc585e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfc0d34802b13a7436f8d0029e9b1370f2bc585e Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 9 15:32:47 2018 -0800 nir: See through an fneg to

Mesa (master): nir: Separate a weird compare with zero to two compares with zero

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 821e7a4d329f8460d0d27683580a703d9ed8431c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=821e7a4d329f8460d0d27683580a703d9ed8431c Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Jan 11 14:14:25 2018 -0800 nir: Separate a weird c

Mesa (master): nir: Distribute binary operations with constants into bcsel

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: ee63933a73653564c490cff1f841d98e6265df97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee63933a73653564c490cff1f841d98e6265df97 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Mar 2 15:39:09 2016 -0800 nir: Distribute binary oper

Mesa (master): nir: Undo possible damage caused by rearranging or-compounded float compares

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: d8d18516b0aa81f6791889bab7ce14703e65d8b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8d18516b0aa81f6791889bab7ce14703e65d8b4 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jan 5 13:29:26 2018 -0800 nir: Undo possible damage

Mesa (master): nir: Be more conservative about rearranging or-compounded compares

2018-01-30 Thread Ian Romanick
Module: Mesa Branch: master Commit: 3941cba0f76d2e004cd26df3cabf063f68eed899 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3941cba0f76d2e004cd26df3cabf063f68eed899 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Jan 4 13:30:49 2018 -0800 nir: Be more conservative

Mesa (master): i965: Make intelEmitCopyBlit static

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9eed6bea6b781d2df21720df440594dc87805e1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9eed6bea6b781d2df21720df440594dc87805e1d Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 12:40:00 2018 -0800 i965: Make intelEmitCo

Mesa (master): st/mesa: Use the translated color logic op from the context

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: cf0b26ec1250567fe0c5e9cc556806e64e843d19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf0b26ec1250567fe0c5e9cc556806e64e843d19 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 11:44:17 2018 -0800 st/mesa: Use the translated

Mesa (master): i915: Use enum color_logic_ops for blits

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 4e9e964de6cbf540f15b481d37b310f514331d1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e9e964de6cbf540f15b481d37b310f514331d1b Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 12:33:20 2018 -0800 i915: Use enum color_log

Mesa (master): i915: Make intelEmitCopyBlit static

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 39f875a6b7b15833ff448aaeae5b1a3fc4905583 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39f875a6b7b15833ff448aaeae5b1a3fc4905583 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 12:43:24 2018 -0800 i915: Make intelEmitCo

Mesa (master): mesa: Also track a remapped version of the color logic op

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9c1f010f3463d4e1ea488200390fa21f3db0b814 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c1f010f3463d4e1ea488200390fa21f3db0b814 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 11:26:41 2018 -0800 mesa: Also track a re

Mesa (master): i965: Use the translated color logic op from the context

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0c69db895f790a9d59f7b5cc784f91f570775225 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c69db895f790a9d59f7b5cc784f91f570775225 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 11:43:10 2018 -0800 i965: Use the translated

Mesa (master): mesa: Pass the translated color logic op dd_function_table::LogicOpcode

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0aaa27f29187ffb739c7ba2d789b82114f59f054 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0aaa27f29187ffb739c7ba2d789b82114f59f054 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 11:45:58 2018 -0800 mesa: Pass the translated

Mesa (master): i965: Use enum color_logic_ops for blits

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: 21be331401f32b9cde8b4514e5bec322b16a88f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21be331401f32b9cde8b4514e5bec322b16a88f8 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 12:03:58 2018 -0800 i965: Use enum color_log

Mesa (master): nouveau: Remove no-op nvgl_logicop_func function

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: c7deeb71a8fc1d7c8e3b51924bdce3356dee7e70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7deeb71a8fc1d7c8e3b51924bdce3356dee7e70 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 18:28:57 2018 -0800 nouveau: Remove

Mesa (master): i915: Silence unused parameter warnings

2018-01-25 Thread Ian Romanick
Module: Mesa Branch: master Commit: f5b9c2a6e3a899dfd9f8b8908200a6ea25affa41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5b9c2a6e3a899dfd9f8b8908200a6ea25affa41 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 3 13:29:13 2018 -0800 i915: Silence unused par

Mesa (master): glsl: Remove unnecessary assignments to type

2018-01-10 Thread Ian Romanick
Module: Mesa Branch: master Commit: a170f279581fc0cbdd112a1e01d37e8858895bb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a170f279581fc0cbdd112a1e01d37e8858895bb3 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jan 5 17:50:24 2018 -0800 glsl: Remove unnec

Mesa (master): glsl/linker: Safely generate mask of possible locations

2018-01-10 Thread Ian Romanick
Module: Mesa Branch: master Commit: 336afe7d7a8e066e1286bb93791d5c3d96ccc317 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=336afe7d7a8e066e1286bb93791d5c3d96ccc317 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jan 5 18:43:32 2018 -0800 glsl/linker: Safely generat

Mesa (master): nir: Silence unused parameter warnings

2018-01-10 Thread Ian Romanick
Module: Mesa Branch: master Commit: fd2f4f507fe863567045b9a60c7fca71d73fcd8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd2f4f507fe863567045b9a60c7fca71d73fcd8b Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Jan 4 15:28:30 2018 -0800 nir: Silence unused par

Mesa (master): glsl: Don't handle visit_stop in several ::accept methods

2018-01-10 Thread Ian Romanick
Module: Mesa Branch: master Commit: 702dc43f7eda025103df8adaf9a57067f8f56f87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=702dc43f7eda025103df8adaf9a57067f8f56f87 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jan 5 18:19:42 2018 -0800 glsl: Don't handle visi

Mesa (master): glsl/linker: Mark no locations as invalid instead of marking all locations

2018-01-10 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0c9df36157aca1e725f037e5adc54100aa387bd3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c9df36157aca1e725f037e5adc54100aa387bd3 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Fri Jan 5 18:40:21 2018 -0800 glsl/linker: Mark no loc

Mesa (master): meta/blit: Don't restore state of the temporary texture

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 9de64d0baa0d4404721aa09fd665252b759a8f28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9de64d0baa0d4404721aa09fd665252b759a8f28 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 12 17:39:54 2016 -0800 meta/blit: Don't restore

Mesa (master): meta: Don't pollute the texture namespace

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: bd32d4d0671777d9b7d6e3a592abb67563a8063c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd32d4d0671777d9b7d6e3a592abb67563a8063c Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 19 17:43:05 2016 -0800 meta: Don't pollute the t

Mesa (master): meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 05f4be96418b23abb3dc23666d5fa200696b1d4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05f4be96418b23abb3dc23666d5fa200696b1d4e Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 13 01:25:59 2016 -0800 meta/blit: Use _mesa_bind_t

Mesa (master): mesa: Fold _mesa_record_error into its only caller

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: d80be517750ba5e89432f962175bf996a6f52ce0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d80be517750ba5e89432f962175bf996a6f52ce0 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Dec 12 09:05:46 2017 -0800 mesa: Fold _mesa_record

Mesa (master): meta/blit: Check the values instead of the target before restoring

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: a232df15235ca0e7d4c36762cfb5b51038d71849 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a232df15235ca0e7d4c36762cfb5b51038d71849 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 12 17:37:02 2016 -0800 meta/blit: Check the

Mesa (master): meta: Use _mesa_CreateTextures instead of _mesa_GenTextures

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: e0ad314568349e24e5fe44dc6cac8b98a14213d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0ad314568349e24e5fe44dc6cac8b98a14213d6 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 19 16:38:20 2016 -0800 meta: Use _mesa_CreateTe

Mesa (master): mesa: Add _mesa_bind_texture method

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 594d02892e794b585df31ee75d5c1e2a0e312c25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=594d02892e794b585df31ee75d5c1e2a0e312c25 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 13 01:20:09 2016 -0800 mesa: Add _mesa_bind_t

Mesa (master): meta/blit: Track source texture using gl_texture_object instead of GL API object handle

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 7609d54e4a891c5d101404c8b291e5f0aebfb926 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7609d54e4a891c5d101404c8b291e5f0aebfb926 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Wed Jan 13 01:22:43 2016 -0800 meta/blit: Track source t

Mesa (master): Revert "mesa: remove unused _mesa_delete_nameless_texture() "

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: e6cef4b0818d014e140f3b17e8603c384066bcf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6cef4b0818d014e140f3b17e8603c384066bcf8 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Dec 12 19:41:49 2017 -0800 Revert "mesa: re

Mesa (master): meta: Track temporary textures using gl_texture_object instead of GL API object handle

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 173e3045a9a176d95be1b4d3fbf7ba0230293842 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=173e3045a9a176d95be1b4d3fbf7ba0230293842 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Jan 14 12:07:02 2016 -0800 meta: Track temporary te

Mesa (master): meta: Use _mesa_bind_texture instead of _mesa_BindTexture

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 5325a34ed78e2ffc3bd3d05fbdb49c8002853a77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5325a34ed78e2ffc3bd3d05fbdb49c8002853a77 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 19 17:15:08 2016 -0800 meta: Use _mesa_bind_t

Mesa (master): meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: 29a948e06d49ef113014020b74434b1223ba44f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29a948e06d49ef113014020b74434b1223ba44f2 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Jan 12 18:21:18 2016 -0800 meta/blit:

Mesa (master): meta/blit: Track temporary texture using gl_texture_object instead of GL API object handle

2018-01-02 Thread Ian Romanick
Module: Mesa Branch: master Commit: c36e3d30169da668e6185fbdd135e1b67297815f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c36e3d30169da668e6185fbdd135e1b67297815f Author: Ian Romanick <ian.d.roman...@intel.com> Date: Thu Jan 14 11:14:49 2016 -0800 meta/blit: Track tem

  1   2   3   4   5   6   7   8   9   10   >