panfrost: Improve fixed-function blending
[mesa.git] / src / gallium / drivers / panfrost /
2019-05-19 Alyssa Rosenzweigpanfrost: Improve fixed-function blending
2019-05-19 Alyssa Rosenzweigpanfrost: Wire up nir_lower_blend
2019-05-19 Alyssa Rosenzweigpanfrost/midgard: Route new blending intrinsics
2019-05-19 Alyssa Rosenzweigpanfrost/nir: Add nir_lower_blend pass
2019-05-19 Alyssa Rosenzweigpanfrost: Fix Bifrost-specific padding
2019-05-19 Alyssa Rosenzweigpanfrost: Cleanup panfrost_job comments
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Decode blend constant
2019-05-19 Alyssa Rosenzweigpanfrost: Hoist blend constant into Midgard-specific...
2019-05-19 Alyssa Rosenzweigpanfrost/decode: Disassemble Bifrost shaders
2019-05-17 Alyssa Rosenzweigpanfrost/midgard: Typofix
2019-05-17 Alyssa Rosenzweigpanfrost: Cleanup leak todos
2019-05-16 Alyssa Rosenzweigpanfrost: assert(0) -> unreachable for some switch
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Add load/store opcodes
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Enable integer constant inlining
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Remove imov workaround
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Set int outmod for ops writing integers
2019-05-16 Alyssa Rosenzweigpanfrost: Set custom stride for textures when necessary
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Stride decoding
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Futureproof texture dumping
2019-05-14 Tomeu Vizosopanfrost: ci: Reduce batch size to 3000
2019-05-14 Tomeu Vizosopanfrost: ci: Update expectations
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-12 Alyssa Rosenzweigpanfrost/midgard: Handle csel correctly
2019-05-10 Tomeu Vizosopanfrost: Add CAPFs for conservative rasterization
2019-05-10 Tomeu Vizosopanfrost: Only take the fast paths on buffers aligned...
2019-05-10 Tomeu Vizosopanfrost: Fix two uninitialized accesses in compiler
2019-05-10 Tomeu Vizosopanfrost: ci: Skip running some tests
2019-05-10 Tomeu Vizosopanfrost: ci: Don't restart Weston
2019-05-10 Tomeu Vizosopanfrost: ci: Update list of expected failures
2019-05-10 Tomeu Vizosopanfrost: ci: Tweak dEQP to improve throughput
2019-05-10 Tomeu Vizosopanfrost: ci: Fix list of tests to run
2019-05-10 Tomeu Vizosopanfrost: ci: Check for incomplete runs
2019-05-10 Tomeu Vizosopanfrost: ci: Add tests to flip-flop list
2019-05-10 Tomeu Vizosopanfrost: ci: Add support for running the tests on...
2019-05-09 Ian Romanicknir: Initialize lower_flrp_progress everywhere
2019-05-07 Ian Romanicknir: Use the flrp lowering pass instead of nir_opt_alge...
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-07 Alyssa Rosenzweigpanfrost: Refactor blend descriptors
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: iabs cannot run on mul
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Lower mixed csel (NIR)
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix RA when temp_count = 0
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix integer selection
2019-05-04 Alyssa Rosenzweigpanfrost: Support RGB565 FBOs
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Handle dest_override generalized
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Stub out 64-bit
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Print 8-bit sources
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Support 8-bit destination
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Rename ilzcnt8 -> iclz
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: Fix crash on unknown op
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Fill in .int mod
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Extend print_reg to 8-bit
2019-05-04 Alyssa Rosenzweigpanfrost/midgard/disasm: Catch mask errors
2019-05-04 Alyssa Rosenzweigpanfrost/midgard: reg_mode_full -> reg_mode_32, etc
2019-05-02 Tomeu Vizosopanfrost/midgard: Skip liveness analysis for instructio...
2019-05-02 Tomeu Vizosopanfrost/midgard: Skip register allocation if there...
2019-05-01 Alyssa Rosenzweigpanfrost: Fix blend shader upload
2019-05-01 Alyssa Rosenzweigpanfrost/decode: Hit MRT blend shader enable bits
2019-05-01 Alyssa Rosenzweigpanfrost: Remove shader dump
2019-04-30 Tomeu Vizosopanfrost/ci: Initial commit
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-28 Alyssa Rosenzweigpanfrost: Workaround -bshadow regression
2019-04-28 Alyssa Rosenzweigpanfrost/midgard: Safety check immediate precision...
2019-04-28 Alyssa Rosenzweigpanfrost: Use fp32 (not fp16) varyings
2019-04-28 Alyssa Rosenzweigpanfrost/midgard: imov workaround
2019-04-28 Alyssa Rosenzweigpanfrost/midgard: Fix tex propogation
2019-04-28 Alyssa Rosenzweigpanfrost/midgard: Fix regressions in -bjellyfish
2019-04-28 Alyssa Rosenzweigpanfrost/midgard: Only copyprop without an outmod
2019-04-28 Alyssa RosenzweigRevert "panfrost/midgard: Extend copy propagation pass"
2019-04-25 Alyssa Rosenzweigpanfrost/midgard: Add new bitwise ops
2019-04-25 Alyssa Rosenzweigpanfrost/midgard: Identify inand
2019-04-25 Alyssa Rosenzweigpanfrost/midgard: Copy prop for texture registers
2019-04-25 Alyssa Rosenzweigpanfrost/midgard: Optimize csel involving 0
2019-04-25 Alyssa Rosenzweigpanfrost/midgard: Extend copy propagation pass
2019-04-25 Alyssa Rosenzweigpanfrost/midgard: Reduce fmax(a, 0.0) to fmov.pos
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Remove assembler
2019-04-24 Ryan Houdekpanfrost: Adds Bifrost shader disassembler utility
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Add "op commutes?" property
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Refactor opcode tables
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Optimize MIR in progress loop
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Implement copy propagation
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Set integer mods
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Document sign-extension/zero-extensio...
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Update integer op list
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Remove unused mir_next_block
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Fix off-by-one in successor analysis
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Track loop depth
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Dead code eliminate MIR
2019-04-24 Alyssa Rosenzweigpanfrost: Use actual imov instruction
2019-04-24 Alyssa Rosenzweigpanfrost: Disable indirect outputs for now
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: imul can only run on *mul
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Don't try to inline constants on...
2019-04-24 Alyssa Rosenzweigpanfrost: Respect backwards branches in RA
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Remove useless MIR dump
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Respect component of bcsel condition
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Implement indirect loads of varyings...
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Pipe through varying arrays
2019-04-24 Alyssa Rosenzweigpanfrost/mdg/disasm: Print raw varying_parameters
2019-04-19 Alyssa Rosenzweigpanfrost/mdg: Use shared fsign lowering
2019-04-19 Alyssa Rosenzweigpanfrost: Fixup vertex offsets to prevent shadow copy
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
next