Lines Matching full:panfrost

132 - panfrost G31 - Cathedral crash- opengl 2.1 game (I guess)
134 - panfrost / armv7 - crash with mesa newer than 21.0.3
148 - panfrost G31 Unreal Tournament - various glitches (apitrace)
229 - panfrost: Add perf_debug macros
230 - panfrost: Warn on software conditional rendering
231 - panfrost: Warn on going out of AFBC
232 - panfrost: Log reasons for flushes
233 - panfrost: Warn on get_fresh_batch_for_fbo
234 - panfrost: Warn on get_fresh_batch
235 - panfrost: Warn on transitions to linear
243 - meson: Build panfrost with tools=panfrost
244 - panfrost: Remove unnecessary bifrost_compiler deps
245 - panfrost: Only build libpanfrost with GL/VK
249 - panfrost,panvk: Remove broken v4 spilling code
252 - panfrost: Move context initalization to the vtable
253 - panfrost: Make sampler view creation private
254 - panfrost: Move sysval analysis out of per-gen
255 - panfrost: Compile pan_cmdstream per-gen
256 - panfrost: Statically determine uses_clamp
257 - panfrost: Don't make get_index_buffer_bounded per-gen
258 - panfrost: Match sampler "nearest" names
259 - panfrost: Share sampler code across archs
260 - panfrost: Share blend code across architectures
261 - panfrost: #ifdef pan_merge_empty_fs
262 - panfrost: #ifdef fragment RSD packing
263 - panfrost: Add a concatenation macro for genxml
264 - panfrost: Use PAN_ARCH for the rest of pan_cmdstream
265 - panfrost: Move init_batch to GenXML vtbl
266 - panfrost: Make panfrost_batch_get_bifrost_tiler per-gen
365 - panfrost: Add LINEAR debug option
366 - panfrost: Remove unused #defines
367 - panfrost: Use _PU for non-dithered formats
368 - panfrost: Add blend helper packing the equation
369 - panfrost: Fix is_opaque when blend_enable=false
370 - panfrost: Simplify blend_factor_constant_mask
371 - panfrost: Add basic fixed-function blending tests
372 - panfrost: Leverage Bifrost's 2*src blend factor
373 - panfrost: Test src*dst + dst*src blending
386 - docs/panfrost: Update llvm option
388 - panfrost: Fix leak of render node fd
389 - panfrost: Rewrite the clear colour packing code
391 - panfrost: Mark R5G6B5 as blendable
392 - panfrost: Unit test clear colour packing
393 - panfrost: Add dither state to the clear colour tests
394 - panfrost: Handle non-dithered clear colours
395 - panfrost: Add unit tests for non-dithered clears
396 - panfrost: Disable shader-assisted indirect draws
402 - panfrost: Evaluate blend shaders per-sample
405 - panfrost: Remove unneeded quirks from T760
406 - panfrost: Fix UNORM 10 sizes
407 - panfrost: Use blendable check for tib read check
408 - panfrost: Delete unpacks for blendable formats
417 - panfrost: Zero initialize blend_shaders
418 - panfrost: Port v5 blend shader issue to blitter
419 - panfrost: Fix NULL dereference in allowlist code
420 - panfrost: Rip out primconvert code
421 - panfrost/ci: Switch to suite support
422 - panfrost/ci: Don't skip matrix inverse tests
423 - panfrost: Protect the variants array with a lock
424 - panfrost: Remove null check in batch_cleanup
425 - panfrost: Simplify get_fresh_batch_for_fbo
426 - panfrost: Don't use ralloc for resources
427 - panfrost: Move bo->label assignment into the lock
428 - panfrost: Remove get_fresh_batch
429 - panfrost: Inline add_fbo_bos
430 - panfrost: Switch resources from an array to a set
431 - panfrost: Cache number of users of a resource
432 - panfrost: Maintain a bitmap of active batches
433 - panfrost: Add foreach_batch iterator
434 - panfrost: Prefer batch->resources to rsrc->users
435 - panfrost: Remove rsrc->track.users
436 - panfrost: Remove writer = NULL assignments
437 - panfrost: Replace writers pointer with hash table
438 - panfrost: Take a ctx when submitting/destroying
439 - panfrost: Raise maximum texture size
440 - panfrost: Remove CACHE_LINE_SIZE #define
441 - panfrost: Remove stale TODOs and XXXs
442 - panfrost: Remove unused functions
447 - docs/panfrost: Remove obsolete note on Android.mk
448 - docs/panfrost: We're conformant now!
449 - docs/panfrost: Add web chat link
450 - panfrost: Fix incorrect test condition
451 - panfrost: Add ASTC stretch factor enums
452 - panfrost: Assert ASTC/AFBC are not used on v4
453 - panfrost: Use ASTC 2D enums
454 - panfrost: Encode 3D ASTC dimensions
455 - panfrost: Move special_varying to compiler definitions
456 - panfrost: Fix off-by-one in varying count assert
457 - panfrost: Introduce PAN_MAX_VARYINGS define
458 - panfrost: Don't set CAP_TGSI_FS_COORD_PIXEL_CENTER_INTEGER
459 - panfrost: Fix PAN_MESA_DEBUG=sync with INTEL_blackhole_render
462 - panfrost: Don't allow rendering/texturing 48-bit
463 - panfrost: Detect implementations support AFBC
464 - panfrost,panvk: Use dev->has_afbc instead of quirks
465 - panfrost: Fix gl_FragColor lowering
466 - panfrost: Workaround ISSUE_TSIX_2033
467 - panfrost: Add internal afbc_formats
468 - panfrost: Decompress for incompatible AFBC formats
469 - panfrost: Enable AFBC on v7
580 - panfrost: Fix pan_blitter_emit_bifrost_blend()
581 - panfrost: Add explicit padding to pan_blend_shader_key
585 - panfrost: Move the polygon list init logic to pan_cmdstream.c
589 - panfrost: Stop including midgard_pack.h directly
590 - panfrost: s/[idep\_]midgard_pack/[idep\_]pan_packers/
591 - panfrost: Get rid of the mali_xxx enum redefinitions
592 - panfrost: Add generic mappings for the gen-specific tiler descriptor macros
594 - panfrost: Get rid of all _packed structs in pan_context.h
595 - panfrost: Move panfrost_modifier_to_layout() to pan_texture.c
596 - panfrost: Only emit special attribute buffer entries on pre-v6 hardware
598 - panfrost: Prepare indirect dispatch helpers to per-gen XML
599 - panfrost: Prepare indirect draw helpers to per-gen XML
600 - panfrost: Fix pan_blit_ctx_init() when start > end
601 - panfrost: Make pan_blit() return the tiler job pointer
602 - panfrost: v7 does not support RGB32_UNORM textures
614 - panvk: Close the panfrost device in the panvk_physical_device_init() error path
621 - panfrost: Patch Z32_S8X24 format when creating a sampler view
622 - panfrost: Fix the Z32_S8X24 and X32_S8X24 definitions
623 - panfrost: RGB10_A2_SNORM is not a valid texture format on v6+
624 - panfrost: Drop the R and T flags on SCALED formats
625 - panfrost: RGB332_UNORM is not a valid texture format on v6+
626 - panfrost: Prepare blitter helpers to per-gen XML
627 - panfrost: Prepare blend helpers to per-gen XML
628 - panfrost: Prepare pan_cs helpers to per-gen XML
629 - panfrost: Move panfrost_major_version() to gen_macros.h
630 - panfrost: Prepare pandecode to per-gen XML
631 - panfrost: Prepare scoreboard helpers to per-gen XML
632 - panfrost: Prepare pan_encoder.h to per-gen XML
633 - panfrost: Prepare texture helpers to per-gen XML
634 - panfrost: Prepare shader helpers to per-gen XML
635 - panfrost: Fix indirect draws when vertex or instance count is 0
636 - panfrost: Fix collision in the indirect draw shader table
637 - panfrost/ci: Skip the indirect_draw+XFB tests
691 - panfrost: Use an identity swizzle for RAW formats
692 - panfrost: Add a common genxml file so we can share a few definitions
693 - panfrost: Split command stream descriptor definitions per-gen
694 - panfrost: Move genxml related files to a subdir
762 - panfrost: tidy up GPU naming to be in line with official names
1448 - panfrost: Disable flaky piglit job for now.
1562 - CODEOWNERS: add @alyssa for Asahi and Panfrost
1563 - CODEOWNERS: add @bbrezillon for src/panfrost/vulkan/
1642 - docs/panfrost: Fix link to use rst syntax
1851 - panfrost: Call primconvert and u_transfer_helper destroy functions
1853 - panfrost: Fix memory leaks for compute state
1854 - panfrost: Free TGSI tokens
1855 - panfrost: Free NIR when deleting shader state
1857 - panfrost: Fill tiler job padding again
1858 - panfrost: Add nocache debug flag for disabling the BO cache
1859 - panfrost: Only allow colour blit shaders to be killed
1860 - panfrost: drm-shim support
1868 - panfrost: Add ASTC 3D texture format entries
1888 - panfrost: fix null deref when no color buffer is attached
1940 - panfrost: Don't handle nir_texop_txf_ms_mcs
3741 - AOSP: Add panfrost vulkan library suffix
4005 - panfrost: fail in get_handle(TYPE_KMS) without a scanout resource
4011 - panfrost: implement resource_get_param
4200 - panfrost: Add padding to pan_blit_blend_shader_key
4218 - panfrost/ci: Enable test runs on G72
4220 - panfrost/ci: Move CI files to src/panfrost
4221 - panfrost/ci: Test panvk on Mali G52
4223 - panfrost/ci: Run Piglit's quick_gl tests on G52