freedreno/afuc: Add missing rnn_prepdb()
[mesa.git] / src / panfrost /
2020-07-31 Alyssa Rosenzweigpan/bit: Remove BI_SHIFT stub
2020-07-31 Alyssa Rosenzweigpan/bit: Update f32->f16 convert test
2020-07-31 Italo Nicolapan/mdg: emit REGISTER_UNUSED on unused ALU src2
2020-07-30 Italo Nicolapan/mdg: remove ins->br_compact and ins->branch_extended
2020-07-30 Italo Nicolapan/mdg: defer branch packing
2020-07-30 Italo Nicolapan/mdg: refactor emit_alu_bundle
2020-07-30 Italo Nicolapan/mdg: remove ins->alu
2020-07-30 Italo Nicolapan/mdg: externalize mir_pack_mod
2020-07-30 Italo Nicolapan/mdg: defer register packing
2020-07-30 Italo Nicolapan/mdg: eliminate references to ins->load_store.op
2020-07-30 Italo Nicolapan/mdg: eliminate references to ins->texture.op
2020-07-30 Italo Nicolapan/mdg: apply float outmods to textures
2020-07-30 Italo Nicolapan/mdg: eliminate references to ins->alu.outmod
2020-07-30 Italo Nicolapan/mdg: fix comment
2020-07-30 Italo Nicolapan/mdg: eliminate references to ins->alu.reg_mode
2020-07-30 Italo Nicolapan/mdg: eliminate references to ins->alu.op
2020-07-30 Italo Nicolapan/mdg: prepare effective_writemask()
2020-07-30 Italo Nicolapan/mdg: fix src_type in instructions that need a impli...
2020-07-29 Jason Ekstrandpanfrost/midgard: Make search_var take a nir_shader...
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Chris Forbesbifrost: Fix packing of ADD_FEXP2_FAST
2020-07-28 Chris Forbesbifrost: Honor src swizzle in special math ops
2020-07-28 Chris Forbesbifrost: Add support for nir_op_iabs
2020-07-28 Chris Forbesbifrost: Add support for nir_op_imul
2020-07-28 Chris Forbesbifrost: Add support for nir_op_uge
2020-07-28 Chris Forbesbifrost: Add support for nir_op_ishl
2020-07-28 Chris Forbesbifrost: Add support for nir_op_inot
2020-07-27 Chris Forbesbifrost: Add lowering for b2i32
2020-07-27 Chris Forbesbifrost: Document d3d/gl comparison control bit
2020-07-27 Chris Forbesbifrost: Emit "d3d" variant of comparison instructions
2020-07-27 Chris Forbesbifrost: Lower x->bool conversions to != 0
2020-07-20 Icecream95pan/mdg: Use the blend RT for blend shader framebuffer...
2020-07-20 Icecream95panfrost: 8x MRT support
2020-07-18 Mauro Rossiandroid: panfrost/encoder: add libmesa_nir static depen...
2020-07-18 Icecream95panfrost: Make panfrost_bo_wait take a wait_readers...
2020-07-17 Alyssa Rosenzweigpanfrost: Enable FP16 by default
2020-07-17 Icecream95pan/mdg: Do per-sample framebuffer loads
2020-07-17 Icecream95panfrost: Rename lower_store to is_blend in pan_lower_f...
2020-07-17 Icecream95pan/mdg: Don't disassemble blit shaders
2020-07-16 Icecream95pan/decode: Open the dump file later
2020-07-16 Alyssa Rosenzweigpanfrost: Report CAPs more honestly
2020-07-16 Alyssa Rosenzweigpanfrost: Implement Z32F_S8 blits
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Identify zs_samples field
2020-07-15 Alyssa Rosenzweigpanfrost: Include sample count in payload estimates
2020-07-15 Alyssa Rosenzweigpanfrost: Add MALI_PER_SAMPLE bit
2020-07-15 Alyssa Rosenzweigpan/mdg: Implement gl_SampleID
2020-07-15 Alyssa Rosenzweigpan/mdg: Identify per-sample interpolation mode
2020-07-15 Alyssa Rosenzweigpan/mdg: Bump compiler RT maximum
2020-07-15 Icecream95pan/mdg: Skip z/s combining for dual-source writes
2020-07-15 Icecream95pan/mdg: Dual source blend input/writeout support
2020-07-15 Icecream95pan/mdg: Add a nir pass to reorder store_output intrinsics
2020-07-14 Icecream95pan/mdg: Fix non-debug compiliation
2020-07-13 Italo Nicolapanfrost: Fix outmods on int to float conversions
2020-07-13 Alyssa Rosenzweigpanfrost: Map PIPE_{DXT, RGTC, BPTC} to MALI_BCn
2020-07-13 Alyssa Rosenzweigpanfrost: Pipe in compressed texture feature mask
2020-07-13 Alyssa Rosenzweigpanfrost: Add format codes for new compressed textures
2020-07-13 Alyssa Rosenzweigpanfrost: Compact unused BO flag bits
2020-07-13 Alyssa Rosenzweigpanfrost: Remove PAN_BO_DONT_REUSE
2020-07-13 Alyssa Rosenzweigpanfrost: Remove PAN_BO_COHERENT_LOCAL
2020-07-13 Alyssa Rosenzweigpanfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTED
2020-07-13 Alyssa Rosenzweigpanfrost: Index BOs from the BO map sparse array
2020-07-13 Alyssa Rosenzweigpanfrost: Add a sparse array to map GEM handles to BOs
2020-07-13 Alyssa Rosenzweigpanfrost: Fix write to free'd memory
2020-07-13 Alyssa Rosenzweigpanfrost: Extend fetched framebuffer results
2020-07-13 Alyssa Rosenzweigpanfrost: Always use SOFTWARE for pure formats
2020-07-13 Icecream95panfrost: Use f2fmp for framebuffer lowering conversions
2020-07-13 Icecream95panfrost: Stop keying on rt format when using native...
2020-07-13 Icecream95pan/mdg: Use a 32-bit ld_color_buffer op when needed
2020-07-13 Icecream95pan/mdg: Set the z/s store intrinsic base correctly
2020-07-13 Icecream95pan/mdg: Support MRT in output load lowering
2020-07-13 Icecream95pan/mdg: Handle non-blend framebuffer lowering
2020-07-13 Icecream95pan/mdg: Emit a tilebuffer wait loop when needed
2020-07-13 Icecream95pan/mdg: Do the pan_lower_framebuffer pass later
2020-07-13 Icecream95panfrost: Add rt formats to shader state
2020-07-13 Icecream95pan/mdg: Use the writeout tag for tilebuffer wait loops
2020-07-13 Icecream95pan/mdg: Handle tilebuffer wait loops
2020-07-13 Icecream95panfrost: Fix MALI_READS_TILEBUFFER
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
next