aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost
Commit message (Expand)AuthorAgeFilesLines
* nir: make nir_const_value scalarKarol Herbst2019-04-141-1/+1
* panfrost/midgard: Use shared nir_lower_viewport_transformAlyssa Rosenzweig2019-04-141-101/+4
* panfrost: Cleanup indexed draw handlingAlyssa Rosenzweig2019-04-141-52/+28
* panfrost/midgard: Drop dependence on mesa/stAlyssa Rosenzweig2019-04-142-9/+1
* panfrost: use os_mmap and os_munmapMateusz Krzak2019-04-121-3/+4
* panfrost: cast bo_handles pointer to uintptr_t firstMateusz Krzak2019-04-121-1/+1
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-121-3/+3
* panfrost: Guard against reading past end of bufferTomeu Vizoso2019-04-121-0/+3
* panfrost: split asserts in pandecodeTomeu Vizoso2019-04-121-3/+2
* st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.Eric Anholt2019-04-101-2/+1
* panfrost: Remove "mali_unknown6" nonsenseAlyssa Rosenzweig2019-04-071-8/+0
* panfrost/midgard: Enable lower_find_lsbAlyssa Rosenzweig2019-04-071-0/+1
* panfrost/midgard: Add ibitcount8 opAlyssa Rosenzweig2019-04-072-0/+3
* panfrost/midgard: Add ilzcnt opAlyssa Rosenzweig2019-04-072-0/+3
* panfrost/midgard: Add umin/umax opcodesAlyssa Rosenzweig2019-04-073-0/+8
* panfrost: Add tilebuffer load? branchAlyssa Rosenzweig2019-04-072-1/+37
* panfrost/decode: Add flags for tilebuffer readbackAlyssa Rosenzweig2019-04-072-3/+21
* panfrost/midgard: use nir_src_is_const and nir_src_as_uintKarol Herbst2019-04-071-7/+4
* panfrost: Size tiled temp buffers correctlyAlyssa Rosenzweig2019-04-043-8/+13
* panfrost: Respect box->width in tiled storesAlyssa Rosenzweig2019-04-043-4/+6
* panfrost: Cleanup some indirection in pan_resourceAlyssa Rosenzweig2019-04-041-24/+21
* panfrost: Implement system valuesAlyssa Rosenzweig2019-04-047-188/+229
* panfrost: Remove support for legacy kernelsAlyssa Rosenzweig2019-04-035-25/+3
* panfrost: Implement FIXED formatsAlyssa Rosenzweig2019-03-311-0/+9
* panfrost: Fix index calculation types and assertsAlyssa Rosenzweig2019-03-311-5/+4
* panfrost: Clean index state between indexed drawsAlyssa Rosenzweig2019-03-311-1/+3
* panfrost/decode: Print negative_startAlyssa Rosenzweig2019-03-311-0/+2
* panfrost: Implement missing texture formatsAlyssa Rosenzweig2019-03-312-1/+17
* panfrost: Extend tiling for cubemapsAlyssa Rosenzweig2019-03-311-14/+14
* panfrost: Implement command stream for linear cubemapsAlyssa Rosenzweig2019-03-312-6/+8
* panfrost/midgard: Emit cubemap coordinatesAlyssa Rosenzweig2019-03-312-5/+32
* panfrost: Include all cubemap faces in bitmap listAlyssa Rosenzweig2019-03-311-3/+9
* panfrost/decode: Decode all cubemap facesAlyssa Rosenzweig2019-03-311-1/+7
* panfrost: Preliminary work for cubemapsAlyssa Rosenzweig2019-03-313-6/+10
* panfrost/midgard: Add L/S op for writing cubemap coordinatesAlyssa Rosenzweig2019-03-311-0/+9
* panfrost/midgard: Disassemble `cube` texture opAlyssa Rosenzweig2019-03-311-0/+1
* panfrost: Fix vertex buffer corruptionAlyssa Rosenzweig2019-03-311-4/+6
* panfrost: Wait for last job to finish in force_flush_fragmentTomeu Vizoso2019-03-271-0/+8
* panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...Tomeu Vizoso2019-03-271-3/+9
* panfrost: Also tell the kernel about the checksum_slabTomeu Vizoso2019-03-271-4/+9
* panfrost: Set the GEM handle for AFBC buffersTomeu Vizoso2019-03-271-0/+1
* panfrost: Fix sscanf format optionsTomeu Vizoso2019-03-271-2/+2
* panfrost: Preliminary work for mipmapsAlyssa Rosenzweig2019-03-278-207/+163
* panfrost/midgard: fpow is a two-part operationAlyssa Rosenzweig2019-03-264-4/+4
* panfrost/midgard: Handle i2b constantAlyssa Rosenzweig2019-03-261-1/+1
* panfrost/midgard: Expand fge lowering to more typesAlyssa Rosenzweig2019-03-263-6/+12
* panfrost/midgard: Add ult/ule opsAlyssa Rosenzweig2019-03-263-0/+7
* panfrost: Stub out ES3 caps/callbacksAlyssa Rosenzweig2019-03-262-1/+54
* panfrost/midgard: Cleanup midgard_nir_algebraic.pyAlyssa Rosenzweig2019-03-261-1/+1
* panfrost/midgard: Lower source modifiers for intsAlyssa Rosenzweig2019-03-264-2/+22