gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
[mesa.git] / src / amd /
2017-03-07 Damien Grassartradv: remove duplicate initialization of alphaToOne...
2017-03-07 Dave Airlieradv: disable mip point pre clamping.
2017-03-07 Fredrik Höglundradv/ac: fix multiple descriptor sets with dynamic...
2017-03-07 Fredrik Höglundradv: fix the size of the dynamic_buffers array
2017-03-07 Fredrik Höglundradv: fix the dynamic buffer index in vkCmdBindDescript...
2017-03-07 Matt Turnerbuild: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
2017-03-07 Bas Nieuwenhuizenradv: Use the subresource range in HTILE initialization.
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-03-07 Bas Nieuwenhuizenradv/amdgpu: Let addrlib calculate the HTILE parameters.
2017-03-07 Dave Airlieamd/common: document PREDICATION OP 3 as 64-bit bool.
2017-03-07 Dave Airlieradv: handle z offset for 3d image <-> buffer copies.
2017-03-07 Dave Airlieradv: move fast clear before resolve into own loop.
2017-03-06 Bas Nieuwenhuizenradv: Disable HTILE for textures with multiple layers...
2017-03-06 Dave Airlieradv: Properly handle destroying NULL devices and instances
2017-03-06 Dave Airlieradv/ac: introduce i1true/i1false to context.
2017-03-06 Dave Airlieradv/ac: handle Z export using new builder.
2017-03-06 Dave Airlieradv/ac: move to using common ac_get_image_intr_name.
2017-03-06 Dave Airlieradeonsi/ac: move get_image_intr_name to common
2017-03-06 Alex Smithradv: Emit pending flushes before executing a secondary...
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2017-03-06 Marek Olšákradeonsi: set the convergent attribute where needed
2017-03-06 Marek Olšákgallivm,ac: add LP_FUNC_ATTR_CONVERGENT
2017-03-06 Marek Olšákradeonsi: fix LLVM 3.9 - don't use non-matching attribu...
2017-03-06 Bas Nieuwenhuizenradv: Use the new L2 writeback flag.
2017-03-06 Bas Nieuwenhuizenradv: Add L2 writeback.
2017-03-06 Dave Airlieradv/ac: use bitfield extract new intrinsics.
2017-03-06 Dave Airlieradv/ac: move to new kill build.
2017-03-06 Dave Airlieradv/ac: move to using new export intrinsics.
2017-03-06 Dave Airlieradv/ac: switch to new intrinsics for pkrtz and clamp.
2017-03-05 Dave Airlieradv: drop Z24 support.
2017-03-05 Grazvydas Ignotasradv: use VK_NULL_HANDLE for handles
2017-03-05 Grazvydas Ignotasradv: check for upload alloc failure
2017-03-05 Grazvydas Ignotasradv: don't use uninitialized value on failure
2017-03-05 Grazvydas Ignotasradv: avoid casting warnings on 32bit
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2017-03-05 Bas Nieuwenhuizenradv: Cache command buffers in command pool.
2017-03-05 Dave Airlieradeon/ac: fix intrinsic version check
2017-03-05 Bas Nieuwenhuizenradv: Merge fast clear flushes.
2017-03-04 Emil Velikovradv: use enum_to_str util functions.
2017-03-03 Marek Olšákac: normalize build helper names
2017-03-03 Marek Olšákac: replace SI.vs.load.input with amdgcn.buffer.load...
2017-03-03 Marek Olšákradeonsi: move SI.vs.load.input building into amd/common
2017-03-03 Marek Olšákac: replace llvm.SI.tbuffer.store with llvm.amdgcn...
2017-03-03 Marek Olšákac: remove offen parameter from ac_build_buffer_store_dword
2017-03-03 Marek Olšákradeonsi: merge and simplify tbuffer_store functions
2017-03-03 Marek Olšákradeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
2017-03-03 Marek Olšákradeonsi: move kill intrinsic building into amd/common
2017-03-03 Marek Olšákradeonsi: set readnone on reads from read-only memory
2017-03-03 Marek Olšákradeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
2017-03-03 Marek Olšákac: replace old image intrinsics with new ones
2017-03-03 Marek Olšákradeonsi: move image intrinsic building to amd/common
2017-03-03 Marek Olšákac: replace SI.export with amdgcn.exp.*
2017-03-03 Marek Olšákradeonsi: move llvm.SI.export building to amd/common
2017-03-03 Marek Olšákac: unify build_type_name_for_intr functions
2017-03-03 Marek Olšákgallivm, ac: add writeonly and inaccessiblememonly...
2017-03-01 Tobias Klausmannamd/common: Fix build with new ac_add_function_attr()
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-03-01 Marek Olšákgallivm,ac: remove unused FUNC_ATTR_LAST enums
2017-02-28 Dave Airlieradv: fix txs for sampler buffers
2017-02-28 Marek Olšákamd/common: fix ASICREV_IS_POLARIS11_M for Polaris12
2017-02-28 Bas Nieuwenhuizenradv: Don't allocate space for unused immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv/ac: Use constants for immutable samplers.
2017-02-28 Bas Nieuwenhuizenradv: Detect if all immutable samplers for a binding...
2017-02-28 Bas Nieuwenhuizenradv: Store the immutable samplers as uint32_t[4].
2017-02-28 Timothy Arceriradeon/ac: make ac_shader_binary_config_start() availab...
2017-02-28 Timothy Arceriradeon/ac: add llvm_ir_string to ac_shader_binary struct
2017-02-27 Dave Airlieradv: fix depth format in blit2d.
2017-02-27 Dave Airlieradv/formats: add fast clear for 8-bit signed ints.
2017-02-27 Bas Nieuwenhuizenradv: Use correct size for availability flag.
2017-02-27 Bas Nieuwenhuizenradv: Only use PKT3_OCCLUSION_QUERY when it doesn't...
2017-02-27 Bas Nieuwenhuizenradv: Reset emitted compute pipeline when calling secon...
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-27 Andres Rodriguezradv/winsys: fix freeing imported memory.
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-26 Bas Nieuwenhuizenradv/ac: Add integer->integer casts.
2017-02-24 Marek Olšákac: silence a warning
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...
next