panfrost: Drop panfrost_invalidate_frame
[mesa.git] / src / gallium / drivers / panfrost / pan_context.c
2020-08-19 Alyssa Rosenzweigpanfrost: Drop panfrost_invalidate_frame
2020-08-19 Alyssa Rosenzweigpanfrost: Drop rasterizer null checks in draw calls
2020-08-17 Alyssa Rosenzweigpanfrost: Move attr_meta emission to the draw routine
2020-08-17 Alyssa Rosenzweigpanfrost: Merge attribute packing routines
2020-08-17 Alyssa Rosenzweigpanfrost: Squash 22-bit format field in attr_meta
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: Simplify depth/stencil/alpha
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify draw_mode
2020-08-12 Alyssa Rosenzweigpanfrost: Use modifier instead of layout throughout
2020-08-12 Alyssa Rosenzweigpanfrost: Remove hint-based AFBC heuristic
2020-08-06 Alyssa Rosenzweigpanfrost: Rename encoder/ to lib/
2020-07-21 Alyssa Rosenzweigpanfrost: Allocate syncobjs in panfrost_flush
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: 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-16 Alyssa Rosenzweigpanfrost: Implement Z32F_S8 blits
2020-07-16 Alyssa Rosenzweigpanfrost: Use Midgard-specific reloads
2020-07-15 Alyssa Rosenzweigpanfrost: Handle per-sample shading
2020-07-15 Alyssa Rosenzweigpanfrost: Include sample count in payload estimates
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 Icecream95panfrost: Add a bitset of render targets read by shaders
2020-07-13 Icecream95panfrost: Add rt formats to shader state
2020-07-09 Alyssa Rosenzweigpanfrost: Move panfrost_translate_texture_type
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-07 Alyssa Rosenzweigpanfrost: Pass sample_mask to the hardware
2020-07-07 Alyssa Rosenzweigpanfrost: Index texture by sample
2020-07-07 Alyssa Rosenzweigpanfrost: Set depth to sample_count for MSAA 2D
2020-06-30 Icecream95panfrost: Do fine-grained flushing for occlusion query...
2020-06-22 Icecream95panfrost: Update sampler views when the texture bo...
2020-06-15 Alyssa Rosenzweigpanfrost: Merge bifrost_bo/midgard_bo
2020-06-12 Icecream95panfrost: Create a new sampler view bo when the layout...
2020-06-12 Icecream95panfrost: Move sampler view bo creation to a separate...
2020-06-03 Alyssa Rosenzweigpanfrost: Mark point sprites as todo on Bifrost
2020-05-29 Alyssa Rosenzweigpanfrost: Disable QUAD_STRIP/POLYGON on Bifrost
2020-05-25 Alyssa Rosenzweigpanfrost: Add debug print before query flushes
2020-05-21 Alyssa Rosenzweigpanfrost: Remove dated comment about leaks
2020-05-19 Alyssa Rosenzweigpanfrost: Switch formats to table
2020-05-01 Tomeu Vizosopanfrost: GPUs newer than G-71 don't have swizzles...
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-28 Icecream95panfrost: Fix GL_EXT_vertex_array_bgra
2020-04-24 Alyssa Rosenzweigpanfrost: The texture descriptor has a pointer to a...
2020-04-24 Tomeu Vizosopanfrost: Emit texture descriptor on bifrost
2020-04-24 Tomeu Vizosopanfrost: Emit sampler descriptor on bifrost
2020-04-10 Tomeu Vizosopanfrost: Remove most usage of midgard_payload_vertex_tiler
2020-04-10 Alyssa Rosenzweigpanfrost: Unify vertex/tiler structures
2020-03-31 Alyssa Rosenzweigpanfrost: Move pan_bo to root panfrost
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-03-10 Boris Brezillonpanfrost: Get rid of ctx->payloads[]
2020-03-10 Boris Brezillonpanfrost: Use ctx->active_prim in panfrost_writes_point...
2020-03-10 Boris Brezillonpanfrost: Re-init the VT payloads at draw/launch_grid...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_varying_descriptor() to...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_emit_vertex_data() to pan_cmdst...
2020-03-10 Boris Brezillonpanfrost: Inline panfrost_queue_draw() and panfrost_emi...
2020-03-10 Boris Brezillonpanfrost: Move vertex/tiler payload initialization...
2020-03-10 Boris Brezillonpanfrost: Move streamout offset update out of panfrost_...
2020-03-10 Boris Brezillonpanfrost: Rename panfrost_stage_attributes()
2020-03-10 Boris Brezillonpanfrost: Move the mali_attr.src_offset adjustment...
2020-03-10 Boris Brezillonpanfrost: Emit attribute descriptors after patching...
2020-03-10 Boris Brezillonpanfrost: Prepare attribute for builtins at state creat...
2020-03-10 Boris Brezillonpanfrost: Ignore BO start addr when adjusting src_offset
2020-03-10 Boris Brezillonpanfrost: Drop initial mali_attr_meta.src_offset assignment
2020-03-10 Boris Brezillonpanfrost: Add an helper to emit a pair of vertex/tiler...
2020-03-10 Boris Brezillonpanfrost: Move sampler/tex descs emission helpers to...
2020-03-10 Boris Brezillonpanfrost: Add a panfrost_sampler_desc_init() helper
2020-03-10 Boris Brezillonpanfrost: Prepare shader_meta descriptors at emission...
2020-03-10 Boris Brezillonpanfrost: Add an helper to update the rasterizer part...
2020-03-10 Boris Brezillonpanfrost: Add an helper to update the occclusion query...
2020-03-10 Boris Brezillonpanfrost: Simplify panfrost_emit_for_draw() and make...
2020-03-10 Boris Brezillonpanfrost: Stop using panfrost_emit_for_draw() for compu...
2020-03-10 Boris Brezillonpanfrost: Move panfrost_attach_vt_framebuffer() to...
2020-03-10 Boris Brezillonpanfrost: Dissociate shader meta patching from the...
2020-03-10 Boris Brezillonpanfrost: Move the const buf emission logic out of...
2020-03-10 Boris Brezillonpanfrost: Move viewport desc emission out of panfrost_e...
2020-03-10 Boris Brezillonpanfrost: Move the batch stack size adjustment out...
2020-03-10 Boris Brezillonpanfrost: Add an helper to retrieve the currently activ...
2020-03-10 Boris Brezillonpanfrost: Assign primitive_size.pointer only if writes_...
2020-03-10 Boris Brezillonpanfrost: Pass the sampler view format when creating...
2020-03-10 Vasily Khoruzhickpanfrost: split index cache into shared part
2020-02-27 Alyssa Rosenzweigpanfrost: Fix gl_VertexID/InstanceID
2020-02-27 Alyssa Rosenzweigpanfrost: Implement index buffer cache
2020-02-27 Alyssa Rosenzweigpanfrost: Combine get_index_buffer with bound computation
2020-02-21 Alyssa Rosenzweigpanfrost: Rewrite texture descriptor creation logic
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root
2020-02-19 Alyssa Rosenzweigpanfrost: Remove old hack
2020-02-19 Alyssa Rosenzweigpanfrost: Remove old comment
2020-02-19 Alyssa Rosenzweigpanfrost: Remove dirty tracking
2020-02-18 Alyssa Rosenzweigpanfrost: Remove enum panfrost_memory_layout
2020-02-18 Alyssa Rosenzweigpanfrost: Debitfieldize mali_uniform_buffer_meta
2020-02-18 Alyssa Rosenzweigpanfrost: Avoid reading GPU memory when packing vertices
2020-02-18 Alyssa Rosenzweigpanfrost: Rewrite scoreboarding routines
2020-02-16 Alyssa Rosenzweigpanfrost: Rename bifrost_framebuffer->mali_framebuffer
2020-02-16 Alyssa Rosenzweigpanfrost: Unify bifrost_scratchpad with mali_shared_memory
next