vulkan: automatically compile the `display` platform when available
[mesa.git] / src / panfrost /
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_S8_UINT
2020-07-09 Alyssa Rosenzweigpanfrost: Handle PIPE_FORMAT_X24S8_UINT
2020-07-09 Alyssa Rosenzweigpanfrost: Move scoreboarding routines to common
2020-07-09 Alyssa Rosenzweigpanfrost: Move pool routines to common code
2020-07-09 Alyssa Rosenzweigpanfrost: Drop Gallium-local pan_bo_create wrapper
2020-07-09 Alyssa Rosenzweigpanfrost: Move debug flags into the device
2020-07-08 Timothy Arceripanfrost: add some missing fallthrough comments to...
2020-07-08 Timothy Arceripanfrost: hide more unused code in bi_lower_combine.c
2020-07-08 Timothy Arceripanfrost: add some missing fallthrough comments
2020-07-07 Icecream95pan/decode: Make mapped memory read-only while decoding
2020-07-07 Alyssa Rosenzweigpanfrost: Identify depth/stencil layer strides
2020-07-07 Alyssa Rosenzweigpanfrost: Implement alpha-to-coverage
2020-07-07 Alyssa Rosenzweigpanfrost: Identify coverage_mask
2020-07-07 Alyssa Rosenzweigpanfrost: Include pointer for each sample
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-07-07 Alyssa Rosenzweigpanfrost: Identify layer_stride
2020-07-07 Alyssa Rosenzweigpan/mdg: Use _VTX tag for texelFetch in frag shaders
2020-07-07 Alyssa Rosenzweigpan/mdg: Handle nir_texop_txf_ms
2020-07-07 Alyssa Rosenzweigpan/mdg: Handle nir_tex_src_ms_index
2020-07-07 Alyssa Rosenzweigpan/mdg: Handle GLSL_SAMPLER_DIM_MS
2020-07-07 Alyssa Rosenzweigpan/mdg: Allow ignoring move mode
2020-07-07 Alyssa Rosenzweigpan/decode: Identify layered MSAA flag
2020-07-07 Alyssa Rosenzweigpan/decode: Fix MSAA texture decoding
2020-07-07 Alyssa Rosenzweigpan/mdg: Fix indirect UBO swizzles
2020-07-07 Alyssa Rosenzweigpan/mdg: Respect type/mask in mir_lower_special_reads
2020-07-06 Chris Forbesbifrost: Set RTZ rounding mode for f2i conversion
2020-07-06 Jason Ekstrandpanfrost: Only call nir_lower_io on shader_in/out
2020-07-02 Alyssa Rosenzweigpan/mdg: Schedule based on liveness
2020-07-02 Icecream95pan/mdg: Vectorize vlut operations
2020-07-02 Alyssa Rosenzweigpan/mdg: Skip r1.w write where possible
2020-07-02 Alyssa Rosenzweigpan/mdg: Prioritize non-moves on VADD/VLUT
2020-07-02 Alyssa Rosenzweigpan/mdg: Allow Z/S writes to use any 2nd stage unit
2020-07-02 Alyssa Rosenzweigpan/mdg: Defer smul, vlut until after writeout moves
2020-07-02 Alyssa Rosenzweigpan/mdg: Schedule writeout to VLUT
2020-07-02 Alyssa Rosenzweigpan/mdg: Remove bundle interference code
2020-07-02 Alyssa Rosenzweigpan/mdg: Don't assign destination in writeout block...
2020-07-02 Alyssa Rosenzweigpan/mdg: Defer nir_fuse_io_16 until after opts
2020-06-26 Icecream95panfrost: Add PAN_MESA_DEBUG=gl3 flag
2020-06-22 Icecream95panfrost: RGBA4 and RGB5_A1 framebuffer support
2020-06-22 Icecream95pan/mdg: Fix max_comp calculation for constant printing
2020-06-22 Icecream95pan/decode: Add missing wrap modes
2020-06-22 Icecream95pan/decode: Fix helper invocations when tracing
2020-06-17 Alyssa Rosenzweigpan/mdg: Reassociate adds for multiply-by-two
2020-06-17 Alyssa Rosenzweigpan/mdg: Canonicalize (x * 2.0) to (x + x)
2020-06-17 Alyssa Rosenzweigpan/mdg: Allow scheduling "x + x" to multipliers
2020-06-17 Alyssa Rosenzweigpan/mdg: Factor out unit check
2020-06-16 Icecream95panfrost: Implement ARB_depth_clamp
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 Rosenzweigpan/mdg: Precolour blend inputs
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 Alyssa Rosenzweigpanfrost: Use shader_info harder
2020-06-12 Alyssa Rosenzweigpanfrost: Allow R/RG/RGB varyings
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-10 Icecream95pan/mdg: Print writeout sources in mir_print_instruction
2020-06-10 Icecream95pan/mdg: Add new depth store lowering
2020-06-10 Icecream95pan/mdg: Add depth/stencil support to emit_fragment_store
2020-06-10 Icecream95pan/mdg: Move search_var to earlier in midgard_compile.c
2020-06-10 Icecream95pan/mdg: Add new depth writeout code
2020-06-10 Icecream95pan/mdg: Replace writeout booleans with a single value
2020-06-10 Icecream95pan/mdg: Remove writeout case from bytemask_of_read_com...
2020-06-10 Icecream95pan/mdg: Remove old depth writeout code
2020-06-10 Icecream95pan/mdg: Remove old zs store lowering
2020-06-10 Icecream95pan/mdg: Move r1.w writeout to branch->dest
2020-06-10 Icecream95pan/mdg: Add a macro for printing instruction source...
2020-06-07 Peter Seidererpan_bo.h: add time.h include for time_t
2020-06-05 Icecream95Revert "panfrost: Keep cached BOs mmap'd"
2020-06-05 Icecream95pan/midgard: Use a signed value for checking inline...
2020-06-04 Alyssa Rosenzweigpan/mdg: Ensure ld_vary_16 is aligned
2020-06-04 Alyssa Rosenzweigpan/mdg: Legalize inverts with constants
2020-06-03 Alyssa Rosenzweigpan/bi: Disassemble gl_PointCoord reads.
2020-06-03 Alyssa Rosenzweigpanfrost: Readd MIDGARD_SHADERLESS quirk to t760
2020-06-03 Alyssa Rosenzweigpanfrost: Document MALI_WRITES_GLOBAL bit
2020-06-03 Alyssa Rosenzweigpanfrost: Update MALI_EARLY_Z description
2020-06-03 Alyssa Rosenzweigpan/bi: Handle vectorized load_const
2020-06-03 Alyssa Rosenzweigpan/bi: Passthrough second argument of F32_TO_F16
2020-06-03 Alyssa Rosenzweigpan/bi: Pack second argument of F32_TO_F16
2020-06-03 Alyssa Rosenzweigpan/bi: Fix SEL.16 swizzle
2020-06-03 Alyssa Rosenzweigpan/bi: Handle SEL with vec3 16-bit
2020-06-03 Alyssa Rosenzweigpanfrost: Passthrough NATIVE loads/stores
2020-06-03 Alyssa Rosenzweigpan/mdg: Handle regular nir_intrinsic_load_output
2020-06-03 Alyssa Rosenzweigpan/mdg: Allow f2u8 and friends thru
2020-06-03 Alyssa Rosenzweigpan/mdg: Handle f2u8
2020-06-03 Alyssa Rosenzweigpan/mdg: Fold roundmode into applicable instructions
2020-06-03 Alyssa Rosenzweigpan/mdg: Implement *_rtz conversions with roundmode
2020-06-03 Alyssa Rosenzweigpan/mdg: Lower roundmodes
2020-06-03 Alyssa Rosenzweigpan/mdg: Add opcode roundmode property
2020-06-03 Alyssa Rosenzweigpan/mdg: Add roundmode enum
2020-06-03 Alyssa Rosenzweigpan/mdg: Distinguish blend shaders in internal shader-db
2020-06-03 Icecream95panfrost: Only use AFBC YTR with RGB and RGBA
2020-06-03 Icecream95panfrost: Decode AFBC flag bits
2020-06-03 Alyssa Rosenzweigpan/mdg: Don't double-replicate blend on T720
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-06-01 Alyssa Rosenzweigpan/mdg: Enable out-of-order execution after texture ops
2020-06-01 Alyssa Rosenzweigpan/mdg: Add quirk for missing out-of-order support
next