platform/upstream/mesa.git
2022-04-13 Kenneth Graunkeiris: Emit flushes for push constant source buffers
2022-04-13 Kenneth Graunkeiris: Use cache-tracker for draw count flushing
2022-04-13 Kenneth Graunkeiris: Add pre-draw flushing for stream output targets
2022-04-13 Kenneth Graunkeiris: Extend the cache tracker to handle L3 flushes...
2022-04-13 Kenneth Graunkeiris: Add a separate PIPE_CONTROL_L3_READ_ONLY_CACHE_IN...
2022-04-13 Kenneth Graunkeiris: Add an iris_is_domain_l3_coherent helper.
2022-04-13 Kenneth Graunkeiris: Fix UBO cache tracking for the !indirect_ubos_use...
2022-04-13 Kenneth Graunkeiris: Split out an IRIS_DOMAIN_SAMPLER_READ domain...
2022-04-13 Kenneth Graunkeiris: Use IRIS_DOMAIN_DEPTH_WRITE for read only depth...
2022-04-13 Gert Wollnyvirgl: Apply integer op fix only for ALU ops and clear...
2022-04-13 Gert Wollnyr600: Assign shader type when creating a new CS state
2022-04-13 Kenneth Graunkest/mesa: Transcode ASTC to BC7 (BPTC) where possible
2022-04-13 Kenneth Graunkest/mesa: Make transcode_astc also check for non-SRGB...
2022-04-13 Tomeu Vizosoci: Move most stuff out of root .gitlab-ci.yml
2022-04-13 Tomeu Vizosoci: Allow local installations to build additional stuff...
2022-04-13 Tomeu Vizosoci: Add env var to add packages to install in debian...
2022-04-13 Tomeu Vizosoci: Add env var to add packages to install in rootfs
2022-04-13 Tomeu Vizosoci: Allow specifying a different kernel in LAVA jobs
2022-04-13 Tomeu Vizosoci: Use CI_PROJECT_NAME instead of hardcoding 'mesa'
2022-04-13 Lionel Landwerlinnir/lower_shader_calls: name resume shaders
2022-04-13 Tomeu Vizosoci: Disable Google's lab
2022-04-13 Mike Blumenkrantzzink: rework choose_pdev to (finally) be competent
2022-04-13 Mike Blumenkrantzaux/trace: clean up some zink+lavapipe tracing awfulness
2022-04-13 Mike Blumenkrantzzink: ZINK_USE_LAVAPIPE -> LIBGL_ALWAYS_SOFTWARE
2022-04-13 Mike Blumenkrantzegl: don't make LIBGL_ALWAYS_SOFTWARE and MESA_LOADER_D...
2022-04-12 Indrajit Kumar Dasac/gpu_info: disallow displayable DCC for Navi12 and...
2022-04-12 Jason Ekstrandintel/nir: Lower 8 and 16-bit bitwise unops
2022-04-12 Jason Ekstrandintel/fs: Implement 16-bit [ui]mul_high
2022-04-12 Jason Ekstrandnir/lower_int64: Fix [iu]mul_high handling
2022-04-12 Mike Blumenkrantzkopper: print better error message if loader not detected
2022-04-12 Erico Nuneslima: fix vector const src referenced multiple times
2022-04-12 Mike Blumenkrantzfeatures: mark off ARB_seamless_cubemap_per_texture...
2022-04-12 Gert Wollnyntt: translate nir_intrinsic_shader_clock
2022-04-12 Mike Blumenkrantzzink: finish up radv piglit baseline updates
2022-04-12 Konstantin... radv: Refactor ray tracing support checks
2022-04-12 Konstantin... radv: Refactor radv_tex_aniso_filter
2022-04-12 Mike Blumenkrantzradv: set read/write without format flags for supported...
2022-04-12 Samuel PitoisetRevert "radv: Disable NGG for GS with suboptimal output...
2022-04-12 Gert Wollnyr600: make r600_load_ar available to driver code
2022-04-12 Gert Wollnyr600: Set the last bit if an alu group is split by...
2022-04-12 Gert Wollnyr600: Force last instruction of group when starting...
2022-04-12 Gert Wollnyr600: don't reschedule INTERP_LOAD_P0
2022-04-12 Gert Wollnyr600: ignore dest sel for non-write targets when counti...
2022-04-12 Gert Wollnyr600: Don't limit scheduling of PARAM_SRC values
2022-04-12 Rhys Perryradv: increase inline push constant limit if we can...
2022-04-12 Rhys Perryradv,aco: implement 64-bit inline push constants
2022-04-12 Rhys Perryradv: allow holes in inline push constants
2022-04-12 Rhys Perryradv: allow inline push constants in more situations
2022-04-12 Mykhailo Skorokhodovintel/fs: Enable b2f(inot(a)) and b2i(inot(a)) optimiza...
2022-04-12 Gert Wollnyvirgl: Add an extra mov for int outputs from constant...
2022-04-12 Gert Wollnyvirgl: Always make some extra temps available for trans...
2022-04-12 Gert Wollnyvirgl: Propagate precice flag through moves
2022-04-12 Juan A. Suarez... ci: add Broadcom CI maintainer
2022-04-12 Juan A. Suarez... CODEOWNERS: add Broadcom maintainers
2022-04-12 Gert Wollnyr600: Only emit the NOP group triggered by dest.rel...
2022-04-12 Icecream95drm-shim: Implement a shim function for close
2022-04-12 Icecream95drm-shim: Explicitly use off64_t for the offset to...
2022-04-12 Icecream95drm-shim: Return fake render nodes in /dev/dri first
2022-04-12 Icecream95drm-shim: Add a function for mmap64 rather than using...
2022-04-12 Marcin Ślusarznir: remove gl_PrimitiveID output from MS when it's...
2022-04-12 Marcin Ślusarzanv: initialize 3DMESH_1D.ExtendedParameter0 when Exten...
2022-04-12 Marcin Ślusarzanv: fix push constant lowering for task/mesh
2022-04-12 Timothy Arceriglsl/st: use nir pass to lower indirect rather than...
2022-04-12 Samuel Pitoisetradv: add few helpers to deal with pipeline layout
2022-04-12 Samuel Pitoisetradv: remove unused radv_pipeline_layout::size field
2022-04-12 Samuel Pitoisetradv: drop the remaining uses of shader modules
2022-04-12 Samuel Pitoisetradv: store the shader sha1 to radv_pipeline_stage
2022-04-12 Samuel Pitoisetradv: replace convert_rt_stage() by vk_to_mesa_shader_s...
2022-04-12 Pavel Ondračkanine: check hardware support before using vertex texture
2022-04-12 Mike Blumenkrantzzink: create pipeline layout if only bindless descripto...
2022-04-12 Mike Blumenkrantzzink: handle 0 ubos and 0 ssbos in pipeline layout
2022-04-12 Mike Blumenkrantzzink: prune unused st-injected pointsize exports
2022-04-12 Mike Blumenkrantzzink: try copy region first for non-resolve blits
2022-04-12 Mike Blumenkrantzzink: refactor copy_region path in zink_blit to util...
2022-04-12 Dave Airliedraw: handle tess eval shader when getting num outputs
2022-04-12 Emma Anholtturnip: Move autotune buffers to suballoc.
2022-04-12 Emma Anholtturnip: Get autotune off of ralloc destructors.
2022-04-12 Emma Anholtturnip: Reduce the pipeline's CS allocation a bit.
2022-04-12 Emma Anholtturnip: Skip telling the kernel the BO list when we...
2022-04-12 Emma Anholtturnip: Sub-allocate pipelines out of a device-global...
2022-04-12 Emma Anholtturnip: Stop allocating unused pvtmem space in the...
2022-04-12 Emma Anholtturnip: Track refcounts on BOs in kgsl as well.
2022-04-12 Francisco Jerezintel/perf: Fix OA report accumulation on Gfx12+.
2022-04-12 Dave Airliezink/query: refactor out vk queries and allow sharing...
2022-04-11 Pavel Ondračkar300: move pointer dereference after a NULL check
2022-04-11 Mike Blumenkrantzzink: add issue notes for remaining radv fails
2022-04-11 Jocelyn Falempellvmpipe: remove unused array
2022-04-11 Jocelyn Falempellvmpipe: fix color rendering on big endian.
2022-04-11 Mike Blumenkrantzzink: update radv piglit baseline
2022-04-11 Kenneth Graunkeintel/genxml: Add SAMPLER_MODE bits for enabling Small...
2022-04-11 Kenneth Graunkeintel/genxml: Delete SAMPLER_MODE register definition...
2022-04-11 Kenneth Graunkeintel/genxml: Add new "Low Quality Filter" field on...
2022-04-11 Kenneth Graunkeintel/genxml: Add SAMPLER_STATE::Allow Low Quality...
2022-04-11 Juan A. Suarez... ci: enable v3dv arm64 jobs
2022-04-11 Mike Blumenkrantzzink: reorganize radv ci baseline
2022-04-11 Mike Blumenkrantzzink: update radv ci baseline
2022-04-11 Boris Brezillondzn: Fix loop condition in dzn_descriptor_set_copy()
2022-04-11 Mike Blumenkrantzzink: only do swapchain update during fb setup if swapc...
2022-04-11 Yonggang Luoutil: Convert util/u_printf.cpp to util/u_printf.c
2022-04-11 Yonggang Luoutil: Add tests for u_printf.h
next