zink: refcount zink_gfx_program objects
[mesa.git] / src / gallium / drivers / panfrost /
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
2020-07-15 Alyssa Rosenzweigpanfrost: Include sample count in payload estimates
2020-07-15 Alyssa Rosenzweigpanfrost: Expose panfrost_get_blend_shader
2020-07-15 Alyssa Rosenzweigpanfrost: Force Z/S writeback
2020-07-15 Icecream95panfrost: Dual source blend support
2020-07-13 Alyssa Rosenzweigpanfrost: Filter compressed texture formats
2020-07-13 Alyssa Rosenzweigpanfrost: Remove panfrost_bo_access type
2020-07-13 Alyssa Rosenzweigpanfrost: Merge PAN_BO_IMPORTED/PAN_BO_EXPORTED
2020-07-13 Alyssa Rosenzweigpanfrost: Fix fence leak
2020-07-13 Icecream95panfrost: Enable framebuffer fetch
2020-07-13 Alyssa Rosenzweigpanfrost: Generate shader variants on framebuffer bind
2020-07-13 Icecream95panfrost: Stop keying on rt format when using native...
2020-07-13 Icecream95panfrost: Implement texture_barrier
2020-07-13 Icecream95pan/mdg: Do the pan_lower_framebuffer pass later
2020-07-13 Icecream95panfrost: Add a bitset of render targets read by shaders
2020-07-13 Icecream95panfrost: Add rt formats to shader state
2020-07-13 Alyssa Rosenzweigpanfrost: Clamp pure int pixels
2020-07-13 Icecream95panfrost: Fix MALI_READS_TILEBUFFER
2020-07-09 Alyssa Rosenzweigpanfrost: Report blend shader work count
2020-07-09 Alyssa Rosenzweigpanfrost: Move panfrost_translate_texture_type
2020-07-09 Alyssa Rosenzweigpanfrost: Move scoreboarding routines to common
2020-07-09 Alyssa Rosenzweigpanfrost: Drop batch from scoreboard routines
2020-07-09 Alyssa Rosenzweigpanfrost: Pass polygon_list to tiler init function
2020-07-09 Alyssa Rosenzweigpanfrost: Factor out scoreboarding state
2020-07-09 Alyssa Rosenzweigpanfrost: Move pool routines to common code
2020-07-09 Alyssa Rosenzweigpanfrost: Drop Gallium-local pan_bo_create wrapper
2020-07-09 Alyssa Rosenzweigpanfrost: Move debug flags into the device
2020-07-09 Alyssa Rosenzweigpanfrost: Expose pool-based allocation API
2020-07-09 Alyssa Rosenzweigpanfrost: Track the device through the pool
2020-07-09 Alyssa Rosenzweigpanfrost: Allocate pool BOs against the pool
2020-07-09 Alyssa Rosenzweigpanfrost: Introduce pan_pool struct
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-07 Alyssa Rosenzweigpanfrost: Expose MSAA 4x
2020-07-07 Alyssa Rosenzweigpanfrost: Save sample_mask before blitting
2020-07-07 Alyssa Rosenzweigpanfrost: Enable MSAA if we render to such a surface
2020-07-07 Alyssa Rosenzweigpanfrost: Set depth/stencil_layer_stride accordingly
2020-07-07 Alyssa Rosenzweigpanfrost: Implement alpha-to-coverage
2020-07-07 Alyssa Rosenzweigpanfrost: Pass sample_mask to the hardware
2020-07-07 Alyssa Rosenzweigpanfrost: Identify coverage_mask
2020-07-07 Alyssa Rosenzweigpanfrost: Don't advertise MSAA 2x
2020-07-07 Alyssa Rosenzweigpanfrost: Set layer_stride for multisampled rendering
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-07-07 Alyssa Rosenzweigpanfrost: Allocate space for multisampling
2020-07-07 Alyssa Rosenzweigpanfrost: Set depth to sample_count for MSAA 2D
2020-07-02 Alyssa Rosenzweigpanfrost: Specify stack_shift on SFBD
2020-06-30 Icecream95panfrost: Do fine-grained flushing for occlusion query...
2020-06-26 Icecream95panfrost: Add PAN_MESA_DEBUG=gl3 flag
2020-06-26 Icecream95panfrost: Only copy resources when they are in a pendin...
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-22 Icecream95panfrost: Copy resources when mapping to avoid waiting...
2020-06-22 Icecream95panfrost: Update sampler views when the texture bo...
2020-06-22 Icecream95panfrost: RGBA4 and RGB5_A1 framebuffer support
2020-06-16 Icecream95panfrost: Implement ARB_depth_clamp
2020-06-16 Icecream95panfrost: Clean up panfrost_frag_meta_rasterizer_update
2020-06-15 Alyssa Rosenzweigpanfrost: Update sampler view in Bifrost path
2020-06-15 Alyssa Rosenzweigpanfrost: Merge bifrost_bo/midgard_bo
2020-06-12 Icecream95panfrost: Tiled to linear layout conversion
next