glx: add missing fallthrough comment
[mesa.git] / src / panfrost /
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
2020-06-01 Alyssa Rosenzweigpan/mdg: Disassemble out-of-order bits
2020-06-01 Alyssa Rosenzweigpanfrost: Use VTX tag for vertex texturing
2020-06-01 Alyssa Rosenzweigpanfrost: Permit AFBC of RGB8
2020-06-01 Alyssa Rosenzweigpan/mdg: Fuse f2f16 into load_interpolated_input
2020-06-01 Alyssa Rosenzweigpan/mdg: Handle 16-bit ld_vary
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack sRGB via NIR
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack R11G11B10
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack RGB10_A2_UINT
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack RGB10_A2_UNORM
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack RGB565 and RGB5A1
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack UNORM 4
2020-06-01 Alyssa Rosenzweigpanfrost: Flesh out dispatch
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack 8-bit UNORM
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack pure 8-bit
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack pure 16-bit
2020-06-01 Alyssa Rosenzweigpanfrost: Un/pack pure 32-bit
2020-06-01 Alyssa Rosenzweigpanfrost: Stub out lowering boilerplate
2020-06-01 Alyssa Rosenzweigpanfrost: Determine classes for stores
2020-06-01 Alyssa Rosenzweigpanfrost: Determine load classes for formats
2020-06-01 Alyssa Rosenzweigpanfrost: Add quirks for blend shader types
2020-06-01 Alyssa Rosenzweigpanfrost: Determine unpacked type for formats
2020-06-01 Alyssa Rosenzweigpanfrost: Add theory for new framebuffer lowering
2020-06-01 Alyssa Rosenzweigpan/mdg: Implement raw colourbuf loads on T720
2020-06-01 Alyssa Rosenzweigpan/mdg: Drop the u8 from the colorbuf op names
2020-06-01 Alyssa Rosenzweigpan/mdg: Print 8-bit constants
2020-06-01 Alyssa Rosenzweigpan/mdg: Handle bitsize for packs
2020-06-01 Alyssa Rosenzweigpan/mdg: Treat packs "specially"
next