pci_id_driver_map: Support preferring iris over i965
[mesa.git] / src / panfrost /
2019-08-28 Boris Brezillonpanfrost: Use ralloc() to allocate instructions to...
2019-08-27 Boris BrezillonRevert "panfrost: Free all block/instruction objects...
2019-08-27 Boris Brezillonpanfrost: Make sure bundle.instructions[] contains...
2019-08-27 Boris Brezillonpanfrost: Free all block/instruction objects before...
2019-08-27 Boris Brezillonpanfrost: Free the instruction object in mir_remove_ins...
2019-08-26 Alyssa Rosenzweigpan/midgard: Fix invert fusing with r26
2019-08-26 Alyssa Rosenzweigpan/midgard: Fold ssa_args into midgard_instruction
2019-08-26 Alyssa Rosenzweigpan/midgard: Add imov->fmov optimization
2019-08-26 Alyssa Rosenzweigpan/midgard: Switch constants to uint32
2019-08-26 Alyssa Rosenzweigpan/midgard, bifrost: Set lower_fdph = true
2019-08-23 Alyssa Rosenzweigpan/decode: Validate and quiet helper invocation flag
2019-08-23 Alyssa Rosenzweigpan/midgard: Analyze helper invocations
2019-08-22 Alyssa Rosenzweigpan/midgard: Fix writeout combining
2019-08-22 Alyssa Rosenzweigpanfrost: Implement gl_FragCoord correctly
2019-08-22 Alyssa Rosenzweigpan/decode: Handle special varyings
2019-08-22 Alyssa Rosenzweigpan/decode: Remove size/stride divisibility check
2019-08-22 Alyssa Rosenzweigpan/decode: Decouple attribute/meta printing
2019-08-22 Alyssa Rosenzweigpan/decode: Print stub for uniforms
2019-08-22 Alyssa Rosenzweigpan/decode: Decode actual varying_meta address
2019-08-22 Alyssa Rosenzweigpan/decode: Downgrade shader property mismatch to warning
2019-08-22 Alyssa Rosenzweigpan/decode: Validate, but do not print, index buffer
2019-08-22 Alyssa Rosenzweigpan/decode: Validate mali_shader_meta stats
2019-08-22 Alyssa Rosenzweigpan/decode: Disassemble before printing shader descriptor
2019-08-22 Alyssa Rosenzweigpan/decode: Promote <no shader> to an error
2019-08-22 Alyssa Rosenzweigpan/decode: Fix uniform printing
2019-08-22 Alyssa Rosenzweigpan/decode: Validate blend shaders don't access I/O
2019-08-22 Alyssa Rosenzweigpan/decode: Validate and simplify FRAGMENT payloads
2019-08-22 Alyssa Rosenzweigpan/decode: Validate MFBD tags
2019-08-22 Alyssa Rosenzweigpan/decode: Eliminate non-FBD dumped case
2019-08-22 Alyssa Rosenzweigpan/decode: Removing uniform buffer framing
2019-08-22 Alyssa Rosenzweigpan/decode: Remove mali_attr(_meta) framing
2019-08-22 Alyssa Rosenzweigpan/midgard: Disassemble integer constants in hex
2019-08-22 Alyssa Rosenzweigpan/midgard: Explain ffma
2019-08-22 Alyssa Rosenzweigpan/midgard: Analyze simple loads/store
2019-08-22 Alyssa Rosenzweigpan/midgard: Compute work_count via writes
2019-08-22 Alyssa Rosenzweigpan/midgard: Sketch static analysis to uniform count
2019-08-22 Alyssa Rosenzweigpan/decode: Hoist shader-db stats to shared decode
2019-08-22 Alyssa Rosenzweigpan/midgard,bifrost: Expand nir_const_load_to_arr
2019-08-21 Alyssa Rosenzweigpan/midgard: Identify and disassemble indirect texture...
2019-08-21 Alyssa Rosenzweigpan/midgard: Breakout texture reg select printer
2019-08-21 Alyssa Rosenzweigpan/bifrost: Correct file size signedness
2019-08-21 Alyssa Rosenzweigpan/midgard: Mark fallthrough explicitly
2019-08-21 Alyssa Rosenzweigpan/midgard: Simplify contradictory check.
2019-08-21 Alyssa Rosenzweigpan/midgard: Reorder bits check to fix 8-bit masks
2019-08-21 Alyssa Rosenzweigpan/midgard: Represent unused nodes by ~0
2019-08-21 Alyssa Rosenzweigpan/bifrost: Avoid buffer overflow in disassembler
2019-08-21 Alyssa Rosenzweigpan/decode: Remove all_zero
2019-08-21 Alyssa Rosenzweigpan/decode: Don't leak FBD pointer
2019-08-21 Alyssa Rosenzweigpan/midgard: Allocate `dependencies` on stack
2019-08-21 Alyssa Rosenzweigpan/midgard: Free liveness info
2019-08-21 Alyssa Rosenzweigpan/decode: Cleanup mali_attr printing
2019-08-21 Alyssa Rosenzweigpan/decode: Validate attribute/varying buffer pointer
2019-08-21 Alyssa Rosenzweigpan/decode: Include address in union mali_attr
2019-08-21 Alyssa Rosenzweigpan/decode: Use concise texture printing
2019-08-21 Alyssa Rosenzweigpanfrost: Break up usage2 field
2019-08-21 Alyssa Rosenzweigpan/decode: Pretty-print sRGB format
2019-08-21 Alyssa Rosenzweigpanfrost: nr_mipmap_levels -> levels
2019-08-21 Alyssa Rosenzweigpan/decode: Validate texture dimensionality
2019-08-21 Alyssa Rosenzweigpan/decode: Break out pandecode_texture function
2019-08-21 Alyssa Rosenzweigpan/decode: Guard texture unknowns as zero trips
2019-08-21 Alyssa Rosenzweigpan/decode: Use GLSL style formats/swizzles
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print the default swizzle
2019-08-21 Alyssa Rosenzweigpan/decode: Validate swizzles against format
2019-08-21 Alyssa Rosenzweigpan/decode: Treat RESERVED swizzles as errors
2019-08-21 Alyssa Rosenzweigpan/decode: Handle VARYING_DISCARD
2019-08-21 Alyssa Rosenzweigpanfrost: Don't trip the prefix magic field
2019-08-21 Alyssa Rosenzweigpan/decode: Guard attribute unknowns
2019-08-21 Alyssa Rosenzweigpan/decode: Normalize final instances of XXX
2019-08-21 Alyssa Rosenzweigpan/decode: Normalize case matching XXX format
2019-08-21 Alyssa Rosenzweigpan/decode: Mark tripped zeroes with XXX
2019-08-21 Alyssa Rosenzweigpan/decode: Check for MFBD preload chicken bit
2019-08-21 Alyssa Rosenzweigpan/decode: Validate AFBC fields are zero when AFBC...
2019-08-21 Alyssa Rosenzweigpan/decode: Do not print uniform/buffers explicitly
2019-08-21 Alyssa Rosenzweigpan/decode: Add static bounds checking utility
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print unreferenced attribute memory
2019-08-21 Alyssa Rosenzweigpan/decode: Check for a number of potential issues
2019-08-21 Alyssa Rosenzweigpanfrost: Correct polygon size computations
2019-08-21 Alyssa Rosenzweigpan/decode: Print "just right" count of texture pointers
2019-08-21 Alyssa Rosenzweigpan/decode: Verify and omit polygon size
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_tiler.c outside of Gallium
2019-08-21 Alyssa Rosenzweigpan/decode: Bounds check polygon list and tiler heap
2019-08-21 Alyssa Rosenzweigpan/decode: Allow updating mmaps
2019-08-21 Alyssa Rosenzweigpan/decode: Express tiler structures as offsets
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print zero exception_status
2019-08-21 Alyssa Rosenzweigpan/decode: Fix missing NULL terminator
2019-08-21 Alyssa Rosenzweigpan/decode: Silence workgroups_x_shift_2
2019-08-21 Alyssa Rosenzweigpanfrost: Implement workgroups_x_shift_2 quirk
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print canonical workgroup encoding
2019-08-21 Alyssa Rosenzweigpanfrost: Set workgroups z to 32 for non-instanced...
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_invocation to shared panfrost/
2019-08-21 Alyssa Rosenzweigpan/decode: Don't print MALI_DRAW_NONE
2019-08-21 Alyssa Rosenzweigpan/decode: Eliminate DYN_MEMORY_PROP
2019-08-19 Alyssa Rosenzweigpan/midgard: Compute liveness per-block
2019-08-19 Alyssa Rosenzweigpan/midgard: Analyze load/store for swizzle propagation
2019-08-19 Alyssa Rosenzweigpan/midgard: Treat cubemaps "stores" as loads
2019-08-19 Alyssa Rosenzweigpan/midgard: Clamp cubemap swizzle to XYXX
2019-08-19 Alyssa Rosenzweigpan/midgard: Clamp st_vary swizzle by number of components
2019-08-19 Alyssa Rosenzweigpan/midgard: Use type-appropriate swizzle for texture...
2019-08-19 Alyssa Rosenzweigpan/midgard: Set mask for lowered read-hazard moves
2019-08-19 Alyssa Rosenzweigpan/midgard: Fix texw lowering with complex control...
next