summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Remove dubious assertAlyssa Rosenzweig2019-06-281-3/+0
* panfrost: Implement primitive restartAlyssa Rosenzweig2019-06-281-0/+13
* i965/icl: Apply WA_1606682166 to compute workloadsAnuj Phogat2019-06-281-1/+3
* Revert "iris/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-8/+0
* Revert "anv/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-281-12/+0
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-06-282-10/+0
* i965/icl: Fix WA_1606682166Anuj Phogat2019-06-281-2/+1
* freedreno/ir3: small cleanupRob Clark2019-06-281-1/+1
* freedreno/ir3: fix missing (ss) in dummy bary.f caseRob Clark2019-06-281-0/+5
* 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
* mesa: add display list support for gl(Compressed)TextureSubImage2DEXTPierre-Eric Pelloux-Prayer2019-06-281-0/+89
* mesa: add glTextureParameteri/iv/f/fvEXTPierre-Eric Pelloux-Prayer2019-06-286-6/+271
* mesa: extend _mesa_lookup_or_create_texture to support EXT_dsaPierre-Eric Pelloux-Prayer2019-06-282-3/+19
* mesa: refactor bind_texturePierre-Eric Pelloux-Prayer2019-06-282-17/+36
* mesa: extract helper function for glTexParameter*Pierre-Eric Pelloux-Prayer2019-06-281-13/+24
* mesa: add buffer != 0 checks to glNamedBufferEXT functionsPierre-Eric Pelloux-Prayer2019-06-281-2/+33
* mesa: fix a typo in map_named_buffer_rangeMarek Olšák2019-06-281-2/+2
* mesa: add support for glMapNamedBufferEXT()Timothy Arceri2019-06-285-1/+33
* mesa: add support for glUnmapNamedBufferEXT()Timothy Arceri2019-06-286-8/+12
* mesa: add support for glCompressedTextureSubImage2DEXT()Timothy Arceri2019-06-285-25/+73
* mesa: add support for glTextureSubImage2DEXT()Timothy Arceri2019-06-285-29/+132
* mesa: add support for glMapNamedBufferRangeEXT()Timothy Arceri2019-06-285-14/+48
* mesa: add support for glNamedBufferStorageEXTTimothy Arceri2019-06-285-0/+27
* 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
* gallium/u_transfer_helper: Don't leak a reference to the resource.Kenneth Graunke2019-06-281-0/+2
* 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-273-11/+21