mesa/gles3: add support for GL_EXT_shader_group_vote
[mesa.git] / src /
2020-06-16 Dave Airliemesa/gles3: add support for GL_EXT_shader_group_vote
2020-06-15 Dave Airliegallivm/cache: don't require a null terminator for...
2020-06-15 Alyssa Rosenzweigpanfrost: Simplify AFBC format check
2020-06-15 Alyssa Rosenzweigpanfrost: Enable AFBC for RGB565
2020-06-15 Alyssa Rosenzweigpanfrost: Correctly calculate tiled stride
2020-06-15 Alyssa Rosenzweigpanfrost: Fix level_2
2020-06-15 Alyssa Rosenzweigpanfrost: Update sampler view in Bifrost path
2020-06-15 Alyssa Rosenzweigpanfrost: Merge bifrost_bo/midgard_bo
2020-06-15 Dave Airliellvmpipe/setup: add planes for draw regions if no scissor.
2020-06-15 Jonathan Marekturnip: simplify stage2 helpers
2020-06-15 Jonathan Marekturnip: remove duplicated stage2opcode and stage2shaderdb
2020-06-15 Rhys Perryaco: fix encoding of certain s_setreg_imm32_b32 instruc...
2020-06-15 Rhys Perryaco: improve check for moving temporaries out of fixed...
2020-06-15 Rhys Perryaco: allow GFX9 partial writes with instructions which...
2020-06-15 Rhys Perryaco: add more opcodes to can_swap_operands
2020-06-15 Samuel Pitoisetaco: allow to swap operands for some 16-bit float instr...
2020-06-15 Rhys Perryaco: validate sub-dword pseudo instructions
2020-06-15 Rhys Perryaco: optimize 16-bit and 64-bit float comparisons
2020-06-15 Rhys Perryaco: copy-propagate constants through p_extract_vector...
2020-06-15 Rhys Perryaco: improve 8/16-bit constants
2020-06-15 Rhys Perryaco: use 32-bit inline constants for 16-bit integer...
2020-06-15 Rhys Perryaco: fix half_pi constant for 16-bit fsin/fcos
2020-06-15 Rhys Perryaco: improve sub-dword check for sgpr/constant propagation
2020-06-15 Rhys Perryaco: create 16-bit input and output modifiers
2020-06-15 Rhys Perryaco: update comment about preserving fp16/fp64 denormals
2020-06-15 Rhys Perryaco: create 16-bit mad/fma
2020-06-15 Rhys Perryaco: try to use fma instead of mad when denormals are...
2020-06-15 Rhys Perryaco: create mads when signed zeros should be preserved
2020-06-15 Rhys Perryaco: add and set precise flag
2020-06-15 Rhys Perryaco: use p_as_uniform in emit_vop1_instruction
2020-06-15 Rhys Perryaco: improve code for f2{i,u}{8,16}
2020-06-15 Rhys Perryaco: use num_opcodes instead of last_opcode
2020-06-15 Erik Faye-Lundnir: do not try to merge xfb-outputs
2020-06-15 Rob Clarkturnip: drop linking libfreedreno_drm
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 Samuel Pitoisetspirv: fix using OpSampledImage with OpUndef instead...
2020-06-15 Alyssa Rosenzweigpan/mdg: Precolour blend inputs
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-14 Jonathan Marekfreedreno/ir3: fix ir3_nir_move_varying_inputs
2020-06-13 Eric Engestromintel/tools: make test aware of the meson test wrapper
2020-06-13 Eric Engestromintel/tools: rewrite run-test.sh in python
2020-06-13 Erik Faye-Lundradv: update internal reference
2020-06-13 Eric Engestromiris: drop dead #include "config.h"
2020-06-13 Eric Engestromi965: drop dead #include "config.h"
2020-06-13 Eric Engestromintel/genxml: replace gen_sort_tags.py MIT licence...
2020-06-13 Eric Engestromintel/genxml: drop python 2 support for gen_sort_tags.py
2020-06-13 Eric Engestromv3d: add missing unlock() in error path
2020-06-13 Jonathan Marekturnip: remove some dead/redundant code
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 Matt Turnerintel/compiler: Drop opt_sampler_eot()
2020-06-12 Alyssa Rosenzweigpan/mdg: Prefer type over regmode for schedule constraints
2020-06-12 Alyssa Rosenzweigpan/mdg: Analyze types for 64-bitness in RA
2020-06-12 Alyssa Rosenzweigpan/mdg: Explicitly type 64-bit uniform moves
2020-06-12 Jonathan Marekturnip: add emit renderpass cache flushes for sysmem...
2020-06-12 Jonathan Marekturnip: add layered 3D path clear for CmdClearAttachments
2020-06-12 Jonathan Marekturnip: share code between 3D blit/clear path and tu_pi...
2020-06-12 Jonathan Marekturnip: pipeline program state refactor
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 Alyssa Rosenzweigpan/mdg: Avoid fusing ld_vary_16 with non-zero component
2020-06-12 Daniel Schürmannaco: fix shared subdword loads
2020-06-12 Samuel Pitoisetradv: enable radv_enable_mrt_output_nan_fixup for RAGE 2
2020-06-12 Samuel Pitoisetradv/llvm: implement radv_enable_mrt_output_nan_fixup...
2020-06-12 Samuel Pitoisetaco: implement radv_enable_mrt_output_nan_fixup workaround
2020-06-12 Samuel Pitoisetradv: add new drirc option radv_enable_mrt_output_nan_fixup
2020-06-12 Timothy Arceriglsl: fix incorrect optimisation in opt_constant_variable()
2020-06-12 Samuel Pitoisetradv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctly
2020-06-12 Mauro Rossiandroid: nvir/gv100: update sources in Makefile.sources
2020-06-11 Rob Clarkfreedreno/ir3: limit pre-fetched tex dest
2020-06-11 Rob Clarkfreedreno/ir3: remove RA "q-values" optimization
2020-06-11 Rob Clarkfreedreno/ir3: respect tex prefetch limits
2020-06-11 Rob Clarkfreedreno/ir3: add debug code to print conflicting...
2020-06-11 Rob Clarknir/print: print tex dest type
2020-06-11 Francisco Jereziris/icl+: Report same caching domain as main surface...
2020-06-11 Mauro Rossiandroid: aco: add aco_ir.cpp to Makefile.sources
2020-06-11 Marek Olšákac/surface: don't free dcc_retile_map on failure
2020-06-11 Marek Olšákac/surface: enable DCC for the first level in the mip...
2020-06-11 Marek Olšákac/surface: require that gfx8 doesn't have DCC in order...
2020-06-11 Marek Olšákac/surface: don't set is_displayable if displayable...
2020-06-11 Marek Olšákamd/addrlib: fix the C++ one definition rule violation
next