st/mesa: don't update unrelated states in non-draw calls such as Clear
[mesa.git] / src / amd /
2017-02-24 Emil Velikovradv/entrypoints: Only generate entrypoints for support...
2017-02-24 Dave Airlieradv: add sample mask output support
2017-02-24 Dave Airlieradv/ac: refactor our fmask sample index fixup.
2017-02-24 Dave Airlieradv: fetch sample index via fmask for image coord...
2017-02-24 Dave Airlieradv: add sample mask input support
2017-02-24 Dave Airlieradv: enable location at sample when persample is forced.
2017-02-24 Dave Airlieradv: fix interpolation at wrong place for offset interp
2017-02-23 Dave Airlieradv/ac: handle gs->copy shader clip distances.
2017-02-23 Dave Airlieradv/ac: pass clips properly from vertex->geometry...
2017-02-23 Dave Airlieradv/ac: rename num clips/cull to output clips/culls
2017-02-22 Dylan Bakervulkan: Combine wsi and util makefiles
2017-02-22 Dave Airlieradv: fix typo in the subpass barrier patch.
2017-02-21 Timothy Arceriutil/radv: move *_get_function_timestamp() to utils
2017-02-21 Emil Velikovradv: make radv_resolve_entrypoint static
2017-02-21 Emil Velikovradv: remove unused radv_dispatch_table dtable
2017-02-21 Emil Velikovradv: remove unneeded extern C notation
2017-02-21 Bas Nieuwenhuizenradv: Don't flush at the start of a command buffer.
2017-02-21 Bas Nieuwenhuizenradv: Flush in the initial preamble CS.
2017-02-21 Bas Nieuwenhuizenradv: Special case the initial preamble.
2017-02-21 Bas Nieuwenhuizenradv: Split emitting the cache flush out.
2017-02-21 Bas Nieuwenhuizenradv: Free empty_cs on device destruction.
2017-02-20 Dave Airlieradv: handle subpass cache flushes
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-19 Bas Nieuwenhuizenradv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear...
2017-02-19 Dave Airlieradv: handle layered fast clears.
2017-02-19 Dave Airlieradv: pass subresourceRange by pointer.
2017-02-19 Dave Airlieradv: fix typo in a2b10g10r10 fast clear calculation.
2017-02-19 Bas Nieuwenhuizenradv: Invert ring SGPR check.
2017-02-19 Bas Nieuwenhuizenradv: Clamp framebuffer dimensions to min. attachment...
2017-02-18 Marek Olšákac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0
2017-02-18 Marek Olšákradeonsi: stop using TGSI_OPCODE_CLAMP by moving it...
2017-02-17 Marek Olšákac/llvm: fix various findMSB bugs
2017-02-17 Bas Nieuwenhuizenradv: Use different allocator for descriptor set vram.
2017-02-17 Bas Nieuwenhuizenradv: Never try to create more than max_sets descriptor...
2017-02-16 Dave Airlieradv/ac: use shared umsb helper.
2017-02-16 Dave Airlieradeon/ac: add emit umsb shared code.
2017-02-16 Dave Airlieradeon/ac: use llvm.amdgcn.sffbh intrinsic instead...
2017-02-16 Dave Airlieradv/ac: use shader imsb emission code.
2017-02-16 Dave Airlieradeon/ac: add ac_emit_imsb helper.
2017-02-16 Dave Airlieradv: add fast color clear for b10g11r11
2017-02-15 Bas Nieuwenhuizenradv: Add support for shaderStorageImageReadWithoutFormat.
2017-02-15 Bas Nieuwenhuizenradv: Add support for shaderStorageImageWriteWithoutFormat.
2017-02-15 Dave Airlieradv: also fixup event emission to not get culled.
2017-02-15 Dave Airlieradv: query cmds should mark a cmd buffer as having...
2017-02-14 Dave Airlieradv: fixup IA_MULTI_VGT_PARAM handling.
2017-02-14 Dave Airlieradv: fix warning since using common gs emit code
2017-02-14 Dave Airlieradv: adopt some init config workarounds from radeonsi.
2017-02-14 Dave Airlieradv: re-enable init gfx state on CIK.
2017-02-14 Dave Airlieradv: align the initial state command buffer.
2017-02-14 Dave Airlieradv: fix cik macroModeIndex.
2017-02-14 Dave Airlieradv: change base aligmment for allocated memory.
2017-02-14 Dave Airlieradv/ac: use sendmsg emission interface.
2017-02-14 Dave Airlieradeon/ac/llvm: add support for sendmsg emission
2017-02-13 Dave Airlieradv: disable gfx init on CIK for now
2017-02-13 Dave Airlieradv/ac: use common interp code for new intrinsics
2017-02-13 Dave Airlieradv: use indirect buffer for initial gfx state.
2017-02-13 Dave Airlieradv: start splitting init config up
2017-02-13 Dave Airlieradv: don't pass physical device to si_init_ fns.
2017-02-13 Dave Airlieradv: detect command buffers that do no work and drop...
2017-02-12 Bas Nieuwenhuizenradv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
2017-02-12 Dave Airlieradv: reduce CPU overhead merging bo lists.
2017-02-09 Dave Airlieradv: handle queue submission with no cs but semaphores
2017-02-08 Bas Nieuwenhuizenradv: Add CPU color packing for VK_FORMAT_A2B10G10R10_U...
2017-02-07 Dave Airlieradv: handle dcc in explicit image resolve path. (v2)
2017-02-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-07 Dave Airlieradv: pass FMASK alignment to application
2017-02-07 Bas Nieuwenhuizenradv: Pass DCC alignment to application.
2017-02-07 Bas Nieuwenhuizenradv: Pass CMASK alignment to application.
2017-02-06 Dave Airlieradv/ac: avoid the fmask path when doing txs.
2017-02-06 Dave Airlieradeon/ac: move common llvm build functions to a separa...
2017-02-03 Dave Airlieradv: fix shared memory load/stores.
2017-02-03 Dave Airlieradv/ac: correctly size shared memory usage.
2017-02-03 Dave Airlieradv: fix compute shared memory stores since 64-bit.
2017-02-02 Dave Airlieradv/ac: move to using shared emit_ddxy code.
2017-02-02 Dave Airlieradeonsi/ac: move most of emit_ddxy to shared code.
2017-02-02 Dave Airlieradv/ac: use shared thread id code
2017-02-02 Dave Airlieradeonsi/ac: move get thread id to shared code.
2017-02-02 Dave Airlieradv/ac: migrate to using shared code for some load...
2017-02-02 Dave Airlieradeonsi/ac: move tbuffer store and buffer load to...
2017-02-02 Dave Airlieradeonsi/ac: move a bunch of load/store related things...
2017-02-01 Mauro Rossiandroid: fix llvm, elf dependencies for M, N releases
2017-02-01 Dave Airlieradv: handle VK_QUEUE_FAMILY_IGNORED in image transitio...
2017-02-01 Dave Airlieradv/ac: handle clip/cull distance sizing in geometry...
2017-02-01 Dave Airlieradv/ac: add const_index to fetch index for gs inputs
2017-02-01 Dave Airlieradeonsi/ac: move frag interp emission code to shared...
2017-02-01 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_draw_parameters.
2017-02-01 Bas Nieuwenhuizenradv: Pass draw index to shader.
2017-02-01 Bas Nieuwenhuizenradv/ac: Add draw index support.
2017-02-01 Bas Nieuwenhuizenradv: Enable Float64 support.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 SSBO loads.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 UBO loads.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 load/store var.
2017-02-01 Bas Nieuwenhuizenradv/ac: Implement Float64 SSBO stores.
2017-02-01 Bas Nieuwenhuizenradv/ac: Add core Float64 support.
2017-01-31 Dave Airlieradv/ac: apply slice rounding to 1d arrays as well.
2017-01-31 Dave Airlieradv/geom: check if esgs and gsvs ring exists before...
2017-01-30 Dave Airlieradv: enable geometryShader and multiViewport capabilities.
2017-01-30 Dave Airlieradv: handle layer export from vs->fs properly
2017-01-30 Dave Airlieradv: emit esgs itemsize register.
next