summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi
AgeCommit message (Expand)AuthorFilesLines
2019-04-09nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri1-1/+1
2019-04-08radeonsi: fix a crash when unbinding sampler statesMarek Olšák1-1/+1
2019-04-04radeonsi: set exact shader buffer read/write usage in CSMarek Olšák6-24/+41
2019-04-04gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák4-7/+10
2019-04-04simplify LLVM version string printingEric Engestrom1-5/+2
2019-04-04radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák7-4/+253
2019-04-04radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák1-4/+70
2019-04-04radeonsi: add ability to bind images as image buffersMarek Olšák2-3/+8
2019-04-04radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák4-12/+30
2019-04-02radeonsi: don't use PFP_SYNC_ME with compute-only contextsMarek Olšák1-1/+1
2019-04-01radeonsi: implement ARB/KHR_parallel_shader_compile callbacksMarek Olšák1-0/+31
2019-04-01radeonsi: fix assertion failure by using the correct typeMarek Olšák1-1/+1
2019-03-19gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke1-0/+3
2019-03-18radeonsi/nir: call some more var optimisation passesTimothy Arceri1-3/+8
2019-03-17radeonsi: Remove implicit const cast.Bas Nieuwenhuizen1-1/+1
2019-03-15gallium: add pipe_grid_info::last_blockMarek Olšák4-35/+8
2019-03-12radeonsi/nir: Use nir stripping passConnor Abbott1-0/+5
2019-03-08radeonsi/nir: Only set window_space_position for vertex shaders.Timur Kristóf1-2/+4
2019-03-06radeonsi/nir: stop calling nir_lower_returns()Timothy Arceri1-1/+0
2019-03-05nir: Add ability for shaders to use window space coordinates.Timur Kristóf1-0/+3
2019-02-28radeonsi/nir: move si_lower_nir() call into compiler threadTimothy Arceri1-2/+3
2019-02-26radeonsi: always use compute rings for clover on CI and newer (v2)Marek Olšák11-75/+130
2019-02-26radeonsi: fix query buffer allocationTimothy Arceri2-25/+32
2019-02-21nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro1-1/+1
2019-02-20radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák5-28/+143
2019-02-19radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpowKenneth Graunke1-1/+0
2019-02-20radeonsi/nir: set shader_buffers_declared properlyTimothy Arceri1-10/+22
2019-02-20radeonsi/nir: set colors_read properlyTimothy Arceri1-7/+10
2019-02-20radeonsi/nir: set input_usage_mask properlyTimothy Arceri1-11/+36
2019-02-20radeonsi/nir: Use uniform location when calculating const_file_max.Timur Kristóf1-6/+6
2019-02-19radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2-1/+3
2019-02-12radeonsi: Fix guardband computation for large render targetsOscar Blumberg1-2/+28
2019-02-12radeonsi: use MEM instead of MEM_GRBM in COPY_DATA.DST_SELMarek Olšák1-3/+3
2019-02-12radeonsi: add AMD_DEBUG env var as an alternative to R600_DEBUGMarek Olšák1-1/+3
2019-02-11radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-2/+5
2019-02-07gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst1-0/+3
2019-02-06radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák1-9/+10
2019-02-06radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák1-3/+5
2019-02-06radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák1-1/+2
2019-02-06radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák4-12/+9
2019-02-06radeonsi: initialize textures using DCC to black when possibleMarek Olšák3-13/+63
2019-02-05radeonsi: release tokens after creating the shader programGert Wollny1-0/+2
2019-02-04radeonsi: fix crashing performance counters (division by zero)Marek Olšák1-1/+1
2019-02-04radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák3-3/+8
2019-02-04radeonsi: use compute for clear_render_target when possibleSonny Jiang5-0/+184
2019-02-01ac/radv/radeonsi: add ac_get_num_physical_sgprs() helperTimothy Arceri1-4/+3
2019-01-30radeonsi: fix a comment typo in si_fine_fence_setMarek Olšák1-1/+1
2019-01-30radeonsi: unify error paths in si_texture_create_objectMarek Olšák1-9/+9
2019-01-30radeonsi: merge & rename texture BO metadata functionsMarek Olšák1-64/+53
2019-01-30radeonsi: enable dithered alpha-to-coverage for better qualityMarek Olšák1-4/+5