summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-03-15clover: Work around build failure with AltiVec.Matt Turner1-0/+3
2017-03-15radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák1-0/+3
2017-03-15gallivm: Reenable PPC VSX (v3)Ben Crocker1-1/+13
2017-03-15nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin1-1/+3
2017-03-15gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas1-1/+1
2017-03-15gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas1-0/+1
2017-03-15r300g: only allow byteswapped formats on big endianGrazvydas Ignotas1-0/+5
2017-03-15nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin1-2/+2
2017-03-15radeonsi: fix broken tessellation on Carrizo and StoneyMarek Olšák1-1/+3
2017-03-15gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2-2/+78
2017-03-15radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle6-24/+41
2017-03-15radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle1-7/+53
2017-03-15winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle1-2/+4
2017-03-15gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker1-0/+13
2017-03-15gallivm: Improve debug output (V2)Ben Crocker2-1/+18
2017-03-15gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák5-6/+14
2017-03-15gallium/util: remove unused u_index_modify helpersMarek Olšák2-101/+0
2017-03-15radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák1-2/+2
2017-03-14tgsi: fix memory leak in tgsi sanity checkDave Airlie1-3/+5
2017-03-14nvc0: set the render condition in the compute objectIlia Mirkin1-2/+10
2017-03-14gm107/ir: fix address offset bitfield for ATOMSIlia Mirkin1-1/+1
2017-03-14nvc0/ir: fix ubo max clamp, reset file indexIlia Mirkin1-1/+3
2017-03-14nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ computeIlia Mirkin1-25/+22
2017-03-14nvc0: increase number of ubo binding pointsIlia Mirkin1-3/+2
2017-03-14winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()Samuel Pitoiset1-7/+10
2017-03-14radeonsi: don't invoke DCC decompression in update_all_texture_descriptorsMarek Olšák1-5/+6
2017-03-14swr: Align query results allocationGeorge Kyriazis2-4/+5
2017-03-14swr: Prune empty nodes in CalculateProcessorTopology.Bruce Cherniak1-0/+9
2017-03-13radeonsi: fix texture gather on stencil texturesNicolai Hähnle1-2/+16
2017-02-17nvc0: disable linked tsc mode in compute launch descriptorIlia Mirkin2-2/+6
2017-02-17r600/sb: Fix memory leakBartosz Tomczyk1-1/+7
2017-02-16vc4: Avoid emitting small immediates for UBO indirect load address guards.Eric Anholt5-4/+20
2017-02-16gallium/radeon: fix performance of buffer readbacksMarek Olšák1-8/+9
2017-02-16tgsi-dump: dump label if instruction has oneMarc-André Lureau1-11/+13
2017-02-09d3dadapter9: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09st/dri: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09clover: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09freedreno: automake: correctly set MKDIR_GENEmil Velikov1-0/+1
2017-02-09swr: [rasterizer core] Remove dead code Clipper::ClipScalar()Bruce Cherniak1-39/+0
2017-02-09r600: Fix stack overflowBartosz Tomczyk1-1/+1
2017-02-08radeonsi: always set the TCL1_ACTION_ENA when invalidating L2Marek Olšák1-1/+2
2017-01-25st/va: delay calling begin_frame until we have all parametersNayan Deshmukh2-3/+9
2017-01-24r600/sb: Fix loop optimization related hangs on egHeiko Przybyl6-30/+68
2017-01-24freedreno: some fence cleanupRob Clark9-27/+23
2017-01-24gallium/hud: add missing break in hud_cpufreq_graph_install()Samuel Pitoiset1-0/+1
2017-01-24radeonsi: don't forget to add HTILE to the buffer list for texturingMarek Olšák1-6/+13
2017-01-24radeonsi: Always leave poly_offset in a valid stateZachary Michaels1-1/+3
2017-01-24radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+Marek Olšák1-2/+5
2017-01-24nouveau: take extra push space into account for pushbuf_space callsIlia Mirkin15-56/+26
2017-01-24glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins1-0/+1