summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner2017-03-074-4/+4
* radeonsi/ac: move get_image_intr_name to commonDave Airlie2017-03-071-36/+10
* gallium/util: remove unused header from u_queue.cTimothy Arceri2017-03-071-1/+0
* gallium/util: remove unused pipe_thread_destroy()Timothy Arceri2017-03-071-5/+0
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-078-12/+7
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-079-13/+19
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-078-16/+12
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-079-19/+15
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-0786-775/+772
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-0787-605/+602
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-0735-53/+50
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-0746-68/+65
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-0722-24/+21
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-0745-71/+67
* gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri2017-03-075-11/+8
* gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2017-03-075-12/+9
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-077-15/+12
* gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri2017-03-074-12/+9
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-078-15/+12
* st/dri: reduce dri_fill_st_options() paramsMarek Olšák2017-03-071-3/+5
* st/dri: use local pointer to st_context_ifaceMarek Olšák2017-03-071-4/+7
* 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-066-36/+9
* radeonsi: set the convergent attribute where neededMarek Olšák2017-03-061-1/+1
* gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák2017-03-062-0/+2
* radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarationsMarek Olšák2017-03-061-2/+4
* st/omx: Set end-of-frame flag on bitstream output buffersMark Thompson2017-03-061-0/+3
* st/omx: Fix port format enumerationMark Thompson2017-03-061-0/+2
* st/va: Fix forward/backward referencing for deinterlacingMark Thompson2017-03-062-7/+7
* st/va: Support fractional framerate in misc parameterMark Thompson2017-03-061-1/+7
* st/va encode handle ntsc framerate rate controlAndy Furniss2017-03-061-6/+13
* 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
* gallium/targets: don't leave an empty target directory(ies)Emil Velikov2017-03-043-3/+9
* 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