aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* aco: add support for nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-4/+13
* ac/nir: add support for nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-3/+35
* nir/lower_input_attachments: lower nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-10/+52
* spirv: add support for SpvOpFragment{Mask}FetchAMD operationsSamuel Pitoiset2020-01-231-1/+23
* nir: add two new texture ops for multisample fragment color/mask fetchesSamuel Pitoiset2020-01-232-0/+9
* spirv: add SpvCapabilityFragmentMaskAMDSamuel Pitoiset2020-01-232-0/+5
* radv: handle missing implicit subpass dependenciesSamuel Pitoiset2020-01-231-0/+112
* radv: add explicit external subpass dependencies to meta operationsSamuel Pitoiset2020-01-237-14/+296
* gallivm: fix find lsbDave Airlie2020-01-231-1/+2
* galllivm: fix gather offset castingDave Airlie2020-01-231-2/+4
* llvmpipe: fix some integer instruction lowering.Dave Airlie2020-01-231-2/+3
* gallivm: fix gather component handling.Dave Airlie2020-01-231-2/+3
* turnip: Add support for uniform texel buffers.Eric Anholt2020-01-234-12/+55
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-232-5/+5
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-239-34/+21
* util: Explain BITSET_FOREACH_SET paramsMatt Turner2020-01-231-0/+8
* lima: implement invalidate_resource()Vasily Khoruzhick2020-01-233-18/+34
* glsl_to_nir: update interface type properlyTimothy Arceri2020-01-231-2/+4
* glsl: count uniform components and storage better in nir linkingTimothy Arceri2020-01-231-4/+13
* glsl: fix check for matrices in blocks when using nir uniform linkerTimothy Arceri2020-01-231-4/+3
* glsl: remove bogus assert in nir uniform linkingTimothy Arceri2020-01-231-1/+0
* nir/algebraic: Optimize some 64-bit integer comparisons involving zeroIan Romanick2020-01-231-0/+18
* anv: Enable SPV_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_f...Ian Romanick2020-01-232-0/+2
* iris: Enable INTEL_shader_integer_functions2Ian Romanick2020-01-232-0/+10
* gallium: Add a cap bit for integer multiplication between 32-bit and 16-bitIan Romanick2020-01-233-0/+3
* gallium: Add a cap bit for OpenCL-style extended integer functionsIan Romanick2020-01-233-0/+5
* i965: Enable INTEL_shader_integer_functions2 on Gen8+Ian Romanick2020-01-233-0/+8
* spirv: Add support for IntegerFunctions2INTEL capabilityIan Romanick2020-01-232-0/+5
* spirv: Silence a bunch of unused parameter warningsIan Romanick2020-01-231-12/+12
* nir/spirv: Translate SPIR-V to NIR for new INTEL_shader_integer_functions2 op...Ian Romanick2020-01-232-0/+35
* intel/fs: Implement support for NIR opcodes for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+67
* intel/fs: Add SHADER_OPCODE_[IU]SUB_SAT pseudo-opsIan Romanick2020-01-233-0/+101
* intel/fs: Don't lower integer multiplies that don't need loweringIan Romanick2020-01-231-0/+11
* compiler: Translate GLSL IR to NIR for new INTEL_shader_integer_functions2 ex...Ian Romanick2020-01-231-0/+30
* nir/algebraic: Add lowering for 64-bit iadd_sat and isub_satIan Romanick2020-01-231-0/+50
* nir/algebraic: Add lowering for 64-bit uadd_satIan Romanick2020-01-231-0/+1
* nir/algebraic: Add lowering for 64-bit usub_satIan Romanick2020-01-232-0/+18
* nir/algebraic: Add lowering for 64-bit hadd and rhaddIan Romanick2020-01-232-0/+26
* nir/algebraic: Add lowering for uabs_usub and uabs_isubIan Romanick2020-01-231-0/+3
* nir: Add new instructions for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+17
* glsl: Add built-in functions for INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+311
* glsl_types: Add function to get an unsigned base type from a signed typeIan Romanick2020-01-231-0/+21
* glsl: Add new expressions for INTEL_shader_integer_functions2Ian Romanick2020-01-235-0/+133
* mesa: Extension boilerplate for INTEL_shader_integer_functions2Ian Romanick2020-01-234-0/+5
* intel/compiler: Move Gen4/5 rounding to visitorMatt Turner2020-01-224-37/+28
* meson: Do not require libdrm for DRI2 on hurdSamuel Thibault2020-01-221-1/+3
* util: Do not fail to build on unknown pthread_setname_npSamuel Thibault2020-01-221-1/+1
* loader: #define PATH_MAX when undefined (eg. Hurd)Samuel Thibault2020-01-221-0/+5
* util/atomic: fix return type of p_atomic_add_return() fallbackEric Engestrom2020-01-221-1/+1
* gallium: dmabuf support for yuv formats that are not natively supportedJames Xiong2020-01-223-10/+26