summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-18mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachmentTapani Pälli1-2/+6
2019-02-18panfrost: Fix clipping regionAlyssa Rosenzweig1-4/+11
2019-02-18panfrost: Preserve w sign in perspective divisionAlyssa Rosenzweig1-2/+4
2019-02-18panfrost: Cleanup mali_viewport (clipping) codeAlyssa Rosenzweig2-17/+19
2019-02-18panfrost: Swap order of tiled texture (de)allocAlyssa Rosenzweig1-6/+6
2019-02-18panfrost: Free imported BOsAlyssa Rosenzweig3-0/+12
2019-02-18panfrost: Fix various leaks unmapping resourcesAlyssa Rosenzweig2-9/+14
2019-02-16nir: Don't reassociate add/mul chains containing only constantsKenneth Graunke1-5/+5
2019-02-16i965: Assert the execobject handles match for this deviceChris Wilson1-0/+2
2019-02-16freedreno/a6xx: cache flush harderRob Clark5-7/+37
2019-02-16freedreno/a6xx: compute supportRob Clark8-40/+290
2019-02-16freedreno/a6xx: image/ssbo state emitRob Clark6-215/+259
2019-02-16freedreno/a6xx: border-color offset helperRob Clark2-13/+31
2019-02-16freedreno/ir3: HIGH reg w/a for a6xxRob Clark4-3/+26
2019-02-16freedreno/ir3: add a6xx+ SSBO/image supportRob Clark7-2/+484
2019-02-16freedreno/ir3: add a6xx instruction encodingRob Clark1-0/+90
2019-02-16freedreno/ir3: add image/ssbo <-> ibo/tex mappingRob Clark9-92/+173
2019-02-16freedreno/ir3: fix ncomp for _store_image() srcRob Clark1-2/+3
2019-02-16freedreno/ir3: split out a4xx+ instructionsRob Clark7-332/+394
2019-02-16freedreno/ir3: split out image helpersRob Clark6-183/+253
2019-02-16freedreno/a6xx: clean up some open-coded bitsRob Clark1-2/+4
2019-02-16freedreno/a6xx: move stream-out emit to helperRob Clark1-64/+72
2019-02-16freedreno/ir3: fix varying packing vs. tex sharp edgeRob Clark1-2/+30
2019-02-16radv: fix invalid element type when filling vertex input default valuesSamuel Pitoiset1-1/+3
2019-02-15i965: Removed the field etc_format from the struct intel_mipmap_treeEleni Maria Stea3-18/+1
2019-02-15i965: Enabled the OES_copy_image extension on Gen 7 GPUsEleni Maria Stea1-4/+12
2019-02-15i965: Fixed the CopyImageSubData for ETC2 on Gen < 8Eleni Maria Stea3-18/+6
2019-02-15i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees.Eleni Maria Stea3-69/+134
2019-02-15i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*Nanley Chery3-19/+19
2019-02-16nir: remove simple dead if detection from nir_opt_dead_cf()Timothy Arceri1-7/+2
2019-02-15swr/rast: Add translation support to streamoutAlok Hota12-37/+106
2019-02-15swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota13-135/+127
2019-02-15swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota5-25/+25
2019-02-15swr/rast: Refactor scratch space variable namesAlok Hota4-14/+14
2019-02-15swr/rast: FP consistency between POSH/RENDER pipesAlok Hota4-11/+33
2019-02-15swr/rast: Move knob defaults to generated cpp fileAlok Hota2-7/+14
2019-02-15swr/rast: Flip BitScanReverse index calculationAlok Hota1-2/+2
2019-02-15swr/rast: Correctly align 64-byte spills/fillsAlok Hota1-2/+2
2019-02-15swr/rast: Disable use of __forceinline by defaultAlok Hota1-1/+12
2019-02-15swr/rast: Convert system memory pointers to gfxptr_tAlok Hota6-3/+18
2019-02-15radv: Use correct num formats to detect whether we should be use 1.0 or 1.Bas Nieuwenhuizen1-1/+2
2019-02-15nir/algebraic: Simplify comparison with sequential integers starting with 0Ian Romanick1-0/+5
2019-02-15nir/algebraic: Convert some f2u to f2iIan Romanick1-0/+13
2019-02-15intel/compiler/test: Add unit test for mismatched signedness comparisonMatt Turner1-0/+32
2019-02-15intel/compiler: Avoid propagating inequality cmods if types are differentMatt Turner1-0/+7
2019-02-15intel/compiler/test: Set devinfo->gen = 7Matt Turner1-1/+1
2019-02-15gallium/auxiliary/vl: Add video compositor compute shader renderJames Zhu2-28/+83
2019-02-15gallium/auxiliary/vl: Add compute shader to support video compositor renderJames Zhu5-0/+469
2019-02-15gallium/auxiliary/vl: Rename csc_matrix and increase its size.James Zhu3-7/+7
2019-02-15gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor APIJames Zhu5-688/+821