anv/android: Disable surface and swapchain extensions (v2)
[mesa.git] / src / amd /
2017-09-18 Nicolai Hähnleamd/common: add workaround for cube map array layer...
2017-09-18 Nicolai Hähnleamd/common: remove has_ds_bpermute argument from ac_bui...
2017-09-18 Nicolai Hähnleamd/common: add chip_class to ac_llvm_context
2017-09-18 Nicolai Hähnleamd/common: round cube array slice in ac_prepare_cube_c...
2017-09-16 Bas Nieuwenhuizenradv: Add support for more DCC compression with VK_KHR_...
2017-09-16 Bas Nieuwenhuizenradv: Add code to check if two formats can share DCC...
2017-09-15 Bas Nieuwenhuizenradv: Don't redundantly emit pipelines after secondary...
2017-09-15 Bas Nieuwenhuizenradv: Check for GFX9 for 1D arrays in image_size intrinsic.
2017-09-15 Emil Velikovautomake: include radv_shader.h in the sources list
2017-09-15 Samuel Pitoisetradv: fix a potential crash if attachments allocation...
2017-09-15 Samuel Pitoisetradv: dump the device name into the hang report
2017-09-15 Samuel Pitoisetradv: add get_chip_name() callback
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
2017-09-14 Samuel Pitoisetradv: dump last 60 lines of dmesg when a hang occured
2017-09-14 Samuel Pitoisetradv: dump descriptors when a hang occured
2017-09-14 Samuel Pitoisetradv: save all descriptor pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: dump annotated shaders using UMR
2017-09-14 Samuel Pitoisetradeonsi: move si_get_wave_info() to AMD common code
2017-09-14 Samuel Pitoisetradv: dump some status MMIO registers when a hang occured
2017-09-14 Samuel Pitoisetradv/winsys: add a read_registers() callback
2017-09-14 Samuel Pitoisetradv: dump shader stats when a hang occured
2017-09-14 Samuel Pitoisetradv: add radv_shader_dump_stats() helper
2017-09-14 Samuel Pitoisetradv: dump the active shaders when a hang occured
2017-09-14 Samuel Pitoisetradv: add debug flags for syncing shaders after every...
2017-09-14 Samuel Pitoisetradv: add radv_cmd_buffer_after_draw() helper function
2017-09-14 Samuel Pitoisetradv: save the bound pipeline pointers into the trace BO
2017-09-14 Samuel Pitoisetradv: add a comment that describes the trace BO layout
2017-09-14 Samuel Pitoisetradv: initialize the trace BO to 0
2017-09-13 Dave Airlieradv/nir: call opt_remove_phis after trivial continues.
2017-09-13 Nicolai Hähnleac/surface: match Z and stencil tile config
2017-09-13 Nicolai Hähnleac/surface: sanity-check that we got a TC-compatible...
2017-09-13 Nicolai Hähnleac/addrlib: enable assertions in debug builds
2017-09-13 Nicolai Hähnleac/addrlib: relax an assertion
2017-09-13 Nicolai Hähnleac/addrlib: relax an assertion
2017-09-13 Nicolai Hähnleamd/common: get ME/PFP/CE firmware feature versions...
2017-09-13 Eric Engestromradv: compile out unused code
2017-09-13 Samuel Pitoisetradv: clear push_constant_stages when resetting a comma...
2017-09-13 Samuel Pitoisetradv: add more radv_emit_XXX() helpers for the dynamic...
2017-09-13 Samuel Pitoisetradv: remove useless 'cmd_buffer' param from radv_buffe...
2017-09-13 Dave Airlieradv/gfx9: fix image resource handling.
2017-09-13 Dave Airlieradv/ac: bump params array for image atomic comp swap
2017-09-13 Dave Airlieradv/gfx9: set mip0-depth correctly for 2d arrays/3d...
2017-09-12 Dave Airlieradv: handle GFX9 1D textures
2017-09-12 Dave Airlieradv: don't use iview for meta image width/height.
2017-09-12 Bas Nieuwenhuizenradv: Don't allocate CMASK for linear images.
2017-09-12 Bas Nieuwenhuizenradv: Disable multilayer & multilevel DCC.
2017-09-11 Dave Airlieradv: work out a base ia_multi_vgt_param.
2017-09-11 Dave Airlieradv: calculate non-draw related ia_multi_vgt_param...
2017-09-11 Dave Airlieradv: move calculating primgroup_size to pipeline.
2017-09-11 Dave Airlieradv: only calculate num_prims when required.
2017-09-11 Dave Airlieradv: use upload_data to upload push descriptors.
2017-09-11 Dave Airlieradv: realign vgt flush on hawaii workaround with radeonsi.
2017-09-11 Samuel Pitoisetradv: return an error code when resetting a command...
2017-09-11 Samuel Pitoisetradv: remove unnecessary goto in radv_create_cmd_buffer()
2017-09-11 Samuel Pitoisetradv: do not pass a pipeline object to radv_emit_graphi...
2017-09-11 Dave Airlieradv: add debug flags to zero vram allocations.
2017-09-11 Chih-Wei HuangAndroid: fix undeclared identifier 'gfx9d_reg_table'
2017-09-09 Bas Nieuwenhuizenradv: Actually check for vm faults.
2017-09-08 Samuel Pitoisetradv: keep track of the disasm string in debug mode...
2017-09-08 Samuel Pitoisetradv: add shader_variant_create() helper function
2017-09-08 Samuel Pitoisetradv: drop 'dump' parameters from some shader related...
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-09-08 Samuel Pitoisetradv: fix error code when initializing the push descriptors
2017-09-08 Samuel Pitoisetradv: do not update vertex descriptors if the allocatio...
2017-09-08 Samuel Pitoisetradv: add radv_vertex_elements_info data structure
2017-09-08 Samuel Pitoisetradv: add an assertion when pushing meta descriptor...
2017-09-08 Connor Abbottac: remove bitcast_to_float()
2017-09-08 Connor Abbottac: move ac_to_integer() and ac_to_float() to ac_llvm_b...
2017-09-08 Connor Abbottac: fix ac_get_type_size() for doubles
2017-09-08 Dave Airlieradv/ac: use ac_get_type_size.
2017-09-08 Connor Abbottradeonsi: move the guts of ARB_shader_group_vote emissi...
2017-09-08 Connor Abbottradeonsi: move si_emit_ballot() to ac
2017-09-08 Connor Abbottradeonsi: move emit_optimization_barrier() to ac
2017-09-08 Connor Abbottradeonsi: move llvm_get_type_size() to ac
2017-09-08 Dave Airlieradv/winsys: fix flags vs va_flags thinko.
2017-09-07 Dave Airlieradv: use simpler indirect packet 3 if possible.
2017-09-07 Dave Airlieradv/gfx9: allocate events from uncached VA space
2017-09-07 Dave Airlieradv/winsys: use amdgpu_bo_va_op_raw.
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-09-07 Samuel Pitoisetradv: do not use a bitfield when dirtying the vertex...
2017-09-07 Samuel Pitoisetradv: remove unused radv_meta_saved_state::vertex_saved...
2017-09-07 Dave Airlieac/surface: reduce gfx9_surface_layout size.
2017-09-07 Dave Airlieradv: reduce radv_amdgpu_winsys struct size.
2017-09-07 Dave Airlieradv: reduce radv_image struct size.
2017-09-07 Dave Airlieradv: reduce radv_shader_variant struct size.
2017-09-07 Dave Airlieradv: reduce radv_cmd_state struct size.
2017-09-07 Dave Airlieradv: reduce meta_saved_state struct size.
2017-09-06 Samuel Pitoisetradv: fix error code when resizing the upload BO
2017-09-06 Nicolai Hähnleac/debug: take ASIC generation into account when printi...
2017-09-06 Nicolai Hähnleamd/common: pass chip_class to ac_dump_reg
2017-09-06 Nicolai Hähnleac/sid_tables: add FieldTable object
2017-09-06 Nicolai Hähnleac/sid_tables: remove unused variable varname_values
2017-09-06 Dave AirlieRevert "radv: disable support for VEGA for now."
2017-09-06 Dave Airlieradv/gfx9: set descriptor up for base_mip to level...
2017-09-06 Dave Airlieradv: disable 1d/2d linear optimisation on gfx9.
2017-09-06 Dave Airlieradv/gfx9: fix buffer size on gfx9.
2017-09-05 Bas Nieuwenhuizenradv: Fix vkCopyImage with both depth and stencil aspects.
2017-09-05 Samuel Pitoisetradv: fix a memleak when compiling the GS copy shader
2017-09-03 Dave Airlieac: reorg ac_shader_binary struct to take less space.
2017-09-03 Dave Airlieradv: drop emit2d_dst_type.
next