aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Use atomics for available_texture_memAxel Davy2017-03-291-2/+2
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-293-5/+17
* freedreno: fix memory leakRob Clark2017-03-291-0/+2
* clover: use pipe_resource referencesJan Vesely2017-03-292-3/+9
* radeonsi: don't hang on shader compile failureMarek Olšák2017-03-291-1/+1
* swr: [rasterizer jitter] fix llvm >= 5.0 build breakTim Rowley2017-03-293-3/+3
* nvc0/ir: treat FMA like MAD for operand propagationKarol Herbst2017-03-291-0/+1
* radeonsi: disable sinking common instructions down to the end blockSamuel Pitoiset2017-03-171-0/+10
* clover: Work around build failure with AltiVec.Matt Turner2017-03-161-0/+3
* nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin2017-03-161-1/+3
* radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák2017-03-161-0/+3
* nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin2017-03-161-2/+2
* gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas2017-03-011-1/+1
* gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas2017-03-011-0/+1
* radeonsi: fix broken tessellation on Carrizo and StoneyMarek Olšák2017-03-011-1/+3
* r300g: only allow byteswapped formats on big endianGrazvydas Ignotas2017-03-011-0/+5
* android: radeonsi: fix sid_table.h generated header include pathMauro Rossi2017-03-011-1/+3
* gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2017-03-012-2/+78
* etnaviv: remove number of pixel pipes validationChristian Gmeiner2017-03-011-10/+0
* etnaviv: move pctx initialisation to avoid a null dereferenceChristian Gmeiner2017-03-011-5/+5
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-03-016-19/+43
* radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle2017-03-011-7/+53
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-03-011-0/+13
* gallivm: Improve debug output (V2)Ben Crocker2017-03-012-1/+18
* winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle2017-03-011-2/+4
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-03-015-6/+14
* gallium/util: remove unused u_index_modify helpersMarek Olšák2017-03-012-101/+0
* radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák2017-03-011-2/+2
* nvc0: disable linked tsc mode in compute launch descriptorIlia Mirkin2017-02-232-2/+6
* tgsi: fix memory leak in tgsi sanity checkDave Airlie2017-02-231-3/+5
* nvc0: set the render condition in the compute objectIlia Mirkin2017-02-231-2/+10
* gm107/ir: fix address offset bitfield for ATOMSIlia Mirkin2017-02-231-1/+1
* vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt2017-02-235-4/+20
* gallivm: Reenable PPC VSX (v3)Ben Crocker2017-02-231-1/+13
* gallium/radeon: fix performance of buffer readbacksMarek Olšák2017-02-101-8/+9
* tgsi-dump: dump label if instruction has oneMarc-André Lureau2017-02-101-11/+13
* nvc0/ir: fix ubo max clamp, reset file indexIlia Mirkin2017-02-101-1/+3
* nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ computeIlia Mirkin2017-02-101-25/+22
* nvc0: increase number of ubo binding pointsIlia Mirkin2017-02-101-3/+2
* swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak2017-02-101-39/+0
* winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()Samuel Pitoiset2017-02-081-7/+10
* Revert "radeonsi: decrease the number of texture slots to 24"Marek Olšák2017-02-081-1/+1
* etnaviv: force vertex buffers through the MMULucas Stach2017-02-031-1/+4
* st/va: make sure that we call begin_frame() only once v2Christian König2017-02-032-3/+9
* st/vdpau: only send buffers with B8G8R8A8 format to XNayan Deshmukh2017-02-033-3/+11
* android: fix llvm, elf dependencies for M, N releasesMauro Rossi2017-02-031-1/+1
* etnaviv: Set SE.CLIP registers, add margins for scissor/clip registersWladimir J. van der Laan2017-02-033-20/+52
* etnaviv: Generate new sin/cos instructions on GC3000Wladimir J. van der Laan2017-02-033-1/+40
* etnaviv: Cannot render to rb-swapped formatsWladimir J. van der Laan2017-02-031-2/+5
* etnaviv: Avoid infinite loop in find_frame()Christian Gmeiner2017-02-031-1/+1