panfrost: Derive texture/sampler_count from shader
[mesa.git] / src / gallium / drivers / panfrost / pan_context.h
2019-07-12 Alyssa Rosenzweigpanfrost: Remove transient pool abstraction
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Refactor blend infrastructure
2019-07-01 Alyssa Rosenzweigpanfrost: Implement instanced rendering
2019-07-01 Alyssa Rosenzweigpanfrost: Implement dispatch helpers
2019-06-25 Alyssa Rosenzweigpanfrost: Use dedicated u_blitter context for wallpapers
2019-06-24 Alyssa Rosenzweigpanfrost: Constant buffer refactor
2019-06-24 Alyssa Rosenzweigpanfrost: Track point sprites in fragment shader key
2019-06-21 Alyssa Rosenzweigpanfrost: Implement command stream scoreboarding
2019-06-20 Alyssa Rosenzweigpanfrost: Skip shading unaffected tiles
2019-06-17 Alyssa Rosenzweigpanfrost: Disable the tiler for clear-only jobs
2019-06-17 Alyssa Rosenzweigpanfrost: Rename misc_0 -> tiler_polygon_list
2019-06-13 Boris Brezillonpanfrost: Fix general purpose varying handling
2019-06-10 Alyssa Rosenzweigpanfrost: Move pan_screen() to pan_screen.h
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-05-31 Tomeu Vizosopanfrost: Remove link stage for jobs
2019-05-19 Alyssa Rosenzweigpanfrost: Hoist blend constant into Midgard-specific...
2019-04-19 Alyssa Rosenzweigpanfrost: Fixup vertex offsets to prevent shadow copy
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
2019-04-04 Alyssa Rosenzweigpanfrost: Implement system values
2019-03-19 Alyssa Rosenzweigpanfrost: Rewrite varying assembly
2019-03-14 Alyssa Rosenzweigpanfrost: Compute viewport state on the fly
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging MFBD
2019-03-14 Alyssa Rosenzweigpanfrost: Remove staging SFBD for pan_context
2019-03-14 Alyssa Rosenzweigpanfrost: Break out fragment to SFBD/MFBD files
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-03-04 Alyssa Rosenzweigpanfrost: Cleanup cruft related to clears
2019-03-04 Alyssa Rosenzweigpanfrost: Import job data structures from v3d
2019-02-15 Alyssa Rosenzweigpanfrost: Backport driver to Mali T600/T700
2019-02-11 Alyssa Rosenzweigpanfrost: Specify supported draw modes per-context
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream
2019-02-05 Alyssa Rosenzweigpanfrost: Initial stub for Panfrost driver