platform/upstream/mesa.git
2020-11-13 Bas Nieuwenhuizenamd/common: Add modifier tests.
2020-11-13 Bas Nieuwenhuizenamd/common: Add support for modifiers.
2020-11-13 Bas Nieuwenhuizendrm-uapi: Add AMD modifiers.
2020-11-13 Bas Nieuwenhuizenradeonsi: Add displayable DCC flushing without explicit...
2020-11-13 Bas Nieuwenhuizenamd/addrlib: Use signed char for INT_8.
2020-11-13 Bas Nieuwenhuizenradv: Do the sample check for tiling earlier.
2020-11-12 Vinson Leeturnip: Fix file descriptor return.
2020-11-12 Marek Olšákradeonsi: enable GL_EXT_demote_to_helper_invocation
2020-11-12 Marek Olšákac/llvm: fix demote inside conditional branches
2020-11-12 Marek Olšáknir: optimize nir_lower_discard_to_demote to lower...
2020-11-12 Marek Olšáknir: gather shader_info::needs_all_helper_invocations
2020-11-12 Marek Olšáknir: rename needs_helper_invocations to needs_quad_help...
2020-11-12 Marek Olšáknir: optionally shuffle local invocation IDs for comput...
2020-11-12 Boyuan Zhangradeon: fix license in header
2020-11-12 Eric Anholtgallium/draw: Fix rasterizer_discard for wide points...
2020-11-12 Brendan Doughertymesa: Fix vertex_format_to_pipe_format index.
2020-11-12 Marcin Ślusarznir: handle float atomics in copy propagation pass
2020-11-12 Rob Clarkfreedreno/drm: Add some locking asserts
2020-11-12 Rhys Perryradv/winsys: set has_dedicated_vram in the null winsys
2020-11-12 Rob Clarknir: Fix nir_validate fail after nir_lower_tex
2020-11-12 Yuxuan ShuiAdd EGL xcb platform
2020-11-12 Alexander Kanavinanv: fix a build race between generating a header and...
2020-11-12 Erik Faye-Lundd3d12: fix code after simple-shader helper changes
2020-11-12 Michel Zouzink: fix build on windows
2020-11-12 Samuel Pitoisetaco: optimize v_add_u32(v_mul_lo_u16) -> v_mad_u32_u16
2020-11-12 Samuel Pitoisetaco: select v_mul_lo_u16 for 16-bit multiplications...
2020-11-12 Samuel Pitoisetaco: select v_mad_u32_u16 for 16-bit multiplications...
2020-11-12 Samuel Pitoisetaco: optimize v_mad_u32_u16 with acc=0 to v_mul_u32_u24
2020-11-12 Samuel Pitoisetaco: add a new Operand flag to indicate that is 16-bit
2020-11-12 Samuel Pitoisetaco: introduce a generic label for labelling instructions
2020-11-12 Erik Faye-Lundutil/u_process: implement util_get_process_name for...
2020-11-12 Christian Gmeinerci: sort packages installed via apt-get
2020-11-12 Iago Toral... v3dv: move authenticated display fd acquisition to...
2020-11-12 Iago Toral... v3dv: fix typo
2020-11-12 Samuel Pitoisetaco: combine more s_add+s_lshl to s_lshl<n>_add by...
2020-11-12 Samuel Pitoisetaco/tests: add some tests for combining s_add+s_lshl...
2020-11-12 Kenneth Graunkeprog_to_nir: Revert name initialization change
2020-11-12 Kenneth Graunkeintel/compiler: Fix passthrough TCS regressions from...
2020-11-11 Vinson Leemicrosoft/compiler: Add dxil_nir_lower_16bit_conv proto...
2020-11-11 Vinson Leeglsl: Fix typos in comments.
2020-11-11 Vinson Leeglsl: Initialize ir_variable member field data.is_xfb.
2020-11-11 Vinson Leedraw: Clean up single-use goto statements.
2020-11-11 Jason Ekstrandintel/fs: Fix use of undefined value in fixup_nomask_co...
2020-11-11 Eric Anholtci/db410c: Fix networking so we get artifacts from...
2020-11-11 Eric Anholtci: Re-enable the clip_three test on non-freedreno...
2020-11-11 Eric Anholtci: Bump deqp to current vulkan-cts-1.2.4
2020-11-11 Eric Anholtci/deqp: Allow specifying the caselist fraction separat...
2020-11-11 Eric Anholtci/freedreno: Group the short a630 dEQP runs into one...
2020-11-11 Eric Anholtci: Only install kernel modules for LAVA devices.
2020-11-11 Eric Anholtci: Move the rust cleanup in lava_build out of the...
2020-11-11 Eric Anholtnir/builder: Add a name format arg to nir_builder_init_...
2020-11-11 Eric Anholtnir/builder: Drop the mem_ctx arg from nir_builder_init...
2020-11-11 Eric Anholtintel: Drop the last uses of a mem_ctx in nir_builder_i...
2020-11-11 Eric Anholtnir/tests: Simplify the mem_ctx setup in our unit tests.
2020-11-11 Eric Anholtnir/builder_tests: Drop unused lin_ctx.
2020-11-11 Eric Anholtnir_builder: Return a new builder from nir_builder_init...
2020-11-11 Samuel Pitoisetnir/algebraic: optimize bitfield_select(a, iand(a,...
2020-11-11 James Jonesgallium: Add format modifier plane count query
2020-11-11 James Jonesgallium: Add pipe_screen::is_dmabuf_modifier_supported
2020-11-11 Duncan Hopkinsmesa: Undefine ALIGN macro before it is used as a funct...
2020-11-11 Steven Houstonv3dv: VK_KHR_display extension support
2020-11-11 Dave Airliellvmpipe: just use draw_regions in draw/line setup.
2020-11-11 Dave Airlielavapipe: disable SNORM blending for now
2020-11-11 Dave Airlielavapipe: enable alpha to one.
2020-11-11 Dave Airlieu_blitter: port radv 3D blit coords logic.
2020-11-11 Dave Airliegallium: handle empty cbuf slots in framebuffer samples...
2020-11-11 Iago Toral... zink: only add MESA WSI structs for specific devices
2020-11-10 Eric Anholtnir/validate: Size the set of blocks to avoid rehashing.
2020-11-10 Eric Anholtutil/set: Fix the _mesa_set_clear function to not leave...
2020-11-10 Eric Anholtutil/hash_table: Clean up the _mesa_hash_table_clear...
2020-11-10 Eric Anholtutil/hash_table: Handle NULL ht in _mesa_hash_table_cle...
2020-11-10 Dave Airlieclover: add support for opencl C features
2020-11-10 Pierre Moreauclover/spirv: avoid strings for version handling
2020-11-10 Pierre Moreauclover/llvm: don't use strings for version handling.
2020-11-10 Dave Airlieclover: add platform supported extensions with version
2020-11-10 Dave Airlieclover: add support for versioned device extensions
2020-11-10 Dave Airlieclover: report device CLC versions for 3.0
2020-11-10 Dave Airlieclover: add CL_PLATFORM_NUMERIC_VERSION support
2020-11-10 Dave Airlieclover/platform: move versioning to core object.
2020-11-10 Dave Airlieclover: add CL 3.0 CL_DEVICE_NUMERIC_VERSION support
2020-11-10 Dave Airlieclover/device: store version in device at constructor.
2020-11-10 Dave Airlieutil: add a env getter for versions
2020-11-10 Pierre Moreauclover: rename platform/device apis using strings
2020-11-10 Karol Herbstclover/queue: Flush automatically if applications do...
2020-11-10 Rob Clarkmesa/bufferobj: Fix valgrind complaints
2020-11-10 Rob Clarkmesa/fbo: Fix valgrind complaints
2020-11-10 Mike Blumenkrantzutil/threaded_context: use driver's ubo alignment for...
2020-11-10 Rob Clarkfreedreno: Protect gmem_cache ralloc allocations
2020-11-10 Rob Clarkfreedreno/drm: Rework APPEND() macro
2020-11-10 Rob Clarkfreedreno/batch: Cleanup submit immediately after flush
2020-11-10 Rob Clarkfreedreno/drm: Drop growable submit_bos table
2020-11-10 Rob Clarkfreedreno: Add submit lock
2020-11-10 Rob Clarkfreedreno: Make fd_context_batch() return a reference
2020-11-10 Rob Clarkfreedreno/batch: Move fd_batch_get_prologue()
2020-11-10 Rob Clarkfreedreno/drm: Make ring refcnt atomic again
2020-11-10 Rob Clarkfreedreno: Use ctx seqno in batch cache key
2020-11-10 Rob Clarkfreedreno/a6xx: Texture cache locking
2020-11-10 Rob Clarkfreedreno: batch-cache locking
2020-11-10 Rob Clarkfreedreno: Fix spurious flush
2020-11-10 Rob Clarkfreedreno: Convert to mesa_log*()
next