vulkan: use STATIC_ASSERT instead of static_assert
[mesa.git] / src / amd /
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-12-06 Nayan Deshmukhradv: fix resource leak in radv_amdgpu_ctx_create
2016-12-05 Bas Nieuwenhuizenac/nir: Only use the first component for SSBO atomics.
2016-12-05 Dave Airlieradv: fix another regression since shadow fixes.
2016-12-01 Marek Olšákradeonsi: document a CP DMA bug that doesn't need a...
2016-11-30 Bas Nieuwenhuizenac/nir: Fix out of bounds array access.
2016-11-29 Dave Airlieradv: set spi_baryc_cntl.pos_float_location to 0
2016-11-29 Dave Airlieradv: force persample shading when required.
2016-11-29 Bas Nieuwenhuizenac/nir: Fix accessing an unitialized value.
2016-11-29 Bas Nieuwenhuizenradv: Initialize the shader_stats_dump flag.
2016-11-29 Bas Nieuwenhuizenradv: Use different intrinsic for ubo loads.
2016-11-29 Dave Airlieanv: set maxFragmentDualSrcAttachments to 1
2016-11-28 Emil Velikovradv: don't return VK_SUCCESS if radv_device_get_cache_...
2016-11-28 Emil Velikovradv: don't leak the fd if radv_physical_device_init...
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-28 Dave Airlieradv: fix 3D clears with baseMiplevel
2016-11-28 Dave Airlieradv: brown-paper bag for a forgotten else.
2016-11-28 Dave Airlieradv/ac/llvm: fix regression with shadow samplers fix
2016-11-27 Dave Airlieradv/ac/llvm: shadow samplers only return one value.
2016-11-27 Dave Airlieradv/si: fix optimal micro tile selection
2016-11-27 Emil Velikovradv: honour the number of properties available
2016-11-27 Mun Gwan-gyeongradv: drop the return type for radv_queue_init()
2016-11-24 Bas Nieuwenhuizenradv: Don't generate radv_timestamp.h
2016-11-24 Dave Airlieradv: fix texel fetch offset with 2d arrays.
2016-11-23 Dave Airlieradv: fix flipped blits
2016-11-23 Dave Airlieradv/meta: just local vars for src/dst subresources.
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_draw_indirect_count
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_negative_viewport_height
2016-11-23 Fredrik Höglundradv: add support for VK_KHR_sampler_mirror_clamp_to_edge
2016-11-23 Fredrik Höglundradv: add support for anisotropic filtering on SI-CI
2016-11-23 Dave Airlieradv: move pipeline barrier image transitions after...
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Dave Airlieradv: fix sample id loading
2016-11-22 Dave Airlieradv/ac: add implementation of load_sample_pos intrinsic.
2016-11-22 Dave Airlieradv/ac: cleanup ddxy emission
2016-11-22 Dave Airlieradv/meta: cleanup resolve vertex state emission
2016-11-22 Bas Nieuwenhuizenradv: Incorporate GPU family into cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Use library mtime for cache UUID.
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-20 Dave Airlieradv: spir-v allows texture size query with and without...
2016-11-20 Dave Airlieradv: fix image view creation for depth and stencil...
2016-11-20 Dave Airlieradv: make sure to flush input attachments correctly.
2016-11-15 Dave Airlieac/nir/llvm: fix channel in texture gather lowering...
2016-11-15 Dave Airlieradv: don't crash on null swapchain destroy.
2016-11-15 Emil Velikovamd: automake: android: rename sources lists to foo_FILES
2016-11-15 Mauro Rossiamd: flatten amd/common makefile structure
2016-11-12 Darren Saltradv/pipeline: Don't dereference NULL dynamic state...
2016-11-11 Daniel Scharrerac/nir/llvm: Fix setting function attributes for intrinsics
2016-11-11 Dave Airlievulkan: import latest public vulkan headers + and fix...
2016-11-10 Dave Airlieradv: fix texturesamples to handle single sample case
2016-11-10 Emil Velikovradv: automake: list correct file in the EXTRA_DIST
2016-11-10 Dave Airlieradv: fixup botched llvm API changes.
2016-11-10 Dave Airlieac/nir/llvm: adopt to new LLVM attribute API.
2016-11-09 Emil Velikovradv: Suffix the radeon_icd file with the host CPU
2016-11-09 Emil Velikovradv: use correct .specVersion for extensions
2016-11-09 Emil Velikovamd/addrlib: limit fastcall/regparm to GCC i386
2016-11-09 Dave Airlieradv: fix GetFenceStatus for signaled fences
2016-11-09 Dave Airlieradv: enable conditional discard optimisation on radv.
2016-11-09 Dave Airlieac/nir: add support for discard_if intrinsic (v2)
2016-11-08 Dave Airlieradv: emit correct last export when Z/stencil export...
2016-11-05 Mauro Rossiandroid: amd/common: add support for libmesa_amd_common
2016-11-03 Nicolai Hähnleamd/common: add ac_is_sgpr_param helper
2016-11-03 Nicolai Hähnleamd/common: build also for gallium drivers
2016-11-03 Nicolai Hähnleamd/common: move llvm helper prototype to ac_llvm_util.h
2016-11-02 Fredrik Höglundradv: add support for anisotropic filtering on VI+
2016-11-02 Dave Airlieradv: fix dual source blending
2016-11-02 Dave Airlieradv: expose xlib platform extension
2016-11-01 Marek Olšákamd: fix a typo in PIXEL_PIPE_STAT_RESET definition
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-27 Dave Airlieradv/ac/llvm: trim texture return values
2016-10-26 Marek Olšákgallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-25 Matt Turnerradv: Replace "abi_versions" with correct "api_version".
2016-10-24 Dave Airlieradv: allow cmask transitions without fast clear
2016-10-20 Dave Airlieradv: use emit_icmp for samples_identical
2016-10-19 Dave Airlieradv: decompress fmask before reading using texture...
2016-10-19 Dave Airlieradv: fix samples_identical return value.
2016-10-19 Dave Airlieradv: fix wsi porting regression in swapchain destroy.
2016-10-19 Dave Airlieradv: fix fmask ptr issue
2016-10-19 Dave Airlieradv: simplify fast clear shaders
2016-10-19 Dave Airlieradv: start using defines for the user sgpr offsets
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-19 Dave Airlieradv/anv/wsi: drop unneeded parameter
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
2016-10-18 Dave Airlieradv: make use of shared vector helper.
2016-10-16 Gustaw Smolarczykradv/winsys: Fail early on overgrown cs.
2016-10-14 Emil Velikovradv: move AMDGPU_LIBS later in the link chain
2016-10-14 Emil Velikovradv: correct variable name VISIBILITY_{, C}FLAGS
2016-10-14 Emil Velikovamd/addrlib: hide private symbols via VISIBILITY_CXXFLAGS
2016-10-13 Dave Airlieradv: fix the wayland wsi busy bit
2016-10-13 Tom Stellardradv: Use new image load/store intrinsic signatures v2
2016-10-13 Tom Stellardradv: Fix incorrect comment
2016-10-13 Dave Airlieradv: fix identity swizzle handling
2016-10-13 Dave Airlieradv/wsi: fix app that acquire multiple images up front
2016-10-12 Nicolas Kochradv: Return correct result in EnumeratePhysicalDevices
next