panfrost: Implement gl_FragCoord correctly
[mesa.git] / src / gallium / drivers / panfrost / pan_context.h
2019-08-22 Alyssa Rosenzweigpanfrost: Implement gl_FragCoord correctly
2019-08-21 Alyssa Rosenzweigpanfrost: Move pan_invocation to shared panfrost/
2019-08-13 Alyssa Rosenzweigpanfrost: Increment offsets[] per draw
2019-08-13 Alyssa Rosenzweigpanfrost: Fixup stream out information per variant
2019-08-13 Alyssa Rosenzweigpanfrost: Route outputs_written through the compiler
2019-08-13 Alyssa Rosenzweigpanfrost: Implement callbacks for PRIMITIVES queries
2019-08-12 Alyssa Rosenzweigpan/midgard: Implement nir_intrinsic_load_num_work_groups
2019-08-09 Alyssa Rosenzweigpanfrost: Break out pan_varyings.c
2019-08-09 Alyssa Rosenzweigpanfrost: Import streamout data structures
2019-08-08 Tomeu Vizosopanfrost: Allocate shaders in their own BOs
2019-08-02 Alyssa Rosenzweigpanfrost: Allocate polygon lists on-demand
2019-08-02 Boris Brezillonpanfrost: Delay FB descriptor allocation
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: Expose compute shaders as panfrost_shader_var...
2019-08-01 Alyssa Rosenzweigpanfrost: Remove shader state *base
2019-08-01 Alyssa Rosenzweigpanfrost: Remove CSO dependency from shader_compile
2019-08-01 Alyssa Rosenzweigpanfrost: Unify ctx->vs and ctx->fs
2019-08-01 Alyssa Rosenzweigpanfrost: Unify payload_vertex/payload_tiler
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out compute CSO
2019-08-01 Alyssa Rosenzweigpanfrost: Implement gl_FrontFacing
2019-08-01 Alyssa Rosenzweigpanfrost: Implement panfrost_set_shader_buffers callback
2019-07-25 Alyssa Rosenzweigpanfrost: Use NIR helper invocations info
2019-07-25 Alyssa Rosenzweigpanfrost: Move require_sfbd to screen
2019-07-23 Alyssa Rosenzweigpanfrost/midgard: Allocate registers once (per-screen)
2019-07-17 Alyssa Rosenzweigpanfrost: Merge varyings_mem into transient buffers
2019-07-16 Alyssa Rosenzweigpanfrost: Set usage2 during draw, not CSO
2019-07-15 Alyssa Rosenzweigpanfrost: Upload vertex descriptors to *transient*...
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