Lines Matching full:panfrost
85 - panfrost: Page fault in glamor when running GIMP with X11 on Mali T860
166 - panfrost T860 regression
175 - Invalid shader under panfrost/wayland
380 - panfrost: Fix TLS sizing if cores are missing
381 - panfrost: Allow waiting on slots 6/7 during preload
518 - panfrost: Fix race condition in UBO mapping to CPU
519 - panfrost: Respect buffer_offset when mapping to CPU
520 - panfrost: Move sysvals to dedicated UBO
521 - panfrost: Don't truncate uniform_count
522 - panfrost: Add UBO push data structure
523 - panfrost: Push uniforms required by the program
524 - panfrost: Set FAU count based on program->push
525 - panfrost: Don't store uniform_count on Midgard
538 - panfrost: Enable ES3 conformant floating-point
540 - panfrost: Set barriers flag for compute shaders
541 - panfrost: Pass is_blit flag around
543 - panfrost: Fake shader images for bifrost+deqp
549 - panfrost: Preload sample mask if needed
550 - panfrost: Add sample positions sysval
551 - panfrost: Push sample positions sysval for Midgard
552 - panfrost: Refactor sample shading state
553 - panfrost: Respect info.fs.uses_sample_shading
554 - panfrost: Add panfrost_sample_pattern helper
555 - panfrost: Set tiler descriptor sampler pattern
556 - panfrost: Generalize MSAA handling
557 - panfrost: Don't set REQ_MSAA in pan_mfbd
558 - panfrost: Don't use PAN_REQ_MSAA in SFBD
559 - panfrost: Remove PAN_REQ_MSAA
560 - panfrost: Remove PAN_REQ_DEPTH_WRITE
561 - panfrost: Remove batch_is_scanout
562 - panfrost: Set sample count/pattern for tiler FBD
563 - panfrost: Upload sample positions on device init
564 - panfrost: Use sample location LUT
565 - panfrost: Ensure open_device has pandecode initialized
566 - panfrost: Advertise MSAA 8x and 16x
567 - panfrost: Implement get_sample_position
568 - panfrost: Overhaul sysval handling
569 - panfrost: Add MULTISAMPLED sysval
591 - panfrost: Simplify bind_compute_state
592 - panfrost: Remove stale TODOs
593 - panfrost: Assert on indirect compute shaders
594 - panfrost: Advertise SAMPLE_SHADING
595 - panfrost: Bump max SSBO count
596 - panfrost: Bump advertised ESSL feature level
597 - panfrost: Advertise OES_standard_derivatives
598 - docs/features: Mark more TBO exts done on panfrost
599 - docs/features: Mark some ES3.1 done on Panfrost
600 - docs/features: Mark sample shading done on Panfrost
601 - docs/features: gl_HelperInvocation on Panfrost
603 - panfrost: Fix uniform_count on Midgard
609 - panfrost: Label groups in GenXML
610 - panfrost: Track coverage, early fragment tests
611 - panfrost: Flesh out pixel kill / zs update
612 - panfrost: Handle PIPE_FORMAT_NONE as 'constant'
613 - panfrost: Flesh out allow_forward_pixel_to_kill check
614 - panfrost: Export bifrost_get_blend_desc with type size
615 - panfrost: Add RT conversion sysval
616 - panfrost: Fix NULL deref for an empty frag shader
617 - panfrost: Spell fix
618 - panfrost: Take panfrost_dev for AFBC selection
619 - panfrost: Set border colour on Bifrost sampler
620 - panfrost: Remove useless check
645 - panfrost: Comment on state of ARB_shader_clock
646 - panfrost: Advertise FRAMEBUFFER_NO_ATTACHMENTS
648 - panfrost/ci: Mark flaky test
655 - panfrost: Fix infinite loop spilling
656 - panfrost: Fix NULL dereference adding cbuf to batch
657 - panfrost: Remove redundant NULL check
658 - panfrost: Fix NULL deref in pan_mfbd.c
659 - panfrost: Fix NULL derefs in pan_cmdstream.c
660 - panfrost: Fix NULL deref in pan_sfbd
661 - panfrost: Raise TEXTURE_BUFFER_OFFSET_ALIGNMENT
662 - panfrost: Hide MSAA 8x/16x support
663 - panfrost: Fix UNORM 16 rendering
664 - panfrost: Reinterpret format for reload blits
665 - panfrost: Fix typo in midgard.xml
666 - panfrost: Don't advertise OES_copy_image
678 - panfrost/lcra: Fix constraint counting
696 - panfrost: Deduplicate UBO count assignment
697 - panfrost: Deduplicate Bifrost fau_count
698 - panfrost: Only check blend work count on midgard
715 - panfrost: Fix AFBC body_size for shared resources
716 - panfrost: Enable AFBC buffer sharing
719 - panfrost: Fix formats converting uninit from AFBC
1023 - panfrost: Don't skip the test with a 4k shader
1024 - panfrost: Fix tiler job injection (again)
1025 - panfrost: Get rid of IS_BIFROST
1026 - panfrost: Don't memset the last attribute buffer entry twice
1027 - panfrost: Only allocate the extra attribute buffer entry on Bifrost
1028 - panfrost: Set attribs and attrib_bufs to NULL when attrib_count = 0
1029 - panfrost: Rename and move pan_render_condition_check()
1030 - panfrost: Use dev->arch where appropriate
1031 - panfrost: Add a panfrost_compile_shader() helper
1032 - panfrost: Update ctx->batch when a fresh batch is requested
1033 - panfrost: Fix a polygon list corruption in the multi-context case
1034 - panfrost: Don't add the tiler BO when it's not accessed
1039 - panfrost: Use panfrost_get_shader_options() in panfrost_build_blit_shader()
1040 - panfrost: Hide backend compiler internals
1041 - panfrost: Prefix shader related helpers with pan_shader\_
1042 - panfrost: Move sysval_to_id out of panfrost_sysvals
1043 - panfrost: Keep the compiler inputs in the context
1044 - panfrost: Move the shader compilation logic out of the gallium driver
1045 - panfrost: Provide a helper to prepare the shader related parts of an RSD
1046 - panfrost: Use the pan_shader_prepare_rsd() helper
1047 - panfrost: Rename pan_blend.h into pan_blend_cso.h
1048 - panfrost: Move the blend lowering code out of the gallium driver
1049 - panfrost: Move the blend logic out of the gallium driver
1052 - panfrost: Split the direct and indirect draw logic
1053 - panfrost: Add a parameter to suppress next job prefetching
1054 - panfrost: Allow passing an explicit global dependency when queuing a job
1055 - panfrost: Add a pan_section_offset() helper
1056 - panfrost: Move pan_special_varying definition to pan_encoder.h
1058 - panfrost: Add a knob to disable the UBO -> push constants optimization
1059 - panfrost: Allow passing an explicit UBO index for the sysval UBO
1060 - panfrost: Print the correct UBO size when dumping UBO information
1061 - panfrost: Don't count the special vertex/instance ID attributes on Bifrost
1062 - panfrost: Split the sampler and texture count
1063 - panfrost: Expose panfrost_modifier_to_layout()
1065 - panfrost: Specify descriptor alignment requirements
1066 - panfrost: Provide various helpers to simplify descriptor allocation
1067 - panfrost: Define the Surface and Surface-with-stride descriptors
1068 - panfrost: Emit surface descriptors with pan_pack()
1069 - panfrost: Use the descriptor allocators where appropriate
1070 - panfrost: Get rid of panfrost_pool_alloc()
1071 - panfrost: Move the blend shader cache at the device level
1072 - panfrost: Use the blend shader cache attached to the device
1073 - panfrost: Don't reserve space in the color buffer for disabled RTs
1074 - panfrost: Skip disabled RTs when selecting a RT for transaction elimination
1075 - panfrost: Stop including pan_device.h from pan_bo.h
1076 - panfrost: Add helpers to support indirect draws
1077 - panfrost: Prepare things for indirect draws
1078 - panfrost: Hook up indirect draw support
1079 - panfrost: s/panfrost_slice/pan_image_slice_layout/
1080 - panfrost: Move image states out of pan_image_layout
1081 - panfrost: Add a format field to pan_image_layout
1082 - panfrost: Stop passing a depth > 1 when creating 2D textures
1083 - panfrost: Add extra info to the pan_image_layout struct
1084 - panfrost: Split pan_image in two
1085 - panfrost: Add an offset field so we can attach a sub-buffer to an image
1086 - panfrost: Move out-of-band CRC info to pan_image
1087 - panfrost: Move special Z32_S8X24 case out of panfrost_setup_layout()
1088 - panfrost: Add a pan_image_layout_init() helper
1089 - panfrost: Patch the gallium driver to use pan_image_layout_init()
1090 - panfrost: Pass an image view to panfrost_new_texture()
1091 - panfrost: Provide a helper to calculate the polygon list size
1092 - panfrost: Provide a helper to retrieve image surface pointers
1093 - panfrost: Pass a const device to panfrost_sample_positions()
1095 - panfrost: Add various helpers to simplify FB desc emission
1096 - panfrost: Add an helper to emit fragment jobs
1097 - panfrost: Add align info to the draw and draw padding definitions
1098 - panfrost: Add the early ZS pre frame mode
1099 - panfrost: s/pandecode_vertex_tiler_postfix_pre/pandecode_dcd/
1100 - panfrost: Decode pre/post frame DCDs
1101 - panfrost: Extend pan_fb_info to allow passing a tile enable map
1102 - panfrost: Extend pan_fb_info to allow passing pre/post frame DCDs
1103 - panfrost: Always pass a non-NULL screen to set_damage_region()
1104 - panfrost: Create a blitter library to replace the existing preload helpers
1105 - panfrost: Fix partial update
1106 - panfrost: Use the generic preload and FB helpers in the gallium driver
1107 - panfrost: Kill the old tile-buffer preload logic
1108 - panfrost: Pass a tile enable map to avoid reloading untouched tiles
1109 - panfrost: Fix pan_blitter_get_blit_shader()
1110 - panfrost: Don't advertise AFBC mods when the format is not supported
1111 - panfrost: Reserve thread storage descriptor in panfrost_launch_grid()
1112 - panfrost: Fix indirect draws
1113 - panfrost: Fix ZS reloading on Bifrost v6
1285 - panfrost/blit: Use sized types for nir_tex_instr::dest_type
1297 - panfrost: Assume that nir_tex_instr::dest_type is sized
1553 - util/panfrost/glsl: rename BITSET_LAST_BIT to BITSET_LAST_BIT_SIZED
1750 - panfrost: Stub out set_shader_images().
1865 - ci/panfrost: Disable t860/radeonsi testing while the runners are struggling.
2415 - panfrost: Set bifrost_props for compute shaders
2417 - panfrost: Use the correct NIR options for OpenCL on Bifrost
2419 - panfrost: Add a sysval for local_group_size
2420 - panfrost: Add a sysval for local_work_dim
2421 - panfrost: Assert on sysval overflow
2427 - panfrost: Set TLS for compute jobs
2433 - panfrost: Add a function to determine if a resource is 2D
2434 - panfrost: Only checksum resources when it makes sense to
2435 - panfrost: Add a debug flag to disable checksumming
2436 - panfrost: Transaction elimination support
2437 - panfrost: Fix the tile size assertion
2439 - panfrost: Add support for INTEL_blackhole_render
2440 - panfrost: Use normal malloc/free instead of ralloc for surfaces
2441 - panfrost: Add the tiler heap to fragment jobs
2444 - panfrost: Fix clear color packing for 12-byte formats
2451 - panfrost: Disable early-z when alpha test is used
2456 - panfrost: Implement panfrost_set_global_binding
2457 - panfrost: Flush output after disassembling shaders
2458 - panfrost: Only do point coord replacement for PIPE_PRIM_POINTS
2459 - panfrost: Only add resource checksum BOs to the batch once
2460 - panfrost: Align BO size to 4096 bytes
2461 - panfrost: Add fast path for graphics work group computation
2462 - panfrost: Unset shared/scanout binding flags for staging resources
2464 - panfrost: Fix shader texture count
2467 - panfrost: Fix viewport scissor for preload draws
2529 - panfrost: fix attribute continuation decoding
2530 - panfrost: add 3d attribute buffer continuation to XML
2531 - panfrost: decode 3d attribute continuation
2532 - panfrost: add resource modifier conversion
2533 - panfrost: implement gallium->set_shader_images
2534 - panfrost: emit shader image attribute descriptors
2535 - panfrost: implement image_size sysval
2542 - panfrost: advertise images for midgard
2831 - panfrost: Add a Meson dependency on bi_opcodes.h for bifrost_compiler
3683 - ci: Disable panfrost g52
3715 - android: panfrost: Use the blend shader cache attached to the device
3720 - android: panfrost/lib: add pan_cs.c to Makefile.sources
4311 - ci/panfrost: disable the rest of these jobs temporarily
4962 - ci: Disable panfrost t760
5413 - Revert "ci/panfrost: disable the rest of these jobs temporarily"
5414 - Revert "ci/panfrost: Disable t860/radeonsi testing while the runners are struggling."
5415 - Revert "CI: Disable Panfrost T760"
5424 - Revert "ci: Disable panfrost g52"
5425 - Revert "ci: Disable panfrost t760"
5479 - panfrost: Fix typos.