Android: fix undeclared identifier 'gfx9d_reg_table'
[mesa.git] / src / amd /
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.
2017-09-03 Xavier Bouchouxradv/meta: missing initialisations in create_pass().
2017-09-03 Bas Nieuwenhuizenradv: Enable command buffer chaining by default.
2017-09-03 Bas Nieuwenhuizenradv: Put semaphore waits in preamble cs.
2017-09-03 Bas Nieuwenhuizenradv: Actually set the cmd_buffer usage_flags.
2017-09-01 Samuel Pitoisetradv: report VM faults if detected
2017-09-01 Samuel Pitoisetradeonsi: move si_vm_fault_occured() to AMD common...
2017-09-01 Samuel Pitoisetradv: add radv_check_gpu_hangs() helper function
2017-09-01 Samuel Pitoisetradv: disassemble SPIR-V binaries with RADV_DEBUG=spirv
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-09-01 Samuel Pitoisetradv: silent a compiler warning in radv_emit_framebuffe...
2017-09-01 Samuel Pitoisetradv: compute correct maximum wave count per SIMD
2017-08-30 Grazvydas Ignotasradv: don't assert on empty hash table
2017-08-29 Bas Nieuwenhuizenradv: Add trace ids for secondary buffers.
2017-08-29 Bas Nieuwenhuizenac/debug: Support multiple trace ids for nested IBs.
2017-08-29 Bas Nieuwenhuizenradv/amdgpu: Enable dumping of all IBs with RADV_DEBUG...
2017-08-28 Grazvydas Ignotasac/nir: remove misleading condition
2017-08-28 Grazvydas Ignotasac/nir: silence maybe-uninitialized warnings
2017-08-28 Grazvydas Ignotasradv: clear dynamic_shader_stages on create
2017-08-28 Grazvydas Ignotasamd: add .editorconfig
2017-08-28 Marek Olšákgallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait...
2017-08-28 Samuel Pitoisetradv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin...
2017-08-28 Samuel Pitoisetradv: rename record_fail to record_result and use VkResult
2017-08-27 Marek OlšákRevert "radeonsi: get the raster config from AMDGPU...
2017-08-26 Dave Airlieradv/wsi: Compute correct row_pitch for GFX9.
2017-08-25 Bas Nieuwenhuizenradv: Fix sparse BO mapping merging.
2017-08-25 Bas Nieuwenhuizenradv: Fix off by one in MAX_VBS assert.
2017-08-25 Bas Nieuwenhuizenradv: Don't set a new subpass on compute resolve.
2017-08-25 Bas Nieuwenhuizenradv: Remove some intel comments from the resolve code.
2017-08-24 Dave Airlieradv: don't crash if we have no framebuffer
2017-08-24 Dave Airlieradv/gfx9: gfx9 has buffer sizing rules like pre-VI.
2017-08-24 Dave Airlieradv: fix predication on gfx9
2017-08-24 Mauro Rossiac/debug: use util_strchrnul() to fix android build...
2017-08-24 Marek Olšákradeonsi: get the raster config from AMDGPU on SI
2017-08-24 Bas Nieuwenhuizenradv: Expose VK_KHX_multiview.
2017-08-24 Bas Nieuwenhuizenradv: Implement multiview draws.
2017-08-24 Bas Nieuwenhuizenradv: Implement determining the has_multiview_view_inde...
2017-08-24 Bas Nieuwenhuizenac/nir: Add shader support for multiviews.
2017-08-24 Bas Nieuwenhuizenradv: Add multiview clears.
2017-08-24 Bas Nieuwenhuizenradv: Store multiview info in renderpass.
2017-08-24 Bas Nieuwenhuizenac/nir: Make shader key a struct.
2017-08-24 Bas Nieuwenhuizenradv: Use 0 for the layer id if the vertex shader does...
2017-08-24 Bas Nieuwenhuizenac/nir: Implement input attachments with layered rendering.
2017-08-24 Bas Nieuwenhuizenac/nir: Determine if input attachments are used in...
2017-08-24 Bas Nieuwenhuizenac/nir: Cast sources of integer ops to int.
2017-08-24 Dave Airlieradv/gfx9: don't expose linear depth on vega.
2017-08-24 Dave Airlieradv: don't degrade tiling mode for small compressed...
2017-08-24 Dave Airlieradv/gfx9: only minify image view width/height/depth...
2017-08-24 Dave Airlieradv/image: don't rescale width/height if the format...
2017-08-24 Dave Airlieradv: cleanup some image view descriptor setup.
2017-08-24 Dave Airlieradv/gfx9: emit sx_mrt_blend registers
2017-08-24 Dave Airlieradv: bump space check for indexed draw.
2017-08-24 Dave Airlieradv/gfx9: fixup db/stencil disable.
2017-08-24 Dave Airlieradv/gfx9: fix level count in color register setup.
2017-08-24 Dave Airlieradv/gfx9: use total levels in texture descriptor
2017-08-23 Bas Nieuwenhuizenradv: Implement bc optimize.
2017-08-23 Bas Nieuwenhuizenac/nir: refactor input variable iteration.
next