Lines Matching full:panfrost
290 - panfrost: Avoid overlapping copy
293 - panfrost: Use size0 when calculating the offset to a depth level
295 - panfrost: Simplify swizzle translation
296 - panfrost: Update comment about magic number relating to barriers
297 - panfrost: Ensure compute shader_meta is zeroed
298 - panfrost: Identify mali_shared_memory structure
299 - panfrost: Unify bifrost_scratchpad with mali_shared_memory
300 - panfrost: Rename bifrost_framebuffer->mali_framebuffer
301 - panfrost: Rename unknown2_8 to padding
302 - panfrost: Allocate RAM backing of shared memory
321 - panfrost: Implement PAN_DBG_SYNC with pandecode/minimal
322 - panfrost: Print synced traces to stderr
323 - panfrost: Rewrite scoreboarding routines
324 - panfrost: Update scoreboarding notes
325 - panfrost: Cleanup transfer_map
326 - panfrost: Avoid reading GPU memory when packing vertices
327 - panfrost: Debitfieldize mali_uniform_buffer_meta
328 - panfrost: Remove enum panfrost_memory_layout
329 - panfrost: Remove dirty tracking
330 - panfrost: Remove old comment
331 - panfrost: Remove old hack
332 - panfrost: Remove flush_frontbuffer
334 - panfrost: Move checksum routines to root panfrost
335 - panfrost: Move pan_afbc.c to root
336 - panfrost: Move format translation to root
337 - panfrost: Rewrite texture descriptor creation logic
342 - panfrost: Combine get_index_buffer with bound computation
343 - panfrost: Implement index buffer cache
346 - panfrost: Fix gl_VertexID/InstanceID
347 - panfrost: Fix padded_vertex_count generation
348 - panfrost: Update spilling comment framebuffer->shared
349 - panfrost: Don't set shared->unk0
350 - panfrost: Fix param getting
351 - panfrost: Default to 256 threads for TLS
352 - panfrost: Reserve an extra page for spilling
353 - panfrost: Simplify stack shift calculation
354 - panfrost: Expose PIPE_CAP_PRIMITIVE_RESTART
355 - panfrost: Add PAN_MESA_DEBUG=gles3 option
356 - panfrost: Increase SSBO/image limit from 4->8
384 - panfrost: Add note about preloaded varyings
448 - panfrost: Move mir_to_bytemask to common code
468 - panfrost: Promote midgard_program to panfrost/util
474 - panfrost: Move Midgard sysval code to common Panfrost
481 - panfrost: Move liveness analysis to root panfrost/
482 - panfrost: Sync Midgard/Bifrost control flow
491 - panfrost: Move lcra to panfrost/util
548 - panfrost: Split panfrost_device from panfrost_screen
549 - panfrost: Isolate panfrost_bo_access_for_stage to pan_cmdstream.c
550 - panfrost: Inline reference counting routines
551 - panfrost: Move pan_bo to root panfrost
553 - panfrost: Move device open/close to root panfrost
555 - panfrost: Stub out G31/G52 quirks
561 - panfrost: Enable PIPE_SHADER_CAP_FP16 on Bifrost
628 - panfrost: Add IS_BIFROST quirk
629 - panfrost: Populate bifrost-specific structs within mali_shader_meta
630 - panfrost: Staticize a few cmdstream functions
631 - panfrost: Unify vertex/tiler structures
632 - panfrost: Set mfbd.msaa.sample_locations on Bifrost
633 - panfrost: Call the Bifrost compiler on bi devices
636 - panfrost: Move varying linking to cmdstream
637 - panfrost: Move uniform_count to pan_assemble
638 - panfrost: Pass compiler-appropriate options
640 - panfrost: Fix BI_BLEND packing
643 - panfrost: Drop dependency on nonexistant write_value
708 - panfrost: Fix crashes with small BOs
709 - panfrost: Assert on unimplemented fragcoord etc
710 - panfrost: Set clear_color_[12] in the extra fb desc
711 - panfrost: Add tentative bifrost_texture_descriptor
712 - panfrost: decode textures and samplers on bifrost
714 - panfrost: Identify texture layout field
715 - panfrost: The texture descriptor has a pointer to a trampoline
763 - panfrost: Fix BO reference counting
764 - panfrost: Move Bifrost IR indexing to common
912 - panfrost: Fix the damage box clamping logic
915 - panfrost: Z24 variants should be sampled as R32UI
916 - panfrost: Add the MALI_WRITES_{Z,S} flags
917 - panfrost: Set the MALI_WRITES_{Z,S} flags when needed
918 - Revert "panfrost: Z24 variants should be sampled as R32UI"
919 - panfrost: Pass the sampler view format when creating a tex descriptor
920 - panfrost: Assign primitive_size.pointer only if writes_point_size()
922 - panfrost: Add an helper to retrieve the currently active shader state
923 - panfrost: Move the batch stack size adjustment out of
925 - panfrost: Move viewport desc emission out of panfrost_emit_for_draw()
926 - panfrost: Move the const buf emission logic out of
928 - panfrost: Move shared mem desc emission out of panfrost_launch_grid()
929 - panfrost: Dissociate shader meta patching from the desc emission
930 - panfrost: Move panfrost_attach_vt_framebuffer() to pan_cmdstream.c
931 - panfrost: Stop using panfrost_emit_for_draw() for compute jobs
932 - panfrost: Simplify panfrost_emit_for_draw() and make it private
933 - panfrost: Add an helper to update the occclusion query part of a
935 - panfrost: Add an helper to update the rasterizer part of a tiler job
937 - panfrost: Prepare things to get rid of panfrost_shader_state.tripipe
938 - panfrost: Prepare shader_meta descriptors at emission time
939 - panfrost: Add a panfrost_sampler_desc_init() helper
940 - panfrost: Move sampler/tex descs emission helpers to pan_cmdstream.c
941 - panfrost: Add an helper to emit a pair of vertex/tiler jobs
942 - panfrost: Drop initial mali_attr_meta.src_offset assignment
943 - panfrost: Ignore BO start addr when adjusting src_offset
944 - panfrost: Prepare attribute for builtins at state creation time
945 - panfrost: Emit attribute descriptors after patching the templates
946 - panfrost: Move the mali_attr.src_offset adjustment to a sub-function
947 - panfrost: Rename panfrost_stage_attributes()
948 - panfrost: Move streamout offset update out of panfrost_draw_vbo()
949 - panfrost: Move vertex/tiler payload initialization out of
951 - panfrost: Inline panfrost_queue_draw() and panfrost_emit_for_draw()
952 - panfrost: Move panfrost_emit_vertex_data() to pan_cmdstream.c
953 - panfrost: Move panfrost_emit_varying_descriptor() to pan_cmdstream.c
954 - panfrost: Re-init the VT payloads at draw/launch_grid() time
955 - panfrost: Use ctx->active_prim in panfrost_writes_point_size()
956 - panfrost: Get rid of ctx->payloads[]
1274 - Revert "gitlab-ci: disable panfrost runners"
1279 - CI: Disable Panfrost Mali-T820 jobs
2235 - panfrost: Fix non-debug builds
2236 - panfrost: Inline panfrost_get_default_swizzle
2237 - panfrost: LogicOp support
2239 - panfrost: LogicOp fixes and non 8-bit format support
2241 - panfrost: Extend the tiled store fast-path to loads
2242 - panfrost: Mark 64-bit formats as unsupported
2243 - panfrost: Add support for B5G5R5X1
2245 - panfrost: Add support for R3G3B2
2246 - panfrost: Correctly identify format 0x4c
2248 - panfrost: Fix GL_EXT_vertex_array_bgra
2249 - panfrost: Enable PIPE_CAP_VERTEX_COLOR_UNCLAMPED
2250 - panfrost: Fix background showing when using discard
2261 - gitlab-ci: disable panfrost runners
2545 - panfrost: Move pan_afbc.c file to the the right Makefile.source file
2862 - panfrost: fix transform feedback
3463 - panfrost: don't always build bifrost_compiler
3789 - panfrost: Align Android makefiles with recent changes
3791 - panfrost: Align Android makefiles with recent changes
4261 - panfrost: Print intended field when decoding
4262 - panfrost: Add more info to some assertions
4264 - panfrost: Use DBG macro to avoid noise in the console
4265 - panfrost: Fix decoding of tiled 3D textures
4266 - panfrost: Only clamp the LOD to disable mipmapping when needed
4269 - gitlab-ci: Run GLES3 tests in dEQP on Panfrost
4270 - panfrost: Remove some more prints to stdout
4271 - gitlab-ci: Move to 5.5 kernel plus fixes for Panfrost
4272 - gitlab-ci: Use PAN_MESA_DEBUG=gles3 for Panfrost
4273 - gitlab-ci: Remove GLES3 test from Panfrost fails list
4283 - panfrost: Remove most usage of midgard_payload_vertex_tiler
4284 - panfrost: Pass IS_BIFROST to pandecode_jc
4285 - panfrost: Don't emit write_value jobs on Bifrost
4286 - panfrost: On Bifrost, set the right tiler descriptor
4288 - panfrost: Clean up a bit the tiler structs for Bifrost
4289 - panfrost: Emit sampler descriptor on bifrost
4290 - panfrost: Emit texture descriptor on bifrost
4295 - panfrost: Add Bifrost texture trampoline BO to batch
4308 - panfrost: split index cache into shared part
4338 - panfrost: Remove unused anonymous enum variables.
4342 - panfrost: Fix gnu-empty-initializer error.