summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-13adapt to upstreamnouveau_nir_spirv_opencl_v6Jérôme Glisse2-14/+64
2018-08-09nouveau: add support for SVM migratenouveau_nir_spirv_opencl_v5Jérôme Glisse1-0/+36
2018-08-09clover: implement clEnqueueSVMMigrateMemJérôme Glisse4-1/+77
2018-08-09gallium: add support for SVM (Share Virtual Memory) migrateJérôme Glisse2-0/+25
2018-07-25fix lookup path ...Jérôme Glisse1-1/+1
2018-07-25nouveau: expose HMMKarol Herbst1-1/+2
2018-07-25nouveau: HACK enable HMM for screenJérôme Glisse2-3/+55
2018-07-25nvir: skip same type conversionsKarol Herbst1-0/+6
2018-07-25nvir/nir: lower conversions with modifier correctlyKarol Herbst1-15/+92
2018-07-25nvir/nir: support rounding modes for conversionsKarol Herbst1-27/+89
2018-07-25nir: add helper functions for rounding modeKarol Herbst1-0/+57
2018-07-25nir: add all combinations of conversions with rounding and saturationKarol Herbst10-69/+177
2018-07-25nir: enable float rounding modes for all float conversionsKarol Herbst2-2/+2
2018-07-25nir: rename f2f16_undef to f2f16Karol Herbst4-8/+8
2018-07-25TMPKarol Herbst1-4/+5
2018-07-25Revert "WIP fix pointer inside structs"Karol Herbst7-144/+27
2018-07-25nouveau hackKarol Herbst1-0/+2
2018-07-25WIP fix pointer inside structsKarol Herbst7-27/+144
2018-07-21handle forward pointerKarol Herbst1-6/+31
2018-07-21WIP disbale libclKarol Herbst1-10/+10
2018-07-21clover: implement CL_DEVICE_SVM_CAPABILITIESKarol Herbst3-0/+10
2018-07-21gallium: add PIPE_CAP_SVM_SUPPORTKarol Herbst18-0/+19
2018-07-21clover: implement clSetKernelArgSVMPointerKarol Herbst4-1/+51
2018-07-2164 bit ptr WIPKarol Herbst1-1/+1
2018-07-21clover: add libclKarol Herbst13-1/+2999
2018-07-21treat constant as global for nowKarol Herbst2-6/+6
2018-07-21nir: keep bit_count unopKarol Herbst1-1/+1
2018-07-21WIP: vtn+nir: handle 64 bit pointersKarol Herbst4-9/+19
2018-07-21nvc0 add PIPE_COMPUTE_CAP_SHADER_DEPS capKarol Herbst1-0/+2
2018-07-21lower int64 div/modKarol Herbst1-0/+1
2018-07-21WIP: expose OCL 1.2Karol Herbst2-3/+3
2018-07-21clover: add cl_khr_int64 to supported extensions if PIPE_CAP_INT64Karol Herbst2-0/+7
2018-07-21nvir/nir: lower 64 bit popcntKarol Herbst2-0/+29
2018-07-21nouveau fixesKarol Herbst2-1/+8
2018-07-21Revert "HACK: embedded profile"Karol Herbst1-2/+1
2018-07-21nve4: fix uploading unaligned sized input buffersKarol Herbst1-1/+6
2018-07-21nvir/nir: add support for 8 and 16 bit conversionKarol Herbst1-1/+17
2018-07-21nvir: lower 8 and 16 bit operationsKarol Herbst2-4/+84
2018-07-21local hacksKarol Herbst2-6/+9
2018-07-21nvir/nir: implement nir_intrinsic_load_work_dimKarol Herbst1-0/+3
2018-07-21limit reported global and max memory sizeKarol Herbst1-2/+3
2018-07-21nvir/nir: add support for vec8 and vec16Karol Herbst1-1/+3
2018-07-21hack disable annoying warningsKarol Herbst2-9/+9
2018-07-21nvir/nir: implemente load/store_globalKarol Herbst1-0/+36
2018-07-21nvir/nir: implement intrinsic_load_kernel_paramKarol Herbst1-0/+10
2018-07-21nvir/nir: allow non main functionsKarol Herbst1-2/+0
2018-07-21nvir/nir: lower params correctlyKarol Herbst1-1/+9
2018-07-21run algebraic optsKarol Herbst1-0/+3
2018-07-21clover: call callback in cl(Build/Compile/Link)ProgramKarol Herbst1-79/+94
2018-07-21clover/spirv: handle OpTypeBoolKarol Herbst1-0/+1