summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: enable GL_EXT_float_blend when possibleIlia Mirkin2019-02-181-0/+10
* mesa: add explicit enable for EXT_float_blend, and error conditionIlia Mirkin2019-02-184-1/+26
* radv: fix writing the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-181-7/+8
* freedreno/ir3: handle quirky atomic dst for a6xxRob Clark2019-02-181-3/+12
* freedreno/a6xx: fix helper_invocation (sampler mask/id)Rob Clark2019-02-181-1/+6
* radv: remove unused variable in gather_push_constant_info()Samuel Pitoiset2019-02-181-1/+0
* i965: scale factor changes should trigger recompileLionel Landwerlin2019-02-182-1/+16
* radv: write the alpha channel of MRT0 when alpha coverage is enabledSamuel Pitoiset2019-02-181-0/+8
* ac: use new LLVM 8 intrinsic when loading 16-bit valuesSamuel Pitoiset2019-02-181-14/+27
* ac: add ac_build_llvm8_tbuffer_load() helperSamuel Pitoiset2019-02-182-0/+52
* mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachmentTapani Pälli2019-02-181-2/+6
* panfrost: Fix clipping regionAlyssa Rosenzweig2019-02-181-4/+11
* panfrost: Preserve w sign in perspective divisionAlyssa Rosenzweig2019-02-181-2/+4
* panfrost: Cleanup mali_viewport (clipping) codeAlyssa Rosenzweig2019-02-182-17/+19
* panfrost: Swap order of tiled texture (de)allocAlyssa Rosenzweig2019-02-181-6/+6
* panfrost: Free imported BOsAlyssa Rosenzweig2019-02-183-0/+12
* panfrost: Fix various leaks unmapping resourcesAlyssa Rosenzweig2019-02-182-9/+14
* nir: Don't reassociate add/mul chains containing only constantsKenneth Graunke2019-02-161-5/+5
* i965: Assert the execobject handles match for this deviceChris Wilson2019-02-161-0/+2
* freedreno/a6xx: cache flush harderRob Clark2019-02-165-7/+37
* freedreno/a6xx: compute supportRob Clark2019-02-168-40/+290
* freedreno/a6xx: image/ssbo state emitRob Clark2019-02-166-215/+259
* freedreno/a6xx: border-color offset helperRob Clark2019-02-162-13/+31
* freedreno/ir3: HIGH reg w/a for a6xxRob Clark2019-02-164-3/+26
* freedreno/ir3: add a6xx+ SSBO/image supportRob Clark2019-02-167-2/+484
* freedreno/ir3: add a6xx instruction encodingRob Clark2019-02-161-0/+90
* freedreno/ir3: add image/ssbo <-> ibo/tex mappingRob Clark2019-02-169-92/+173
* freedreno/ir3: fix ncomp for _store_image() srcRob Clark2019-02-161-2/+3
* freedreno/ir3: split out a4xx+ instructionsRob Clark2019-02-167-332/+394
* freedreno/ir3: split out image helpersRob Clark2019-02-166-183/+253
* freedreno/a6xx: clean up some open-coded bitsRob Clark2019-02-161-2/+4
* freedreno/a6xx: move stream-out emit to helperRob Clark2019-02-161-64/+72
* freedreno/ir3: fix varying packing vs. tex sharp edgeRob Clark2019-02-161-2/+30
* radv: fix invalid element type when filling vertex input default valuesSamuel Pitoiset2019-02-161-1/+3
* i965: Removed the field etc_format from the struct intel_mipmap_treeEleni Maria Stea2019-02-153-18/+1
* i965: Enabled the OES_copy_image extension on Gen 7 GPUsEleni Maria Stea2019-02-151-4/+12
* i965: Fixed the CopyImageSubData for ETC2 on Gen < 8Eleni Maria Stea2019-02-153-18/+6
* i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees.Eleni Maria Stea2019-02-153-69/+134
* i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*Nanley Chery2019-02-153-19/+19
* nir: remove simple dead if detection from nir_opt_dead_cf()Timothy Arceri2019-02-161-7/+2
* swr/rast: Add translation support to streamoutAlok Hota2019-02-1512-37/+106
* swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota2019-02-1513-135/+127
* swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota2019-02-155-25/+25
* swr/rast: Refactor scratch space variable namesAlok Hota2019-02-154-14/+14
* swr/rast: FP consistency between POSH/RENDER pipesAlok Hota2019-02-154-11/+33
* swr/rast: Move knob defaults to generated cpp fileAlok Hota2019-02-152-7/+14
* swr/rast: Flip BitScanReverse index calculationAlok Hota2019-02-151-2/+2
* swr/rast: Correctly align 64-byte spills/fillsAlok Hota2019-02-151-2/+2
* swr/rast: Disable use of __forceinline by defaultAlok Hota2019-02-151-1/+12
* swr/rast: Convert system memory pointers to gfxptr_tAlok Hota2019-02-156-3/+18