gallium: get rid of PIPE_CAP_SM3
[mesa.git] / src / gallium / drivers / panfrost /
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-07-10 Alyssa Rosenzweigpanfrost: Fix copyright identifier in a few places
2019-07-10 Alyssa Rosenzweigpanfrost: Bikeshed pan_screen.c comment
2019-07-10 Alyssa Rosenzweigpanfrost: Check GPU version before loading
2019-07-10 Alyssa Rosenzweigpanfrost: Be more honest about PIPE_CAPs
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Hit missed scheduling opportunity
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Include shader size for shader-db
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Include loop count for shader-db
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Dump shader-db stats
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Flush undefineds to zero
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Specify channel count for broadcastin...
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Don't try to "alias" texture registers
2019-07-10 Alyssa Rosenzweigpanfrost: Update supported formats
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Cleanup format code selection
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Cleanup blend switch
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Handle PIPE_FORMAT_B10G10R10A2_UNORM
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Handle PIPE_FORMAT_B10G10R10A2_UNORM
2019-07-10 Alyssa Rosenzweigpanfrost: Implement ES3-format writeout
2019-07-10 Alyssa Rosenzweigpanfrost: Refactor blend infrastructure
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use unsigned blend patch offset
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Handle pure int formats
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Handle pure int formats
2019-07-10 Alyssa Rosenzweigpanfrost: Set rt_count_2 for bpp>4 formats
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement preliminary float converters
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Skip blend for REPLACE (shader)
2019-07-10 Alyssa Rosenzweigpanfrost: Handle "blend disabled" blend shaders
2019-07-10 Alyssa Rosenzweigpanfrost: Route format through fixed-function blending
2019-07-10 Alyssa Rosenzweigpanfrost: Pipe framebuffer format around
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use Gallium framebuffer formats
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use fp16 exclusively while blending
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Remove opt_copy_prop_tex
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Fix scalarification
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Handle fp16 in embedded_to_inline_con...
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Eliminate redundant type convert
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Fix fp16 embedded constants
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Hoist mask field
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Allow fp16 in scalar ALU
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement f2u16 and friends
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement f2f16/f2f32
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Verify src_bitsize == dst_bitsize
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Simplify blend read
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: NIRify blend load scale/convert
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Fix blend constant scheduling bug
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement upscaling type converts
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Move blend load/store into NIR
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Use nir_dest_num_components
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Implement integer downsize ops
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Move scale from MIR to NIR
2019-07-10 Alyssa Rosenzweigpanfrost/midgard: Passthrough nir_lower_framebuffer
2019-07-10 Alyssa Rosenzweigpanfrost: Extend clear colour packing
2019-07-10 Alyssa Rosenzweigpanfrost/mfbd: Include codes for float framebuffers
2019-07-10 Alyssa Rosenzweigpanfrost: Prepare some code for MRT
2019-07-10 Alyssa Rosenzweigpanfrost: Use standard ALIGN_POT/INFINITY macros
2019-07-04 Tomeu Vizosopanfrost: Take into account off-screen FBOs
2019-07-02 Boris Brezillonpanfrost: Pass referenced BOs to the SUBMIT ioctls
2019-07-02 Boris Brezillonpanfrost: Make SLAB pool creation rely on BO helpers
2019-07-02 Boris Brezillonpanfrost: Add the panfrost_drm_{create,release}_bo...
2019-07-02 Boris Brezillonpanfrost: Move the mmap BO logic out of panfrost_drm_im...
2019-07-02 Boris Brezillonpanfrost: Avoid passing winsys handles to import/export...
2019-07-02 Boris Brezillonpanfrost: Move BO meta-data out of panfrost_bo
2019-07-02 Boris Brezillonpanfrost: Stop exposing internal panfrost_drm_*() functions
2019-07-02 Boris Brezillonpanfrost: Get rid of the "free imported BO" logic
2019-07-02 Boris Brezillonpanfrost: Get rid of the panfrost_driver abstraction...
2019-07-02 Boris Brezillonpanfrost: Move scanout res creation out of panfrost_res...
2019-07-02 Boris Brezillonpanfrost: Add the sampled texture BO to the job
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-07-01 Alyssa Rosenzweigpanfrost: Implement instanced rendering
2019-07-01 Alyssa Rosenzweigpanfrost/decode: Compute padded_num_vertices for MODULO
2019-07-01 Alyssa Rosenzweigpanfrost/midgard: Emit type appropriate ld_vary
2019-07-01 Alyssa Rosenzweigpanfrost/midgard: Add unsigned ld/st ops
2019-07-01 Alyssa Rosenzweigpanfrost/midgard: Use the appropriate ld_attr type
2019-07-01 Alyssa Rosenzweigpanfrost: Implement dispatch helpers
2019-07-01 Alyssa Rosenzweigpanfrost: Remove ancient comment
2019-06-29 Alyssa Rosenzweigpanfrost: Allow R11G11B10 rendering
2019-06-29 Alyssa Rosenzweigpanfrost: Default to util_pack_color for clears
2019-06-28 Alyssa Rosenzweigpanfrost: Disable DXT-style texture compression
2019-06-28 Alyssa Rosenzweigpanfrost: Dump unknown formats before aborting
2019-06-28 Alyssa Rosenzweigpanfrost/midgard: Fix 3D texture regression
2019-06-28 Alyssa Rosenzweigpanfrost: Add some special formats
2019-06-28 Alyssa Rosenzweigpanfrost/midgard: Implement integer sampler
2019-06-28 Alyssa Rosenzweigpanfrost: Remove dubious assert
2019-06-28 Alyssa Rosenzweigpanfrost: Implement primitive restart
2019-06-28 Tomeu Vizosopanfrost: Only tag AFBC addresses when sampling
2019-06-28 Tomeu Vizosopanfrost/ci: Don't error out on RK3288
2019-06-28 Tomeu Vizosopanfrost/ci: Don't print every kernel file
2019-06-28 Tomeu Vizosopanfrost/ci: Fix the image name
2019-06-28 Tomeu Vizosopanfrost/ci: Remove batching
2019-06-27 Tomeu Vizosopanfrost/decode: Mention the address of a few descriptors
2019-06-27 Tomeu Vizosopanfrost/decode: Wait for a job to finish before dumping
2019-06-27 Tomeu Vizosopanfrost/decode: Decode exception status
2019-06-27 Tomeu Vizosopanfrost/decode: Print AFBC struct when appropriate
2019-06-26 Alyssa Rosenzweigpanfrost/midgard: Merge embedded constants
2019-06-26 Alyssa Rosenzweigpanfrost/midgard: Share swizzle compose
2019-06-26 Alyssa Rosenzweigpanfrost/midgard: Share swizzle/mask code
2019-06-26 Alyssa Rosenzweigpanfrost: Fix checksumming typo
2019-06-26 Boris Brezillonpanfrost: Remove unneeded check in panfrost_scissor_cul...
2019-06-26 Alyssa Rosenzweigpanfrost: Update copyright identifiers
2019-06-26 Alyssa Rosenzweigpanfrost/midgard: Reorder to permit constant bias
2019-06-26 Alyssa Rosenzweigpanfrost/midgard: Add helper to encode constant bias
2019-06-26 Alyssa Rosenzweigpanfrost/midgard: Handle negative immediate bias
next