summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virgl: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-3/+3
* swr: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-6/+7
* softpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-4/+6
* llvmpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+1
* freedreno: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+1
* etnaviv: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-2/+2
* draw: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-084-14/+15
* cso: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-082-10/+12
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-0823-29/+62
* anv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GBTapani Pälli2017-03-081-1/+1
* Revert "configure.ac: Use PKG_CHECK_VAR for wayland-scanner."Matt Turner2017-03-071-1/+6
* Revert "configure.ac: Use PKG_CHECK_VAR for libclc."Matt Turner2017-03-071-2/+4
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-078-116/+19
* spirv: Silence unused variable warnings in release modeJason Ekstrand2017-03-071-0/+1
* anv: Make the framebuffer-renderpass format assert non-fatalJason Ekstrand2017-03-071-1/+1
* 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
* configure.ac: Ensure libomxil-bellagio exists before invoking pkg-config.Matt Turner2017-03-071-1/+2
* configure.ac: Ensure libva is enabled before invoking pkg-config.Matt Turner2017-03-071-2/+4
* configure.ac: Use PKG_CHECK_VAR for libclc.Matt Turner2017-03-071-4/+2
* configure.ac: Use PKG_CHECK_VAR for wayland-scanner.Matt Turner2017-03-071-6/+1
* configure.ac: Fix error message in radeon_llvm_check().Matt Turner2017-03-071-1/+1
* build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner2017-03-076-7/+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