platform/upstream/mesa.git
2021-02-10 Nanley Cheryiris: Drop iris_resource::aux::has_hiz
2021-02-10 Nanley Cheryiris: Don't avoid aux state getter/setter with HiZ
2021-02-10 Nanley Cheryiris: Loosen aux state getter/setter assert on HiZ
2021-02-10 Nanley Cheryiris: Fix aux usage of depth buffer prepare/finish
2021-02-10 Nanley Cheryiris: Keep aux_usage in iris_blorp_surf_for_resource
2021-02-10 Nanley Cheryiris: Fix the depth aspect aux usage in iris_blit
2021-02-10 Nanley Cheryiris: Drop batch param from iris_resource_prepare_render
2021-02-10 Nanley Cheryiris: Delete redundant assertion in iris_hiz_exec
2021-02-10 Nanley Cheryiris: Drop a stale comment about HiZ sampling
2021-02-10 Nanley Cheryiris: Drop an XXX comment about sampling HiZ arrays
2021-02-10 Nanley Cheryi965,iris: Delete misleading HiZ sampling comments
2021-02-10 Nanley Cheryblorp: Assert 8x4 alignment for a HiZ op on Gen8-9
2021-02-10 Adam Jacksonzink: Factor out instance setup a bit more
2021-02-10 Mike Blumenkrantzzink: use better mapping for PIPE_FORMAT_X24S8_UINT
2021-02-10 Erik Faye-Lundlavapipe: report correct value for minMemoryMapAlignment
2021-02-10 Michel Zouzink: Fix win32 build
2021-02-10 Alyssa Rosenzweigpan/bi: Fix 2-write pseudo op scheduling
2021-02-10 Alyssa Rosenzweigpan/bi: Fix 'last tuple' for terminal-NOP clauses
2021-02-10 Michel Zouvulkan: Fix windows api conflict
2021-02-10 Erik Faye-Lundci: run piglit on zink with lavapipe
2021-02-10 Erik Faye-Lundci: make sure all lava-builders have libvulkan
2021-02-10 Pierre-Eric... gallium/u_upload_mgr: lower risk of hitting an assert
2021-02-10 Mike Blumenkrantzzink: handle null xfb buffers
2021-02-10 Mike Blumenkrantzzink: create dummy xfb buffer
2021-02-10 Mike Blumenkrantzzink: rename zink_context::dummy_buffer -> dummy_vertex...
2021-02-10 Lionel Landwerlinanv: print out perf permission warning only once
2021-02-10 Mike Blumenkrantzzink: enable PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT
2021-02-10 Mike Blumenkrantzzink: flush all resources with persistent maps on work...
2021-02-10 Mike Blumenkrantzzink: slightly refactor batch resource referencing...
2021-02-10 Mike Blumenkrantzzink: track persistent, non-coherent, writable transfer...
2021-02-10 Mike Blumenkrantzzink: set HOST_COHERENT bit for coherent resource creation
2021-02-10 Mike Blumenkrantzzink: use = and not |= for VkMemoryPropertyFlags during...
2021-02-10 Iago Toral... v3d/compiler: fix QPU scheduler TMU sequence shuffling
2021-02-10 Mike Blumenkrantzzink: add a texture barrier hook
2021-02-10 Mike Blumenkrantzzink: handle nir_texop_texture_samples
2021-02-10 Mike Blumenkrantzzink: rework viewport handling
2021-02-10 Danylo Piliaievturnip: enable inheritedQueries
2021-02-10 Samuel Pitoisetradv: fix memory leaks if a submission fails
2021-02-10 Mike Blumenkrantzzink: handle vote intrinsics in ntv
2021-02-10 Mike Blumenkrantzzink: add spirv_builder wrapper for vote intrinsics
2021-02-10 Michel Dänzerci: Add trailing slash to path for documentation preview
2021-02-10 Alejandro Piñeirov3dv: support for depthBiasClamp
2021-02-10 Rhys Perryaco: fix adjust_vertex_fetch_alpha
2021-02-10 Samuel Pitoisetradv: stop allocating useless ESGS scratch BO on GFX10+
2021-02-10 Samuel Pitoisetradv: fix double free when creating a fence failed
2021-02-10 Eric Anholtgallium: Document behavior of more lowering pipe caps.
2021-02-10 Eric Anholtv3d: Stop advertising support for flat shading.
2021-02-10 Eric Anholtv3d: Stop advertising support for PIPE_CAP_*_COLOR_CLAMPED.
2021-02-10 Eric Anholtv3d: Stop advertising support for PIPE_CAP_TWO_SIDED_COLOR.
2021-02-10 Eric Anholtv3d: Clean up vestiges of alpha test lowering.
2021-02-10 Eric Anholtvc4: Stop advertising support for VS color clamping.
2021-02-10 Eric Anholtvc4: Stop advertising support for PIPE_CAP_TWO_SIDED_COLOR.
2021-02-10 Eric Anholtvc4: Remove vestiges of alpha test lowering.
2021-02-10 Eric Anholtmesa/st: Assume that the default variant is always...
2021-02-10 Eric Anholtmesa/st: Always precompile the first shader variant.
2021-02-10 Eric Anholtfreedreno/a5xx: Don't forget to count our custom blits...
2021-02-10 Eric Anholtfreedreno: Remove FD_STAGE_* in favor of a "disable_all...
2021-02-10 Eric Anholtfreedreno: Force updating active queries on batch reord...
2021-02-10 Eric Anholtci/virgl: Fix GLES31 testing on desktop GL.
2021-02-10 Mike Blumenkrantzfeatures: mark off GL 4.3 for zink
2021-02-10 Mike Blumenkrantzzink: GLSL 430
2021-02-10 Mike Blumenkrantzzink: enable compute
2021-02-10 Mike Blumenkrantzzink: export compute-specific shader/compute caps
2021-02-10 Mike Blumenkrantzzink: add launch_grid pipe_context hook for compute...
2021-02-10 Mike Blumenkrantzzink: flush gfx/compute batches when the other pipeline...
2021-02-10 Mike Blumenkrantzzink: handle descriptor set updates for compute operations
2021-02-10 Mike Blumenkrantzzink: handle memory barriers for compute batch
2021-02-10 Mike Blumenkrantzzink: setup compute batch and add handling
2021-02-10 Mike Blumenkrantzzink: break out descriptor updating into separate function
2021-02-10 Mike Blumenkrantzzink: add compute programs and pipelines
2021-02-10 Mike Blumenkrantzzink: rename pipeline_cache_entry -> gfx_pipeline_cache...
2021-02-10 Mike Blumenkrantzzink: explicitly get shader stage from shader during...
2021-02-10 Mike Blumenkrantzzink: make allocate_descriptor_set() take more params...
2021-02-10 Mike Blumenkrantzzink: refactor batch creation
2021-02-10 Mike Blumenkrantzzink: take a pipe_reference param in zink_batch_referen...
2021-02-10 Mike Blumenkrantzzink: ignore compute batch when starting/ending batches
2021-02-10 Mike Blumenkrantzzink: handle nir_intrinsic_memory_barrier_shared in ntv
2021-02-10 Mike Blumenkrantzzink: add handling for shared atomic ops in ntv
2021-02-10 Mike Blumenkrantzzink: implement shared load/store nir ops in ntv
2021-02-10 Mike Blumenkrantzzink: handle COMPUTE glsl variables
2021-02-10 Mike Blumenkrantzzink: handle COMPUTE setup in ntv
2021-02-10 Mike Blumenkrantzzink: handle COMPUTE bindings in compiler/ntv
2021-02-10 Mike Blumenkrantzzink: add spirv_builder function for emitting a 3word...
2021-02-10 Mike Blumenkrantzzink: wait on compute batch when necessary during trans...
2021-02-10 Mike Blumenkrantzzink: make zink_batch_reference_resource_rw return...
2021-02-10 Mike Blumenkrantzzink: make get_resource_usage() public
2021-02-10 Mike Blumenkrantzzink: bump resource usage flags to allow 5 batches
2021-02-10 Mike Blumenkrantzzink: add defines for compute batch and gfx batch count
2021-02-09 Lionel Landwerlinintel/stub: plug some gaps in our ioctl faking
2021-02-09 Lionel Landwerlindrm-shim: report support for timeline semaphores
2021-02-09 Lionel Landwerlinanv: only signal wsi fence BO on last command buffer
2021-02-09 Lionel Landwerlinanv: break up internal queueing function
2021-02-09 Lionel Landwerlinanv: add a comment describing has_relocs field
2021-02-09 Michel Zouvulkan/lavapipe: add missing VKAPI_ATTR/CALL
2021-02-09 Rhys Perryaco: remove loop to flag loop blocks as WQM
2021-02-09 Rhys Perryaco: rewrite setting of Exact_Branch
2021-02-09 Rhys Perryaco: do not flag all blocks WQM to ensure we enter...
2021-02-09 Michel Dänzerci: Append build image tag to LAVA tag used for minio...
2021-02-09 Michel Dänzerci: Incorporate base image tag into dependent image...
2021-02-09 Michel Dänzerci: Add and use .set-image template to construct docker...
next