panfrost: Drop PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER/BUFFERS
[mesa.git] / src / gallium / drivers / panfrost / pan_screen.c
2019-07-23 Alyssa Rosenzweigpanfrost: Fake CAPs for dEQP-GLES31
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-18 Alyssa Rosenzweigpanfrost: Expose 4 render targets
2019-07-18 Alyssa Rosenzweigpanfrost: Implement Z32F(_S8) support
2019-07-16 Tomeu Vizosopanfrost: Use 64-bit descriptors globally
2019-07-16 Alyssa Rosenzweigpanfrost: Implement opportunistic AFBC
2019-07-15 Alyssa Rosenzweigpanfrost: Add BO cache data structure
2019-07-15 Alyssa Rosenzweigpanfrost: Stub out panfrost_bo_cache_evict
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: Remove all old allocators
2019-07-12 Alyssa Rosenzweigpanfrost: Add panfrost_transient_bo array
2019-07-11 Alyssa Rosenzweigpanfrost: Don't lie about Z/S formats
2019-07-10 Alyssa Rosenzweigpanfrost: Clamp point size
2019-07-10 Alyssa Rosenzweigpanfrost: Style main Gallium driver
2019-07-10 Alyssa Rosenzweigpanfrost: Don't expose OES_standard_derivatives
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
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: Update supported formats
2019-07-02 Boris Brezillonpanfrost: Get rid of the panfrost_driver abstraction...
2019-07-01 Alyssa Rosenzweigpanfrost: Implement instanced rendering
2019-06-29 Alyssa Rosenzweigpanfrost: Allow R11G11B10 rendering
2019-06-28 Alyssa Rosenzweigpanfrost: Disable DXT-style texture compression
2019-06-26 Alyssa Rosenzweigpanfrost: Update copyright identifiers
2019-06-25 Alyssa Rosenzweigpanfrost: Advertise support for other 8-bit UNORM formats
2019-06-25 Alyssa Rosenzweigpanfrost: Handle generate_mipmap ourselves
2019-06-24 Alyssa Rosenzweigpanfrost: Allow up to 16 UBOs
2019-06-21 Boris Brezillonpanfrost: Remove the panfrost_driver abstraction
2019-06-21 Boris Brezillonpanfrost: Remove the perf counters interface
2019-06-19 Tomeu Vizosopanfrost: Move to use ralloc for some allocations
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB
2019-06-12 Alyssa Rosenzweigpanfrost: Replace pantrace with direct decoding
2019-06-06 Boris Brezillonpanfrost: Report sRGB colorspace as not supported
2019-06-05 Alyssa Rosenzweigpanfrost: Don't flip scanout
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-10 Tomeu Vizosopanfrost: Add CAPFs for conservative rasterization
2019-05-04 Alyssa Rosenzweigpanfrost: Support RGB565 FBOs
2019-05-01 Alyssa Rosenzweigpanfrost: Remove shader dump
2019-04-24 Alyssa Rosenzweigpanfrost: Disable indirect outputs for now
2019-04-24 Alyssa Rosenzweigpanfrost/midgard: Implement indirect loads of varyings...
2019-04-19 Alyssa Rosenzweigpanfrost: Track BO lifetime with jobs and reference...
2019-04-03 Alyssa Rosenzweigpanfrost: Remove support for legacy kernels
2019-03-31 Alyssa Rosenzweigpanfrost: Implement missing texture formats
2019-03-26 Alyssa Rosenzweigpanfrost: Stub out ES3 caps/callbacks
2019-03-19 Alyssa Rosenzweigpanfrost: Disable PIPE_CAP_TGSI_TEXCOORD
2019-03-12 Tomeu Vizosopanfrost: Add support for PAN_MESA_DEBUG
2019-03-10 Tomeu Vizosopanfrost: Add backend targeting the DRM driver
2019-02-27 Alyssa Rosenzweigpanfrost: Expose perf counters in environment
2019-02-21 Alyssa Rosenzweigpanfrost: Implement pantrace (command stream dump)
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2019-02-07 Alyssa Rosenzweigpanfrost: Include glue for out-of-tree legacy code
2019-02-07 Alyssa Rosenzweigpanfrost: Check in sources for command stream
2019-02-07 Alyssa Rosenzweigpanfrost: Use u_pipe_screen_get_param_defaults
2019-02-05 Alyssa Rosenzweigpanfrost: Initial stub for Panfrost driver