platform/upstream/mesa.git
2021-06-08 Rhys Perryaco: implement nir_op_extract/nir_op_insert
2021-06-08 Rhys Perryaco: add p_extract/p_insert
2021-06-08 Rhys Perryaco: disallow SDWA for instructions with 64-bit definit...
2021-06-08 Rhys Perrynir, nir/algebraic: add byte/word insertion instructions
2021-06-08 Rhys Perrynir/algebraic: optimize extract of extract
2021-06-08 Samuel Pitoisetradv: emit PA_SC_CONSERVATIVE_RASTERIZATION_CNTL only...
2021-06-08 Dave Airlieintel/isl: add blend enable flag to gen4/5
2021-06-08 Dave Airlieintel/isl: add levels and minimum array element to...
2021-06-08 Dave Airlieintel/isl: convert null surface fill to a struct.
2021-06-08 Dave Airlieintel/isl: decrease isl_format_layouts size by 36k
2021-06-07 Yiwei Zhangvenus: forward the host renderer hardware info
2021-06-07 Caio Marcelo... nir: Rename WORK_GROUP (and similar) to WORKGROUP
2021-06-07 Caio Marcelo... nir: Rename nir_intrinsic_load_local_group_size to...
2021-06-07 Caio Marcelo... compiler: Rename SYSTEM_VALUE_LOCAL_GROUP_SIZE to SYSTE...
2021-06-07 Caio Marcelo... compiler: Rename local_size to workgroup_size
2021-06-07 Emma Anholti915g: Make sure we don't try to texture from the const...
2021-06-07 Emma Anholtci/i915g: Fix incorrect expectation.
2021-06-07 Timur Kristófradv: Assert that there is no GS copy shader when the...
2021-06-07 Timur Kristófradv: Don't generate GS copy shader when the pipeline...
2021-06-07 Timur Kristófradv: Remove duplicate code for getting GS info.
2021-06-07 Alejandro Piñeirov3d/simulator: get rid of has_gca wrapper
2021-06-07 Alejandro Piñeirov3d/simulator: hw mem is now an v3d_size_t, typedef...
2021-06-07 Jason Ekstrandttn: Stop manually managing system_values_read
2021-06-07 Andres Gomezci: update some radv trace checksums
2021-06-07 Rob Clarkfrontend/dri: Fix fence-fd logic
2021-06-07 Rob Clarkegl+libsync: Add check for valid fence-fd
2021-06-07 Rob Clarkegl: zero is a valid fd
2021-06-07 Kenneth Graunkeiris: Add a BO_ALLOC_SMEM flag for allocating from...
2021-06-07 Kenneth Graunkeiris: Only use SET/GET_TILING when exporting/importing BOs
2021-06-07 Kenneth Graunkeiris: Add an alignment parameter to iris_bo_alloc()
2021-06-07 Kenneth Graunkeiris: Add a flags argument to iris_bo_alloc()
2021-06-07 Jason Ekstrandintel/fs/ra: Fix payload node setup for SIMD16 on Gen4-5
2021-06-07 Roman Stratiienkoandroid: Add scripts to build using meson
2021-06-07 Roman Stratiienkomeson: egl: Do not build platform_drm for Android
2021-06-07 Erik Faye-Lunddocs: update master -> main in edit-links
2021-06-07 Erik Faye-Lundst/pbo: use correct type for images and textures
2021-06-07 Erik Faye-Lundzink: use a macro for spir-v versions
2021-06-07 Erik Faye-Lundzink: only enable vote if we can support it
2021-06-07 Erik Faye-Lundzink: calculate spir-v version based on vk version
2021-06-07 Erik Faye-Lundzink: allow to specify any spir-v version to nir_to_spirv
2021-06-07 Erik Faye-Lundzink: rename spirv_15 bool to spirv_1_4_interfaces
2021-06-07 Erik Faye-Lundzink: limit images we mark as cube-compatible
2021-06-07 Iago Toral... v3dv: fix incorrect render area setup
2021-06-07 Iago Toral... v3dv: implement VK_KHR_descriptor_update_template
2021-06-07 Iago Toral... v3dv: refactor descriptor updates
2021-06-07 Tony Wasserkaaco/scheduler: Move cursor handling state to dedicated...
2021-06-07 Tony Wasserkaaco/scheduler: Clean up register demand tracking
2021-06-07 Marcin Ślusarzintel/disasm: remove useless space after "("
2021-06-07 Marcin Ślusarzintel/disasm: decode/describe more send messages
2021-06-07 Pierre-Eric... winsys/amdgpu: use int16 for buffer_indices_hashlist
2021-06-07 Pierre-Eric... winsys/amdgpu: reduce amdgpu_cs size
2021-06-07 Pierre-Eric... amdgpu/winsys: remove amdgpu_cs_has_chaining
2021-06-07 Pierre-Eric... winsys/amdgpu: don't read bo->u.slab.entry after pb_sla...
2021-06-07 Pierre-Eric... radeonsi: dirty msaa_config on rs->multisample_enable...
2021-06-07 Iago Toral... v3dv: expose VK_KHR_storage_buffer_storage_class
2021-06-07 Iago Toral... v3dv: document VK_KHR_relaxed_block_layout as implemented
2021-06-07 Steve Pronovostd3d12: Add mechanism for D3D12 Adapter Selection
2021-06-06 Ilia Mirkinnv50: expose GL ES 3.1 for nva3+ hardware
2021-06-06 Ilia Mirkinnv50: expose images/buffers/compute
2021-06-06 Ilia Mirkinst/mesa: allow hardware to claim ES 3.1 without hw...
2021-06-06 Ilia Mirkinmesa/get: allow image/buffer/atomic variables to be...
2021-06-06 Ilia Mirkinst/mesa: properly encode OES_geometry_shader requirement
2021-06-06 Ilia Mirkinmesa: relax ES 3.1 compute shader requirements
2021-06-06 Ilia Mirkinst/mesa: avoid enabling image/buffer/compute extensions...
2021-06-06 Ilia Mirkinnouveau: improve video limit reporting
2021-06-06 Ilia Mirkinvdpau: allow state tracker to report a lower number...
2021-06-06 Ilia Mirkinnvc0: fix 3d images
2021-06-06 Ilia Mirkinnv50: fix streamout queries
2021-06-06 Vinson Leev3dv: Fix assert.
2021-06-05 Yiwei Zhangvenus: unify VkNativeBufferANDROID and AHardwareBuffer...
2021-06-05 Yiwei Zhangvenus: refactor gralloc buffer and drm modifier propert...
2021-06-05 Alyssa Rosenzweigagx: Handle load_back_face_agx
2021-06-05 Alyssa Rosenzweigagx: Lower front face to back face
2021-06-05 Alyssa Rosenzweigagx: Pack SR immediate
2021-06-05 Alyssa Rosenzweigagx: List sr enum in Python
2021-06-05 Alyssa Rosenzweigagx: Generate enums from Python
2021-06-05 Alyssa Rosenzweigagx: Model get_sr
2021-06-05 Alyssa Rosenzweigasahi: Mark special fragment inputs as sysvals
2021-06-05 Alyssa Rosenzweignir: Add nir_intrinsic_load_back_face_agx
2021-06-05 Dmitry Baryshkovfreedreno/regs: split old/not used phy registers to...
2021-06-05 Rob Clarkfreedreno: Don't return a flushed batch
2021-06-05 Rob Clarkfreedreno: Fix typo
2021-06-05 Ville Syrjäläi915: Implement __DRI2_FLUSH version 4
2021-06-05 Ville Syrjäläi915: Implement __DRI_IMAGE_ATTRIB_OFFSET query
2021-06-04 Jason Ekstrandintel/isl: Fix isl_format_is_valid
2021-06-04 Hoe Hao Chengnir: define NIR_ALU_MAX_INPUTS
2021-06-04 Emma Anholtutil/ra: Use the conflicting neighbor to skip unavailab...
2021-06-04 Eric Anholtlima: Use ra_alloc_contig_reg_class().
2021-06-04 Eric Anholtintel/vec4: Use ra_alloc_contig_reg_class() to reduce...
2021-06-04 Eric Anholtintel/fs: Use ra_alloc_contig_reg_class() to speed...
2021-06-04 Eric Anholtv3d: Use the ra_alloc_contig_reg_class() function to...
2021-06-04 Eric Anholtvc4: Use the ra_alloc_contig_reg_class() function to...
2021-06-04 Eric Anholtra: Add fast-path support for register classes of conti...
2021-06-04 Eric Anholtra: Use struct ra_class in the public API.
2021-06-04 Eric Anholtra: Document that class index is allocated in order...
2021-06-04 Eric Anholtra: Add a unit test.
2021-06-04 Adam Jacksonintel: properly constify isl_format_layouts
2021-06-04 Mike Blumenkrantzzink: explicitly advertise index buffer format support
2021-06-04 Mike Blumenkrantzd3d12: explicitly advertise index buffer format support
2021-06-04 Erik Faye-Lundr600: explicitly advertise index buffer format support
next