aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dri: Avoid swapbuffer throttling in glXCopySubBufferMESAKenneth Graunke2019-10-052-2/+2
* st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke2019-10-051-2/+4
* scons/MSYS2-MinGW-W64: Fix build options defaultsProdea Alexandru-Liviu2019-10-051-0/+12
* intel/error2aub: add support for platforms without PPGTTLionel Landwerlin2019-10-041-15/+24
* aco: fix load_constant with multiple arraysRhys Perry2019-10-041-3/+3
* nir: Fix some wonky whitespace in nir_search.h.Eric Anholt2019-10-041-2/+2
* nir: Factor out most of the algebraic passes C code to .c/.h.Eric Anholt2019-10-043-146/+173
* nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt2019-10-047-38/+52
* nir: Skip emitting no-op movs from the builder.Eric Anholt2019-10-042-3/+12
* nir: Make nir_search's dumping go to stderr.Eric Anholt2019-10-041-16/+16
* surfaceless: Support EGL_WL_bind_wayland_displayAdam Jackson2019-10-041-0/+4
* nir/print: always use the right FILE *Rhys Perry2019-10-041-2/+4
* nir: initialize needs_helper_invocations as wellErik Faye-Lund2019-10-041-0/+1
* nir: initialize uses_discard to falseErik Faye-Lund2019-10-041-0/+1
* radv/aco,aco: set lower_fmodRhys Perry2019-10-043-31/+1
* scons/windows: Fix build with LLVM>=8Prodea Alexandru-Liviu2019-10-041-5/+6
* dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawableMichel Dänzer2019-10-041-1/+1
* r600: Fix interpolateAtCentroidGert Wollny2019-10-044-1/+14
* meson: Only error building gallium video without libdrm when the platform is drmDylan Baker2019-10-031-1/+1
* pan/midgard: Replace mir_is_live_after with new passAlyssa Rosenzweig2019-10-031-57/+15
* pan/midgard: Calculate temp_count for livenessAlyssa Rosenzweig2019-10-032-1/+3
* pan/midgard: Invalidate liveness for mir_is_live_afterAlyssa Rosenzweig2019-10-033-0/+6
* pan/midgard: Begin tracking liveness metadataAlyssa Rosenzweig2019-10-034-5/+39
* pan/midgard: Don't try to OR live_in of successorsAlyssa Rosenzweig2019-10-031-6/+2
* pan/midgard: Move RA's liveness analysis into midgard_liveness.cAlyssa Rosenzweig2019-10-033-122/+129
* pan/midgard: Add mir_calculate_temp_count helperAlyssa Rosenzweig2019-10-032-0/+19
* pan/midgard: Remove mir_has_multiple_writesAlyssa Rosenzweig2019-10-033-18/+0
* .mailmap: add a couple of aliases for Jakob BornecrantzErik Faye-Lund2019-10-031-0/+2
* .mailmap: add an alias for Tomeu VizosoErik Faye-Lund2019-10-031-0/+2
* .mailmap: add an alias for Gert WollnyErik Faye-Lund2019-10-031-0/+2
* .mailmap: add an alias for Alexandros FrantzisErik Faye-Lund2019-10-031-0/+2
* .mailmap: specify spelling for Elie TournierErik Faye-Lund2019-10-031-0/+2
* panfrost: Get rid of the flush in panfrost_set_framebuffer_state()Boris Brezillon2019-10-031-43/+3
* panfrost: Kill the explicit serialization in panfrost_batch_submit()Boris Brezillon2019-10-031-12/+0
* panfrost: Do fine-grained flushing when preparing BO for CPU accessesBoris Brezillon2019-10-032-19/+12
* panfrost: Make sure the BO is 'ready' when picked from the cacheBoris Brezillon2019-10-033-24/+110
* panfrost: Add flags to reflect the BO imported/exported stateBoris Brezillon2019-10-032-2/+8
* panfrost: Add a panfrost_flush_batches_accessing_bo() helperBoris Brezillon2019-10-032-0/+35
* panfrost: Add a panfrost_flush_all_batches() helperBoris Brezillon2019-10-035-15/+64
* panfrost: Prepare panfrost_fence for batch pipeliningBoris Brezillon2019-10-035-58/+59
* panfrost: Start tracking inter-batch dependenciesBoris Brezillon2019-10-033-5/+356
* panfrost: Add a panfrost_freeze_batch() helperBoris Brezillon2019-10-031-18/+44
* panfrost: Use the per-batch fences to wait on the last submitted batchBoris Brezillon2019-10-034-15/+47
* panfrost: Add a batch fenceBoris Brezillon2019-10-032-1/+94
* panfrost: Make panfrost_batch->bos a hash tableBoris Brezillon2019-10-032-12/+23
* panfrost: Extend the panfrost_batch_add_bo() API to pass access flagsBoris Brezillon2019-10-038-23/+114
* panfrost: Add the shader BO to the batch in patch_shader_state()Boris Brezillon2019-10-031-6/+5
* egl: Remove the 565 pbuffer-only EGL config under X11.Andres Gomez2019-10-031-93/+4
* bin: delete unused releasing scriptsDylan Baker2019-10-032-64/+0
* release: Add an update_release_calendar.py scriptDylan Baker2019-10-031-0/+122