platform/upstream/mesa.git
2022-04-08 Samuel Pitoisetradv: drop the module reference in radv_can_dump_shader...
2022-04-08 Samuel Pitoisetradv: drop the module reference in radv_can_dump_shader()
2022-04-08 Samuel Pitoisetradv: copy the spirv module for debugging after compilation
2022-04-08 Samuel Pitoisetradv: remove more references to the pipeline layout...
2022-04-08 Samuel Pitoisetradv: lower ycbcr textures just before applying the...
2022-04-08 Samuel Pitoisetradv: assert that the arg is declared when used in...
2022-04-08 Samuel Pitoisetradv: add radv_is_vrs_enabled()
2022-04-08 Samuel Pitoisetradv: add a new helper to initialize various type of...
2022-04-08 Samuel Pitoisetradv: add radv_generate_pipeline_key() for common graph...
2022-04-08 Samuel Pitoisetradv: remove unused parameters in radv_get_{wave,ballot...
2022-04-08 Samuel Pitoisetradv: use radv_pipeline_has_ds_attachments() more
2022-04-08 Samuel Pitoisetradv: do not check if VkPipelineRenderingCreateInfo...
2022-04-08 Iago Toral... broadcom/compiler: prefer reconstruction over TMU spill...
2022-04-08 Connor Abbottfreedreno/a6xx: Fix SP_DS_CTRL_REG0 definition
2022-04-08 Mike Blumenkrantzmesa/st: simplify st_can_add_pointsize_to_program iterator
2022-04-08 Mike Blumenkrantzmesa/st: don't precompile the pointsize upload variant...
2022-04-08 Mike Blumenkrantzmesa/st: only flag pointsize constant uploads if they...
2022-04-08 Mike Blumenkrantzmesa/st: only use constant upload pointsize variants...
2022-04-08 Mike Blumenkrantzmesa/st: also add pointsize to fixedfunction vertex...
2022-04-08 Mike Blumenkrantzmesa/st: always inject a 1.0 pointsize for vertex stages
2022-04-08 Mike Blumenkrantzmesa/st: declare added pointsize var as hidden
2022-04-08 Mike Blumenkrantznir/lower_point_size_mov: fix check for overwriting...
2022-04-08 Mike Blumenkrantzmesa: add a bool indicating when pointsize == 1.0
2022-04-08 Emma AnholtRevert "ci/freedreno: Reduce concurrency when replaying...
2022-04-08 Emma Anholtfreedreno: Fix the cpu-prep wait to be "infinite".
2022-04-07 Timothy Arceriglsl: fix needs_lowering() call in varying packing...
2022-04-07 Mike Blumenkrantzdocs: update features for lavapipe
2022-04-07 Mike Blumenkrantzzink: ci updates
2022-04-07 Mike Blumenkrantzzink: add error logging for SRGB framebuffer without...
2022-04-07 Mike Blumenkrantzlavapipe: KHR_swapchain_mutable_format
2022-04-07 Mike Blumenkrantzzink: adds refs to user index buffers when tc is not...
2022-04-07 Mike Blumenkrantzzink: allow lod for RECT sampler types
2022-04-07 Mike Blumenkrantznir/lower_tex: avoid adding invalid LOD to RECT textures
2022-04-07 Mike Blumenkrantzzink: set nir_shader_compiler_options::has_txs
2022-04-07 Jason Ekstrandnir: Dont set coord_components on txs
2022-04-07 Mike Blumenkrantzkopper: add a dmabuf-free image interface for use with...
2022-04-07 Erik Faye-Lunddzn: add missing space
2022-04-07 Erik Faye-Lunddzn: drop unused include
2022-04-07 Erik Faye-Lunddzn: drop incorrect return statement
2022-04-07 Erik Faye-Lunddzn: drop unused header
2022-04-07 Erik Faye-Lunddzn: remove unused variable
2022-04-07 Erik Faye-Lunddzn: fixup indent
2022-04-07 Erik Faye-Lunddzn: add D3D12_IGNORE_SDK_LAYERS define
2022-04-07 Erik Faye-Lunddzn: drop needless includes
2022-04-07 Erik Faye-Lunddzn: remove unused struct
2022-04-07 Erik Faye-Lunddzn: remove needless using
2022-04-07 Mike Blumenkrantzzink: handle swapchain readbacks when a present is...
2022-04-07 Mike Blumenkrantzzink: only apply swapchain behavior in flush_resource...
2022-04-07 Mike Blumenkrantzzink: handle deferred swapchain resource flushing
2022-04-07 Mike Blumenkrantzegl: implement more hooks for swrast
2022-04-07 Benjamin Chenganv: drop from_wsi bit from anv_image
2022-04-07 Ian Romanickintel/fs: Better handle constant sources of FS_OPCODE_P...
2022-04-07 Alyssa Rosenzweigpan/bi: Imply round mode most of the time
2022-04-07 Alyssa Rosenzweigpan/bi: Use should_skip in bi_builder generation
2022-04-07 Alyssa Rosenzweigpan/bi: Mark some opcodes as default round-to-zero
2022-04-07 Alyssa Rosenzweigpan/bi: Don't use funny round modes in tests
2022-04-07 Alyssa Rosenzweigpanfrost: Use track_image_access on Bifrost
2022-04-07 Alyssa Rosenzweigpanfrost: Add helpers to emit Valhall data structures
2022-04-07 Alyssa Rosenzweigpanfrost: Adapt viewport/scissor to Valhall
2022-04-07 Alyssa Rosenzweigpanfrost: Hide some Bifrost-specific functions
2022-04-07 Alyssa Rosenzweigpanfrost: Add valhall_has_blend_shader field
2022-04-07 Alyssa Rosenzweigpanfrost: Add Valhall fields to panfrost_batch
2022-04-07 Alyssa Rosenzweigpanfrost: Split out allow_fpk helper
2022-04-07 Alyssa Rosenzweigpanfrost: Split out panfrost_get_blend_shaders
2022-04-07 Alyssa Rosenzweigpanfrost: Specialize vertex state for Valhall
2022-04-07 Alyssa Rosenzweigpanfrost: Add a pool to sampler_view
2022-04-07 Alyssa Rosenzweigpanfrost: Adapt panfrost_rasterizer for v9
2022-04-07 Alyssa Rosenzweigpanfrost: Don't set a default for blend count
2022-04-07 Alyssa Rosenzweigpanfrost: Don't check alpha test in fs_required on...
2022-04-07 Ian Romanickintel/compiler: Fix sample_d messages on DG2
2022-04-07 Boris Brezillondzn: Pass a NULL ralloc context to dxil_create_validator()
2022-04-07 Jason Ekstrandvulkan,docs: Add documentation for Vulkan dispatch
2022-04-07 Jason Ekstrandvulkan,docs: Document vk_device
2022-04-07 Jason Ekstrandvulkan,docs: Document vk_physical_device
2022-04-07 Jason Ekstrandvulkan,docs: Document vk_instance
2022-04-07 Jason Ekstrandvulkan,docs: Document vk_object_base
2022-04-07 Jason Ekstrandvulkan: vk_object_base_init/finish have no unused param...
2022-04-07 Jason Ekstrandanv/formats: Relax usage checks if EXTENDED_USAGE_BIT...
2022-04-07 Roman Stratiienkoandroid: Set max platform-sdk-version to 10000
2022-04-07 Alyssa Rosenzweigpanfrost: Split out image access tracking
2022-04-07 Alyssa Rosenzweigpanfrost: Add helpers to set batch masks
2022-04-07 Alyssa Rosenzweigpanfrost: Disable PIPE_CAP_PRIMITIVE_RESTART on v9
2022-04-07 Alyssa Rosenzweigpanfrost: Make alpha=0 NOP / 1 store Bifrost only
2022-04-07 Alyssa Rosenzweigpanfrost: Move assign_vertex_buffer to pan_helpers
2022-04-07 Alyssa Rosenzweigpanfrost: Hide AFBC on Valhall
2022-04-07 Alyssa Rosenzweigpanfrost: Adapt pan_shader.h for Valhall
2022-04-07 Alyssa Rosenzweigpanfrost: Add shader_stage helper
2022-04-07 Alyssa Rosenzweigpanfrost: Add panfrost_make_resource_table helper
2022-04-07 Alyssa Rosenzweigpanfrost: Hide parts of pan_encoder.h for Valhall
2022-04-07 Alyssa Rosenzweigpanfrost: Control tiler memory usage
2022-04-07 Alyssa Rosenzweigpanfrost: Handle stencil texturing on Valhall
2022-04-07 Alyssa Rosenzweigpanfrost: Handle Valhall texturing
2022-04-07 Krunal Patelfrontend/va: Create decoder once the max_references...
2022-04-07 Mike Blumenkrantzzink: ci updates
2022-04-07 Mike Blumenkrantzzink: export PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE
2022-04-07 Mike Blumenkrantzzink: run the cubemap -> array compiler pass if the...
2022-04-07 Mike Blumenkrantzzink: handle nonseamless cube sampler binding
2022-04-07 Mike Blumenkrantzzink: create an array view for all cube samplerviews
2022-04-07 Mike Blumenkrantzzink: set nonseamless hint for sampler states
2022-04-07 Mike Blumenkrantzzink: handle shader key variants that have nonseamless...
next