panfrost/decode: Hit MRT blend shader enable bits
[mesa.git] / src / gallium / drivers / panfrost /
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...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Alyssa Rosenzweigpanfrost/midgard: Use shared nir_lower_viewport_transform
2019-04-14 Alyssa Rosenzweigpanfrost: Cleanup indexed draw handling
2019-04-14 Alyssa Rosenzweigpanfrost/midgard: Drop dependence on mesa/st
2019-04-12 Mateusz Krzakpanfrost: use os_mmap and os_munmap
2019-04-12 Mateusz Krzakpanfrost: cast bo_handles pointer to uintptr_t first
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Tomeu Vizosopanfrost: Guard against reading past end of buffer
2019-04-12 Tomeu Vizosopanfrost: split asserts in pandecode
2019-04-10 Eric Anholtst: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFOR...
2019-04-07 Alyssa Rosenzweigpanfrost: Remove "mali_unknown6" nonsense
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Enable lower_find_lsb
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Add ibitcount8 op
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Add ilzcnt op
2019-04-07 Alyssa Rosenzweigpanfrost/midgard: Add umin/umax opcodes
2019-04-07 Alyssa Rosenzweigpanfrost: Add tilebuffer load? branch
2019-04-07 Alyssa Rosenzweigpanfrost/decode: Add flags for tilebuffer readback
2019-04-07 Karol Herbstpanfrost/midgard: use nir_src_is_const and nir_src_as_uint
2019-04-04 Alyssa Rosenzweigpanfrost: Size tiled temp buffers correctly
2019-04-04 Alyssa Rosenzweigpanfrost: Respect box->width in tiled stores
2019-04-04 Alyssa Rosenzweigpanfrost: Cleanup some indirection in pan_resource
2019-04-04 Alyssa Rosenzweigpanfrost: Implement system values
2019-04-03 Alyssa Rosenzweigpanfrost: Remove support for legacy kernels
2019-03-31 Alyssa Rosenzweigpanfrost: Implement FIXED formats
2019-03-31 Alyssa Rosenzweigpanfrost: Fix index calculation types and asserts
2019-03-31 Alyssa Rosenzweigpanfrost: Clean index state between indexed draws
2019-03-31 Alyssa Rosenzweigpanfrost/decode: Print negative_start
2019-03-31 Alyssa Rosenzweigpanfrost: Implement missing texture formats
2019-03-31 Alyssa Rosenzweigpanfrost: Extend tiling for cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost: Implement command stream for linear cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost/midgard: Emit cubemap coordinates
2019-03-31 Alyssa Rosenzweigpanfrost: Include all cubemap faces in bitmap list
2019-03-31 Alyssa Rosenzweigpanfrost/decode: Decode all cubemap faces
2019-03-31 Alyssa Rosenzweigpanfrost: Preliminary work for cubemaps
2019-03-31 Alyssa Rosenzweigpanfrost/midgard: Add L/S op for writing cubemap coordi...
2019-03-31 Alyssa Rosenzweigpanfrost/midgard: Disassemble `cube` texture op
2019-03-31 Alyssa Rosenzweigpanfrost: Fix vertex buffer corruption
2019-03-27 Tomeu Vizosopanfrost: Wait for last job to finish in force_flush_fr...
2019-03-27 Tomeu Vizosopanfrost: Pass the context BOs to the kernel so they...
2019-03-27 Tomeu Vizosopanfrost: Also tell the kernel about the checksum_slab
2019-03-27 Tomeu Vizosopanfrost: Set the GEM handle for AFBC buffers
2019-03-27 Tomeu Vizosopanfrost: Fix sscanf format options
2019-03-27 Alyssa Rosenzweigpanfrost: Preliminary work for mipmaps
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: fpow is a two-part operation
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Handle i2b constant
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Expand fge lowering to more types
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add ult/ule ops
2019-03-26 Alyssa Rosenzweigpanfrost: Stub out ES3 caps/callbacks
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Cleanup midgard_nir_algebraic.py
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower source modifiers for ints
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Implement b2i; improve b2f/f2b
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower i2b32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower f2b32 to fne
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Lower bool_to_int32
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Map more bany/ball opcodes
2019-03-26 Alyssa Rosenzweigpanfrost/midgard: Add more ball/bany, iabs ops
next