summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi
AgeCommit message (Expand)AuthorFilesLines
2018-02-17radeonsi: implement 32-bit pointers in user data SGPRs (v2)Marek Olšák5-59/+123
2018-02-17radeonsi: disallow constant buffers with a 64-bit address in slot 0Marek Olšák2-1/+9
2018-02-17gallium: use PIPE_CAP_CONSTBUF0_FLAGSMarek Olšák1-1/+1
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-02-16radeonsi/nir: set TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL correctlyTimothy Arceri1-1/+2
2018-02-15radeonsi/nir: fix si_nir_load_tcs_varyings() for outputsTimothy Arceri1-2/+11
2018-02-15radeonsi/nir: fix shader ballot return value bitsizeTimothy Arceri1-1/+1
2018-02-14ac: remove nir_to_llvm_context from ac_nir_translate()Samuel Pitoiset1-1/+1
2018-02-14gallium: drop all the guard band float caps.Dave Airlie1-5/+0
2018-02-13radeonsi: make si_declare_compute_memory() more generic and call for nirTimothy Arceri4-7/+18
2018-02-12ac: remove unused parameters in abi::load_tess_coord()Samuel Pitoiset1-4/+2
2018-02-12ac: add load_sample_mask_in() to the ABISamuel Pitoiset1-0/+6
2018-02-10st/radeonsi: enable disk cache for nirTimothy Arceri1-4/+0
2018-02-10radeonsi: stop returning PIPE_SHADER_IR_NATIVE for PIPE_SHADER_CAP_PREFERRED_IRTimothy Arceri1-3/+0
2018-02-10radeonsi/nir: add depth layout to scan passTimothy Arceri1-0/+19
2018-02-10radeonsi/nir: add FRAG_RESULT_COLOR to scan passTimothy Arceri1-0/+6
2018-02-09radeonsi/nir: gather some missing fs infoTimothy Arceri1-0/+5
2018-02-09radeonsi: copy the NIR enablement debug bit to the shader cache flagsMarek Olšák1-1/+2
2018-02-08ac: add ac_build_export_null() helperSamuel Pitoiset1-20/+1
2018-02-08radeonsi: avoid int-to-pointer-cast warnings on 32bitGrazvydas Ignotas1-6/+12
2018-02-07radeonsi/nir: add nir support for compiling compute shadersTimothy Arceri3-18/+39
2018-02-07ac/radeonsi: add num_work_groups to the abiTimothy Arceri2-3/+2
2018-02-07ac/radeonsi: create ac_build_shader_clock() helperTimothy Arceri1-5/+1
2018-02-07ac/radeonsi: add load_local_group_size() to the abiTimothy Arceri1-0/+1
2018-02-07radeonsi: add get_block_size() helperTimothy Arceri1-20/+27
2018-02-07ac/radeonsi: add local_invocation_ids to the abiTimothy Arceri2-3/+2
2018-02-07ac/radeonsi: add workgroup_ids to the abiTimothy Arceri2-6/+4
2018-02-07radeonsi/nir: gather some compute info in si_nir_scan_shader()Timothy Arceri1-6/+27
2018-02-07radeonsi/nir: always set input_usage_mask as using all componentsTimothy Arceri1-4/+10
2018-02-05radeonsi: enable vcn encode for HEVC mainBoyuan Zhang1-1/+3
2018-02-02amd: remove support for LLVM 3.9Marek Olšák4-16/+5
2018-02-02radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsicsMarek Olšák1-113/+39
2018-02-01radeonsi: use ac_build_buffer_load_format for image buffer loadsMarek Olšák1-4/+10
2018-02-01ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2-2/+2
2018-02-01radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2-5/+16
2018-02-01radeonsi: remove unused si_shader_context membersMarek Olšák2-11/+0
2018-01-31radeonsi: remove DBG_PRECOMPILEMarek Olšák2-50/+0
2018-01-31radeonsi: print shader-db stats for main parts, not final binariesMarek Olšák3-13/+23
2018-01-31radeonsi: move max_simd_waves computation into a separate functionMarek Olšák2-12/+23
2018-01-31radeonsi/nir: add input support for arrays that have not been copied to temps...Timothy Arceri1-67/+79
2018-01-31ac/radeonsi: add lookup_interp_param and load_sample_position to the abiTimothy Arceri1-0/+2
2018-01-31radeonsi/nir: add prim_mask to the abiTimothy Arceri1-3/+4
2018-01-31radeonsi/nir: adjust load_sample_position() to be shared between backendsTimothy Arceri1-2/+3
2018-01-31radeonsi/nir: add si_nir_lookup_interp_param() helperTimothy Arceri2-0/+40
2018-01-31radeonsi/nir: move the interpolation qualifier scanningTimothy Arceri1-16/+36
2018-01-31radeonsi/nir: add interpolate at intrinsics to scan_instruction()Timothy Arceri1-0/+30
2018-01-30radeonsi: fix fence_server_sync() holding up extra work v2Andres Rodriguez2-25/+28
2018-01-30radeonsi: implement semaphore_server_signal v2Andres Rodriguez1-0/+37
2018-01-30radeonsi: add support for importing PIPE_FD_TYPE_SYNCOBJ semaphoresAndres Rodriguez1-6/+20
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2-1/+1