summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* gallium/util: remove enum numbering from util_format_layoutMarek Olšák2019-10-091-9/+9
* iris: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho2019-10-091-0/+6
* llvmpipe: avoid left-shifting a negative number.Maya Rashish2019-10-093-6/+6
* lima/ppir: don't clone texture loadsVasily Khoruzhick2019-10-092-73/+0
* iris: Implement the Broadwell NP Z PMA Stall FixKenneth Graunke2019-10-085-2/+209
* iris: Properly unreference extra VBOs for draw parametersKenneth Graunke2019-10-081-3/+3
* panfrost: Draw the wallpaper when only depth/stencil bufs are clearedBoris Brezillon2019-10-082-3/+15
* panfrost: Make sure a clear does not re-use a pre-existing batchBoris Brezillon2019-10-083-1/+32
* iris: Update comment about 3-component formats and buffer texturesKenneth Graunke2019-10-071-5/+7
* iris: Allow packed RGB pbo uploadsChris Wilson2019-10-071-2/+2
* amd: Move all amd/common code that depends on LLVM to amd/llvm.Timur Kristóf2019-10-085-5/+9
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-073-0/+14
* gallium/tgsi: add support for DEMOTE and READ_HELPER opcodesIlia Mirkin2019-10-073-4/+25
* radeonsi: use simple_mtx_t instead of mtx_tMarek Olšák2019-10-079-50/+51
* gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lockMarek Olšák2019-10-0739-73/+84
* util: use simple_mtx_t for util_rangeMarek Olšák2019-10-071-5/+6
* winsys/radeon: initialize SIMD properties in radeon_infoMarek Olšák2019-10-071-0/+3
* iris: Drop vtbl usage for some load_register callsKenneth Graunke2019-10-071-5/+4
* iris/state: Move reg/mem load/store functions earlier in fileJordan Justen2019-10-071-124/+122
* meson: drop duplicate inc_nir from libirisEric Engestrom2019-10-071-1/+1
* meson: use idep_nir instead of libnir in pipe-loaderEric Engestrom2019-10-071-2/+2
* meson: use idep_nir instead of libnir in haiku softpipeEric Engestrom2019-10-071-2/+2
* meson: use idep_nir instead of libnir in gallium nineEric Engestrom2019-10-071-2/+3
* meson: use idep_nir instead of libnir in libclnirEric Engestrom2019-10-071-2/+2
* meson: use idep_nir instead of libnir in libnouveauEric Engestrom2019-10-071-3/+4
* meson: add missing idep_nir_headers in iris_gen_libsEric Engestrom2019-10-071-2/+2
* iris: Drop bonus parameters from iris_init_*_context()Kenneth Graunke2019-10-073-27/+10
* Revert "iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaround"Kenneth Graunke2019-10-071-23/+0
* Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""Boris Brezillon2019-10-073-0/+53
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-073-53/+0
* gitlab-ci: Move LAVA-related files into top-level ci dirTomeu Vizoso2019-10-069-1741/+0
* gitlab-ci: Run dEQP on devices with PanfrostTomeu Vizoso2019-10-063-53/+40
* iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaroundKenneth Graunke2019-10-051-0/+23
* iris: Refactor push constant allocation so we can reuse itKenneth Graunke2019-10-051-9/+22
* etnaviv: set texture INT_FILTER bitJonathan Marek2019-10-051-1/+2
* etnaviv: implement texture comparatorJonathan Marek2019-10-056-5/+51
* etnaviv: update headers from rnndbJonathan Marek2019-10-053-31/+40
* st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFERKenneth Graunke2019-10-051-2/+4
* r600: Fix interpolateAtCentroidGert Wollny2019-10-044-1/+14
* 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