panfrost: Drop Gallium-local pan_bo_create wrapper
[mesa.git] / src / gallium / drivers / panfrost / pan_assemble.c
2020-07-09 Alyssa Rosenzweigpanfrost: Drop Gallium-local pan_bo_create wrapper
2020-07-09 Alyssa Rosenzweigpanfrost: Move debug flags into the device
2020-06-12 Alyssa Rosenzweigpanfrost: Demote mediump varyings to fp16
2020-06-12 Alyssa Rosenzweigpanfrost: Use shader_info harder
2020-06-12 Alyssa Rosenzweigpanfrost: Only store varying formats
2020-06-12 Alyssa Rosenzweigpanfrost: Allow R/RG/RGB varyings
2020-06-03 Alyssa Rosenzweigpanfrost: Handle writes_memory correctly
2020-05-29 Alyssa Rosenzweigpanfrost: Set reads_frag_coord as a sysval
2020-05-21 Alyssa Rosenzweigpanfrost: Avoid redundant shader executions with mask=0x0
2020-05-13 Axel Davyttn: Add new allow_disk_cache parameter
2020-05-01 Tomeu Vizosopanfrost: mali_attr_meta.unknown1 is zero on Bifrost
2020-05-01 Tomeu Vizosopanfrost: GPUs newer than G-71 don't have swizzles...
2020-04-30 Tomeu Vizosopanfrost: Emit blend descriptors on Bifrost
2020-04-10 Alyssa Rosenzweigpanfrost: Move uniform_count to pan_assemble
2020-04-10 Alyssa Rosenzweigpanfrost: Move varying linking to cmdstream
2020-04-10 Alyssa Rosenzweigpanfrost: Call the Bifrost compiler on bi devices
2020-03-31 Alyssa Rosenzweigpanfrost: Move pan_bo to root panfrost
2020-03-31 Alyssa Rosenzweigpanfrost: Split panfrost_device from panfrost_screen
2020-03-11 Alyssa Rosenzweigpanfrost: Promote midgard_program to panfrost/util
2020-03-10 Boris Brezillonpanfrost: Prepare shader_meta descriptors at emission...
2020-03-10 Boris Brezillonpanfrost: Prepare things to get rid of panfrost_shader_...
2020-02-21 Alyssa Rosenzweigpanfrost: Move format translation to root
2020-02-16 Alyssa Rosenzweigpan/midgard: Use dummy tag for empty shaders
2020-02-16 Alyssa Rosenzweigpanfrost: Allocate RAM backing of shared memory
2020-02-14 Icecream95panfrost: Inline panfrost_get_default_swizzle
2020-02-05 Boris Brezillonpanfrost: Set the MALI_WRITES_{Z,S} flags when needed
2020-02-05 Boris Brezillonpanfrost: Add the MALI_WRITES_{Z,S} flags
2019-12-30 Alyssa Rosenzweigpanfrost: Implement integer varyings
2019-12-25 Alyssa Rosenzweigpanfrost: Extend attribute_count for vertex builtins
2019-12-17 Alyssa Rosenzweigpanfrost: Handle empty shaders
2019-12-17 Alyssa Rosenzweigpanfrost: Let precompile imply shaderdb
2019-12-16 Alyssa Rosenzweigpanfrost: Pass blend RT number through
2019-12-13 Alyssa Rosenzweigpanfrost: Route stack_size from compiler
2019-11-13 Alyssa Rosenzweigpan/midgard: Remove util/ra support
2019-11-07 Tomeu Vizosopanfrost: Pipe the GPU ID into compiler and disassembler
2019-10-17 Erik Faye-Lundpanfrost: do not report alpha-test as supported
2019-10-17 Erik Faye-Lundnir: allow passing alpha-ref state to lowering-code
2019-09-18 Boris Brezillonpanfrost: Move the BO API to its own header
2019-09-18 Boris Brezillonpanfrost: s/PAN_ALLOCATE_/PAN_BO_/
2019-09-18 Boris Brezillonpanfrost: Get rid of pan_drm.c
2019-08-22 Alyssa Rosenzweigpanfrost: Implement gl_FragCoord correctly
2019-08-13 Alyssa Rosenzweigpanfrost: Route outputs_written through the compiler
2019-08-09 Alyssa Rosenzweigpanfrost: Assign varying buffers dynamically
2019-08-08 Tomeu Vizosopanfrost: Allocate shaders in their own BOs
2019-08-01 Alyssa Rosenzweigpanfrost: Remove unused argument
2019-08-01 Alyssa Rosenzweigpanfrost: Handle MESA_SHADER_COMPUTE in compile callback
2019-08-01 Alyssa Rosenzweigpanfrost: Use gl_shader_stage directly for compiles
2019-08-01 Alyssa Rosenzweigpanfrost: Remove CSO dependency from shader_compile
2019-08-01 Alyssa Rosenzweigpanfrost: Implement gl_FrontFacing
2019-07-25 Alyssa RosenzweigRevert "panfrost: Don't DIY point size/coord fields"
2019-07-25 Alyssa Rosenzweigpanfrost: Compute I/O counts from shader_info
2019-07-25 Alyssa Rosenzweigpanfrost: Don't DIY point size/coord fields
2019-07-25 Alyssa Rosenzweigpanfrost: Use nir_gather_info information about discards
2019-07-25 Alyssa Rosenzweigpanfrost: Use NIR helper invocations info
2019-07-23 Alyssa Rosenzweigpanfrost/midgard: Allocate registers once (per-screen)
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup shader upload code
2019-06-13 Boris Brezillonpanfrost: Fix general purpose varying handling
2019-04-28 Alyssa Rosenzweigpanfrost: Use fp32 (not fp16) varyings
2019-04-04 Alyssa Rosenzweigpanfrost: Implement system values
2019-03-19 Alyssa Rosenzweigpanfrost: Rewrite varying assembly
2019-03-09 Eric Engestrompanfrost: fix tgsi_to_nir() call
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-02-15 Alyssa Rosenzweigpanfrost: Backport driver to Mali T600/T700
2019-02-10 Alyssa Rosenzweigpanfrost: Remove if 0'd dead code
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream