aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-0716-21/+21
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-0716-22/+22
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-072-2/+2
* gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-072-2/+2
* gallium/radeon: don't monitor SDMA busyness on EG/Cayman/SIMarek Olšák2017-03-061-1/+1
* radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák2017-03-065-28/+9
* radeonsi: set the convergent attribute where neededMarek Olšák2017-03-061-1/+1
* radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarationsMarek Olšák2017-03-061-2/+4
* swr: [rasterizer core] fix primID provoking vertex for GSTim Rowley2017-03-051-2/+2
* swr: implement geometry shadersTim Rowley2017-03-0513-63/+700
* svga: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-052-6/+3
* nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin2017-03-041-2/+2
* nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin2017-03-041-1/+3
* ac: normalize build helper namesMarek Olšák2017-03-033-35/+35
* radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2017-03-031-15/+10
* radeonsi: detect and mark loads/stores from read-only/write-only memoryMarek Olšák2017-03-031-10/+105
* ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák2017-03-031-11/+11
* radeonsi: use the writeonly LLVM attributeMarek Olšák2017-03-031-3/+6
* ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák2017-03-031-13/+12
* radeonsi: enable TC L2 for tessellation offchip storesMarek Olšák2017-03-031-8/+8
* radeonsi: merge and simplify tbuffer_store functionsMarek Olšák2017-03-031-40/+39
* radeonsi: set noalias on input shader pointersMarek Olšák2017-03-031-0/+1
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-031-7/+4
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-032-14/+12
* radeonsi: set readnone on reads from read-only memoryMarek Olšák2017-03-031-10/+10
* radeonsi: replace SI.buffer.load.dword with amdgcn.buffer.loadMarek Olšák2017-03-031-45/+19
* radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2017-03-031-5/+1
* radeonsi: remove last use of llvm.SI.resinfoMarek Olšák2017-03-031-48/+49
* radeonsi: move image intrinsic building to amd/commonMarek Olšák2017-03-031-92/+62
* ac: replace SI.export with amdgcn.exp.*Marek Olšák2017-03-031-3/+5
* radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2017-03-031-162/+144
* ac: unify build_type_name_for_intr functionsMarek Olšák2017-03-031-44/+5
* radeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as wellMarek Olšák2017-03-031-1/+2
* tgsi/scan: record load/store/atomic image usageMarek Olšák2017-03-031-1/+3
* radeonsi: add support for an on-disk shader cacheTimothy Arceri2017-03-031-7/+60
* swr: fix crash in swr_update_derived following st/mesa state changesBruce Cherniak2017-03-022-3/+46
* swr: enable clear_texture with util_clear_textureBruce Cherniak2017-03-022-1/+2
* svga: fix crash regression since e027935a795Brian Paul2017-03-022-4/+5
* svga: s/unsigned/pipe_prim_type/Brian Paul2017-03-024-2/+8
* svga: whitespace fixes in svga_context.hBrian Paul2017-03-021-10/+9
* svga: whitespace and formatting fixes in svga_stage.cBrian Paul2017-03-021-44/+40
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-012-30/+36
* automake: r600: radeonsi: correctly manage libamd_common.la linkingEmil Velikov2017-02-282-4/+5
* gallium/radeon: Add libamd_common.a to TARGET_LIB_DEPS also for r600Michel Dänzer2017-02-282-1/+5
* radeon: remove unused radeon_elf_util.{c,h}Timothy Arceri2017-02-287-256/+0
* radeon/ac: switch to ac_shader_binary_config_start()Timothy Arceri2017-02-282-3/+4
* radeon/ac: switch from radeon_elf_read() to ac_elf_read()Timothy Arceri2017-02-284-6/+4