summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: Use the subresource range in HTILE initialization.Bas Nieuwenhuizen2017-03-072-7/+12
* radv: Use winsys HTILE info.Bas Nieuwenhuizen2017-03-076-87/+18
* radv/amdgpu: Let addrlib calculate the HTILE parameters.Bas Nieuwenhuizen2017-03-072-0/+31
* amd/common: document PREDICATION OP 3 as 64-bit bool.Dave Airlie2017-03-071-0/+1
* radv: handle z offset for 3d image <-> buffer copies.Dave Airlie2017-03-071-0/+4
* radv: move fast clear before resolve into own loop.Dave Airlie2017-03-071-8/+15
* radv: Disable HTILE for textures with multiple layers/levels.Bas Nieuwenhuizen2017-03-061-0/+3
* radv: Properly handle destroying NULL devices and instancesDave Airlie2017-03-071-0/+6
* radv/ac: introduce i1true/i1false to context.Dave Airlie2017-03-071-32/+33
* radv/ac: handle Z export using new builder.Dave Airlie2017-03-071-22/+19
* radv/ac: move to using common ac_get_image_intr_name.Dave Airlie2017-03-071-40/+15
* radeonsi/ac: move get_image_intr_name to commonDave Airlie2017-03-073-36/+41
* 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
* glapi: fix typo in count_scaleGregory Hainaut2017-03-071-1/+1
* i965: Return NULL from initScreen2, not false.Kenneth Graunke2017-03-061-4/+4
* i965: Make a devinfo local variable.Kenneth Graunke2017-03-061-12/+13
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-0611-357/+10
* i965: Drop duplicate #defines now that we've bumped libdrm requirements.Kenneth Graunke2017-03-062-13/+0
* getteximage: fix _mesa_GetTextureSubImage()Samuel Pitoiset2017-03-061-1/+1
* ralloc: don't leave out the alignment factorGrazvydas Ignotas2017-03-061-1/+3
* i965: don't require 64bit cmpxchgGrazvydas Ignotas2017-03-061-3/+11
* radv: Emit pending flushes before executing a secondary command bufferAlex Smith2017-03-061-0/+3
* mesa/main: remove useless check in _mesa_IsSampler()Samuel Pitoiset2017-03-061-7/+1
* getteximage: avoid to lookup textures with id 0Samuel Pitoiset2017-03-061-3/+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-069-74/+23
* radeonsi: set the convergent attribute where neededMarek Olšák2017-03-062-3/+7
* gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák2017-03-064-0/+4
* radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarationsMarek Olšák2017-03-062-5/+7
* 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