summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Add VK_KHR_bind_memory2 support.Bas Nieuwenhuizen2017-09-202-24/+59
* radv: do not update the number of scissors in vkCmdSetScissor()Samuel Pitoiset2017-09-201-3/+0
* radv: do not update the number of viewports in vkCmdSetViewport()Samuel Pitoiset2017-09-201-3/+0
* radv: add some assertions in vkCmdSetScissor()Samuel Pitoiset2017-09-201-1/+4
* radv: add some assertions in vkCmdSetViewport()Samuel Pitoiset2017-09-201-1/+4
* radv: inline radv_flush_compute_state() into radv_dispatch()Samuel Pitoiset2017-09-201-11/+7
* radv: add radv_dispatch() helperSamuel Pitoiset2017-09-201-15/+14
* radv: add radv_emit_dispatch_packets() helperSamuel Pitoiset2017-09-201-103/+149
* ac/surface: handle S8 on gfx9Dave Airlie2017-09-201-2/+7
* configure.ac: split the wayland client/server confusionEmil Velikov2017-09-191-2/+2
* radv: replace conditional compilation with MAYBE_UNUSEDEric Engestrom2017-09-191-3/+2
* amd/common: add workaround for cube map array layer clampingNicolai Hähnle2017-09-181-2/+29
* amd/common: remove has_ds_bpermute argument from ac_build_ddxyNicolai Hähnle2017-09-183-7/+2
* amd/common: add chip_class to ac_llvm_contextNicolai Hähnle2017-09-183-4/+12
* amd/common: round cube array slice in ac_prepare_cube_coordsNicolai Hähnle2017-09-183-5/+8
* radv: Add support for more DCC compression with VK_KHR_image_format_list.Bas Nieuwenhuizen2017-09-162-3/+25
* radv: Add code to check if two formats can share DCC metadata.Bas Nieuwenhuizen2017-09-162-0/+87
* radv: Don't redundantly emit pipelines after secondary cmd buffer.Bas Nieuwenhuizen2017-09-151-5/+6
* radv: Check for GFX9 for 1D arrays in image_size intrinsic.Bas Nieuwenhuizen2017-09-151-1/+2
* automake: include radv_shader.h in the sources listEmil Velikov2017-09-151-0/+1
* radv: fix a potential crash if attachments allocation failedSamuel Pitoiset2017-09-151-1/+2
* radv: dump the device name into the hang reportSamuel Pitoiset2017-09-151-0/+30
* radv: add get_chip_name() callbackSamuel Pitoiset2017-09-152-0/+10
* radv: dump the list of enabled options when a hang occuredSamuel Pitoiset2017-09-143-0/+46
* radv: dump last 60 lines of dmesg when a hang occuredSamuel Pitoiset2017-09-141-0/+20
* radv: dump descriptors when a hang occuredSamuel Pitoiset2017-09-141-0/+182
* radv: save all descriptor pointers into the trace BOSamuel Pitoiset2017-09-142-0/+35
* radv: dump annotated shaders using UMRSamuel Pitoiset2017-09-141-0/+172
* radeonsi: move si_get_wave_info() to AMD common codeSamuel Pitoiset2017-09-142-0/+94
* radv: dump some status MMIO registers when a hang occuredSamuel Pitoiset2017-09-141-0/+57
* radv/winsys: add a read_registers() callbackSamuel Pitoiset2017-09-142-0/+14
* radv: dump shader stats when a hang occuredSamuel Pitoiset2017-09-141-3/+6
* radv: add radv_shader_dump_stats() helperSamuel Pitoiset2017-09-143-63/+77
* radv: dump the active shaders when a hang occuredSamuel Pitoiset2017-09-141-5/+89
* radv: add debug flags for syncing shaders after every draw callSamuel Pitoiset2017-09-143-0/+17
* radv: add radv_cmd_buffer_after_draw() helper functionSamuel Pitoiset2017-09-141-6/+12
* radv: save the bound pipeline pointers into the trace BOSamuel Pitoiset2017-09-142-7/+54
* radv: add a comment that describes the trace BO layoutSamuel Pitoiset2017-09-141-0/+6
* radv: initialize the trace BO to 0Samuel Pitoiset2017-09-141-1/+6
* radv/nir: call opt_remove_phis after trivial continues.Dave Airlie2017-09-131-0/+1
* ac/surface: match Z and stencil tile configNicolai Hähnle2017-09-131-7/+42
* ac/surface: sanity-check that we got a TC-compatible HTILE if requestedNicolai Hähnle2017-09-131-0/+6
* ac/addrlib: enable assertions in debug buildsNicolai Hähnle2017-09-131-9/+17
* ac/addrlib: relax an assertionNicolai Hähnle2017-09-131-1/+2
* ac/addrlib: relax an assertionNicolai Hähnle2017-09-131-1/+1
* amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle2017-09-132-4/+9
* radv: compile out unused codeEric Engestrom2017-09-131-0/+2
* radv: clear push_constant_stages when resetting a command bufferSamuel Pitoiset2017-09-131-0/+1
* radv: add more radv_emit_XXX() helpers for the dynamic stateSamuel Pitoiset2017-09-131-40/+77
* radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()Samuel Pitoiset2017-09-134-7/+5