panfrost: XMLify primitive information
[mesa.git] / src / gallium / drivers / panfrost / pan_compute.c
2020-08-28 Alyssa Rosenzweigpanfrost: XMLify primitive information
2020-08-28 Alyssa Rosenzweigpanfrost: Use draw pack for compute jobs
2020-08-28 Alyssa Rosenzweigpanfrost: Don't call panfrost_vt_init for compute
2020-08-28 Alyssa Rosenzweigpanfrost: Remove postfix parameter from UBO upload
2020-08-28 Alyssa Rosenzweigpanfrost: Separate postfix from emits
2020-08-25 Alyssa Rosenzweigpanfrost: Use preuploaded shader descriptors
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify job_type
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-09 Alyssa Rosenzweigpanfrost: Drop batch from scoreboard routines
2020-04-10 Tomeu Vizosopanfrost: Remove most usage of midgard_payload_vertex_tiler
2020-03-10 Karol HerbstRevert "gallium: make handles of set_global_binding...
2020-03-10 Karol Herbstgallium: make handles of set_global_binding 64 bit
2020-03-10 Boris Brezillonpanfrost: Get rid of ctx->payloads[]
2020-03-10 Boris Brezillonpanfrost: Re-init the VT payloads at draw/launch_grid...
2020-03-10 Boris Brezillonpanfrost: Prepare shader_meta descriptors at emission...
2020-03-10 Boris Brezillonpanfrost: Stop using panfrost_emit_for_draw() for compu...
2020-03-10 Boris Brezillonpanfrost: Move shared mem desc emission out of panfrost...
2020-02-18 Alyssa Rosenzweigpanfrost: Rewrite scoreboarding routines
2020-02-16 Alyssa Rosenzweigpanfrost: Allocate RAM backing of shared memory
2020-02-16 Alyssa Rosenzweigpanfrost: Unify bifrost_scratchpad with mali_shared_memory
2020-02-16 Alyssa Rosenzweigpanfrost: Identify mali_shared_memory structure
2020-02-16 Alyssa Rosenzweigpanfrost: Ensure compute shader_meta is zeroed
2020-01-22 Alyssa Rosenzweigpanfrost: Fix crash in compute variant allocation
2019-11-19 Alyssa Rosenzweigpanfrost: Pass kernel inputs as uniforms
2019-11-19 Alyssa Rosenzweigpanfrost: Stub out clover callbacks
2019-10-26 Alyssa Rosenzweigpanfrost: Expose serialized NIR support
2019-10-03 Boris Brezillonpanfrost: Add a panfrost_flush_all_batches() helper
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_{allocate,upload...
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-08-21 Alyssa Rosenzweigpanfrost: Set workgroups z to 32 for non-instanced...
2019-08-13 Alyssa Rosenzweigpanfrost: Route outputs_written through the compiler
2019-08-12 Alyssa Rosenzweigpan/midgard: Implement nir_intrinsic_load_num_work_groups
2019-08-12 Alyssa Rosenzweigpanfrost: Force flush every compute job
2019-08-01 Alyssa Rosenzweigpanfrost: Remove unused argument
2019-08-01 Alyssa Rosenzweigpanfrost: Use gl_shader_stage directly for compiles
2019-08-01 Alyssa Rosenzweigpanfrost: Emit "draw" info for compute jobs
2019-08-01 Alyssa Rosenzweigpanfrost: Feed compute shaders into the compiler
2019-08-01 Alyssa Rosenzweigpanfrost: Expose compute shaders as panfrost_shader_var...
2019-08-01 Alyssa Rosenzweigpanfrost: Invoke compute shader according to grid info
2019-08-01 Alyssa Rosenzweigpanfrost: Explain and include compute FBD
2019-08-01 Alyssa Rosenzweigpanfrost: Flesh out launch_grid stub
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out launch_grid
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out compute CSO