summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* panfrost/midgard: Fix 3D texture regressionAlyssa Rosenzweig2019-06-281-1/+2
* panfrost: Add some special formatsAlyssa Rosenzweig2019-06-283-0/+7
* panfrost/midgard: Implement integer samplerAlyssa Rosenzweig2019-06-283-8/+42
* panfrost: Remove dubious assertAlyssa Rosenzweig2019-06-281-3/+0
* panfrost: Implement primitive restartAlyssa Rosenzweig2019-06-281-0/+13
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-8/+0
* freedreno/a6xx: wire up dither stateRob Clark2019-06-283-2/+14
* radeon/uvd: fix calc_ctx_size_h265_main10Pierre-Eric Pelloux-Prayer2019-06-283-9/+9
* panfrost: Only tag AFBC addresses when samplingTomeu Vizoso2019-06-282-7/+8
* panfrost/ci: Don't error out on RK3288Tomeu Vizoso2019-06-281-1/+3
* panfrost/ci: Don't print every kernel fileTomeu Vizoso2019-06-282-2/+2
* panfrost/ci: Fix the image nameTomeu Vizoso2019-06-281-5/+5
* panfrost/ci: Remove batchingTomeu Vizoso2019-06-281-7/+2
* iris: Don't leak resources in iris_create_surface for incomplete FBOsKenneth Graunke2019-06-281-19/+19
* virgl: Don't allow creating staging pipe_resourcesAlexandros Frantzis2019-06-283-24/+8
* virgl: Use virgl_staging_mgrAlexandros Frantzis2019-06-286-57/+34
* virgl: Add tests for virgl_staging_mgrAlexandros Frantzis2019-06-283-0/+424
* virgl: Introduce virgl_staging_mgrAlexandros Frantzis2019-06-284-0/+230
* virgl: Store the virgl_hw_res for copy transfersAlexandros Frantzis2019-06-286-10/+19
* iris: Fix major resource leak in iris_set_shader_imagesKenneth Graunke2019-06-271-3/+1
* intel: Add and use helpers for level0 extentNanley Chery2019-06-271-6/+2
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-271-5/+8
* iris: Fix memory leak of SO targetsKenneth Graunke2019-06-271-0/+4
* iris: Fix memory leak for draw parameter resourcesKenneth Graunke2019-06-271-0/+3
* iris: Drop u_upload_unmapKenneth Graunke2019-06-271-2/+0
* iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer objectKenneth Graunke2019-06-272-4/+10
* iris: Fix resource tracking for CS thread ID bufferKenneth Graunke2019-06-272-2/+8
* iris: Only bother with thread ID upload if doing MEDIA_CURBE_LOADKenneth Graunke2019-06-271-13/+13
* iris: Do MEDIA_CURBE_LOAD when IRIS_DIRTY_CS is set, not constantsKenneth Graunke2019-06-271-1/+1
* iris: Drop UBO range stuff from iris_restore_compute_saved_bosKenneth Graunke2019-06-271-24/+0
* iris: Properly align interface descriptor data addressesKenneth Graunke2019-06-271-1/+1
* panfrost/decode: Mention the address of a few descriptorsTomeu Vizoso2019-06-271-13/+11
* panfrost/decode: Wait for a job to finish before dumpingTomeu Vizoso2019-06-271-2/+4
* panfrost/decode: Decode exception statusTomeu Vizoso2019-06-271-2/+6
* panfrost/decode: Print AFBC struct when appropriateTomeu Vizoso2019-06-271-2/+1
* iris: Disable loop unrolling in GLSL IR.Kenneth Graunke2019-06-261-2/+1
* iris: Delete dead ice->state.streamout_strides field.Kenneth Graunke2019-06-261-3/+0
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-265-21/+2
* panfrost/midgard: Merge embedded constantsAlyssa Rosenzweig2019-06-261-19/+66
* panfrost/midgard: Share swizzle composeAlyssa Rosenzweig2019-06-262-8/+30
* panfrost/midgard: Share swizzle/mask codeAlyssa Rosenzweig2019-06-262-30/+32
* panfrost: Fix checksumming typoAlyssa Rosenzweig2019-06-261-1/+1
* iris: Fix overzealous query object batch flushing.Kenneth Graunke2019-06-261-4/+4
* iris: Make an iris_batch_get_signal_syncpt() helper.Kenneth Graunke2019-06-261-3/+14
* panfrost: Remove unneeded check in panfrost_scissor_culls_everything()Boris Brezillon2019-06-261-1/+1
* panfrost: Update copyright identifiersAlyssa Rosenzweig2019-06-2614-14/+14
* panfrost/midgard: Reorder to permit constant biasAlyssa Rosenzweig2019-06-262-67/+61
* panfrost/midgard: Add helper to encode constant biasAlyssa Rosenzweig2019-06-261-0/+34
* panfrost/midgard: Handle negative immediate biasAlyssa Rosenzweig2019-06-262-4/+5
* freedreno: correct batch_depends_on() logicRob Clark2019-06-261-1/+1