summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-1014-33/+0
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-104-0/+4
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-103-16/+4
* v3d: take into account prim_counts_offsetAlejandro Piñeiro2019-10-101-1/+1
* radeonsi: enable MSAA shader imagesMarek Olšák2019-10-091-3/+0
* radeonsi: expand FMASK before MSAA image stores are usedMarek Olšák2019-10-097-24/+193
* radeonsi: apply FMASK to MSAA image loadsMarek Olšák2019-10-092-11/+42
* radeonsi: clean up image_fetch_rsrcMarek Olšák2019-10-091-33/+27
* radeonsi: add FMASK slots for shader images (for MSAA images)Marek Olšák2019-10-095-26/+42
* radeonsi: set the sample index for shader images correctlyMarek Olšák2019-10-091-6/+7
* radeonsi: fix GLSL imageSamples()Marek Olšák2019-10-091-0/+13
* radeonsi: don't set BO metadata for non-zero planesMarek Olšák2019-10-091-2/+2
* radeonsi: ignore metadata for non-zero planesMarek Olšák2019-10-091-2/+8
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-094-157/+5
* radeonsi: allocate planar multimedia formats in 1 bufferMarek Olšák2019-10-093-34/+124
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-092-8/+4
* 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-083-3/+6
* nvc0: add support for GL_EXT_demote_to_helper_invocationIlia Mirkin2019-10-073-0/+14
* 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-0735-59/+59
* 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 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-071-0/+1
* Revert "st/dri2: Implement DRI2bufferDamageExtension"Boris Brezillon2019-10-071-1/+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
* 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