summaryrefslogtreecommitdiff
path: root/src/panfrost
AgeCommit message (Expand)AuthorFilesLines
2021-07-13Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer3-3/+4
2021-06-26pan/mdg: Add 16 bytes of padding to the end of shadersIcecream951-0/+6
2021-06-18pan/mdg: Fix reading a spilt register in the bundle it's writtenIcecream951-1/+29
2021-06-18pan/mdg: Fill from TLS before spilling non-SSA nodesIcecream951-1/+15
2021-06-18pan/mdg: Reorder some code in mir_spill_registerIcecream951-16/+17
2021-06-18pan/mdg: Add a bundle ID to instructionsIcecream952-0/+6
2021-06-05panfrost: Use first_tiler to check if tiling is neededIcecream951-1/+1
2021-05-31panfrost: Increase tiler_heap max allocation to 64MBAlyssa Rosenzweig1-1/+1
2021-05-31panfrost: fix GL_EXT_multisampled_render_to_texture regressionItalo Nicola3-20/+36
2021-05-31panfrost: Fix polygon list size computationsIcecream951-1/+2
2021-05-25panfrost: Fix is_opaque prototypeAlyssa Rosenzweig2-18/+15
2021-05-25panfrost: Fix the reads_dest prototypeAlyssa Rosenzweig2-18/+13
2021-05-19panfrost: Always write reloaded tiles when making CRC data validIcecream951-0/+20
2021-05-19panfrost: Make pan_select_crc_rt a non-static functionIcecream952-1/+5
2021-05-18panfrost: Fix format definitions to match gallium expectationsBoris Brezillon2-12/+31
2021-05-18midgard: Fix type for vertex_builtin_arg() and compute_builtin_arg().Emma Anholt1-2/+2
2021-05-18panfrost: Fix major flaw in BO cacheAlyssa Rosenzweig1-1/+3
2021-05-18panfrost: Relax the stride check when importing resourcesBoris Brezillon1-9/+4
2021-05-02panfrost: Fix viewport scissor for preload drawsIcecream952-4/+5
2021-04-30pan/mdg: Fix calculation of available work registersIcecream951-1/+1
2021-04-29util/hash_table: do not leak u64 struct keyJuan A. Suarez Romero2-2/+2
2021-04-25pan/decode: Allow frame shader DCDs to be in another BO than the FBDIcecream951-3/+7
2021-04-25panfrost: Fix shader texture countIcecream951-1/+1
2021-04-24pan/bi: Skip nir_opt_move/sink for blend shadersIcecream951-5/+8
2021-04-21panfrost: Fix ZS reloading on Bifrost v6Boris Brezillon1-4/+30
2021-04-20android: panfrost/lib: add pan_cs.c to Makefile.sourcesMauro Rossi1-0/+2
2021-04-18nir: Generate load_ubo_vec4 directly for !PIPE_CAP_NATIVE_INTEGERSEric Anholt1-1/+1
2021-04-14panfrost: Fix pan_blitter_get_blit_shader()Boris Brezillon1-1/+1
2021-04-13panfrost: Pass a tile enable map to avoid reloading untouched tilesBoris Brezillon1-2/+5
2021-04-13panfrost: Kill the old tile-buffer preload logicBoris Brezillon6-693/+0
2021-04-13panfrost: Create a blitter library to replace the existing preload helpersBoris Brezillon5-0/+1191
2021-04-13panfrost: Extend pan_fb_info to allow passing pre/post frame DCDsBoris Brezillon2-0/+15
2021-04-13panfrost: Extend pan_fb_info to allow passing a tile enable mapBoris Brezillon2-0/+10
2021-04-13panfrost: Decode pre/post frame DCDsBoris Brezillon1-2/+31
2021-04-13panfrost: s/pandecode_vertex_tiler_postfix_pre/pandecode_dcd/Boris Brezillon1-7/+6
2021-04-13panfrost: Add the early ZS pre frame modeBoris Brezillon1-0/+1
2021-04-13panfrost: Add align info to the draw and draw padding definitionsBoris Brezillon1-2/+2
2021-04-13panfrost: Add an helper to emit fragment jobsBoris Brezillon2-0/+28
2021-04-13panfrost: Add various helpers to simplify FB desc emissionBoris Brezillon3-0/+1055
2021-04-13pan/midg: Use the sampler index passed to the texture instructionBoris Brezillon1-1/+1
2021-04-13panfrost: Pass a const device to panfrost_sample_positions()Boris Brezillon2-2/+2
2021-04-13panfrost: Provide a helper to retrieve image surface pointersBoris Brezillon2-0/+57
2021-04-13panfrost: Provide a helper to calculate the polygon list sizeBoris Brezillon2-0/+28
2021-04-13panfrost: Pass an image view to panfrost_new_texture()Boris Brezillon3-117/+93
2021-04-13panfrost: Add a pan_image_layout_init() helperBoris Brezillon2-0/+195
2021-04-13panfrost: Move out-of-band CRC info to pan_imageBoris Brezillon1-0/+12
2021-04-13panfrost: Add an offset field so we can attach a sub-buffer to an imageBoris Brezillon2-3/+10
2021-04-13panfrost: Split pan_image in twoBoris Brezillon2-55/+61
2021-04-13panfrost: Add extra info to the pan_image_layout structBoris Brezillon2-12/+14
2021-04-13panfrost: Stop passing a depth > 1 when creating 2D texturesBoris Brezillon1-4/+2