panfrost: XMLify job_type
[mesa.git] / src / gallium / drivers / panfrost / pan_fragment.c
2020-08-13 Alyssa Rosenzweigpanfrost: XMLify job_type
2020-07-09 Alyssa Rosenzweigpanfrost: Expose pool-based allocation API
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root
2020-02-18 Alyssa Rosenzweigpanfrost: Rewrite scoreboarding routines
2019-12-16 Alyssa Rosenzweigpanfrost: Fix FBD issue
2019-12-13 Alyssa Rosenzweigpanfrost: Handle minor cppcheck issues
2019-12-11 Tomeu Vizosopanfrost: Add PAN_MESA_DEBUG=sync
2019-12-03 Tomeu Vizosopanfrost: Add quirks system to cmdstream
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-09-18 Boris Brezillonpanfrost: Add FBO BOs to batch->bos earlier
2019-09-13 Boris Brezillonpanfrost: Pass a batch to functions emitting FB descs
2019-09-13 Boris Brezillonpanfrost: Pass a batch to panfrost_{allocate,upload...
2019-09-08 Boris Brezillonpanfrost: s/job/batch/
2019-07-25 Alyssa Rosenzweigpanfrost: Move require_sfbd to screen
2019-07-18 Alyssa Rosenzweigpanfrost: Check for NULL surface in places
2019-07-16 Tomeu Vizosopanfrost: Use 64-bit descriptors globally
2019-07-16 Alyssa Rosenzweigpanfrost: Add Z/S and MRT BOs to the job
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-02 Boris Brezillonpanfrost: Move BO meta-data out of panfrost_bo
2019-06-25 Alyssa Rosenzweigpanfrost: Clamp tile coordinates before job submission
2019-06-21 Alyssa Rosenzweigpanfrost: Track buffer initialization
2019-06-20 Alyssa Rosenzweigpanfrost: Skip shading unaffected tiles
2019-06-17 Alyssa Rosenzweigpanfrost: Disable the tiler for clear-only jobs
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files