aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* virgl: honor winsys supplied metadataGurchetan Singh2019-10-021-1/+6
* virgl: modify internal structures to track winsys-supplied dataGurchetan Singh2019-10-022-43/+52
* virgl: modify resource_create_from_handle(..) callbackGurchetan Singh2019-10-023-3/+18
* virgl: remove stride from virgl_hw_resGurchetan Singh2019-10-022-3/+0
* etnaviv: enable triangle strips only when the hardware supports itGert Wollny2019-10-021-1/+7
* meson: remove -DGALLIUM_SOFTPIPE from st/osmesaDylan Baker2019-10-011-1/+0
* haiku: fix Mesa buildKen Mays2019-10-013-28/+18
* iris: Enable EXT_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-09-301-0/+1
* gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATIONCaio Marcelo de Oliveira Filho2019-09-303-0/+5
* iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.Kenneth Graunke2019-09-301-2/+6
* ac: add ac_build_image_get_sample_count from radeonsiMarek Olšák2019-09-301-17/+7
* tgsi_to_nir: handle PIPE_FORMAT_NONE in image opcodesMarek Olšák2019-09-301-0/+3
* meson: gallium media state trackers require libdrm with x11Dylan Baker2019-09-304-8/+14
* iris: Disable CCS_E for 32-bit floating point textures.Kenneth Graunke2019-09-301-1/+23
* radeonsi/gfx10: fix corruption for chips with harvested TCCsMarek Olšák2019-09-301-2/+6
* radeonsi/gfx10: fix L2 cache rinse programmingMarek Olšák2019-09-301-5/+17
* etnaviv: fix bitmask typoEric Engestrom2019-09-301-1/+1
* nouveau: set lower_sub = trueDaniel Schürmann2019-09-303-6/+2
* vc4: Enable the nir_opt_algebraic_late() pass.Eric Anholt2019-09-301-0/+15
* scons: Fix MSYS2 Mingw-w64 build.pal10002019-09-291-2/+2
* lima: set uniforms_address lower bits properlyVasily Khoruzhick2019-09-281-0/+8
* etnaviv: nir: fix gl_FragDepthJonathan Marek2019-09-281-3/+17
* etnaviv: disable earlyZ when shader writes fragment depthJonathan Marek2019-09-283-3/+8
* etnaviv: nir: make lower_alu easier to followJonathan Marek2019-09-281-32/+36
* etnaviv: remove extra allocation for shader codeJonathan Marek2019-09-281-1/+1
* etnaviv: nir: remove "options" structJonathan Marek2019-09-282-41/+24
* etnaviv: nir: use store_deref instead of store_outputJonathan Marek2019-09-282-70/+59
* etnaviv: nir: add native integers (HALTI2+)Jonathan Marek2019-09-285-34/+170
* qetnaviv: nir: use new immediates when possibleJonathan Marek2019-09-281-1/+21
* etnaviv: nir: set num_components for inputs/outputsJonathan Marek2019-09-281-3/+3
* etnaviv: nir: allocate contiguous components for LOAD destinationJonathan Marek2019-09-281-8/+53
* etnaviv: nir: fix gl_FrontFacingJonathan Marek2019-09-283-1/+9
* lima: do not set the PP uniforms address lowest bitsIcenowy Zheng2019-09-281-1/+0