mesa-commit
Thread
Date
Earlier messages
Messages by Thread
Mesa (master): glsl: lower mediump uniforms to FP16 based on an option
GitLab Mirror
Mesa (master): nir: Add varying precision linking helper (v2)
GitLab Mirror
Mesa (master): mesa: implement glGetUniform for FP16 uniforms
GitLab Mirror
Mesa (master): compiler: move TEXTURE_COORD/VERTEX_GENERIC_ATTRIB limits into shader_enums.h
GitLab Mirror
Mesa (master): nir: add new VARYING_SLOTs and shader info for packed 16-bit varyings
GitLab Mirror
Mesa (master): st/mesa: fix nir_lower_io if it's done right after IO vectorization
GitLab Mirror
Mesa (master): mesa: implement glUniform for packed FP16 uniforms
GitLab Mirror
Mesa (master): nir: add src and dest types to all IO loads and stores for mediump
GitLab Mirror
Mesa (master): mesa: implement glGetActiveUniform for FP16 uniforms
GitLab Mirror
Mesa (master): nir: add many passes that lower and optimize 16-bit input/outputs and samplers
GitLab Mirror
Mesa (master): gallium: add PIPE_SHADER_CAP_FP16_CONST_BUFFERS for FP16 uniforms
GitLab Mirror
Mesa (master): glsl: pack 16-bit uniforms in the NIR linker
GitLab Mirror
Mesa (master): nir_opt_deref: ptr_as_array(deref_cast<T*>(x))[0] isn't the same as x[0] if the cast has alignment
GitLab Mirror
Mesa (master): vtn: Support scoped control barriers for OpenCL too
GitLab Mirror
Mesa (master): 29 new commits
GitLab Mirror
Mesa (master): iris: Support clear color plane imports for RC_CCS_CC
GitLab Mirror
Mesa (master): isl: Describe I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC
GitLab Mirror
Mesa (master): drm-uapi: Update drm_fourcc.h for new TGL modifier
GitLab Mirror
Mesa (master): iris: Set BO maps to NULL in bo_free
GitLab Mirror
Mesa (master): iris: Support RC_CCS_CC modifier in plane queries
GitLab Mirror
Mesa (master): iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC
GitLab Mirror
Mesa (master): aux/trace: dump current fb state on trigger-mode draw if it hasn't been seen yet
GitLab Mirror
Mesa (master): aux/trace: do deep dumps of fb state for triggered traces
GitLab Mirror
Mesa (master): aux/trace: enhance trigger mode to dump context states during bind
GitLab Mirror
Mesa (master): venus: check vn_renderer_info::vk_xml_version
GitLab Mirror
Mesa (master): ci: bump bare-metal kernel to bring in an a530 stability fix
GitLab Mirror
Mesa (master): amd: Hide drm_fourcc.h on Windows
GitLab Mirror
Mesa (master): amd: Hide amdgpu_drm.h on Windows
GitLab Mirror
Mesa (master): panfrost: Align BO size to 4096 bytes
GitLab Mirror
Mesa (master): panfrost: Add fast path for graphics work group computation
GitLab Mirror
Mesa (master): panfrost: Only add resource checksum BOs to the batch once
GitLab Mirror
Mesa (master): ac/rgp: BSD elf library compatibility
GitLab Mirror
Mesa (master): radeon: Add cropping to encoded H.265 when padding is used
GitLab Mirror
Mesa (master): lima: limit number of draws per job
GitLab Mirror
Mesa (master): lima: use passed surface to get mipmap level for reload, not cbuf
GitLab Mirror
Mesa (staging/21.0): iris: disable dynamic VAO fastpath on GFX version 9
GitLab Mirror
Mesa (staging/21.0): gallium: add PIPE_CAP_ALLOW_DYNAMIC_VAO_FASTPATH
GitLab Mirror
Mesa (master): lima: increase epsilon for depthrange near == far
GitLab Mirror
Mesa (master): ac/surface: overlap color and Z/S fields using a union in gfx9_surf_layout
GitLab Mirror
Mesa (master): ac/surface: pack radeon_surf better
GitLab Mirror
Mesa (master): ac/surface: inline and reorder gfx9_surf_flags for better packing
GitLab Mirror
Mesa (master): ac/surface: pack radeon_surf::num_htile_levels better
GitLab Mirror
Mesa (master): ac/surface: pack gfx9_surf_meta_flags better
GitLab Mirror
Mesa (master): ac/surface: unify htile_* and dcc_* fields as meta_* fields
GitLab Mirror
Mesa (master): ac/surface: split dcc level info from surface_info to save space
GitLab Mirror
Mesa (master): ac/surface: change legacy_surf_level::offset to 32-bit offset_256B shifted by 8
GitLab Mirror
Mesa (master): ac/surface: use named "color and "zs" structures in unions
GitLab Mirror
Mesa (master): ac/surface: unify htile_levels and dcc_levels as meta_levels
GitLab Mirror
Mesa (master): ac/surface: pack alignments by storing log2 in radeon_surf
GitLab Mirror
Mesa (master): ac/surface: overlap color and Z/S fields using a union in legacy_surf_layout
GitLab Mirror
Mesa (master): ac/surface: pack gfx9_surf_layout:resource_type better to save 8 bytes
GitLab Mirror
Mesa (master): nir/loop_unroll: fix is_indirect_load() with load_global
GitLab Mirror
Mesa (staging/21.0): radv: Dedupe winsyses per device.
GitLab Mirror
Mesa (master): driconf: Remove default values from string driconf entries
GitLab Mirror
Mesa (master): CI: Enable -werror for Windows
GitLab Mirror
Mesa (master): meson: For MSVC, suppress warnings generated by useless delayloads
GitLab Mirror
Mesa (master): microsoft/clc: Update unit test to always use COMMON state for buffers
GitLab Mirror
Mesa (master): nir/lcssa: fix nondeterminism in predecessor iteration
GitLab Mirror
Mesa (master): nir: add nir_block_get_predecessors_sorted() helper
GitLab Mirror
Mesa (master): anv: Make memory type and queue family pointers const
GitLab Mirror
Mesa (master): ci: Fix meson-i386 build failed after libdrm bump version
GitLab Mirror
Mesa (master): ac: add function for querying video capabilities
GitLab Mirror
Mesa (master): radeonsi: replace the hard coded video decode and encode caps
GitLab Mirror
Mesa (master): meson: bump drm amdgpu version to 2.4.105
GitLab Mirror
Mesa (master): nv50/ir: fix texture size for msaa textures
GitLab Mirror
Mesa (master): nv50/ir: fake SV_THREAD_KILL support
GitLab Mirror
Mesa (master): nv50: enable ARB_framebuffer_no_attachments
GitLab Mirror
Mesa (master): nv50: emulate indirect draws
GitLab Mirror
Mesa (master): radv: don't use fp16 for 8-bit division lowering before GFX9
GitLab Mirror
Mesa (master): aco: fix 16-bit u2f32
GitLab Mirror
Mesa (master): nir/lower_idiv: add options to use fp32 for 8-bit division lowering
GitLab Mirror
Mesa (master): radv: remove second nir_lower_idiv
GitLab Mirror
Mesa (master): nir/lower_idiv: make lowered divisions exact
GitLab Mirror
Mesa (master): aco: fix 16-bit f2{u8,i8} on GFX6/7
GitLab Mirror
Mesa (master): panfrost: Enable AFBC buffer sharing
GitLab Mirror
Mesa (master): panfrost: Fix AFBC body_size for shared resources
GitLab Mirror
Mesa (master): zink: disable mutable formats for zs formats and scanout images
GitLab Mirror
Mesa (master): zink: create separate linear tiling image for scanout
GitLab Mirror
Mesa (master): zink: flag anv for mesa image create wsi
GitLab Mirror
Mesa (master): broadcom/compiler: use signed pointers for packed condition
GitLab Mirror
Mesa (master): turnip: support copying both aspects of D32_SFLOAT_S8_UINT
GitLab Mirror
Mesa (master): vtn: Add a cap for CL drivers to support read-write images
GitLab Mirror
Mesa (master): vtn: Don't warn about linkage capability if we're creating a NIR library
GitLab Mirror
Mesa (master): zink: make a bunch of descriptor functions static
GitLab Mirror
Mesa (master): zink: move descriptor state management to descriptors.c
GitLab Mirror
Mesa (master): radeonsi/rgp: export compute shader programs
GitLab Mirror
Mesa (master): radeonsi/rgp: export barriers
GitLab Mirror
Mesa (master): Revert "ci: Disable t720 LAVA jobs"
GitLab Mirror
Mesa (master): Revert "ci: Disable panfrost g52"
GitLab Mirror
Mesa (master): ci: Disable t720 LAVA jobs
GitLab Mirror
Mesa (master): st/draw: remove st_draw_vbo
GitLab Mirror
Mesa (master): vbo: inline vbo_primitive_restart in brw_primitive_restart
GitLab Mirror
Mesa (master): vulkan/util: Use util_bitcount
GitLab Mirror
Mesa (master): st/mesa: adapt for the case where buffers are not supported in frag
GitLab Mirror
Mesa (master): lima: fix half float render
GitLab Mirror
Mesa (master): lima: enable rg formats for fp16 render
GitLab Mirror
Mesa (master): pan/bi: Determine block successors correctly
GitLab Mirror
Mesa (master): compiler/glsl: fix include for Android build
GitLab Mirror
Mesa (master): gallium/tools: update trace scripts to Python 3
GitLab Mirror
Mesa (master): zink: document scalarBlockLayout requirement
GitLab Mirror
Mesa (master): zink: fix typo in function name
GitLab Mirror
Mesa (master): gallium/st: correct range for float16
GitLab Mirror
Mesa (master): gallium/st: correct range for int16
GitLab Mirror
Mesa (master): glsl: fix is_integer_16_32
GitLab Mirror
Mesa (master): glsl: fix int16 type
GitLab Mirror
Mesa (master): glsl: tolerate int16 loop counters
GitLab Mirror
Mesa (master): panfrost: Only do point coord replacement for PIPE_PRIM_POINTS
GitLab Mirror
Mesa (staging/21.0): egl/haiku: Fix ConfigID naming inline with mesa
GitLab Mirror
Mesa (staging/21.0): lavapipe: fix only clearing depth or stencil paths.
GitLab Mirror
Mesa (staging/21.0): lavapipe: reorder descriptor set stages to get correct binding
GitLab Mirror
Mesa (staging/21.0): lavapipe: don't pass tracked draw info to indirect draw functions
GitLab Mirror
Mesa (staging/21.0): lavapipe: sort bindings before creating descriptor set
GitLab Mirror
Mesa (staging/21.0): lavapipe: fix primitive-restart for uint8 indices
GitLab Mirror
Mesa (staging/21.0): lavapipe: Free sorted descriptor array.
GitLab Mirror
Mesa (staging/21.0): lavapipe: implement physical device group enumeration
GitLab Mirror
Mesa (master): vulkan: Add a vk_object_multialloc helper
GitLab Mirror
Mesa (master): anv: Clean up anv_semaphore::base on the error path
GitLab Mirror
Mesa (master): anv: Clean up anv_descriptor_pool::base on the error path
GitLab Mirror
Mesa (master): anv: Use vk_object_alloc/free
GitLab Mirror
Mesa (master): anv: Refactor framebuffer creation
GitLab Mirror
Mesa (master): anv: Clean up anv_device_memory::base on failure
GitLab Mirror
Mesa (master): radv: Add clang-format for AMD code.
GitLab Mirror
Mesa (master): radv: Format.
GitLab Mirror
Mesa (master): radv: Update editorconfig.
GitLab Mirror
Mesa (master): panfrost: Flush output after disassembling shaders
GitLab Mirror
Mesa (master): android: anv: fix build error in anv_android.c
GitLab Mirror
Mesa (master): android: anv: Remove anv_intel.c from Makefile.sources
GitLab Mirror
Mesa (master): ci: enable venus in some meson build jobs
GitLab Mirror
Mesa (master): etnaviv: don't try to copy PIPE_BUFFER with the 3D engine
GitLab Mirror
Mesa (master): etnaviv: remove stale comment in etna_resource_copy_region
GitLab Mirror
Mesa (master): venus: include individual venus-protcol headers
GitLab Mirror
Mesa (master): venus: split out vn_render_pass.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_device_memory.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_query_pool.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_image.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_queue.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_descriptor_set.[ch]
GitLab Mirror
Mesa (master): venus: update venus-protocol headers
GitLab Mirror
Mesa (master): venus: split out vn_buffer.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_command_buffer.[ch]
GitLab Mirror
Mesa (master): venus: prepare for splitting vn_device.[ch]
GitLab Mirror
Mesa (master): venus: split out vn_pipeline.[ch]
GitLab Mirror
Mesa (master): ir3/postsched: Make sure to schedule inputs before kill
GitLab Mirror
Mesa (staging/21.0): ci: remove nouveau from shader-db runs
GitLab Mirror
Mesa (staging/21.0): .pick_status.json: Update to e11df07e5413a7df40ec7427a20212e53f41cf63
GitLab Mirror
Mesa (staging/21.0): egl: support no error attribute set to false with ES 1.1
GitLab Mirror
Mesa (master): anv: fix debugoptimized build compile
GitLab Mirror
Mesa (master): dri: Use __DRI_BUFFER_COUNT consistently internally
GitLab Mirror
Mesa (master): zink: don't lose existing pNext when using wsi_image_create_info in image creation
GitLab Mirror
Mesa (master): egl/haiku: Fix ConfigID naming inline with mesa
GitLab Mirror
Mesa (master): meson: Refuse to build lavapipe without llvmpipe
GitLab Mirror
Mesa (master): ir3: Don't count (nopX) towards the wrong category
GitLab Mirror
Mesa (master): zink: only unmap PIPE_MAP_ONCE in synchronous mode
GitLab Mirror
Mesa (master): zink: make timeline semaphores per-screen
GitLab Mirror
Mesa (master): zink: handle checking batch completion from other contexts without timelines
GitLab Mirror
Mesa (master): radv: allow to force VRS rates on GFX10.3 with RADV_FORCE_VRS
GitLab Mirror
Mesa (master): radv: use explicit VRS mode when configuring PA_CL_VRS_CNTL
GitLab Mirror
Mesa (master): microsoft: fixup clc_log() define
GitLab Mirror
Mesa (master): broadcom/compiler: rename unifa tracking fields
GitLab Mirror
Mesa (master): broadcom/compiler: allow compilation strategies to limit minimum thread count
GitLab Mirror
Mesa (master): broadcom/compiler: sort constant UBO loads by index and offset
GitLab Mirror
Mesa (master): broadcom/compiler: add a definition for the unifa skip distance
GitLab Mirror
Mesa (master): v3dv: fix index buffer binding
GitLab Mirror
Mesa (master): broadcom/compiler: fix first_component assertion
GitLab Mirror
Mesa (master): r600: Enable sb for nir only on specific request
GitLab Mirror
Mesa (master): radv: add MSAA support to CopyImage() on compute queue
GitLab Mirror
Mesa (master): radv: do not clamp framebuffer dimensions to the minimum dimension
GitLab Mirror
Mesa (master): egl: support no error attribute set to false with ES 1.1
GitLab Mirror
Mesa (master): compiler/glsl: clean up output
GitLab Mirror
Mesa (master): compiler/glsl: fix volatile string
GitLab Mirror
Mesa (master): compiler/glsl: correct the number of string-arguments
GitLab Mirror
Mesa (master): microsoft/spirv_to_dxil: Lower globals to function_temp
GitLab Mirror
Mesa (master): microsoft/compiler: Add some more float16 support
GitLab Mirror
Mesa (master): microsoft/compiler: Add a lowering pass to emit double [un]pack instructions
GitLab Mirror
Mesa (master): nir: Add a new opcode for [un]packing doubles
GitLab Mirror
Mesa (master): microsoft/compiler: Implement new double pack/unpack alu ops
GitLab Mirror
Mesa (master): microsoft/spirv_to_dxil: Support doubles
GitLab Mirror
Mesa (master): microsoft/spirv_to_dxil: Lower io arrays
GitLab Mirror
Mesa (master): microsoft/compiler: Support fp16 i/o vars
GitLab Mirror
Mesa (master): zink: fix CI flakiness in glx-multithread-clearbuffer
GitLab Mirror
Mesa (master): radv: Support DCC modifiers fully.
GitLab Mirror
Mesa (master): radv: Add retiling for foreign queues.
GitLab Mirror
Mesa (master): radv: Support DCC without DCC/FCE predicates.
GitLab Mirror
Mesa (master): radv: Support DCC without a fast clear value.
GitLab Mirror
Mesa (master): glx: Stop pretending to validate the pbuffer fbconfig attributes
GitLab Mirror
Mesa (master): glx: Downgrade tfp mipmap-capable fbconfigs
GitLab Mirror
Mesa (master): dri: Don't tie the accum buffer's alpha-ness to the color buffer's
GitLab Mirror
Mesa (master): glx: Downgrade sRGB-ful fbconfigs
GitLab Mirror
Mesa (master): glx: Don't downgrade the visual caveat from the server
GitLab Mirror
Mesa (master): glx: Downgrade aux-buffer-ful fbconfigs
GitLab Mirror
Mesa (master): mesa: gl_config::rgbBits should count alphaBits too
GitLab Mirror
Mesa (master): lavapipe: add dummy sampler ycbcr conversion
GitLab Mirror
Mesa (master): lavapipe: add vk1.1 image swapchain support
GitLab Mirror
Mesa (master): gallium/threaded_context: add another rule for buffer mapping
GitLab Mirror
Mesa (master): etnaviv: tell the truth if alpha-test is supported
GitLab Mirror
Mesa (master): features: mark off ARB_fragment_shader_interlock for zink
GitLab Mirror
Mesa (master): venus: properly enable WSI for different platforms
GitLab Mirror
Mesa (master): venus: implement vn_debug_init_once with os_get_option
GitLab Mirror
Mesa (master): venus: bring up Android support
GitLab Mirror
Mesa (master): nir/spirv: remove unused fields from `vtn_builder`
GitLab Mirror
Earlier messages