panfrost: Allocate polygon lists on-demand
[mesa.git] / src / gallium / drivers / panfrost / pan_job.c
2019-08-02 Alyssa Rosenzweigpanfrost: Allocate polygon lists on-demand
2019-08-02 Boris Brezillonpanfrost: Remove job from ctx->jobs at submission time
2019-08-02 Boris Brezillonpanfrost: Make ctx->job useful
2019-07-12 Alyssa Rosenzweigpanfrost: Subdivide fixed-size transient slabs
2019-07-12 Alyssa Rosenzweigpanfrost: Recycle fixed-size transient BOs
2019-07-12 Alyssa Rosenzweigpanfrost: Bookkeep transient indices
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Extend clear colour packing
2019-06-29 Alyssa Rosenzweigpanfrost: Default to util_pack_color for clears
2019-06-21 Alyssa Rosenzweigpanfrost: Fix unused variable warning
2019-06-21 Boris Brezillonpanfrost: Remove the panfrost_driver abstraction
2019-06-21 Alyssa Rosenzweigpanfrost: Implement command stream scoreboarding
2019-06-20 Alyssa Rosenzweigpanfrost: Skip shading unaffected tiles
2019-06-20 Tomeu Vizosopanfrost: Set job requirements during draw
2019-06-20 Tomeu Vizosopanfrost: Allocate panfrost_job in panfrost_context
2019-06-19 Tomeu Vizosopanfrost: Move to use ralloc for some allocations
2019-06-18 Rohan Gargpanfrost: Move clearing logic into pan_job
2019-06-18 Rohan Gargpanfrost: Figure out job requirements in pan_job.c
2019-06-18 Rohan Gargpanfrost: Reset job counters once the job is submitted
2019-06-18 Rohan Gargpanfrost: Initial implementation of panfrost_job_submit
2019-05-17 Alyssa Rosenzweigpanfrost: Cleanup leak todos
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
2019-03-04 Alyssa Rosenzweigpanfrost: Import job data structures from v3d