summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* amd/common: pass chip_class to ac_dump_regNicolai Hähnle2017-09-062-45/+45
* ac/sid_tables: add FieldTable objectNicolai Hähnle2017-09-061-30/+85
* ac/sid_tables: remove unused variable varname_valuesNicolai Hähnle2017-09-061-1/+0
* Revert "radv: disable support for VEGA for now."Dave Airlie2017-09-061-5/+0
* radv/gfx9: set descriptor up for base_mip to level range.Dave Airlie2017-09-061-1/+4
* radv: disable 1d/2d linear optimisation on gfx9.Dave Airlie2017-09-061-3/+4
* radv/gfx9: fix buffer size on gfx9.Dave Airlie2017-09-061-1/+1
* radv: Fix vkCopyImage with both depth and stencil aspects.Bas Nieuwenhuizen2017-09-061-99/+107
* radv: fix a memleak when compiling the GS copy shaderSamuel Pitoiset2017-09-051-0/+2
* ac: reorg ac_shader_binary struct to take less space.Dave Airlie2017-09-041-8/+9
* radv: drop emit2d_dst_type.Dave Airlie2017-09-041-16/+0
* radv/meta: missing initialisations in create_pass().Xavier Bouchoux2017-09-041-0/+3
* radv: Enable command buffer chaining by default.Bas Nieuwenhuizen2017-09-043-3/+3
* radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2017-09-042-60/+37
* radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen2017-09-041-0/+1
* radv: report VM faults if detectedSamuel Pitoiset2017-09-012-0/+16
* radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2017-09-012-0/+113
* radv: add radv_check_gpu_hangs() helper functionSamuel Pitoiset2017-09-013-12/+27
* radv: disassemble SPIR-V binaries with RADV_DEBUG=spirvSamuel Pitoiset2017-09-014-0/+39