platform/upstream/mesa.git
2021-07-12 Jason Ekstranddocs: Add docs for running a local Mesa build
2021-07-12 Marcin Ślusarzintel/compiler: document register types
2021-07-12 Daniel Schürmannaco: remove (wrong) GCC array-bounds warning
2021-07-12 Daniel Schürmannaco: refactor SDWA opcode validation
2021-07-12 Daniel Schürmannaco/meson: remove unnecessary dependencies
2021-07-12 Daniel Schürmannaco: add 'common/' and 'llvm/' prefix to #includes
2021-07-12 Daniel Schürmannaco: add missing Licenses and remove Authors from files
2021-07-12 Daniel Schürmannaco: reorder and cleanup #includes
2021-07-12 Daniel Schürmannaco/util: replace DIV_ROUND_UP(n+1,m) by n/m+1
2021-07-12 Thomas H.P... broadcom/compiler: fix add vs. mul
2021-07-12 Thomas H.P... broadcom/compiler: use correct flag enum
2021-07-12 Lionel Landwerlinintel/compiler: Track latency/perf of LSC fences
2021-07-12 Icecream95panfrost: Fix GPU ID for t76x in get_perf_config
2021-07-12 Iago Toral... v3dv: expose geometry shaders
2021-07-12 Iago Toral... broadcom/ci: update expected fails for v3dv after enabl...
2021-07-12 Iago Toral... v3dv: remove deferred vkCmdClearAtachments path
2021-07-12 Iago Toral... v3dv: remove fallback path for vkCmdClearAttachments
2021-07-12 Iago Toral... v3dv: implement layered attachment clears
2021-07-12 Iago Toral... broadcom/compiler: don't ignore constant offset on...
2021-07-12 Iago Toral... broadcom/compiler: handle compact input arrays for...
2021-07-12 Iago Toral... v3dv: fix copy buffer to image TFU path for 3D images
2021-07-12 Iago Toral... v3dv: handle QUNIFORM_FB_LAYERS
2021-07-12 Iago Toral... v3dv: emit state packets for geometry shaders
2021-07-12 Iago Toral... broadcom/compiler: create a helper for computing VPM...
2021-07-12 Iago Toral... v3dv: add support for geometry shaders to pipelines
2021-07-12 Iago Toral... broadcom/compiler: track if geometry shaders write...
2021-07-12 Iago Toral... v3dv: add a few more broadcom shader stage helpers
2021-07-12 Iago Toral... v3dv: define a generic helper to create binning pipelin...
2021-07-12 Iago Toral... v3dv: extend broadcom stages to include geometry
2021-07-12 Iago Toral... v3dv: always free pipeline stages after compiling
2021-07-12 Dave Airliecrocus: add GL_CLAMP emulation in driver again.
2021-07-12 Dave Airliecrocus/gen8: fix wrap mode needs border color.
2021-07-11 Alyssa Rosenzweigagx: Flip point coordinates because OpenGL
2021-07-11 Alyssa Rosenzweigasahi: Handle point coordinates
2021-07-11 Alyssa Rosenzweigasahi: Identify triangle/lines vs point varyings
2021-07-11 Alyssa Rosenzweigasahi: Unpack varying descriptors (1x)
2021-07-11 Alyssa Rosenzweigasahi: Lower PIPE_CAPF_MAX_POINT_WIDTH to hw limit
2021-07-11 Alyssa Rosenzweigasahi: Set bit for psiz
2021-07-11 Alyssa Rosenzweigasahi: Set point magic bit in rasterizer
2021-07-11 Alyssa Rosenzweigasahi: Set bits in UNK11 needed for points
2021-07-11 Mike Blumenkrantzzink: fix mem info query to be more permissive
2021-07-11 Alyssa Rosenzweigasahi/decode: Print some IOGPU stuff
2021-07-11 Alyssa Rosenzweigasahi/decode: Print clear/store pipelines
2021-07-11 Alyssa Rosenzweigasahi: Garbage collect senseless cmdbuf struct
2021-07-11 Alyssa Rosenzweigasahi: Consolidate some magic numbers
2021-07-11 Alyssa Rosenzweigasahi: Allocate global IDs
2021-07-11 Alyssa Rosenzweigasahi: Allow specifying an encoder ID
2021-07-11 Alyssa Rosenzweigasahi/decode: Fix decoding of draw calls
2021-07-10 Alyssa Rosenzweigasahi/decode: Handle CULL packets
2021-07-10 Alyssa Rosenzweigasahi/decode: Fix up high word
2021-07-10 Alyssa Rosenzweigasahi: Identify more unknown fields in the memmap
2021-07-10 Alyssa Rosenzweigasahi: Reserve more space to stop a command buffer
2021-07-10 Alyssa Rosenzweigasahi/decode: Check fewer zeroes after a command buffer
2021-07-10 Alyssa Rosenzweigasahi: Make track_free safer
2021-07-10 Alyssa Rosenzweigasahi/decode: Only dump mapped allocations
2021-07-10 Alyssa Rosenzweigasahi: Remove unused bo_access property
2021-07-10 Alyssa Rosenzweigasahi: Add missing copyright/guards for magic.c/h
2021-07-10 Alyssa Rosenzweigasahi: Move fixed internal shaders to agx_blit.c
2021-07-09 Alyssa Rosenzweigpanfrost: Set register allocation in the v7 RSD
2021-07-09 Alyssa Rosenzweigpanfrost: Generalize pan_blitter's reg count assert
2021-07-09 Alyssa Rosenzweigpanfrost: Enable more tiler levels if we can
2021-07-09 Alyssa Rosenzweigpanfrost: Query tiler features
2021-07-09 Alyssa Rosenzweigpanfrost: Zero depth_source in vertex shaders
2021-07-09 Alyssa Rosenzweigpanfrost: Don't set zs_update_operation in vertex shaders
2021-07-09 Alyssa Rosenzweigpanfrost: Add a performance counter dump utility
2021-07-09 Alyssa Rosenzweigpanfrost: Fix FPK enable condition
2021-07-09 Alyssa Rosenzweigpan/bi: Don't lower fpow
2021-07-09 Alyssa Rosenzweigpan/bi: Factor out exp2/log2 code
2021-07-09 Alyssa Rosenzweigpan/bi: Comment the fexp2 implementation
2021-07-09 Alyssa Rosenzweigpan/bi: Simplify cube map descriptor generation
2021-07-09 Alyssa Rosenzweigpan/bi: Workaround widen restrictions on +FADD.f32
2021-07-09 Alyssa Rosenzweigpan/bi: Add a constant subexpression elimination pass
2021-07-09 Alyssa Rosenzweigpan/bi: Fuse LD_VAR+TEXS_2D -> VAR_TEX
2021-07-09 Alyssa Rosenzweigpan/bi: Analyze helper invocations
2021-07-09 Alyssa Rosenzweigpan/bi: Track LOD mode even for TEXC
2021-07-09 Alyssa Rosenzweigpan/bi: Report cycle counts
2021-07-09 Alyssa Rosenzweigpan/bi: Only spill nodes that could progress in RA
2021-07-09 Alyssa Rosenzweigpan/bi: Try to hit full occupancy on v7
2021-07-09 Alyssa Rosenzweigpan/bi: Pack staging_barrier for the -next- clause
2021-07-09 Alyssa Rosenzweigpan/bi: Add bi_foreach_instr_global_rev_safe helper
2021-07-09 Alyssa Rosenzweigpan/bi: Fix skip/lod_mode aliasing with VAR_TEX
2021-07-09 Alyssa Rosenzweigpan/bi: Improve clause printing
2021-07-09 Icecream95panfrost: Always use a fragment shader when alpha test...
2021-07-09 Samuel Pitoisetradv: fix applying radv_disable_dcc for DOOM 2016 again
2021-07-09 Yiwei Zhangegl/android: restore image creation fallback path used...
2021-07-09 Heinrich Finkllvmpipe: do not leak display target mapped ptr in...
2021-07-09 Heinrich Finkllvmpipe: do not leak map of display target in fs setup
2021-07-09 Heinrich Finksoftpipe: unmap display target of shader sampler
2021-07-09 Heinrich Finkllvmpipe: unmap display target of shader image/sampler
2021-07-09 Jason Ekstrandnir/lower_subgroups: Pad ballot values before bitcasting
2021-07-09 Jason Ekstrandandroid: Restore android/Android.mk
2021-07-09 Samuel Pitoisetac,radv: implement the cs_regalloc_hang HW bug workaround
2021-07-09 Erik Faye-Lunddocs: update zink requirements
2021-07-09 Erik Faye-Lundzink: fill in the right line-mode based on state
2021-07-09 Erik Faye-Lundzink: support line stippling
2021-07-09 Erik Faye-Lundzink: use bit-allocation for boolean rasterizer-state
2021-07-09 Erik Faye-Lundzink: hook up line-rasterization ext
2021-07-09 Danylo Piliaievir3: add newly found shlg.b16 instruction
2021-07-09 Samuel Pitoisetaco: use nir_ssa_def_is_unused() to determine if atomic...
2021-07-09 Georg Lehmannvulkan/wsi/wayland: Add support for more SRGB formats.
next