summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-15clover: Work around build failure with AltiVec.Matt Turner1-0/+3
2017-03-15radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBufferAlex Smith1-0/+2
2017-03-15radv: Emit cache flushes before CP DMA.Bas Nieuwenhuizen1-0/+3
2017-03-15radv: setup llvm target data layoutDave Airlie1-0/+7
2017-03-15radeonsi: mark all bound shader buffer ranges as initializedMarek Olšák1-0/+3
2017-03-15gallivm: Reenable PPC VSX (v3)Ben Crocker1-1/+13
2017-03-15nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin1-1/+3
2017-03-15glapi: fix typo in count_scaleGregory Hainaut1-1/+1
2017-03-15gallium/u_queue: set num_threads correctly if not all threads startGrazvydas Ignotas1-1/+1
2017-03-15gallium/u_queue: fix a crash with atexit handlersGrazvydas Ignotas1-0/+1
2017-03-15r300g: only allow byteswapped formats on big endianGrazvydas Ignotas1-0/+5
2017-03-15vulkan/wsi: Improve the DRI3 error messageJacob Lifshay1-10/+41
2017-03-15anv: Properly handle destroying NULL devices and instancesJason Ekstrand1-0/+6
2017-03-15anv: Accurately advertise dynamic descriptor limitsJason Ekstrand1-2/+2
2017-03-15i965: move brw_define.h ifndef guard to the topEmil Velikov1-3/+3
2017-03-15radv: disable mip point pre clamping.Dave Airlie1-1/+1
2017-03-15radv/ac: fix multiple descriptor sets with dynamic buffersFredrik Höglund1-3/+5
2017-03-15radv: fix the dynamic buffer index in vkCmdBindDescriptorSetsFredrik Höglund1-1/+1
2017-03-15radv: Disable HTILE for textures with multiple layers/levels.Bas Nieuwenhuizen1-0/+3
2017-03-15radv: Emit pending flushes before executing a secondary command bufferAlex Smith1-0/+3
2017-03-15radv: drop Z24 support.Dave Airlie1-3/+0
2017-03-15nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin1-2/+2
2017-03-15ralloc: Make sure ralloc() allocations match malloc()'s alignment.Jonas Pfeil1-1/+14
2017-03-15egl: Ensure ResetNotificationStrategy matches for shared contexts.Kenneth Graunke1-0/+14
2017-03-15st/mesa: inform the driver of framebuffer changes before compute dispatchesNicolai Hähnle1-1/+9
2017-03-15st/glsl_to_tgsi: avoid iterating past the head of the instruction listNicolai Hähnle1-2/+9
2017-03-15i965/fs: emit MOV_INDIRECT with the source with the right register typeSamuel Iglesias Gonsálvez1-1/+1
2017-03-15i965/fs: fix source type when emitting MOV_INDIRECT to read ICP handlesSamuel Iglesias Gonsálvez1-3/+3
2017-03-15i965/fs: fix indirect load DF uniforms on BSW/BXTSamuel Iglesias Gonsálvez1-21/+20
2017-03-15i965/fs: detect different bit size accesses to uniforms to push them in prope...Samuel Iglesias Gonsálvez1-16/+34
2017-03-15i965/fs: mark last DF uniform array element as 64 bit live oneSamuel Iglesias Gonsálvez1-0/+3
2017-03-15radv: fix txs for sampler buffersDave Airlie1-1/+1
2017-03-15egl/dri3: implement query surface hookBrendan King3-0/+45
2017-03-15radv: fix depth format in blit2d.Dave Airlie1-2/+5
2017-03-15radv: Use correct size for availability flag.Bas Nieuwenhuizen1-2/+5
2017-03-15radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.Bas Nieuwenhuizen1-20/+45
2017-03-15radv: Reset emitted compute pipeline when calling secondary cmd buffer.Bas Nieuwenhuizen1-0/+1
2017-03-15radeonsi: fix broken tessellation on Carrizo and StoneyMarek Olšák1-1/+3
2017-03-15st/mesa: set blend state for PBO readbacksMarek Olšák1-0/+6
2017-03-15st/mesa: reset sample_mask, min_sample, and render_condition for PBO opsMarek Olšák2-0/+13
2017-03-15glsl: fix heap-use-after-free in ast_declarator_list::hir()Samuel Iglesias Gonsálvez1-2/+4
2017-03-15gallium/u_queue: fix random crashes when the app calls exit()Marek Olšák2-2/+78
2017-03-15intel/blorp: Explicitly flush all allocated stateJason Ekstrand3-1/+37
2017-03-15blorp/exec: Use uint32_t for copying varying dataJason Ekstrand1-2/+2
2017-03-15anv/query: Perform CmdResetQueryPool on the GPUJason Ekstrand2-22/+30
2017-03-15genxml: Make MI_STORE_DATA_IMM more consistentJason Ekstrand3-3/+3
2017-03-15anv/query: clflush the bo map on non-LLC platformsJason Ekstrand1-0/+3
2017-03-15anv: Add an invalidate_range helperJason Ekstrand1-0/+13
2017-03-15radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle6-24/+41
2017-03-15radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle1-7/+53