aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* iris: try to set the specified tiling when importing a dmabufJames Xiong2019-11-043-11/+29
* iris: Fix "Force Zero RTA Index Enable" setting againKenneth Graunke2019-11-041-1/+1
* panfrost: MALI_DEPTH_TEST is actually MALI_DEPTH_WRITEMASKBoris Brezillon2019-11-041-1/+2
* nv50/ir: fix crash in isUniform for undefined valuesKarol Herbst2019-11-031-0/+2
* lima: set dithering flag when necessaryVasily Khoruzhick2019-11-011-1/+3
* lima: ignore flags while looking for BO in cacheVasily Khoruzhick2019-11-011-2/+2
* lima: align size before trying to fetch BO from cacheVasily Khoruzhick2019-11-011-2/+2
* lima: add debug prints for BO cacheVasily Khoruzhick2019-11-013-6/+56
* pan/midgard: Use fp32 blend shadersAlyssa Rosenzweig2019-11-012-10/+10
* lima: support indexed draw with biasIcenowy Zheng2019-10-311-1/+1
* zink: emit line-width when using polygon line-modeErik Faye-Lund2019-10-311-1/+20
* targets/xvmc: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom2019-10-311-2/+2
* targets/xa: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom2019-10-311-2/+2
* targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom2019-10-311-2/+2
* targets/va: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom2019-10-311-2/+2
* targets/omx: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom2019-10-311-2/+2
* pipe-loader: drop unnecessary xmlpool_options_hEric Engestrom2019-10-311-2/+2
* pipe-loader: Build kmsro loader for with all kmsro targetsAlyssa Rosenzweig2019-10-311-1/+10
* zink: heap-allocate samplers objectsErik Faye-Lund2019-10-311-7/+14
* radeonsi: tell the shader disk cache what IR is usedPierre-Eric Pelloux-Prayer2019-10-311-7/+10
* android: Add panfrost support to build scriptsRobert Foss2019-10-314-1/+103
* v3d: rename vertex shader key (num)_fs_inputs fieldsIago Toral Quiroga2019-10-311-13/+13
* gallium/swr: Fix depth values for blit scenarioJan Zielinski2019-10-311-0/+8
* iris/gen11+: Move flush for render target changeJordan Justen2019-10-311-19/+20
* iris: Add IRIS_DIRTY_RENDER_BUFFER state flagJordan Justen2019-10-311-1/+3
* lima: add cubemap supportArno Messiaen2019-10-316-8/+45
* lima: introduce ppir_op_load_coords_reg to differentiate between loading text...Arno Messiaen2019-10-316-5/+18
* lima: add layer_stride field to lima_resource structArno Messiaen2019-10-313-15/+28
* lima: fix stride in texture descriptorArno Messiaen2019-10-312-3/+3
* nv50/ir: mark STORE destination inputs as usedIlia Mirkin2019-10-301-0/+6
* gm107/ir: fix loading z offset for layered 3d image bindingsIlia Mirkin2019-10-304-54/+202
* iris: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-302-0/+21
* etnaviv: fix non-pointsprite points on GC7000LJonathan Marek2019-10-301-0/+4
* etnaviv: stencil fixJonathan Marek2019-10-301-13/+15
* etnaviv: fix depth biasJonathan Marek2019-10-302-1/+2
* iris: Set MOCS for external surfaces to uncachedJordan Justen2019-10-301-4/+8
* iris: Align fast clear color state buffer to a page.Rafael Antognolli2019-10-301-0/+5
* zink: only enable KHR_external_memory_fd if supportedErik Faye-Lund2019-10-303-7/+28
* freedreno/a2xx: add missing vertex formats (SSCALE/USCALE/FIXED)Jonathan Marek2019-10-307-49/+82
* radeonsi: disable sdma for gfx10Pierre-Eric Pelloux-Prayer2019-10-301-1/+7
* radeonsi: sdma misc fixesPierre-Eric Pelloux-Prayer2019-10-302-4/+2
* radeonsi: align sdma byte count to dwPierre-Eric Pelloux-Prayer2019-10-301-1/+12
* radeonsi: enable 8K video decode support for HEVC and VP9Leo Liu2019-10-301-2/+18
* radeon/vcn: Add VP9 8K decode supportLeo Liu2019-10-301-1/+1
* zink: drop nop descriptor-updatesErik Faye-Lund2019-10-301-4/+5
* zink: use bitfield for dirty flaggingErik Faye-Lund2019-10-302-7/+6
* zink: use dynamic state for line-widthErik Faye-Lund2019-10-305-13/+17
* zink: Use optimal layout instead of general. Reduces valid layer warnings. Fi...Duncan Hopkins2019-10-303-36/+113
* iris: Resolve stencil resource prior to copy or used by CPUSagar Ghuge2019-10-291-9/+19
* iris: Prepare resources before stencil blit operationSagar Ghuge2019-10-291-7/+52