panfrost: Remove shader state *base
[mesa.git] / src / gallium / drivers / panfrost /
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: Generalize UBO upload for other shader stages
2019-08-01 Alyssa Rosenzweigpanfrost: Guard vertex upload by ctx->vertex != NULL
2019-08-01 Alyssa Rosenzweigpanfrost: Generalize vertex shader upload
2019-08-01 Alyssa Rosenzweigpanfrost: Share gl_enables between VERTEX/COMPUTE
2019-08-01 Alyssa Rosenzweigpanfrost: Invoke compute shader according to grid info
2019-08-01 Alyssa Rosenzweigpanfrost: Explain and include compute FBD
2019-08-01 Alyssa Rosenzweigpanfrost: Unify-driven cleanup
2019-08-01 Alyssa Rosenzweigpanfrost: Unify ctx->vs and ctx->fs
2019-08-01 Alyssa Rosenzweigpanfrost: Flesh out launch_grid stub
2019-08-01 Alyssa Rosenzweigpanfrost: Cleanup via payload unification
2019-08-01 Alyssa Rosenzweigpanfrost: Unify payload_vertex/payload_tiler
2019-08-01 Alyssa Rosenzweigpanfrost: Only wallpaper if we drew something
2019-08-01 Alyssa Rosenzweigpanfrost: Adjust shader CAPs to expose dEQP compute
2019-08-01 Alyssa Rosenzweigpanfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRS
2019-08-01 Alyssa Rosenzweigpanfrost: Copy freedreno's panfrost_get_compute_param
2019-08-01 Alyssa Rosenzweigpanfrost: Expose COMPUTE-related caps for GLES3.1
2019-08-01 Alyssa Rosenzweigpanfrost: Stub out launch_grid
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-31 Alyssa Rosenzweigpanfrost: Add MALI_SAMP_NORM_COORDS flag
2019-07-31 Alyssa Rosenzweigpanfrost: Simplify filter_mode definition
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
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-25 Alyssa Rosenzweigpanfrost/sfbd: Flesh out fragment job
2019-07-25 Alyssa Rosenzweigpanfrost: Disable tiled formats on SFBD systems
2019-07-25 Alyssa Rosenzweigpanfrost: Move require_sfbd to screen
2019-07-25 Alyssa Rosenzweigpanfrost: Reserve, but do not upload, shader padding
2019-07-25 Tomeu Vizosopanfrost/ci: Update kernel to 5.2
2019-07-25 Alyssa Rosenzweigpanfrost: Don't expose some atomic stuff even with...
2019-07-23 Alyssa Rosenzweigpanfrost/midgard: Allocate registers once (per-screen)
2019-07-23 Arnaud Patardpanfrost: Fix T6XX Support
2019-07-23 Alyssa Rosenzweigpanfrost: Use correct definition for is_t6xx
2019-07-23 Alyssa Rosenzweigpanfrost: Fake CAPs for dEQP-GLES31
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-22 Alyssa Rosenzweigpanfrost: Set `initialized` in more cases
2019-07-22 Alyssa Rosenzweigpanfrost/ci: Update expectations
2019-07-22 Alyssa Rosenzweigpanfrost/midgard: Implement register spilling
2019-07-18 Alyssa Rosenzweigpanfrost: Set rt_count
2019-07-18 Alyssa Rosenzweigpanfrost: Trace invisible BOs
2019-07-18 Alyssa Rosenzweigpanfrost: Zero polygon list body size for clears
2019-07-18 Alyssa Rosenzweigpanfrost/mfbd: Unify depth-only with masked FBO path
2019-07-18 Alyssa Rosenzweigpanfrost: Simplify set_framebuffer_state
2019-07-18 Alyssa Rosenzweigpanfrost: Check for NULL surface in places
2019-07-18 Alyssa Rosenzweigpanfrost: Expose 4 render targets
2019-07-18 Alyssa Rosenzweigpanfrost: Shrink tiler heap
2019-07-18 Alyssa Rosenzweigpanfrost: Handle Z24 textures
2019-07-18 Alyssa Rosenzweigpanfrost/ci: Update expectations
2019-07-18 Alyssa Rosenzweigpanfrost: Make scissor test more robust
2019-07-18 Alyssa Rosenzweigpanfrost: Use correct NO_DITHER field on MFBD
2019-07-18 Alyssa Rosenzweigpanfrost: Implement Z32F(_S8) support
2019-07-18 Alyssa Rosenzweigpanfrost: Copy stencil front to back if back disabled
2019-07-17 Alyssa Rosenzweigpanfrost: Merge varyings_mem into transient buffers
2019-07-16 Tomeu Vizosopanfrost: Use 64-bit descriptors globally
2019-07-16 Alyssa Rosenzweigpanfrost: Implement opportunistic AFBC
2019-07-16 Alyssa Rosenzweigpanfrost/mfbd: Zero out framebuffer_stride
2019-07-16 Alyssa Rosenzweigpanfrost: AFBC buffers must be cache-line aligned
2019-07-16 Alyssa Rosenzweigpanfrost: Add Z/S and MRT BOs to the job
2019-07-16 Alyssa Rosenzweigpanfrost: Set usage2 during draw, not CSO
2019-07-15 Alyssa Rosenzweigpanfrost/ci: Blacklist flush finish tests
2019-07-15 Alyssa Rosenzweigpanfrost: Don't leak oversized transient allocations
2019-07-15 Alyssa Rosenzweigpanfrost: Implement panfrost_bo_cache_evict_all
2019-07-15 Alyssa Rosenzweigpanfrost: Implement panfrost_bo_cache_get
2019-07-15 Alyssa Rosenzweigpanfrost: Implement panfrost_bo_cache_put
2019-07-15 Alyssa Rosenzweigpanfrost: Add pan_bucket helper
2019-07-15 Alyssa Rosenzweigpanfrost: Implement pan_bucket_index helper
2019-07-15 Alyssa Rosenzweigpanfrost: Add BO cache data structure
2019-07-15 Alyssa Rosenzweigpanfrost: Describe BO cache architecture
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_evict
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_put
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_get
2019-07-15 Alyssa Rosenzweigpanfrost: Don't leak the blend CSO hash table
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup after scoreboarding
2019-07-15 Alyssa Rosenzweigpanfrost: Allocate UBOs on the stack, not the heap
2019-07-15 Alyssa Rosenzweigpanfrost: Advertise more depth/stencil formats
2019-07-15 Alyssa Rosenzweigpanfrost/mfbd: Add Z32 rendering support
2019-07-15 Alyssa Rosenzweigpanfrost: Fix blend_cso if nr_cbufs == 0
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup shader upload code
2019-07-15 Alyssa Rosenzweigpanfrost: Remove all old allocators
2019-07-15 Alyssa Rosenzweigpanfrost: Use transient memory for occlusion queries
2019-07-15 Alyssa Rosenzweigpanfrost: Remove bizarre hack
2019-07-15 Alyssa Rosenzweigpanfrost: Upload vertex descriptors to *transient*...
2019-07-15 Alyssa Rosenzweigpanfrost: Delay resource mmaps
2019-07-15 Alyssa Rosenzweigpanfrost: Cleanup PAN_ALLOCATE_*
2019-07-15 Alyssa Rosenzweigpanfrost/drm: Don't mmap INVISIBLE buffers
2019-07-12 Alyssa Rosenzweigpanfrost/decode: Drop _replay prefix
2019-07-12 Alyssa Rosenzweigpanfrost: Precompute scoreboard dependents
2019-07-12 Alyssa Rosenzweigpanfrost: Remove transient pool abstraction
2019-07-12 Alyssa Rosenzweigpanfrost: Subdivide fixed-size transient slabs
2019-07-12 Alyssa Rosenzweigpanfrost: Recycle fixed-size transient BOs
2019-07-12 Alyssa Rosenzweigpanfrost: Bookkeep transient indices
2019-07-12 Alyssa Rosenzweigpanfrost: Rewrite allocate_transient with new abstraction
2019-07-12 Alyssa Rosenzweigpanfrost: Add pan_bo_for_screen helper
2019-07-12 Alyssa Rosenzweigpanfrost: Add panfrost_transient_bo array
next