radeonsi: move nir_shader_compiler_options into si_screen
[mesa.git] / src / gallium / drivers / panfrost /
2020-09-04 Vinson Leepanfrost: Fix gnu-empty-initializer errors.
2020-09-01 Alyssa Rosenzweigpanfrost: Drop PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER...
2020-08-31 Ilia Mirkinpanfrost: enable DrawTransformFeedback*
2020-08-31 Alyssa Rosenzweigpanfrost: Set PIPE_CAP_MAX_TEXTURE_GATHER_COMPONENTS
2020-08-31 Alyssa Rosenzweigpanfrost: Emit texture/sampler points for compute
2020-08-28 Boris Brezillonpanfrost: Avoid accessing pan_pool fields directly
2020-08-28 Boris Brezillonpanfrost: Rename panfrost_create_pool() into panfrost_p...
2020-08-28 Alyssa Rosenzweigpanfrost: Inline bifrost_tiler_only
2020-08-28 Alyssa Rosenzweigpanfrost: XMLify invocations
2020-08-28 Alyssa Rosenzweigpanfrost: XMLify primitive information
2020-08-28 Alyssa Rosenzweigpanfrost: Drop point sprite from shader key
2020-08-28 Alyssa Rosenzweigpanfrost: Cleanup point sprite linking
2020-08-28 Alyssa Rosenzweigpanfrost: Simplify ZSA bind
2020-08-28 Alyssa Rosenzweigpanfrost: Use pack for draw descriptor
2020-08-28 Alyssa Rosenzweigpanfrost: Use draw pack for compute jobs
2020-08-28 Alyssa Rosenzweigpanfrost: Detangle postfix from varying emits
2020-08-28 Alyssa Rosenzweigpanfrost: Inline panfrost_vt_set_draw_info
2020-08-28 Alyssa Rosenzweigpanfrost: Inline panfrost_vt_init
2020-08-28 Alyssa Rosenzweigpanfrost: Don't call panfrost_vt_init for compute
2020-08-28 Alyssa Rosenzweigpanfrost: Avoid postfix dep for vertex_data
2020-08-28 Alyssa Rosenzweigpanfrost: Remove postfix parameter from UBO upload
2020-08-28 Alyssa Rosenzweigpanfrost: Inline vt_update_{rasterizer, occlusion}
2020-08-28 Alyssa Rosenzweigpanfrost: Separate postfix from emits
2020-08-28 Alyssa Rosenzweigpanfrost: Drop blend indirection
2020-08-28 Alyssa Rosenzweigpanfrost: Emit explicit REPLACE for disabled colour...
2020-08-28 Alyssa Rosenzweigpanfrost: Add opaque midgard_blend XML
2020-08-25 Alyssa Rosenzweigpanfrost: Use pack for fragment shaders
2020-08-25 Alyssa Rosenzweigpanfrost: Use opaque pack for vertex shaders
2020-08-25 Alyssa Rosenzweigpanfrost: Use preuploaded shader descriptors
2020-08-25 Alyssa Rosenzweigpanfrost: Upload shader descriptors at CSO create
2020-08-25 Alyssa Rosenzweigpanfrost: Allocate a state uploader
2020-08-25 Alyssa Rosenzweigpanfrost: Ensure shader-db state is zero-initialized
2020-08-25 Alyssa Rosenzweigpanfrost: Simplify shaderless packing
2020-08-25 Alyssa Rosenzweigpanfrost: Prepack fragment properties/preload
2020-08-25 Alyssa Rosenzweigpanfrost: Pack vertex properties when compiling
2020-08-25 Alyssa Rosenzweigpanfrost: Derive UBO count from shader_info
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify beginning of shader descriptor
2020-08-25 Alyssa Rosenzweigpanfrost: Derive texture/sampler_count from shader
2020-08-25 Alyssa Rosenzweigpanfrost: Support SHADERLESS mode everywhere
2020-08-25 Alyssa Rosenzweigpanfrost: Identify additional SFBD flags
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify Bifrost preload
2020-08-25 Alyssa Rosenzweigpanfrost: Group SFBD code tighter
2020-08-25 Alyssa Rosenzweigpanfrost: Drop redundant NULL check
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify bifrost1
2020-08-25 Alyssa Rosenzweigpanfrost: Remove midgard1 bitfield
2020-08-25 Alyssa Rosenzweigpanfrost: Simplify bind_blend_state
2020-08-25 Alyssa Rosenzweigpanfrost: Fold work_count packing for blend shaders
2020-08-25 Alyssa Rosenzweigpanfrost: Use pack for shaderless
2020-08-25 Alyssa Rosenzweigpanfrost: Use packs for fragment properties
2020-08-25 Alyssa Rosenzweigpanfrost: Pack compute Midgard properties
2020-08-25 Alyssa Rosenzweigpanfrost: Group SFBD state together
2020-08-25 Alyssa Rosenzweigpanfrost: Clean up blend shader errata handling
2020-08-25 Alyssa Rosenzweigpanfrost: Rename shader emit functions
2020-08-25 Alyssa Rosenzweigpanfrost: Specialize compute vs frag shader init
2020-08-25 Alyssa Rosenzweigpanfrost: Bake the initial tag into the shader pointer
2020-08-25 Alyssa Rosenzweigpanfrost: Clamp shader->uniform_count
2020-08-25 Alyssa Rosenzweigpanfrost: Size UBO#0 accurately
2020-08-25 Alyssa Rosenzweigpanfrost: Combine frag_shader_meta_init functions
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify blend equation
2020-08-25 Alyssa Rosenzweigpanfrost: Honour load_dest/opaque flags
2020-08-25 Alyssa Rosenzweigpanfrost: Simplify make_fixed_blend_mode prototype
2020-08-25 Alyssa Rosenzweigpanfrost: XMLify blend flags
2020-08-25 Alyssa Rosenzweigpanfrost: Separate shader/blend descriptor emits
2020-08-25 Alyssa Rosenzweigpanfrost: Hoist blend finalize calls
2020-08-20 Alyssa Rosenzweigpanfrost: Fix alignment on Bifrost
2020-08-20 Alyssa Rosenzweigpanfrost: Reduce attribute buffer allocations
2020-08-20 Alyssa Rosenzweigpanfrost: Don't reserve for NPOT w/o instancing
2020-08-20 Alyssa Rosenzweigpanfrost: Don't overallocate attributes
2020-08-20 Alyssa Rosenzweigpanfrost: Fix attribute buffer underallocation
2020-08-20 Alyssa Rosenzweigpanfrost: Pass alignments explicitly
2020-08-20 Alyssa Rosenzweigpanfrost: Free batch->dependencies
2020-08-20 Alyssa Rosenzweigpanfrost: Free cloned NIR shader
2020-08-20 Alyssa Rosenzweigpanfrost: Fix blend leak for render targets 5-8
2020-08-20 Alyssa Rosenzweigpanfrost: Keep finalized blend state constant
2020-08-20 Alyssa Rosenzweigpanfrost: Drop depth-only case in blend finalize
2020-08-20 Alyssa Rosenzweigpanfrost: Explicitly handle nr_cbufs=0 case
2020-08-20 Alyssa Rosenzweigpanfrost: Drop implicit blend pooling
2020-08-20 Alyssa Rosenzweigpanfrost: Share tiler_heap across batches/contexts
2020-08-20 Alyssa Rosenzweigpanfrost: Avoid minimum stack allocations
2020-08-20 Alyssa Rosenzweigpanfrost: Introduce invisible pool
2020-08-20 Alyssa Rosenzweigpanfrost: Pre-allocate memory for pool
2020-08-19 Alyssa Rosenzweigpanfrost: Fix shared memory size computation
2020-08-19 Alyssa Rosenzweigpanfrost: Fix WRITES_GLOBAL bit
2020-08-19 Alyssa Rosenzweigpanfrost: Hoist assert from bind to create
2020-08-19 Alyssa Rosenzweigpanfrost: Remove useless comment
2020-08-19 Alyssa Rosenzweigpanfrost: Hoist add_fbo_bo call
2020-08-19 Alyssa Rosenzweigpanfrost: Drop QUADS primitive convert
2020-08-19 Alyssa Rosenzweigpanfrost: Drop panfrost_invalidate_frame
2020-08-19 Alyssa Rosenzweigpanfrost: Drop ZSA null checks in draws
2020-08-19 Alyssa Rosenzweigpanfrost: Drop rasterizer null checks in draw calls
2020-08-19 Alyssa Rosenzweigpanfrost: Decontextualize rasterizer
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for varying buffers
2020-08-17 Alyssa Rosenzweigpanfrost: Use MALI_ATTRIBUTE_LENGTH
2020-08-17 Alyssa Rosenzweigpanfrost: Use pack for general varying
2020-08-17 Alyssa Rosenzweigpanfrost: Use pack for XFB varying
2020-08-17 Alyssa Rosenzweigpanfrost: Factor out general varying case
2020-08-17 Alyssa Rosenzweigpanfrost: Pass varying descriptors by reference
2020-08-17 Alyssa Rosenzweigpanfrost: Reword comment
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for vertex built-ins
2020-08-17 Alyssa Rosenzweigpanfrost: Use packs for vertex attribute buffers
next