summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-25nir: add a load/store vectorization passRhys Perry3-0/+1313
2019-11-25radv: set alignment for load_ssbo/store_ssbo in meta shadersRhys Perry3-0/+26
2019-11-25nir: add nir_num_variable_modes and nir_var_mem_push_constRhys Perry2-2/+9
2019-11-25aco: Make unused workgroup id's 0Connor Abbott1-3/+3
2019-11-25aco: Use common argument handlingConnor Abbott6-637/+211
2019-11-25radv: Replace supports_spill with explict_scratch_argsConnor Abbott6-54/+49
2019-11-25aco: Make num_workgroups and local_invocation_ids one argument eachConnor Abbott2-17/+17
2019-11-25aco: Split vector arguments at the beginningConnor Abbott2-2/+20
2019-11-25aco: Use radv_shader_args in aco_compile_shader()Connor Abbott3-13/+13
2019-11-25aco: Constify radv_nir_compiler_options in iselConnor Abbott3-4/+4
2019-11-25radv: Move argument declaration out of nir_to_llvmConnor Abbott6-784/+823
2019-11-25ac/nir, radv, radeonsi: Switch to using ac_shader_argsConnor Abbott13-1553/+1557
2019-11-25ac: Add a shared interface between radv, radeonsi, LLVM and ACOConnor Abbott6-0/+273
2019-11-25radv: Rename ac_arg_regfileConnor Abbott1-2/+2
2019-11-25drirc: Add glsl_zero_init workaround for GpuTestDanylo Piliaiev1-0/+7
2019-11-25meson: only build imgui when neededSamuel Pitoiset3-3/+5
2019-11-25ac/llvm: fix the local invocation index for wave32Samuel Pitoiset1-0/+4
2019-11-25radv: disable subgroup shuffle operations on GFX10Samuel Pitoiset1-1/+2
2019-11-25llvmpipe: initial query buffer object support. (v2)Dave Airlie2-1/+153
2019-11-25radv: create a fresh fork for each pipeline compileTimothy Arceri2-14/+139
2019-11-25radv: add a secure_compile_open_fifo_fds() helperTimothy Arceri1-0/+43
2019-11-25radv: add some infrastructure for fresh forks for each secure compileTimothy Arceri1-1/+14
2019-11-23nir: no-op C99 _Pragma() with MSVCBrian Paul1-0/+7
2019-11-23disk_cache_get_function_timestamp: check for dladdrMichel Zou1-1/+1
2019-11-23nir/serialize: support any num_components for remaining instructionsMarek Olšák1-4/+13
2019-11-23nir/serialize: use 3 unused bits in intrinsic for packed_const_indicesMarek Olšák1-11/+10
2019-11-23nir/serialize: don't serialize redundant nir_intrinsic_instr::num_componentsMarek Olšák1-6/+16
2019-11-23nir/serialize: serialize writemask for vec8 and vec16Marek Olšák1-9/+16
2019-11-23nir/serialize: serialize swizzles for vec8 and vec16Marek Olšák1-8/+43
2019-11-23nir/serialize: reuse the writemask field for 2 src X swizzles of SSA ALUMarek Olšák1-3/+33
2019-11-23nir/serialize: remove up to 3 consecutive equal ALU instruction headersMarek Olšák1-16/+65
2019-11-23nir/serialize: try to pack both deref array src into 32 bitsMarek Olšák1-5/+28
2019-11-23nir/serialize: cleanup - fold nir_deref_type_var cases into switchesMarek Olšák1-16/+19
2019-11-23nir/serialize: try to put deref->var index into the unused bits of the headerMarek Olšák1-10/+23
2019-11-23nir/serialize: don't serialize mode for deref non-cast instructionsMarek Olšák1-5/+12
2019-11-23nir/serialize: don't store deref types if not neededMarek Olšák1-4/+26
2019-11-23nir/serialize: try to pack two alu srcs into 1 uint32Marek Olšák1-21/+76
2019-11-23nir/serialize: pack nir_intrinsic_instr::const_index[] betterMarek Olšák1-5/+84
2019-11-23nir/serialize: pack 1-component constants into 20 bits if possibleMarek Olšák1-37/+135
2019-11-23nir/serialize: pack load_const with non-64-bit constants betterMarek Olšák1-2/+46
2019-11-23nir/serialize: try to store a diff in var data locations instead of var dataMarek Olšák1-15/+73
2019-11-23nir/serialize: deduplicate serialized var types by reusing the last unique oneMarek Olšák1-10/+39
2019-11-23nir/serialize: don't serialize var->data for temporariesMarek Olšák1-12/+37
2019-11-23nir/serialize: pack src better and limit the object count to 1M from 1GMarek Olšák1-33/+75
2019-11-23nir/serialize: pack instructions betterMarek Olšák1-106/+297
2019-11-23util/blob: add 8-bit and 16-bit reads and writesMarek Olšák2-72/+71
2019-11-22drirc: Enable glthread for dolphin/citra/yuzu.Markus Wick1-0/+11
2019-11-22mesa/glthread: Implement ARB_multi_bind.Markus Wick1-10/+10
2019-11-22aco: fix waitcnts for barriers at block endsRhys Perry1-0/+3
2019-11-22Revert "draw: revert using correct order for prim decomposition."Zebediah Figura1-3/+1