turnip: simplify stage2 helpers
[mesa.git] / src / gallium /
2020-06-15 Rob Clarkfreedreno/ir3: move the libdrm dependency out of shared...
2020-06-15 Rob Clarkfreedreno/ir3: unify shader create/delete paths
2020-06-15 Mike Blumenkrantzzink: rework input/output location emission
2020-06-15 Mike Blumenkrantzzink: handle more glsl->spirv builtin translation
2020-06-15 Yevhenii Kolesnikovnvir: don't use designated initialisers in C++ code
2020-06-15 Samuel Pitoisetac: add ac_choose_spi_color_formats() to common code
2020-06-13 Eric Engestromiris: drop dead #include "config.h"
2020-06-13 Eric Engestromv3d: add missing unlock() in error path
2020-06-12 Icecream95panfrost: Tiled to linear layout conversion
2020-06-12 Icecream95panfrost: Create a new sampler view bo when the layout...
2020-06-12 Icecream95panfrost: Move sampler view bo creation to a separate...
2020-06-12 Alyssa Rosenzweigpanfrost: Demote mediump varyings to fp16
2020-06-12 Alyssa Rosenzweigpanfrost: Override varying format to minimal precision
2020-06-12 Alyssa Rosenzweigpanfrost: Use shader_info harder
2020-06-12 Alyssa Rosenzweigpanfrost: Only store varying formats
2020-06-12 Alyssa Rosenzweigpanfrost: Allow R/RG/RGB varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Remove unused routines
2020-06-12 Alyssa Rosenzweigpanfrost: Use new varying linking
2020-06-12 Alyssa Rosenzweigpanfrost: Add high-level varying emit
2020-06-12 Alyssa Rosenzweigpanfrost: Add helper to determine if we are capturing
2020-06-12 Alyssa Rosenzweigpanfrost: Emit xfb records
2020-06-12 Alyssa Rosenzweigpanfrost: Emit special varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Emit unlinked varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Determine varying buffer presence
2020-06-12 Alyssa Rosenzweigpanfrost: Introduce bitfields for tracking varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Add panfrost_streamout_offset helper
2020-06-12 Alyssa Rosenzweigpanfrost: Calculate varying size by format
2020-06-12 Mauro Rossiandroid: nvir/gv100: update sources in Makefile.sources
2020-06-11 Francisco Jereziris/icl+: Report same caching domain as main surface...
2020-06-11 Jason Ekstrandiris: Better handle metadata in NIR passes
2020-06-11 Dave Airliegallivm/sample: fix texel type for stencil 8-bit
2020-06-11 Dave Airliegallivm/conv: enable conversion min code. (v2)
2020-06-11 Dave Airliegallivm/format: convert unsigned values to float properly.
2020-06-11 Dave Airliellvmpipe: fix subpixel bits reporting.
2020-06-11 Dave Airliegallivm/nir: add group barrier support
2020-06-11 Dave Airliedraw/gs: add more info to debugging.
2020-06-11 Dave Airliedraw/gs: fix emitting inactive primitives crash
2020-06-10 Eric Anholtfreedreno/a6xx: Fix clip_halfz support.
2020-06-10 Ben Skeggsnvc0: initial support for tu1xx
2020-06-10 Ben Skeggsnvc0: initial support for gv100
2020-06-10 Ben Skeggsnvc0: remove hardcoded blitter vertprog
2020-06-10 Ben Skeggsnvc0: move setting of entrypoint for a shader stage...
2020-06-10 Ben Skeggsnvc0: use NVIDIA headers for GP100- compute QMD
2020-06-10 Ben Skeggsnvc0: use NVIDIA headers for GK104->GM2xx compute QMD
2020-06-10 Ben Skeggsnvir/gv100: enable support for tu1xx
2020-06-10 Ben Skeggsnvir/gv100: initial support
2020-06-10 Ben Skeggsnvir/nir/gm107: switch off lower_extract_word
2020-06-10 Ben Skeggsnvir/nir/gm107: switch off lower_extract_byte
2020-06-10 Ben Skeggsnvir/nir/gm107: turn on nir_lower_extract64
2020-06-10 Ben Skeggsnvir/nir/gm107: split nir shader compiler options from...
2020-06-10 Ben Skeggsnvir/gm107: separate out header for sched data calculator
2020-06-10 Ben Skeggsnvir/gm107: replace SHR+AND+AND with PRMT+PRMT in PFETC...
2020-06-10 Ben Skeggsnvir/gm107: implement OP_PERMT
2020-06-10 Ben Skeggsnvir/nir: use nir_lower_idiv
2020-06-10 Ben Skeggsnvir/nir: nir expects the shift amount to wrap, rather...
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_uror
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_urol
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_i16
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_u16
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_i8
2020-06-10 Ben Skeggsnvir/nir: implement nir_op_extract_u8
2020-06-10 Ben Skeggsnvir/nir: turn on lower_rotate
2020-06-10 Ben Skeggsnvir/nir: flesh out options
2020-06-10 Ben Skeggsnvir/nir: move nir options to codegen
2020-06-10 Ben Skeggsnvir/nir: fix fragment program output when using MRT
2020-06-10 Karol Herbstnvir/nir: use component helpers instead of insn->num_co...
2020-06-10 Ben Skeggsnvir: run replaceZero() before replaceCvt()
2020-06-10 Ben Skeggsnvir: add constant folding for OP_PERMT
2020-06-10 Ben Skeggsnvir: introduce OP_FINAL
2020-06-10 Ben Skeggsnvir: introduce OP_SGXT
2020-06-10 Ben Skeggsnvir: introduce OP_BMSK
2020-06-10 Ben Skeggsnvir: introduce OP_SHF
2020-06-10 Ben Skeggsnvir: introduce OP_BREV with lowering to EXTBF_REV...
2020-06-10 Ben Skeggsnvir: introduce OP_WARPSYNC
2020-06-10 Ben Skeggsnvir: introduce OP_LOP3_LUT
2020-06-10 Ben Skeggsnvir: bump max encoding size of instructions
2020-06-10 Erik Faye-Lundgallium/hud: do not specify potentially invalid depth...
2020-06-10 Dave Airliedraw: add disk caching for draw shaders
2020-06-10 Dave Airliellvmpipe: hook draw disk cache up
2020-06-10 Dave Airliedraw: add disk cache callbacks for draw shaders
2020-06-10 Dave Airliellvmpipe/cs: add shader caching
2020-06-10 Dave Airliellvmpipe/fs: add caching support
2020-06-10 Dave Airliegallivm: don't cache shaders that use fetch functions.
2020-06-10 Dave Airliellvmpipe: add infrastructure for disk cache support
2020-06-10 Dave Airliegallivm: add cache interface to mcjit
2020-06-10 Dave Airliegallivm: skip operations if we have a cached object.
2020-06-10 Dave Airliegallivm: add support for a cache object
2020-06-10 Dave Airliegallivm: rework debug printf hook to use global mapping.
2020-06-10 Dave Airliegallivm: rework coroutine malloc/free callouts.
2020-06-10 Dave Airliellvmpipe/draw: drop variant number from function names.
2020-06-10 Dave Airliellvmpipe/cs: overhaul cs variant key state.
2020-06-10 Marek Olšákac/surface: cache DCC retile maps (v2)
2020-06-10 Marek Olšákac/surface: add a wrapper structure to hold ADDR_HANDLE
2020-06-10 Icecream95panfrost: Add writes_stencil to the EARLY_Z disable...
2020-06-10 Erik Faye-Lundzink: only report device-local memory as video-memory
2020-06-10 Pierre-Eric Pellou... radeonsi/ngg: try GS multi-cycling mode if default...
2020-06-10 Pierre-Eric Pellou... radeonsi: add return value to gfx10_ngg_calculate_subgr...
2020-06-09 Alyssa Rosenzweigpanfrost: Ensure we have ro before using it
2020-06-09 Mike Blumenkrantzzink: emit interpolation decorations for ntv outputs
2020-06-09 Mike Blumenkrantzzink: track program usages for each shader
next