meson: Add mising git_sha1.h dependency.
[mesa.git] / src / panfrost /
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
2020-07-07 Alyssa Rosenzweigpan/decode: Fix MSAA texture decoding
2020-07-07 Alyssa Rosenzweigpan/mdg: Fix indirect UBO swizzles
2020-07-07 Alyssa Rosenzweigpan/mdg: Respect type/mask in mir_lower_special_reads
2020-07-06 Chris Forbesbifrost: Set RTZ rounding mode for f2i conversion
2020-07-06 Jason Ekstrandpanfrost: Only call nir_lower_io on shader_in/out
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
next