aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_screen.c
Commit message (Expand)AuthorAgeFilesLines
* panfrost: fix transform feedbackLouis-Francis Ratté-Boulianne2020-03-031-0/+7
* panfrost: Increase SSBO/image limit from 4->8Alyssa Rosenzweig2020-02-271-1/+1
* panfrost: Add PAN_MESA_DEBUG=gles3 optionAlyssa Rosenzweig2020-02-271-7/+14
* panfrost: Expose PIPE_CAP_PRIMITIVE_RESTARTAlyssa Rosenzweig2020-02-271-0/+1
* panfrost: Remove flush_frontbufferAlyssa Rosenzweig2020-02-201-11/+0
* panfrost: Print synced traces to stderrAlyssa Rosenzweig2020-02-181-1/+1
* panfrost: Implement PAN_DBG_SYNC with pandecode/minimalAlyssa Rosenzweig2020-02-181-1/+1
* panfrost: Set the MALI_WRITES_{Z,S} flags when neededBoris Brezillon2020-02-051-0/+3
* panfrost: Use DBG macro to avoid noise in the consoleTomeu Vizoso2020-01-311-2/+2
* panfrost: Add ASTC texture formatsIcecream952020-01-211-0/+1
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-211-4/+8
* panfrost: Expose some functionality with dEQP flagAlyssa Rosenzweig2020-01-181-3/+3
* panfrost: Report MSAA 4x supported for dEQPAlyssa Rosenzweig2020-01-061-1/+10
* panfrost: Disable some CAPs we want loweredAlyssa Rosenzweig2019-12-301-0/+3
* panfrost: Implement remaining texture wrap modesAlyssa Rosenzweig2019-12-271-0/+4
* panfrost: Increase PIPE_SHADER_CAP_MAX_OUTPUTS to 16Tomeu Vizoso2019-12-241-1/+1
* panfrost: Add PAN_MESA_DEBUG=precompile for shader-dbAlyssa Rosenzweig2019-12-171-0/+1
* panfrost: Report GPU name in es2_infoAlyssa Rosenzweig2019-12-131-2/+2
* panfrost: Move property queries to _encoderAlyssa Rosenzweig2019-12-131-51/+3
* panfrost: Query core count and thread tls allocAlyssa Rosenzweig2019-12-131-3/+30
* panfrost: Factor out panfrost_query_rawAlyssa Rosenzweig2019-12-131-3/+13
* panfrost: Add PAN_MESA_DEBUG=syncTomeu Vizoso2019-12-111-0/+1
* panfrost: White list the Mali T720Tomeu Vizoso2019-12-031-0/+1
* panfrost: Add quirks system to cmdstreamTomeu Vizoso2019-12-031-3/+3
* panfrost: Set PIPE_COMPUTE_CAP_ADDRESS_BITS to 64Alyssa Rosenzweig2019-11-191-2/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-2/+2
* panfrost: Try to evict unused BOs from the cacheBoris Brezillon2019-11-081-0/+1
* panfrost: Move BO cache related fields to a sub-structBoris Brezillon2019-11-081-4/+4
* panfrost: Expose serialized NIR supportAlyssa Rosenzweig2019-10-261-1/+1
* panfrost: Keep track of active BOsTomeu Vizoso2019-10-171-0/+21
* panfrost: do not report alpha-test as supportedErik Faye-Lund2019-10-171-0/+3
* panfrost: Disable frame throttlingAlyssa Rosenzweig2019-10-161-0/+3
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-3/+0
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-071-0/+1
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-071-1/+0
* panfrost: Prepare panfrost_fence for batch pipeliningBoris Brezillon2019-10-031-36/+39
* panfrost: Use the per-batch fences to wait on the last submitted batchBoris Brezillon2019-10-031-2/+16
* panfrost: Move the BO API to its own headerBoris Brezillon2019-09-181-0/+1
* panfrost: Get rid of pan_drm.cBoris Brezillon2019-09-181-3/+75
* panfrost: Make transient allocation rely on the BO cacheBoris Brezillon2019-09-081-4/+0
* panfrost: protect access to shared bo cache and transient poolRohan Garg2019-08-301-0/+4
* panfrost: Jobs must be per context, not per screenRohan Garg2019-08-301-3/+0
* panfrost: Do not expose PIPE_CAP_TEXTURE_MIRROR_CLAMPAlyssa Rosenzweig2019-08-211-1/+0
* panfrost: Set PIPE_CAP_TGSI_TEXCOORDAlyssa Rosenzweig2019-08-131-0/+5
* panfrost: Add support for KHR_partial_update()Boris Brezillon2019-08-131-0/+1
* panfrost: Enable PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSAlyssa Rosenzweig2019-08-091-0/+2
* panfrost: Mark BOs as NOEXECTomeu Vizoso2019-08-081-1/+2
* panfrost: Add app blacklistAlyssa Rosenzweig2019-08-051-2/+16
* panfrost: Adjust shader CAPs to expose dEQP computeAlyssa Rosenzweig2019-08-011-2/+1
* panfrost: Expose NIR as our PIPE_SHADER_CAP_SUPPORTED_IRSAlyssa Rosenzweig2019-08-011-1/+1