summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-07Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon3-0/+53
2019-10-07Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon3-53/+0
2019-10-06gitlab-ci: Move LAVA-related files into top-level ci dirTomeu Vizoso9-1741/+0
2019-10-06gitlab-ci: Run dEQP on devices with PanfrostTomeu Vizoso3-53/+40
2019-10-05iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaroundKenneth Graunke1-0/+23
2019-10-05iris: Refactor push constant allocation so we can reuse itKenneth Graunke1-9/+22
2019-10-05intel/isl: set vertical surface alignment on null surfacesLionel Landwerlin1-0/+13
2019-10-05intel/isl: set surface array appropriatelyLionel Landwerlin1-1/+1
2019-10-05intel/isl: Set null surface format to R32_UINTLionel Landwerlin1-1/+6
2019-10-05etnaviv: set texture INT_FILTER bitJonathan Marek1-1/+2
2019-10-05etnaviv: implement texture comparatorJonathan Marek6-5/+51
2019-10-05etnaviv: update headers from rnndbJonathan Marek3-31/+40
2019-10-05intel: fix subslice computation from topology dataLionel Landwerlin1-1/+1
2019-10-05dri: Avoid swapbuffer throttling in glXCopySubBufferMESAKenneth Graunke2-2/+2
2019-10-05st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke1-2/+4
2019-10-04intel/error2aub: add support for platforms without PPGTTLionel Landwerlin1-15/+24
2019-10-04aco: fix load_constant with multiple arraysRhys Perry1-3/+3
2019-10-04nir: Fix some wonky whitespace in nir_search.h.Eric Anholt1-2/+2
2019-10-04nir: Factor out most of the algebraic passes C code to .c/.h.Eric Anholt3-146/+173
2019-10-04nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt7-38/+52
2019-10-04nir: Skip emitting no-op movs from the builder.Eric Anholt2-3/+12
2019-10-04nir: Make nir_search's dumping go to stderr.Eric Anholt1-16/+16
2019-10-04surfaceless: Support EGL_WL_bind_wayland_displayAdam Jackson1-0/+4
2019-10-04nir/print: always use the right FILE *Rhys Perry1-2/+4
2019-10-04nir: initialize needs_helper_invocations as wellErik Faye-Lund1-0/+1
2019-10-04nir: initialize uses_discard to falseErik Faye-Lund1-0/+1
2019-10-04radv/aco,aco: set lower_fmodRhys Perry3-31/+1
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-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-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