summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: delay adding BOs at the beginning of IBs until the first drawMarek Olšák2019-04-236-9/+46
* radeonsi: add helper si_get_minimum_num_gfx_cs_dwordsMarek Olšák2019-04-232-7/+12
* radeonsi: add si_cp_copy_dataMarek Olšák2019-04-235-41/+44
* ac: add radeon_info::marketing_name, replacing the winsys callbackMarek Olšák2019-04-231-12/+3
* tgsi/scan: add uses_drawidMarek Olšák2019-04-231-0/+3
* radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák2019-04-225-10/+16
* radeonsi/gfx9: use the correct condition for the DPBB + QUANT_MODE workaroundMarek Olšák2019-04-181-4/+4
* radeonsi/nir: fix scanning of bindless imagesTimothy Arceri2019-04-171-38/+37
* nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi when possibleMarek Olšák2019-04-161-0/+1
* Delete autotoolsDylan Baker2019-04-152-80/+0
* radeonsi: enable GL_EXT_shader_image_load_formattedMarek Olšák2019-04-151-0/+1
* radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missingMarek Olšák2019-04-121-0/+4
* ac: add ac_build_load_helper_invocation() helperSamuel Pitoiset2019-04-121-6/+1
* ac: add ac_build_ddxy_interp() helperSamuel Pitoiset2019-04-121-26/+1
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* radeonsi: fix a crash when unbinding sampler statesMarek Olšák2019-04-081-1/+1
* radeonsi: set exact shader buffer read/write usage in CSMarek Olšák2019-04-046-24/+41
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-044-7/+10
* simplify LLVM version string printingEric Engestrom2019-04-041-5/+2
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-047-4/+253
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-041-4/+70
* radeonsi: add ability to bind images as image buffersMarek Olšák2019-04-042-3/+8
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-044-12/+30
* radeonsi: don't use PFP_SYNC_ME with compute-only contextsMarek Olšák2019-04-021-1/+1
* radeonsi: implement ARB/KHR_parallel_shader_compile callbacksMarek Olšák2019-04-011-0/+31
* radeonsi: fix assertion failure by using the correct typeMarek Olšák2019-04-011-1/+1
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-0/+3
* radeonsi/nir: call some more var optimisation passesTimothy Arceri2019-03-181-3/+8
* radeonsi: Remove implicit const cast.Bas Nieuwenhuizen2019-03-171-1/+1
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-154-35/+8
* radeonsi/nir: Use nir stripping passConnor Abbott2019-03-121-0/+5
* radeonsi/nir: Only set window_space_position for vertex shaders.Timur Kristóf2019-03-081-2/+4
* radeonsi/nir: stop calling nir_lower_returns()Timothy Arceri2019-03-061-1/+0
* nir: Add ability for shaders to use window space coordinates.Timur Kristóf2019-03-051-0/+3
* radeonsi/nir: move si_lower_nir() call into compiler threadTimothy Arceri2019-02-281-2/+3
* radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák2019-02-2611-75/+130
* radeonsi: fix query buffer allocationTimothy Arceri2019-02-262-25/+32
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-211-1/+1
* radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák2019-02-205-28/+143
* radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpowKenneth Graunke2019-02-191-1/+0
* radeonsi/nir: set shader_buffers_declared properlyTimothy Arceri2019-02-201-10/+22
* radeonsi/nir: set colors_read properlyTimothy Arceri2019-02-201-7/+10
* radeonsi/nir: set input_usage_mask properlyTimothy Arceri2019-02-201-11/+36
* radeonsi/nir: Use uniform location when calculating const_file_max.Timur Kristóf2019-02-201-6/+6
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-192-1/+3
* radeonsi: Fix guardband computation for large render targetsOscar Blumberg2019-02-121-2/+28
* radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SELMarek Olšák2019-02-121-3/+3
* radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUGMarek Olšák2019-02-121-1/+3
* radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák2019-02-111-2/+5
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+3