v3d: Enable PIPE_CAP_TGSI_TEXCOORD.
[mesa.git] / src /
2020-06-29 Eric Anholtv3d: Enable PIPE_CAP_TGSI_TEXCOORD.
2020-06-29 Eric Anholtvc4: Enable PIPE_CAP_TGSI_TEXCOORD.
2020-06-29 Eric Anholtgallium/util: Add a helper function for point sprite...
2020-06-29 Jonathan Marekturnip: enable depthBiasClamp
2020-06-29 Jonathan Marekturnip: enable largePoints
2020-06-29 Jonathan Marekfreedreno/regs: add extra bits for UBWC array pitch
2020-06-29 Satyajit Sahufrontends/va: Handle dynamic resolution/SVC for VP9
2020-06-29 Iago Toral Quirogav3d/compiler: fix spill offset
2020-06-29 Samuel Pitoisetradv: add support for MRTs compaction to avoid holes
2020-06-29 Samuel Pitoisetradv: use SPI_SHADER_ZERO for non-written color attachments
2020-06-29 Samuel Pitoisetradv: rework 8/16-bit color attachment formats detection
2020-06-29 Samuel Pitoisetradv: adjust CB_SHADER_MASK for dual-source blending...
2020-06-29 Samuel Pitoisetradv: enable VK_AMD_shader_ballot on GFX6-7 with both...
2020-06-29 Boris Brezillonnir: Add new rules to optimize NOOP pack/unpack pairs
2020-06-28 Dave Airliegallivm/nir: fix const loading on big endian systems
2020-06-28 Jonathan Marekfreedreno/ir3: fix resinfo wrmask
2020-06-27 Vinson Leerbug: Fix rbug_delete_vs_state lock acquisition.
2020-06-27 Alejandro Piñeirov3d: moving v3d simulator to src/broadcom
2020-06-26 Kristian H. Kristensenturnip: Put VK_KHR_external_fence_fd stubs back
2020-06-26 Kenneth Graunkeiris: Implement pipe->texture_subdata directly
2020-06-26 Eric Anholtturnip: Properly return VK_DEVICE_LOST on queuesubmit...
2020-06-26 Eric Anholtturnip: Fix error handling of DRM_MSM_GEM_INFO ioctls.
2020-06-26 Eric Anholtturnip: Do better TU_DEBUG=startup logging of drmGetDev...
2020-06-26 Bas Nieuwenhuizenturnip: semaphore support.
2020-06-26 Daniel Schürmannaco: fix partial copies on GFX6/7
2020-06-26 Lepton Wumapi: x86: Fix dynamic entries in x86 tsd stubs.
2020-06-26 Rob Clarkfreedreno/ir3: move nir finalization to after cache...
2020-06-26 Rob Clarkfreedreno/ir3: disk-cache support
2020-06-26 Rob Clarkfreedreno/ir3: build binning variant at same time as...
2020-06-26 Rob Clarkfreedreno/a6xx+ir3: stop generating pointless binning...
2020-06-26 Rob Clarkfreedreno/ir3: shuffle some variant fields
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_compiler_destroy()
2020-06-26 Rob Clarkfreedreno/ir3: move finalize_nir to pscreen hook
2020-06-26 Rob Clarkfreedreno/ir3: add ir3_finalize_nir()
2020-06-26 Mike Blumenkrantzzink: use OpFUnordNotEqual for nir_op_fne
2020-06-26 Mike Blumenkrantzzink: set lower_mul_high and lower_rotate in ntv compil...
2020-06-26 Mike Blumenkrantzzink: handle isign alu in ntv
2020-06-26 Mike Blumenkrantzzink: handle ixor in ntv
2020-06-26 Mike Blumenkrantzzink: lower byte/word extract ops in nir
2020-06-26 Mike Blumenkrantzzink: add bitfield_reverse handling to ntv
2020-06-26 Mike Blumenkrantzzink: add ult handling for ntv
2020-06-26 Mike Blumenkrantzzink: handle signed and unsigned min/max ops in ntv
2020-06-26 Samuel Pitoisetradv: remove the load/store workaround for Monster...
2020-06-26 Samuel Pitoisetradv: remove the shader ballot workaround for Youngbloo...
2020-06-26 Jonathan Marekturnip: fix huge scissor min/max case
2020-06-26 Jonathan Marekturnip: fix VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_...
2020-06-26 Icecream95panfrost: Add PAN_MESA_DEBUG=gl3 flag
2020-06-26 Connor Abbottfreedreno/a6xx: use firstIndex field
2020-06-26 Connor Abbotttu: Pass firstIndex directly to CP_DRAW_INDX_OFFSET
2020-06-26 Connor Abbottfreedreno/registers: Label firstIndex field in CP_DRAW_...
2020-06-26 Connor Abbottfreedreno: On a5xx+ INDX_SIZE is MAX_INDICES
2020-06-26 Connor Abbottfreedreno: Share constlen between different stages...
2020-06-26 Connor Abbottfreedreno: Refactor ir3_cache shader compilation
2020-06-26 Connor Abbotttu: Share constlen between different stages properly
2020-06-26 Connor Abbottir3: Add ir3_trim_constlen()
2020-06-26 Connor Abbottir3: Support variants with different constlen's
2020-06-26 Connor Abbottir3: Include ir3_compiler from ir3_shader
2020-06-26 Connor Abbottir3, freedreno: Round up constlen earlier
2020-06-26 Iago Toral Quirogav3d/compiler: don't rewrite unused temporaries to point...
2020-06-26 Neil Robertsv3d: Use stvpmd for non-uniform offsets in GS
2020-06-26 Neil Robertsv3d: Add missing macro for stvpmd instruction
2020-06-26 Marek Olšákradeonsi: remove tabs
2020-06-26 Marek Olšákradeonsi: clear per-context buffers at the end of si_cr...
2020-06-26 Marek Olšákradeonsi: make si_pm4_cmd_begin/end static and simplify...
2020-06-26 Marek Olšákradeonsi: disallow adding BOs into si_pm4_state except...
2020-06-26 Marek Olšákradeonsi: make wait_mem_scratch unmappable
2020-06-26 Marek Olšákradeonsi: don't add the tess ring buffers into the...
2020-06-26 Marek Olšákradeonsi: rename init_config states to cs_preamble...
2020-06-26 Marek Olšákradeonsi: don't add the border color buffer into the...
2020-06-26 Marek Olšákac,winsys/amdgpu: align IBs the same as the kernel
2020-06-26 Marek Olšákamd: add proper definitions for NOP packets
2020-06-26 Icecream95panfrost: Only copy resources when they are in a pendin...
2020-06-26 Rafael Antognollianv: Align "used" attribute to 64 bits.
2020-06-26 Rafael Antognolliiris: Align last_seqnos to 64 bits.
2020-06-25 Eric Anholtfreedreno/a6xx: Add support for polygon fill mode ...
2020-06-25 Eric Anholtturnip: Add support for polygon fill modes.
2020-06-25 Eric Anholtfreedreno/a6xx: Define the register fields for polygon...
2020-06-25 Jonathan Marekturnip: implement VK_KHR_shader_draw_parameters
2020-06-25 Jonathan Marekfreedreno/ir3: add support for load_draw_id
2020-06-25 Jonathan Marekfreedreno/registers: add CP_DRAW_INDIRECT_MULTI
2020-06-25 Daniel Schürmannradv: enable ACO by default
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-06-25 Daniel Schürmannradv: introduce RADV_DEBUG=llvm option
2020-06-25 Mike Blumenkrantzzink: unify code for setting resource barriers
2020-06-25 Samuel Pitoisetradv: lower 64-bit dfloor on GFX6 for fixing precision...
2020-06-25 Samuel Pitoisetradv: lower 64-bit drcp/dsqrt/drsq for fixing precision...
2020-06-25 Danylo Piliaieviris: Honor scanout requirement from DRI
2020-06-25 Pavel Asyutchenkovulkan/overlay: fix crash on destroying NULL swapchain
2020-06-25 Rob Clarkfreedreno/ir3/ra: fix pre-color edge case
2020-06-25 Jonathan Marekturnip: disable early_z for VK_FORMAT_S8_UINT
2020-06-25 Jonathan Marekturnip: fix update_stencil_mask
2020-06-25 Jonathan Marekturnip: fix empty scissor case
2020-06-25 Rob Clarkfreedreno: handle batch flush in resource tracking
2020-06-25 Rob Clarkfreedreno: split out batch clear tracking helper
2020-06-25 Rob Clarkfreedreno: split out batch draw tracking helper
2020-06-25 Rob Clarkfreedreno: make foreach_bit() declare it's cursor
2020-06-25 Jonathan Marekturnip: implement VK_EXT_vertex_attribute_divisor
2020-06-24 Rob Clarkfreedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
2020-06-24 Rob Clarkfreedreno: convert builtin blit VS prog to ureg builder
2020-06-24 Rob Clarkfreedreno/a3xx: use point-coord helper
next