summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-04anv/android: turn on CCS_E for external buffers WIP (!)yv12Tapani Pälli1-3/+2
2019-10-04anv/android: add YV12 AHardwareBuffer import/export supportTapani Pälli1-0/+4
2019-10-04dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawableMichel Dänzer1-1/+1
2019-10-04r600: Fix interpolateAtCentroidGert Wollny4-1/+14
2019-10-03meson: Only error building gallium video without libdrm when the platform is drmDylan Baker1-1/+1
2019-10-03pan/midgard: Replace mir_is_live_after with new passAlyssa Rosenzweig1-57/+15
2019-10-03pan/midgard: Calculate temp_count for livenessAlyssa Rosenzweig2-1/+3
2019-10-03pan/midgard: Invalidate liveness for mir_is_live_afterAlyssa Rosenzweig3-0/+6
2019-10-03pan/midgard: Begin tracking liveness metadataAlyssa Rosenzweig4-5/+39
2019-10-03pan/midgard: Don't try to OR live_in of successorsAlyssa Rosenzweig1-6/+2
2019-10-03pan/midgard: Move RA's liveness analysis into midgard_liveness.cAlyssa Rosenzweig3-122/+129
2019-10-03pan/midgard: Add mir_calculate_temp_count helperAlyssa Rosenzweig2-0/+19
2019-10-03pan/midgard: Remove mir_has_multiple_writesAlyssa Rosenzweig3-18/+0
2019-10-03.mailmap: add a couple of aliases for Jakob BornecrantzErik Faye-Lund1-0/+2
2019-10-03.mailmap: add an alias for Tomeu VizosoErik Faye-Lund1-0/+2
2019-10-03.mailmap: add an alias for Gert WollnyErik Faye-Lund1-0/+2
2019-10-03.mailmap: add an alias for Alexandros FrantzisErik Faye-Lund1-0/+2
2019-10-03.mailmap: specify spelling for Elie TournierErik Faye-Lund1-0/+2
2019-10-03panfrost: Get rid of the flush in panfrost_set_framebuffer_state()Boris Brezillon1-43/+3
2019-10-03panfrost: Kill the explicit serialization in panfrost_batch_submit()Boris Brezillon1-12/+0
2019-10-03panfrost: Do fine-grained flushing when preparing BO for CPU accessesBoris Brezillon2-19/+12
2019-10-03panfrost: Make sure the BO is 'ready' when picked from the cacheBoris Brezillon3-24/+110
2019-10-03panfrost: Add flags to reflect the BO imported/exported stateBoris Brezillon2-2/+8
2019-10-03panfrost: Add a panfrost_flush_batches_accessing_bo() helperBoris Brezillon2-0/+35
2019-10-03panfrost: Add a panfrost_flush_all_batches() helperBoris Brezillon5-15/+64
2019-10-03panfrost: Prepare panfrost_fence for batch pipeliningBoris Brezillon5-58/+59
2019-10-03panfrost: Start tracking inter-batch dependenciesBoris Brezillon3-5/+356
2019-10-03panfrost: Add a panfrost_freeze_batch() helperBoris Brezillon1-18/+44
2019-10-03panfrost: Use the per-batch fences to wait on the last submitted batchBoris Brezillon4-15/+47
2019-10-03panfrost: Add a batch fenceBoris Brezillon2-1/+94
2019-10-03panfrost: Make panfrost_batch->bos a hash tableBoris Brezillon2-12/+23
2019-10-03panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon8-23/+114
2019-10-03panfrost: Add the shader BO to the batch in patch_shader_state()Boris Brezillon1-6/+5
2019-10-03egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez1-93/+4
2019-10-03bin: delete unused releasing scriptsDylan Baker2-64/+0
2019-10-03release: Add an update_release_calendar.py scriptDylan Baker1-0/+122
2019-10-03scripts: Add a gen_release_notes.py scriptDylan Baker3-0/+326
2019-10-03docs: add a new_features.text file and remove 19.3.0 release notesDylan Baker2-68/+5
2019-10-03anv/block_pool: Align anv_block_pool state to 64 bits.Rafael Antognolli1-2/+8
2019-10-03loader/dri3: do not blit outside old/new buffersErik Faye-Lund1-1/+3
2019-10-03docs: Add use of Closes: tag for closing gitlab issuesDylan Baker1-3/+7
2019-10-03intel/isl/icl: Use halign 8 instead of 4 hw workaroundAnuj Phogat1-8/+21
2019-10-03ac/nir: remove unused code for nir_op_{fmod,frem}Samuel Pitoiset1-14/+0
2019-10-03radv: enable lower_fmod for the LLVM pathSamuel Pitoiset1-0/+1
2019-10-03egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failureAdam Jackson1-3/+2
2019-10-03radv: Fix warning in 32-bit build.Bas Nieuwenhuizen1-2/+3
2019-10-03radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen1-1/+2
2019-10-03gitlab-ci: Use per-job ccacheMichel Dänzer1-0/+2
2019-10-02virgl: honor winsys supplied metadataGurchetan Singh1-1/+6
2019-10-02virgl: modify internal structures to track winsys-supplied dataGurchetan Singh2-43/+52