summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* etnaviv: pass a preallocated variant to compilerChristian Gmeiner2017-04-054-38/+62
* etnaviv: make specs constChristian Gmeiner2017-04-051-1/+1
* etnaviv: add struct etna_shader_stateChristian Gmeiner2017-04-055-23/+24
* etnaviv: add basic shader variant supportChristian Gmeiner2017-04-053-4/+60
* etnaviv: s/etna_shader/etna_shader_variantChristian Gmeiner2017-04-057-34/+34
* etnaviv: remove not needed forward declarationsChristian Gmeiner2017-04-051-2/+0
* gallium/util: honour LIBUNWIND_CFLAGSEmil Velikov2017-04-051-0/+1
* st/clover: Fix build after shrink of pipe_boxAaron Watry2017-04-051-3/+3
* radeonsi: enable ARB_shader_ballotNicolai Hähnle2017-04-051-1/+3
* radeonsi: optimization barriers to work around LLVM deficienciesNicolai Hähnle2017-04-051-4/+12
* radeonsi: strengthen emit_optimization_barrierNicolai Hähnle2017-04-052-4/+38
* radeonsi: emit TGSI_OPCODE_READ_*Nicolai Hähnle2017-04-051-0/+38
* radeonsi: emit TGSI_OPCODE_BALLOTNicolai Hähnle2017-04-051-0/+18
* radeonsi: implement TGSI_SEMANTIC_SUBGROUP_*Nicolai Hähnle2017-04-051-0/+40
* 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