aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vc4: Rework scheduling of thread switch to cut one more NOP.Eric Anholt2016-12-291-46/+75
* vc4: Fill thread switching delay slotsJonas Pfeil2016-12-291-7/+38
* vc4: Enable NIR-based loop unrolling.Eric Anholt2016-12-291-0/+5
* freedreno/ir3: fix linkage::var sizeRob Clark2016-12-271-1/+1
* freedreno/ir3: treat clipvertex like a normal varyingRob Clark2016-12-271-3/+1
* freedreno/a5xx: transform-feedback supportRob Clark2016-12-277-38/+209
* freedreno: update generated headersRob Clark2016-12-277-43/+81
* freedreno/ir3: UBO support for 64b GPUs (a5xx)Rob Clark2016-12-271-3/+24
* freedreno/ir3: rework location of driver constantsRob Clark2016-12-276-53/+75
* freedreno/a5xx: fix emit for bo addressesRob Clark2016-12-271-3/+9
* freedreno/a5xx: texture layoutRob Clark2016-12-272-2/+2
* ttn: set ->info->num_ubosRob Clark2016-12-271-1/+4
* clover: Use Clang's diagnosticsVedran Miletić2016-12-241-1/+6
* swr: fix icc compile errorBruce Cherniak2016-12-231-1/+1
* radeonsi: Bugfix needed for hashcatChristian Inci2016-12-221-5/+7
* radeonsi: fix gl_ClipDistance and gl_ClipVertex for pointsNicolai Hähnle2016-12-221-2/+10
* radeonsi: only set VS_OUT_MISC_SIDE_BUS_ENA when the misc vector is usedNicolai Hähnle2016-12-221-5/+6
* llvmpipe: Link tests with CLOCK_LIB.Vinson Lee2016-12-211-1/+2
* radeonsi: add Polaris12 support (v3)Junwei Zhang2016-12-215-1/+11
* ttn: handle GLSL_SAMPLER_DIM_SUBPASS_MS caseJuan A. Suarez Romero2016-12-211-0/+1
* svga: Fix a strict-aliasing violation in shader dumperEdward O'Callaghan2016-12-211-1/+9
* draw: use SoA fetch, not AoS oneRoland Scheidegger2016-12-211-48/+23
* gallivm: generalize the compressed format soa fetch a bitRoland Scheidegger2016-12-211-37/+49
* gallivm: provide soa fetch path handling formats with more than 32bitRoland Scheidegger2016-12-211-154/+375
* gallivm: optimize gather a bit, by using supplied destination typeRoland Scheidegger2016-12-218-79/+333
* gallivm: optimize SoA AoS fallback fetch path a littleRoland Scheidegger2016-12-211-22/+46
* gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soaRoland Scheidegger2016-12-213-8/+12
* st/nine: Upload on secondary context for Draw*UpAxel Davy2016-12-201-8/+15
* st/nine: Dirty MANAGED buffers at Lock timeAxel Davy2016-12-201-2/+3
* st/nine: Implement new buffer upload pathAxel Davy2016-12-2010-24/+461
* st/nine: Allow non-zero resource offset for vertex buffersAxel Davy2016-12-203-8/+12
* st/nine: Do not wait for DEFAULT lock for volumes when we canAxel Davy2016-12-201-1/+8
* st/nine: Do not wait for DEFAULT lock for surfaces when we canAxel Davy2016-12-201-1/+11
* st/nine: Add arguments to context's blit and copy_regionAxel Davy2016-12-203-6/+22
* st/nine: Idem for nine_context_gen_mipmapAxel Davy2016-12-203-1/+7
* st/nine: Bind destination for surface/volume uploadsAxel Davy2016-12-204-0/+9
* st/nine: Use nine_context_box_upload for volumesAxel Davy2016-12-202-36/+26
* st/nine: Fix leak with volume dtorAxel Davy2016-12-201-1/+1
* st/nine: Fix leak with cubetexture dtorAxel Davy2016-12-201-1/+1
* st/nine: Use nine_context_box_upload for surfacesAxel Davy2016-12-202-32/+33
* st/nine: Implement nine_context_box_uploadAxel Davy2016-12-202-0/+50
* st/nine: Use nine_context_gen_mipmap in BaseTexture9Axel Davy2016-12-201-9/+3
* st/nine: Implement nine_context_gen_mipmapAxel Davy2016-12-202-0/+22
* st/nine: Optimize managed buffer uploadAxel Davy2016-12-202-5/+10
* st/nine: Implement nine_context_range_uploadAxel Davy2016-12-202-0/+19
* st/nine: Do not bind the container if forward is falseAxel Davy2016-12-201-7/+5
* st/nine: Comment and simplify iunknownAxel Davy2016-12-202-21/+18
* st/nine: Detach buffers in swapchain dtor.Axel Davy2016-12-201-1/+1
* st/nine: Fix NineUnknown_DetachAxel Davy2016-12-201-2/+1
* st/nine: Simplify ARG_BIND_REFAxel Davy2016-12-201-7/+3