aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv/gfx9: fix image resource handling.Dave Airlie2017-09-131-8/+19
* radv/ac: bump params array for image atomic comp swapDave Airlie2017-09-131-1/+1
* radv/gfx9: set mip0-depth correctly for 2d arrays/3d imagesDave Airlie2017-09-131-2/+2
* radv: handle GFX9 1D texturesDave Airlie2017-09-132-14/+76
* radv: don't use iview for meta image width/height.Dave Airlie2017-09-132-13/+21
* radv: Don't allocate CMASK for linear images.Bas Nieuwenhuizen2017-09-121-1/+3
* radv: Disable multilayer & multilevel DCC.Bas Nieuwenhuizen2017-09-121-0/+1
* radv: work out a base ia_multi_vgt_param.Dave Airlie2017-09-113-10/+13
* radv: calculate non-draw related ia_multi_vgt_param bits in pipelineDave Airlie2017-09-113-60/+76
* radv: move calculating primgroup_size to pipeline.Dave Airlie2017-09-113-9/+11
* radv: only calculate num_prims when required.Dave Airlie2017-09-111-4/+10
* radv: use upload_data to upload push descriptors.Dave Airlie2017-09-111-6/+3
* radv: realign vgt flush on hawaii workaround with radeonsi.Dave Airlie2017-09-111-6/+12
* radv: return an error code when resetting a command bufferSamuel Pitoiset2017-09-111-8/+14
* radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset2017-09-111-8/+2
* radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset2017-09-111-4/+4
* radv: add debug flags to zero vram allocations.Dave Airlie2017-09-125-0/+7
* Android: fix undeclared identifier 'gfx9d_reg_table'Chih-Wei Huang2017-09-111-1/+1
* radv: Actually check for vm faults.Bas Nieuwenhuizen2017-09-093-3/+9
* radv: keep track of the disasm string in debug mode onlySamuel Pitoiset2017-09-082-1/+9
* radv: add shader_variant_create() helper functionSamuel Pitoiset2017-09-081-58/+56
* radv: drop 'dump' parameters from some shader related functionsSamuel Pitoiset2017-09-083-22/+19
* radv: move shaders related code to radv_shader.cSamuel Pitoiset2017-09-0811-523/+642
* radv: fix error code when initializing the push descriptorsSamuel Pitoiset2017-09-081-1/+1
* radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset2017-09-081-4/+8
* radv: add radv_vertex_elements_info data structureSamuel Pitoiset2017-09-083-18/+26
* radv: add an assertion when pushing meta descriptor setsSamuel Pitoiset2017-09-081-0/+1
* ac: remove bitcast_to_float()Connor Abbott2017-09-081-16/+2
* ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott2017-09-083-162/+172
* ac: fix ac_get_type_size() for doublesConnor Abbott2017-09-081-0/+1
* radv/ac: use ac_get_type_size.Dave Airlie2017-09-081-23/+3
* radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott2017-09-082-0/+36
* radeonsi: move si_emit_ballot() to acConnor Abbott2017-09-082-0/+29
* radeonsi: move emit_optimization_barrier() to acConnor Abbott2017-09-082-0/+45
* radeonsi: move llvm_get_type_size() to acConnor Abbott2017-09-082-0/+26
* radv/winsys: fix flags vs va_flags thinko.Dave Airlie2017-09-081-1/+1
* radv: use simpler indirect packet 3 if possible.Dave Airlie2017-09-071-14/+23
* radv/gfx9: allocate events from uncached VA spaceDave Airlie2017-09-073-3/+8
* radv/winsys: use amdgpu_bo_va_op_raw.Dave Airlie2017-09-071-7/+24
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-073-3/+6
* radv: do not use a bitfield when dirtying the vertex buffersSamuel Pitoiset2017-09-072-3/+4
* radv: remove unused radv_meta_saved_state::vertex_saved fieldSamuel Pitoiset2017-09-072-8/+0
* ac/surface: reduce gfx9_surface_layout size.Dave Airlie2017-09-071-2/+3
* radv: reduce radv_amdgpu_winsys struct size.Dave Airlie2017-09-071-3/+3
* radv: reduce radv_image struct size.Dave Airlie2017-09-071-3/+2
* radv: reduce radv_shader_variant struct size.Dave Airlie2017-09-071-1/+1
* radv: reduce radv_cmd_state struct size.Dave Airlie2017-09-071-2/+2
* radv: reduce meta_saved_state struct size.Dave Airlie2017-09-071-4/+3
* radv: fix error code when resizing the upload BOSamuel Pitoiset2017-09-061-1/+1
* ac/debug: take ASIC generation into account when printing registersNicolai Hähnle2017-09-062-107/+177