Lines Matching full:panfrost
52 - Panfrost g31/g52/g72 exposes ES 3.0
54 - Panfrost t760+ exposes GL 3.1 (including on Bifrost)
204 - panfrost massive glitches apitrace opengl 2.1
287 - panfrost: Implement linear Z/S for SFBD
288 - panfrost: Remove panfrost_can_linear
289 - panfrost: Fix out-of-bounds read on SFBD
290 - panfrost: Add PAN_GPU_ID debug option
291 - panfrost: Enable indirect uniform indexing
298 - panfrost: Account for sample count in tib offsets
299 - panfrost: Fix RAW8/16/32 component replication
300 - docs: Add a stub page for Panfrost
301 - docs/panfrost: Fix comment about Lima
302 - docs: Update Panfrost in the source tree
303 - docs/systems: Update Panfrost link
304 - docs/panfrost: Document building Panfrost
305 - docs/panfrost: Mention the IRC channel
310 - panfrost: Fix LOD mode field on Bifrost
365 - ci/panfrost: Skip test with 4096 byte shader
420 - panfrost: Import render condition check from fd
421 - panfrost: Respect the render condition
433 - panfrost: Disable AFBC of 3D, 2D arrays
434 - panfrost: Advertise ES3.0 on Bifrost
436 - docs/panfrost: Update GL/ES versions for v5+
437 - docs/features: Mark GL3.1 as done on Panfrost
440 - panfrost: Handle explicit primitive restart
441 - panfrost: Add alpha reference to XML
442 - panfrost: Implement alpha testing natively
450 - panfrost: Add panfrost_sample_pattern helper
451 - panfrost: Set tiler descriptor sampler pattern
453 - panfrost: Raise TEXTURE_BUFFER_OFFSET_ALIGNMENT
454 - panfrost: Don't advertise OES_copy_image
455 - panfrost/lcra: Fix constraint counting
563 - panfrost: Fix Bifrost blend descriptor emission
564 - panfrost: Fix ->reads_frag_coord assignment
567 - panfrost: Fix panfrost_format_to_bifrost_blend()
568 - panfrost: Get rid of the Pixel Format descriptor
588 - panfrost: Don't expose fp16 support on Bifrost unless explicitly requested
594 - panfrost: Stop forcing depth to nr_samples
595 - panfrost: Get rid of the Sample Count enum
596 - panfrost: Fix decoding of texture payloads
597 - panfrost: Set depth for 3D textures on Bifrost
598 - panfrost: Set sample_count when packing bifrost texture descriptors
602 - panfrost: Increase blit shader BO size on Bifrost
603 - panfrost: Add a minus(1) modifier to the Levels field
604 - panfrost: Clarify bit 2:28 meaning in the Midgard texture descriptor
605 - panfrost: Add two helpers to calculate the surface pointer and strides
606 - panfrost: Set the layer stride
607 - panfrost: Unconditionally align strides on 64 bytes for linear resources
608 - panfrost: Enable MSAA on bifrost when deqp debug option is set
609 - panfrost: Expose panfrost_block_dim()
610 - panfrost: Fix panfrost_needs_explicit_stride() for block-based formats
611 - panfrost: Calculate the row stride at resource creation time
612 - panfrost: Fix stride calculation for Z32_S8X24/X32_S8X24 formats
613 - panfrost: Update the resource layout when doing a tile -\> linear conversion
614 - panfrost: Update the resource layout before calling util_copy_rect()
615 - panfrost: Fix texture payload decoding
616 - panfrost: Fix draw descriptor definition
617 - panfrost: Only set varyings and varying_buffers when varying_count \\> 0
618 - panfrost: Make sure we always add a reader -\> write dependency when needed
619 - panfrost: Fix fencing
621 - panfrost: Take the number of samples into account in blend shaders
622 - panfrost: Preload SampleID when reloading multisample FBs
623 - panfrost: Fix provoking vertex selection for lines
625 - panfrost: Allow 2DMS arrays
627 - panfrost: Force ->s_writeback_base to ->zs_writeback_base for Z24S8 buffers
628 - panfrost: Reload depth/stencil when they are read
630 - panfrost: Fix several depth/stencil format mappings
632 - panfrost: Move checksum_bo to panfrost_resource
633 - panfrost: Group CRC fields in a struct
634 - panfrost: Pass a device object to panfrost_new_texture()
635 - panfrost: Merge emit_texture_payload() and emit_texture_payload_v7()
636 - panfrost: Pass a dev object to panfrost_needs_explicit_stride()
637 - panfrost: Define AFBC surface flags
638 - panfrost: Adjust the compression tag creation for Bifrost
639 - panfrost: Merge panfrost_new_texture() and panfrost_new_texture_bifrost()
640 - panfrost: s/panfrost_slice.size0/panfrost_slice.surface_stride/
641 - panfrost: Use PAN_V6_SWIZZLE() in pan_blit.c
642 - panfrost: Stop mixing depth and number of samples
643 - panfrost: Add a pan_image_layout object
644 - panfrost: Move AFBC header_size to a sub-struct
645 - panfrost: Fix AFBC header_size and slice size calculation
646 - panfrost: Add AFBC slice.body_size and slice.{row,surface}_stride fields
647 - panfrost: Adjust surface stride calculation to take AFBC into account
648 - panfrost: Add R5G6B5_UNORM entries to the format tables
649 - panfrost: Pass a pipe-like swizzle to panfrost_new_texture()
650 - panfrost: Adjust the format for AFBC textures on Bifrost v7
651 - panfrost: Fix ZS block format v7 definition
652 - panfrost: Use proper format for Z16_UNORM
653 - panfrost: Fix AFBC support on Bifrost
654 - panfrost: Enable AFBC support on Bifrost
655 - panfrost: Use panfrost_get_layer_stride() instead of open-coding it
656 - panfrost: Initialize AFBC headers to zero
657 - panfrost: Fix panfrost_should_linear_convert()
658 - panfrost: Allow AFBC on 2D arrays
659 - panfrost: Fix calculation of body/header pointers for 3D AFBC
660 - panfrost: Allow 3D AFBC on Bifrost v7
661 - panfrost: Fix AFBC on Bifrost v6
662 - panfrost: Fix UBO count calculation on Bifrost
664 - panfrost: Set the RT index when emitting a Bifrost blend descriptor
671 - panfrost: Promote 8b to 16b for blend descriptors
672 - panfrost: Test GLES3 on Bifrost
673 - panfrost: Get layer stride of level 0 on staging resources
674 - panfrost: Pass the resource dimension to panfrost_compression_tag()
675 - panfrost: Fix estimate_texture_payload_size() on Bifrost
676 - panfrost: Re-enable AFBC on 3D, 2D arrays
677 - panfrost: Skip an XFB test that's passing/failing randomly
678 - panfrost: Fix panfrost_afbc_format_needs_fixup()
680 - panfrost: Fix tiler job injection (again)
681 - panfrost: Fix a polygon list corruption in the multi-context case
870 - CI: Collapse lima & panfrost stages into one
1168 - ci/panfrost: Disable the flaky gimark trace.
1220 - panfrost: Stub out set_shader_images().
1527 - panfrost: Fix AFBC blits of resources with faked RGTC
1528 - panfrost: Fix stack shift calculation
1530 - panfrost: Split up batches with many jobs
1532 - panfrost: Fix negative LOD bias support on Bifrost
1534 - panfrost: Fix precise occlusion queries on Bifrost
1535 - panfrost: Fix CLAMP wrap mode
1536 - panfrost: Fix the Maximum anisotropy field in the XML
1537 - panfrost: Set the anisotropy level when cso->max_anisotropy is set
1538 - panfrost: Add a gpu_revision argument to panfrost_get_quirks
1539 - panfrost: Expose ARB_texture_filter_anisotropic on supported GPUs
1540 - panfrost: Fix panfrost_small_padded_vertex_count for 17 vertices
1541 - panfrost: Fix discard behaviour on Bifrost
1547 - panfrost: Stop lowering cs derived sysvals in glsl
1548 - panfrost: Add a NIR pass to lower 64-bit vec3 intrinsic loads
1552 - panfrost: Allow NULL for some binding functions
1559 - panfrost: Stub out panfrost_render_condition
1560 - panfrost: Set conditional render cap
1564 - panfrost: Make the width argument to panfrost_new_texture 32 bits
1565 - panfrost: Support buffer sampler views
1566 - panfrost: Fix textureSize for buffer textures
1567 - panfrost: Enable ARB_texture_buffer_object
1568 - panfrost: Dual-source blending on Bifrost
1571 - panfrost: Fix size assertion in bi_alu_src_index
1575 - panfrost: Use normal malloc/free instead of ralloc for surfaces
1576 - panfrost: Add the tiler heap to fragment jobs
1750 - panfrost/util: Move nir_undef_to_zero into core nir and add 'lower'
2266 - panfrost: don't use index_bias if not indexed