aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/va: add functions for VAAPI encodeBoyuan Zhang2016-07-253-2/+178
* st/va: get rate control method from configattrib v2Boyuan Zhang2016-07-253-0/+15
* st/va: add conversion for yv12 to nv12in putimage v2Boyuan Zhang2016-07-251-7/+27
* vl/util: add copy func for yv12image to nv12surface v2Boyuan Zhang2016-07-251-0/+37
* st/va: add encode entrypoint v2Boyuan Zhang2016-07-254-39/+150
* nvc0: upload sample locations on GM20xSamuel Pitoiset2016-07-243-5/+31
* freedreno/a4xx: time-elapsed query should be active for clearsRob Clark2016-07-241-1/+1
* nvc0/ir: fix up an assertion in emitUADD()Samuel Pitoiset2016-07-241-4/+3
* nvc0: fix wrong indentation in nvc0_validate_fb()Samuel Pitoiset2016-07-231-141/+141
* freedreno/a4xx: timestamp queriesRob Clark2016-07-233-1/+34
* freedreno: hw timestamp supportRob Clark2016-07-232-2/+15
* freedreno: prep work for timestamp queriesRob Clark2016-07-233-6/+10
* radeonsi: ensure sample locations are set for line and polygon smoothingNicolai Hähnle2016-07-231-2/+1
* radeonsi: fix Polaris MSAA regressionNicolai Hähnle2016-07-232-15/+20
* freedreno/ir3: Add missing braces in initializer[email protected]2016-07-231-1/+1
* freedreno/a2xx: silence missing case 'SHADER_COMPUTE' warning (v2)[email protected]2016-07-231-0/+2
* radeonsi: implement buffer_subdata without indirect callsMarek Olšák2016-07-235-5/+41
* gallium/util: don't modify usage in pipe_buffer_writeMarek Olšák2016-07-232-9/+7
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-2355-380/+377
* nv50/ir: allow to swap sources for OP_SUBSamuel Pitoiset2016-07-221-1/+6
* gallium/radeon: make deferred flushes asynchronousMarek Olšák2016-07-221-0/+2
* gallium: add PIPE_FLUSH_DEFERREDMarek Olšák2016-07-222-1/+12
* gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2016-07-222-6/+14
* nvc0/mme: fix offsets used for indirect drawsSamuel Pitoiset2016-07-222-8/+8
* nvc0: fix offsets of MP perf counters input parametersSamuel Pitoiset2016-07-221-15/+15
* vc4: Return V3D version details in the GL renderer info.Eric Anholt2016-07-202-1/+12
* vc4: Check the V3D version reported by the kernel.Eric Anholt2016-07-202-0/+62
* vc4: Detect and report kernel support for branching.Eric Anholt2016-07-201-2/+12
* vc4: Switch to using the libdrm-provided vc4_drm.h.Eric Anholt2016-07-202-280/+2
* clover: Re-order includes in invocation.cpp to fix buildTom Stellard2016-07-201-7/+17
* clover: Add missing include v2Tom Stellard2016-07-201-0/+1
* swr: [rasterizer core] introduce simd16intrin.hTim Rowley2016-07-204-6/+751
* swr: [rasterizer core] fix for possible int32 overflow conditionTim Rowley2016-07-201-1/+1
* swr: [rasterizer core] rename *_MAX enum values to *_COUNTTim Rowley2016-07-205-22/+21
* swr: [rasterizer core] centroid correctionTim Rowley2016-07-201-9/+17
* swr: [rasterizer core] support range of values in TemplateArgUnrollerTim Rowley2016-07-203-26/+56
* swr: [rasterizer core] ensure adjacent topologies use the cut-aware PATim Rowley2016-07-201-5/+2
* swr: [rasterizer] attribute swizzling and linkageTim Rowley2016-07-2011-171/+218
* swr: [rasterizer common] icc declspec definitionsTim Rowley2016-07-201-1/+17
* swr: [rasterizer jitter] rework vertex/instance ID storage in fetchTim Rowley2016-07-202-64/+36
* swr: [rasterizer core] avx512 simd utility workTim Rowley2016-07-204-10/+1026
* swr: [rasterizer core] viewport rounding for disabled scissorTim Rowley2016-07-201-2/+4
* gallium/dri: Add shared glapi to LIBADD on AndroidTomasz Figa2016-07-201-0/+7
* radeonsi: advertise 8 bits subpixel precision for viewport boundsJózef Kucia2016-07-201-1/+2
* r600: advertise 8 bits subpixel precision for viewport boundsJózef Kucia2016-07-201-1/+2
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-2017-0/+18
* nvc0: disable MS images on GM107+Samuel Pitoiset2016-07-201-0/+7
* nv50/ir: print OP_SUREDB subops in debug modeSamuel Pitoiset2016-07-201-0/+1
* gm107/ir: add emission for SUREDxSamuel Pitoiset2016-07-201-0/+50
* gm107/ir: add emission for SUSTx and SULDxSamuel Pitoiset2016-07-201-0/+104