summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: add support for glNamedBuffer*DataEXT()Timothy Arceri2019-06-285-3/+57
* mesa: add support for glBindMultiTextureEXTTimothy Arceri2019-06-285-11/+47
* mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer2019-06-281-0/+15
* meson: GNU/kFreeBSD has DRM/KMS and requires -D_GNU_SOURCEJames Clarke2019-06-281-2/+2
* gallium/u_transfer_helper: Don't leak a reference to the resource.Kenneth Graunke2019-06-281-0/+2
* meson: only add empty lines betwen active summary sectionsEric Engestrom2019-06-281-3/+3
* meson: bump required libdrm version to 2.4.81Eric Engestrom2019-06-281-1/+1
* ac: change ac_query_gpu_info() signatureEmil Velikov2019-06-282-4/+3
* panfrost: Only tag AFBC addresses when samplingTomeu Vizoso2019-06-282-7/+8
* gallivm: Improve lp_build_rcp_refine.Jose Fonseca2019-06-281-6/+6
* 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
* radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+Samuel Pitoiset2019-06-281-2/+2
* radv: add si_emit_ia_multi_vgt_param() helperSamuel Pitoiset2019-06-281-9/+25
* 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
* gallium: Make util_copy_image_view handle shader_accessKenneth Graunke2019-06-271-0/+2
* gallium: Teach GALLIUM_REFCNT_LOG about array texturesKenneth Graunke2019-06-271-0/+9
* isl: Don't align phys_level0_sa by block dimensionNanley Chery2019-06-272-31/+19
* intel: Add and use helpers for level0 extentNanley Chery2019-06-274-21/+39
* meson: try to use cmake as a finder for clangDylan Baker2019-06-271-16/+27
* meson: Add support for using cmake for finding LLVMDylan Baker2019-06-274-13/+32
* 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
* intel/compiler: fix derivative on y axis implementationLionel Landwerlin2019-06-271-21/+5
* meson: set up a proper internal dependency for xmlconfigEric Engestrom2019-06-275-9/+16
* xmlconfig: add missing #includeEric Engestrom2019-06-271-0/+3
* xmlpool: fix typo in commentEric Engestrom2019-06-271-2/+2
* 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
* mesa: use a correct function return typeAndrii Simiklit2019-06-272-2/+2
* 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
* radv: only export clip/cull distances if PS reads themSamuel Pitoiset2019-06-273-4/+15
* radv: fix FMASK expand if layerCount is VK_REMAINING_ARRAY_LAYERSSamuel Pitoiset2019-06-271-1/+1
* iris: Disable loop unrolling in GLSL IR.Kenneth Graunke2019-06-261-2/+1