imgui: update memory editor
[mesa.git] / src / amd /
2019-02-26 Samuel Pitoisetradv: don't copy buffer descriptors list for samplers
2019-02-26 Samuel Pitoisetradv: fix out-of-bounds access when copying descriptors...
2019-02-25 Samuel Pitoisetradv: fix clearing attachments in secondary command...
2019-02-22 Bas Nieuwenhuizenradv: Allow interpolation on non-float types.
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-20 Bas Nieuwenhuizenradv: Disable depth clamping even without EXT_depth_ran...
2019-02-20 Bas Nieuwenhuizenradv: Implement VK_EXT_depth_clip_enable.
2019-02-20 Bas Nieuwenhuizenradv: Handle clip+cull distances more generally as...
2019-02-20 Bas Nieuwenhuizenradv: Clean up a bunch of compiler warnings.
2019-02-20 Bas Nieuwenhuizenradv: Sync ETC2 whitelisted devices.
2019-02-19 Kenneth Graunkeradeonsi: Go back to using llvm.pow intrinsic for nir_o...
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_ldexp
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frsq
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frcp
2019-02-19 Rhys Perryac/nir: make ac_build_fdiv support 16-bit floats
2019-02-19 Rhys Perryac/nir: make ac_build_isign work on all bit sizes
2019-02-19 Rhys Perryac/nir: make ac_build_clamp work on all bit sizes
2019-02-19 Rhys Perryac/nir: fix 64-bit nir_op_f2f16_rtz
2019-02-19 Rhys Perryac/nir: implement 8-bit nir_load_const_instr
2019-02-19 Rhys Perryradv: ensure export arguments are always float
2019-02-19 Rhys Perryradv: bitcast 16-bit outputs to integers
2019-02-18 Samuel Pitoisetradv: fix writing the alpha channel of MRT0 when alpha...
2019-02-18 Samuel Pitoisetradv: remove unused variable in gather_push_constant_info()
2019-02-18 Samuel Pitoisetradv: write the alpha channel of MRT0 when alpha covera...
2019-02-18 Samuel Pitoisetac: use new LLVM 8 intrinsic when loading 16-bit values
2019-02-18 Samuel Pitoisetac: add ac_build_llvm8_tbuffer_load() helper
2019-02-16 Samuel Pitoisetradv: fix invalid element type when filling vertex...
2019-02-15 Bas Nieuwenhuizenradv: Use correct num formats to detect whether we...
2019-02-14 Samuel Pitoisetradv: fix radv_fixup_vertex_input_fetches()
2019-02-14 Samuel Pitoisetradv: reduce the number of loaded channels for vertex...
2019-02-14 Samuel Pitoisetradv: store vertex attribute formats as pipeline keys
2019-02-14 Samuel Pitoisetradv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max...
2019-02-14 Samuel Pitoisetac: make use of ac_build_expand_to_vec4() in visit_imag...
2019-02-13 Samuel Pitoisetradv: always export gl_SampleMask when the fragment...
2019-02-13 Samuel Pitoisetradv/winsys: fix BO list creation when RADV_DEBUG=allbo...
2019-02-12 Samuel Pitoisetradv: fix using LOAD_CONTEXT_REG with old GFX ME firmwa...
2019-02-12 Samuel Pitoisetradv: add support for push constants inlining when...
2019-02-12 Samuel Pitoisetradv: keep track of the number of remaining user SGPRs
2019-02-12 Samuel Pitoisetradv: gather if shaders load dynamic offsets separately
2019-02-12 Samuel Pitoisetradv: gather more info about push constants
2019-02-12 Samuel Pitoisetradv: fix compiler issues with GCC 9
2019-02-11 Dave Airlieradv: remove alloc parameter from pipeline init
2019-02-10 Dave Airlieradv/llvm: initialise passes member.
2019-02-08 Lionel Landwerlinradv: assert that colorAttachment is valid for CmdClear...
2019-02-06 Bas Nieuwenhuizenradv: Implement VK_EXT_buffer_device_address.
2019-02-06 Bas Nieuwenhuizenradv: Do not use the bo list for local buffers.
2019-02-06 Bas Nieuwenhuizenamd/common: Implement global memory accesses.
2019-02-06 Bas Nieuwenhuizenamd/common: Do not use 32-bit loads for shared memory.
2019-02-06 Bas Nieuwenhuizenamd/common: handle nir_deref_cast for shared memory...
2019-02-06 Bas Nieuwenhuizenamd/common: Handle nir_deref_type_ptr_as_array for...
2019-02-06 Bas Nieuwenhuizenamd/common: Fix stores to derefs with unknown variable.
2019-02-06 Bas Nieuwenhuizenamd/common: Use correct writemask for shared memory...
2019-02-06 Bas Nieuwenhuizenradv: Fix the shader info pass for not having the...
2019-02-06 Bas Nieuwenhuizenamd/common: Implement ptr->int casts in ac_to_integer.
2019-02-06 Bas Nieuwenhuizenamd/common: Add gep helper for pointer increment.
2019-02-06 Bas Nieuwenhuizenradv: Only look at pImmutableSamples if the descriptor...
2019-02-04 Danylo Piliaievradv: Handle VK_ATTACHMENT_UNUSED in CmdClearAttachment
2019-02-04 Samuel Pitoisetradv: don't flush src stages when dstStageMask == BOTTO...
2019-02-04 Samuel Pitoisetradv: do not set preserveAttachments for internal rende...
2019-02-04 Samuel Pitoisetradv: drop useless checks when resolving subpass color...
2019-02-04 Samuel Pitoisetradv: execute external subpass barriers after ending...
2019-02-04 Samuel Pitoisetradv: accumulate all ingoing external dependencies...
2019-02-04 Samuel Pitoisetradv: handle subpass dependencies correctly
2019-02-04 Samuel Pitoisetradv: track if subpasses have color attachments
2019-02-04 Samuel Pitoisetradv: add radv_render_pass_add_subpass_dep() helper
2019-02-04 Samuel Pitoisetradv: move some render pass things to radv_render_pass_...
2019-02-04 Samuel Pitoisetradv: handle final layouts at end of every subpass...
2019-02-04 Samuel Pitoisetradv: determine the last subpass id for every attachments
2019-02-04 Samuel Pitoisetradv: use the new attachments array when starting subpasses
2019-02-04 Samuel Pitoisetradv: store the list of attachments for every subpass
2019-02-04 Samuel Pitoisetradv: move subpass image transitions to radv_cmd_buffer...
2019-02-04 Samuel Pitoisetradv: add radv_cmd_buffer_begin_subpass() helper
2019-02-04 Samuel Pitoisetradv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
2019-02-04 Samuel Pitoisetradv: remove unused radv_render_pass_attachment::view_mask
2019-02-04 Samuel Pitoisetradv: bail out when no image transitions will be performed
2019-02-01 Samuel Pitoisetradv: fix build
2019-02-01 Timothy Arceriradv: take LDS into account for compute shader occupanc...
2019-02-01 Timothy Arceriac/radv/radeonsi: add ac_get_num_physical_sgprs() helper
2019-01-30 Samuel Pitoisetradv/winsys: fix hash when adding internal buffers
2019-01-29 Marek Olšákac: use the correct LLVM processor name on Raven2
2019-01-29 Bas Nieuwenhuizenradv: Enable VK_EXT_memory_priority.
2019-01-29 Bas Nieuwenhuizenradv/winsys: Add priority handling during submit.
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-29 Samuel Pitoisetradv: re-enable fast depth clears for 16-bit surfaces...
2019-01-28 Samuel Pitoisetradv: set noalias/dereferenceable LLVM attributes based...
2019-01-28 Samuel Pitoisetradv: simplify allocating user SGPRS for descriptor...
2019-01-28 Samuel Pitoisetradv: remove radv_userdata_info::indirect field
2019-01-27 Timothy Arceriradv/ac: fix some fp16 handling
2019-01-27 Bas Nieuwenhuizenradv: Remove unused variable.
2019-01-27 Niklas Haasradv: add device->instance extension dependencies
2019-01-27 Niklas Haasradv: correctly use vulkan 1.0 by default
2019-01-26 Timothy Arceriac/nir_to_llvm: fix clamp shadow reference for more...
2019-01-25 Samuel Pitoisetradv: fix computing number of user SGPRs for streamout...
2019-01-23 Samuel Pitoisetradv: always pass the GFX9 fence data to si_cs_emit_cac...
2019-01-23 Samuel Pitoisetradv: compute the GFX9 fence VA at allocation time
2019-01-23 Samuel Pitoisetradv: only allocate the GFX9 fence and EOP BOs for...
2019-01-23 Samuel Pitoisetradv: remove old_fence parameter from si_cs_emit_write_...
2019-01-23 Samuel Pitoisetradv: improve gathering of load_push_constants with...
2019-01-22 Timothy Arceriac/nir_to_llvm: fix interpolateAt* for structs
2019-01-22 Timothy Arceriac/nir_to_llvm: add bindless support for uniform handles
next