summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-09-13ac/surface: match Z and stencil tile configNicolai Hähnle1-7/+42
2017-09-13ac/surface: sanity-check that we got a TC-compatible HTILE if requestedNicolai Hähnle1-0/+6
2017-09-13ac/addrlib: enable assertions in debug buildsNicolai Hähnle1-9/+17
2017-09-13ac/addrlib: relax an assertionNicolai Hähnle1-1/+2
2017-09-13ac/addrlib: relax an assertionNicolai Hähnle1-1/+1
2017-09-13amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle2-4/+9
2017-09-13radv: compile out unused codeEric Engestrom1-0/+2
2017-09-13radv: clear push_constant_stages when resetting a command bufferSamuel Pitoiset1-0/+1
2017-09-13radv: add more radv_emit_XXX() helpers for the dynamic stateSamuel Pitoiset1-40/+77
2017-09-13radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset4-7/+5
2017-09-13radv/gfx9: fix image resource handling.Dave Airlie1-8/+19
2017-09-13radv/ac: bump params array for image atomic comp swapDave Airlie1-1/+1
2017-09-13radv/gfx9: set mip0-depth correctly for 2d arrays/3d imagesDave Airlie1-2/+2
2017-09-13radv: handle GFX9 1D texturesDave Airlie2-14/+76
2017-09-13radv: don't use iview for meta image width/height.Dave Airlie2-13/+21
2017-09-12radv: Don't allocate CMASK for linear images.Bas Nieuwenhuizen1-1/+3
2017-09-12radv: Disable multilayer & multilevel DCC.Bas Nieuwenhuizen1-0/+1
2017-09-11radv: work out a base ia_multi_vgt_param.Dave Airlie3-10/+13
2017-09-11radv: calculate non-draw related ia_multi_vgt_param bits in pipelineDave Airlie3-60/+76
2017-09-11radv: move calculating primgroup_size to pipeline.Dave Airlie3-9/+11
2017-09-11radv: only calculate num_prims when required.Dave Airlie1-4/+10
2017-09-11radv: use upload_data to upload push descriptors.Dave Airlie1-6/+3
2017-09-11radv: realign vgt flush on hawaii workaround with radeonsi.Dave Airlie1-6/+12
2017-09-11radv: return an error code when resetting a command bufferSamuel Pitoiset1-8/+14
2017-09-11radv: remove unnecessary goto in radv_create_cmd_buffer()Samuel Pitoiset1-8/+2
2017-09-11radv: do not pass a pipeline object to radv_emit_graphics_pipeline()Samuel Pitoiset1-4/+4
2017-09-12radv: add debug flags to zero vram allocations.Dave Airlie5-0/+7
2017-09-11Android: fix undeclared identifier 'gfx9d_reg_table'Chih-Wei Huang1-1/+1
2017-09-09radv: Actually check for vm faults.Bas Nieuwenhuizen3-3/+9
2017-09-08radv: keep track of the disasm string in debug mode onlySamuel Pitoiset2-1/+9
2017-09-08radv: add shader_variant_create() helper functionSamuel Pitoiset1-58/+56
2017-09-08radv: drop 'dump' parameters from some shader related functionsSamuel Pitoiset3-22/+19
2017-09-08radv: move shaders related code to radv_shader.cSamuel Pitoiset11-523/+642
2017-09-08radv: fix error code when initializing the push descriptorsSamuel Pitoiset1-1/+1
2017-09-08radv: do not update vertex descriptors if the allocation failedSamuel Pitoiset1-4/+8
2017-09-08radv: add radv_vertex_elements_info data structureSamuel Pitoiset3-18/+26
2017-09-08radv: add an assertion when pushing meta descriptor setsSamuel Pitoiset1-0/+1
2017-09-08ac: remove bitcast_to_float()Connor Abbott1-16/+2
2017-09-08ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott3-162/+172
2017-09-08ac: fix ac_get_type_size() for doublesConnor Abbott1-0/+1
2017-09-08radv/ac: use ac_get_type_size.Dave Airlie1-23/+3
2017-09-08radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott2-0/+36
2017-09-08radeonsi: move si_emit_ballot() to acConnor Abbott2-0/+29
2017-09-08radeonsi: move emit_optimization_barrier() to acConnor Abbott2-0/+45
2017-09-08radeonsi: move llvm_get_type_size() to acConnor Abbott2-0/+26
2017-09-08radv/winsys: fix flags vs va_flags thinko.Dave Airlie1-1/+1
2017-09-07radv: use simpler indirect packet 3 if possible.Dave Airlie1-14/+23
2017-09-07radv/gfx9: allocate events from uncached VA spaceDave Airlie3-3/+8
2017-09-07radv/winsys: use amdgpu_bo_va_op_raw.Dave Airlie1-7/+24
2017-09-07ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák3-3/+6