summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: support 64-bit system valuesNicolai Hähnle2017-04-051-4/+20
* radeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUESNicolai Hähnle2017-04-052-1/+3
* tgsi: add SUBGROUP_* semanticsIlia Mirkin2017-04-053-0/+65
* tgsi: add BALLOT/READ_* opcodesIlia Mirkin2017-04-053-17/+63
* gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle2017-04-0517-0/+18
* swr: automake: add gen_common.py to the tarballEmil Velikov2017-04-051-0/+1
* radeonsi: enable ARB_sparse_bufferNicolai Hähnle2017-04-051-1/+10
* radeonsi: disable SDMA clears and copies for sparse buffersNicolai Hähnle2017-04-053-4/+11
* gallium/radeon: implement pipe->resource_commitNicolai Hähnle2017-04-051-0/+35
* gallium/radeon: transfers and invalidation for sparse buffersNicolai Hähnle2017-04-051-10/+24
* gallium/radeon: implement sparse buffer creationNicolai Hähnle2017-04-051-0/+2
* winsys/amdgpu: sparse buffer debugging helpersNicolai Hähnle2017-04-051-0/+61
* winsys/amdgpu: take fences when freeing a backing bufferNicolai Hähnle2017-04-051-3/+11
* winsys/amdgpu: add sparse buffers to CSNicolai Hähnle2017-04-052-16/+140
* winsys/amdgpu: sparse buffer creation / destruction / commitmentNicolai Hähnle2017-04-051-1/+400
* winsys/amdgpu: add sparse buffer data structuresNicolai Hähnle2017-04-052-1/+46
* winsys/amdgpu: extend amdgpu_add_fence to allow adding multiple fencesNicolai Hähnle2017-04-052-11/+27
* winsys/amdgpu: build handles and flags list late on submit threadNicolai Hähnle2017-04-052-17/+28
* winsys/amdgpu: share common code in amdgpu_add_fence_dependenciesNicolai Hähnle2017-04-051-21/+17
* winsys/amdgpu: extract amdgpu_do_add_real_bufferNicolai Hähnle2017-04-051-8/+18
* winsys/radeon: sparse buffers will not be supportedNicolai Hähnle2017-04-051-0/+2
* radeon/winsys: add sparse buffer interfaceNicolai Hähnle2017-04-051-0/+17
* trace: add resource_commit pass-throughNicolai Hähnle2017-04-051-0/+20
* ddebug: add resource_commit pass-throughNicolai Hähnle2017-04-051-0/+11
* gallium: add sparse buffer interface and capabilityNicolai Hähnle2017-04-0519-0/+58
* libgl-xlib: Link with libunwind.Vinson Lee2017-04-041-1/+2
* targets: export radeon winsys_create functions to silence LLVM warningMarek Olšák2017-04-043-0/+15
* r600g: check rasterizer primitive states like in radeonsiConstantine Kharlamov2017-04-041-8/+13
* r600g: extract a code into a r600_emit_rasterizer_prim_state()Constantine Kharlamov2017-04-043-14/+33
* r600g/radeonsi: use the correct types (taken from pipe_draw_info)Constantine Kharlamov2017-04-043-7/+8
* r600g: remove duplicate memset by using a pointer, and constify argsConstantine Kharlamov2017-04-041-22/+19
* radeonsi: access gallivm through ctx in most placesMarek Olšák2017-04-043-87/+79
* radeonsi: use ctx->types instead of bld->types etc.Marek Olšák2017-04-042-23/+21
* radeonsi: use i32_0/1 instead of *int_bld.zero/one in most placesMarek Olšák2017-04-042-55/+47
* gallium: decrease the size of pipe_draw_info - 88 -> 80 bytesMarek Olšák2017-04-042-3/+9
* gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytesMarek Olšák2017-04-041-8/+8
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-045-13/+15
* gallium: decrease the size of pipe_box - 24 -> 16 bytesMarek Olšák2017-04-041-4/+7
* gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytesMarek Olšák2017-04-041-6/+6
* gallium: decrease the size of pipe_surface - 48 -> 40 bytesMarek Olšák2017-04-041-5/+4
* gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytesMarek Olšák2017-04-041-4/+4
* gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák2017-04-043-4/+4
* gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytesMarek Olšák2017-04-041-1/+7
* radeonsi: use i32_0 and i32_1 moreMarek Olšák2017-04-041-16/+16
* radeonsi: remove most uses of lp_build_const*Marek Olšák2017-04-043-151/+145
* radeonsi: clean up 'radeon_bld' referencesMarek Olšák2017-04-041-60/+48
* radeonsi: fix broken texture filtering on SI-CIK since GFX9 changesMarek Olšák2017-04-041-15/+17
* svga: add comment on svga_buffer_hw_storage_map()Brian Paul2017-04-031-0/+1
* gallium/util: libunwind supportRob Clark2017-04-033-2/+105
* gallium/util: clean up stack frame printingRob Clark2017-04-033-23/+26