summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused argument from nir_ssa_dest_init_for_typeAlyssa Rosenzweig2023-05-171-2/+1
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-171-3/+3
* intel: Produce unified atomicsAlyssa Rosenzweig2023-05-161-16/+12
* intel: Always call nir_lower_frexp.Emma Anholt2023-04-061-1/+0
* intel/fs: make Wa_1806565034 conditional to non robust accessLionel Landwerlin2022-12-131-1/+2
* nir/builder: Drop nir_i2i and nir_u2u in favor of nir_x2xNJason Ekstrand2022-12-011-1/+1
* intel/clc: assert when libclc shader is not foundLionel Landwerlin2022-10-271-0/+5
* intel,anv,iris,crocus: Drop subgroup size from the shader keyJason Ekstrand2022-07-081-3/+1
* nir: add a nir_remove_non_entrypoints helperKarol Herbst2022-05-101-5/+1
* intel/compiler: fix singleton pointer coverity warningAlexey Bozhenko2022-04-191-1/+1
* intel/clc: fix missing pointer writeLionel Landwerlin2022-03-301-0/+1
* intel/clc: fixup shared memory offsetsLionel Landwerlin2022-03-231-0/+2
* intel/kernel: enable linkage capLionel Landwerlin2022-03-231-0/+1
* intel/kernel: enable groups capsLionel Landwerlin2022-03-231-0/+1
* intel/kernel: Implement some Intel built-in functionsJason Ekstrand2022-03-211-0/+100
* intel/compiler: Add code for compiling CL-style SPIR-V kernelsJason Ekstrand2022-03-211-0/+362