summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Drop the anv_validate block helperJason Ekstrand2017-03-072-13/+3
* anv: Get rid of the stub() macrosJason Ekstrand2017-03-073-17/+5
* anv: Remove a pointless finishmeJason Ekstrand2017-03-071-4/+0
* anv: Convert the HiZ finishme's to perf_warnJason Ekstrand2017-03-071-4/+4
* anv: Add a performance warning helperJason Ekstrand2017-03-072-0/+27
* st/mesa: don't propagate uniforms when restoring from cacheTimothy Arceri2017-03-085-9/+17
* radv: remove duplicate initialization of alphaToOne featureDamien Grassart2017-03-081-1/+0
* radv: disable mip point pre clamping.Dave Airlie2017-03-081-1/+1
* radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund2017-03-071-3/+5
* radv: fix the size of the dynamic_buffers arrayFredrik Höglund2017-03-071-1/+1
* radv: fix the dynamic buffer index in vkCmdBindDescriptorSetsFredrik Höglund2017-03-071-1/+1
* build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner2017-03-075-5/+5
* 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