panfrost: Drop QUADS primitive convert
[mesa.git] / src / gallium / drivers / panfrost /
2020-08-19 Alyssa Rosenzweigpanfrost: Drop QUADS primitive convert
2020-08-19 Alyssa Rosenzweigpanfrost: Drop panfrost_invalidate_frame
2020-08-19 Alyssa Rosenzweigpanfrost: Drop ZSA null checks in draws
2020-08-19 Alyssa Rosenzweigpanfrost: Drop rasterizer null checks in draw calls
2020-08-19 Alyssa Rosenzweigpanfrost: Decontextualize rasterizer
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for varying buffers
2020-08-17 Alyssa Rosenzweigpanfrost: Use MALI_ATTRIBUTE_LENGTH
2020-08-17 Alyssa Rosenzweigpanfrost: Use pack for general varying
2020-08-17 Alyssa Rosenzweigpanfrost: Use pack for XFB varying
2020-08-17 Alyssa Rosenzweigpanfrost: Factor out general varying case
2020-08-17 Alyssa Rosenzweigpanfrost: Pass varying descriptors by reference
2020-08-17 Alyssa Rosenzweigpanfrost: Reword comment
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for vertex built-ins
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for vertex attribute buffers
2020-08-17 Alyssa Rosenzweigpanfrost: Inline panfrost_vertex_instanced
2020-08-17 Alyssa Rosenzweigpanfrost: Hoist instance_shift/instance_odd fetch
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for attributes
2020-08-17 Alyssa Rosenzweigpanfrost: Move attr_meta emission to the draw routine
2020-08-17 Alyssa Rosenzweigpanfrost: Make attribute-buffer map explicit
2020-08-17 Alyssa Rosenzweigpanfrost: Simplify offset fixup proof
2020-08-17 Alyssa Rosenzweigpanfrost: Merge attribute packing routines
2020-08-17 Alyssa Rosenzweigpanfrost: Squash 22-bit format field in attr_meta
2020-08-17 Alyssa Rosenzweigpanfrost: Set STRIDE_4BYTE_ALIGNED_ONLY
2020-08-13 Jonathan Marekpanfrost: add missing dependency on midgard_pack.h
2020-08-13 Icecream95panfrost: Fix border colour
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Block Format
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Bifrost textures
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Midgard textures
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Bifrost samplers
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify Midgard samplers
2020-08-13 Alyssa Rosenzweigpanfrost: Don't mask coverage mask to 4-bits
2020-08-13 Alyssa Rosenzweigpanfrost: Simplify depth/stencil/alpha
2020-08-13 Alyssa Rosenzweigpanfrost: Simplify zsa == NULL case
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify stencil test
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify UBOs
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify viewport
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify wrap modes
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify stencil op
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify mali_func
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify draw_mode
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify job_type
2020-08-13 Alyssa Rosenzweigpanfrost: Redirect cmdstream includes through GenXML
2020-08-12 Alyssa Rosenzweigpanfrost: Implement panfrost_query_dmabuf_modifiers
2020-08-12 Alyssa Rosenzweigpanfrost: Ensure AFBC slices are aligned
2020-08-12 Alyssa Rosenzweigpanfrost: Allocate enough space for tiled formats
2020-08-12 Alyssa Rosenzweigpanfrost: Enable YTR where allowed
2020-08-12 Alyssa Rosenzweigpanfrost: Choose AFBC when available
2020-08-12 Alyssa Rosenzweigpanfrost: Import staging routines from freedreno
2020-08-12 Alyssa Rosenzweigpanfrost: Respect modifiers in resource management
2020-08-12 Alyssa Rosenzweigpanfrost: Account for modifiers when creating BO
2020-08-12 Alyssa Rosenzweigpanfrost: Use modifier instead of layout throughout
2020-08-12 Alyssa Rosenzweigpanfrost: Introduce create_with_modifier helper
2020-08-12 Alyssa Rosenzweigpanfrost: Remove hint-based AFBC heuristic
2020-08-12 Alyssa Rosenzweigpanfrost: Set `initialized` more conservatively
2020-08-10 Mauro Rossiandroid: panfrost: Move pandecode into lib/
2020-08-10 Mauro Rossiandroid: panfrost: Rename encoder/ to lib/
2020-08-06 Alyssa Rosenzweigpanfrost: Rename encoder/ to lib/
2020-08-06 Alyssa Rosenzweigpanfrost: Inline panfrost-misc.h into panfrost-job.h
2020-08-06 Icenowy Zhengpanfrost: signal syncobj if nothing is going to be...
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-08-04 Alyssa Rosenzweigpanfrost: Implement EXT_multisampled_render_to_texture
2020-08-04 Alyssa Rosenzweigpanfrost: Add MSAA mode selection field
2020-07-30 Roman Stratiienkopanfrost: Android build fixes 2020 week 31
2020-07-29 Jason Ekstrandpanfrost: Use nir_foreach_variable_with_modes in pan_co...
2020-07-28 Icecream95panfrost: Allow PIPE_TEXTURE_1D_ARRAY textures
2020-07-21 Alyssa Rosenzweigpanfrost: Remove unused batch_fence->ctx
2020-07-21 Alyssa Rosenzweigpanfrost: Remove unused batch_fence->signaled
2020-07-21 Alyssa Rosenzweigpanfrost: Allocate syncobjs in panfrost_flush
2020-07-21 Alyssa Rosenzweigpanfrost: Skip specifying in_syncs
2020-07-21 Alyssa Rosenzweigpanfrost: Remove wait parameter to flush_all_batches
2020-07-21 Alyssa Rosenzweigpanfrost: Avoid wait=true flushing all batches
2020-07-20 Icecream95panfrost: 8x MRT support
2020-07-20 Icecream95panfrost: Use more tilebuffer sizes
2020-07-20 Icecream95panfrost: Fake RGTC support
2020-07-18 Icecream95panfrost: Fix calls to panfrost_flush_batches_accessing_bo
2020-07-18 Icecream95panfrost: Make panfrost_bo_wait take a wait_readers...
2020-07-17 Alyssa Rosenzweigpanfrost: Enable FP16 by default
2020-07-17 Icecream95panfrost: Set depth_enabled when stencil is enabled
2020-07-17 Icecream95panfrost: Report TEXTURE_BUFFER_OBJECTS cap when gl3...
2020-07-17 Icecream95panfrost: Do per-sample shading when outputs are read
2020-07-17 Icecream95pan/mdg: Don't disassemble blit shaders
2020-07-16 Alyssa Rosenzweigpanfrost: Revert "Disable frame throttling"
2020-07-16 Alyssa Rosenzweigpanfrost: Enable Chromium
2020-07-16 Alyssa Rosenzweigpanfrost: Report CAPs more honestly
2020-07-16 Alyssa Rosenzweigpanfrost: Fix faults with RASTERIZER_DISCARD
2020-07-16 Alyssa Rosenzweigpanfrost: Honour cso->compare_mode
2020-07-16 Alyssa Rosenzweigpanfrost: Avoid integer underflow in rt_count_1
2020-07-16 Alyssa Rosenzweigpanfrost: Abort on unsupported blit
2020-07-16 Alyssa Rosenzweigpanfrost: Implement Z32F_S8 blits
2020-07-16 Alyssa Rosenzweigpanfrost: Fix sRGB clear colour packing
2020-07-16 Alyssa Rosenzweigpanfrost: Set PIPE_CAP_MIXED_COLORBUFFER_FORMATS
2020-07-16 Alyssa Rosenzweigpanfrost: Overhaul tilebuffer allocations
2020-07-16 Alyssa Rosenzweigpanfrost: Call util_blitter_save_fragment_constant_buff...
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Extract panfrost_batch_reserve_framebuffer
2020-07-15 Alyssa Rosenzweigpanfrost: Track surfaces drawn per-batch
2020-07-15 Alyssa Rosenzweigpanfrost: Set zs_samples as necessary
2020-07-15 Alyssa Rosenzweigpanfrost: Handle per-sample shading
2020-07-15 Alyssa Rosenzweigpanfrost: Add rectangle subtraction algorithm
2020-07-15 Alyssa Rosenzweigpanfrost: Identify zs_samples field
next