aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pan/midgard: Add LDST_ADDRESS propertyAlyssa Rosenzweig2020-02-273-11/+15
* pan/midgard: Extract nir_ssa_index helperAlyssa Rosenzweig2020-02-271-1/+7
* pan/midgard: Partially fix 64-bit swizzle alignmentAlyssa Rosenzweig2020-02-272-3/+24
* pan/midgard: Allow fusing inverted sources for inverted opsAlyssa Rosenzweig2020-02-271-1/+0
* pan/midgard: Allow inverted inverted opsAlyssa Rosenzweig2020-02-271-1/+20
* panfrost: Increase SSBO/image limit from 4->8Alyssa Rosenzweig2020-02-271-1/+1
* etnaviv: disable INT_FILTER for ASTCJonathan Marek2020-02-271-0/+3
* anv: Remove unused field xfb_used from anv_pipelineCaio Marcelo de Oliveira Filho2020-02-272-5/+1
* ci: Include db410c support in the ARM container.Eric Anholt2020-02-276-7/+29
* ci: Shrink the arm64 kernel build a bit.Eric Anholt2020-02-271-0/+8
* ci: Stop disabling ACPI in the LAVA arm64 kernel build.Eric Anholt2020-02-271-2/+0
* ci: Remove LLVM from ARM test drivers.Eric Anholt2020-02-272-8/+4
* ci: Split out radv build-testing on arm64Rohan Garg2020-02-271-1/+10
* gitlab-ci: Skip dEQP-GLES3.functional.shaders.derivate.*Tomeu Vizoso2020-02-271-0/+3
* gitlab-ci: Remove GLES3 test from Panfrost fails listTomeu Vizoso2020-02-271-1/+0
* gitlab-ci: Use PAN_MESA_DEBUG=gles3 for PanfrostTomeu Vizoso2020-02-271-5/+5
* panfrost: Add PAN_MESA_DEBUG=gles3 optionAlyssa Rosenzweig2020-02-272-7/+15
* panfrost: Expose PIPE_CAP_PRIMITIVE_RESTARTAlyssa Rosenzweig2020-02-271-0/+1
* panfrost: Simplify stack shift calculationAlyssa Rosenzweig2020-02-271-7/+14
* panfrost: Reserve an extra page for spillingAlyssa Rosenzweig2020-02-271-3/+6
* panfrost: Default to 256 threads for TLSAlyssa Rosenzweig2020-02-272-5/+11
* panfrost: Fix param gettingAlyssa Rosenzweig2020-02-271-1/+1
* panfrost: Don't set shared->unk0Alyssa Rosenzweig2020-02-271-1/+0
* panfrost: Update spilling comment framebuffer->sharedAlyssa Rosenzweig2020-02-271-1/+1
* panfrost: Fix padded_vertex_count generationAlyssa Rosenzweig2020-02-271-1/+1
* panfrost: Fix gl_VertexID/InstanceIDAlyssa Rosenzweig2020-02-274-20/+7
* pan/midgard: Don't spill near a branchAlyssa Rosenzweig2020-02-271-0/+8
* pan/decode: Dump scratchpad size if presentAlyssa Rosenzweig2020-02-271-0/+8
* panfrost: Implement index buffer cacheAlyssa Rosenzweig2020-02-273-1/+114
* panfrost: Combine get_index_buffer with bound computationAlyssa Rosenzweig2020-02-271-16/+25
* radeon/jpeg: fix the jpeg dt_pitch with YUYV formatLeo Liu2020-02-271-5/+2
* st/va: add support YUY2Pierre-Eric Pelloux-Prayer2020-02-272-1/+4
* st/va: enable 4:2:2 chroma formatPierre-Eric Pelloux-Prayer2020-02-271-2/+2
* radeonsi: fix surf_pitch for subsampled surfacePierre-Eric Pelloux-Prayer2020-02-272-10/+15
* gallium/vl: add 4:2:2 supportPierre-Eric Pelloux-Prayer2020-02-272-7/+20
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-2723-37/+26
* format: add format_to_chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-0/+20
* radeonsi: test subsampled format in testdmaPierre-Eric Pelloux-Prayer2020-02-271-30/+31
* ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gensSamuel Pitoiset2020-02-271-0/+5
* ac/llvm: fix 16-bit fmed3 on GFX8 and older gensSamuel Pitoiset2020-02-271-2/+4
* ac/llvm: fix 64-bit fmed3Samuel Pitoiset2020-02-271-17/+31
* mesa: Flush vertices before changing the OpenGL state.Mathias Fröhlich2020-02-271-4/+10
* mesa: Check for OpenGL state change before flushing vertices.Mathias Fröhlich2020-02-271-2/+4
* gallivm/nir: handle mod 0 better.Dave Airlie2020-02-261-3/+19
* gallivm/nir: fix integer divide SIGFPEDave Airlie2020-02-261-5/+16
* gallivm/tgsi: fix stream id regressionDave Airlie2020-02-261-2/+5
* mesa: call FLUSH_VERTICES before updating CoordReplaceMarek Olšák2020-02-261-1/+2
* mesa: remove leftovers from ARB_shadow_ambientMarek Olšák2020-02-261-2/+0
* cube_face_index: Use fabsf instead of fabs since we know it's floatsAlbert Astals Cid2020-02-261-3/+3
* cube_face_coord: Use fabsf instead of fabs since we know it's floatsAlbert Astals Cid2020-02-261-3/+3