summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: make radv_resolve_entrypoint staticEmil Velikov2017-02-212-2/+1
* radv: remove unused radv_dispatch_table dtableEmil Velikov2017-02-212-3/+0
* anv: remove unused anv_dispatch_table dtableEmil Velikov2017-02-212-4/+0
* i915: remove extern "C" guardsEmil Velikov2017-02-215-40/+0
* i915: remove 'virtual' and extern C workaroundsEmil Velikov2017-02-211-9/+4
* i965: remove 'virtual' and extern C workaroundsEmil Velikov2017-02-211-13/+3
* i965: add extern C notation in headersEmil Velikov2017-02-213-0/+22
* gallium: do not #include foo.h within extern C {}Emil Velikov2017-02-211-2/+2
* nir: do not #include util/debug.h within extern C {}Emil Velikov2017-02-211-1/+4
* glsl: resolve extern C workarounds/hacksEmil Velikov2017-02-213-8/+4
* st/mesa: move extern C wrappers where applicableEmil Velikov2017-02-212-7/+7
* mesa/tests: remove unneeded extern C { #include foo } hackEmil Velikov2017-02-211-2/+0
* mesa: remove unneeded extern C {} wrapperEmil Velikov2017-02-211-10/+0
* mesa: annotate functions for C linkageEmil Velikov2017-02-211-0/+8
* anv: remove unneeded extern C notationEmil Velikov2017-02-211-8/+0
* radv: remove unneeded extern C notationEmil Velikov2017-02-211-7/+1
* glsl/tests: Add UINT64 and INT64 typesRhys Kidd2017-02-211-0/+18
* radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIKNicolai Hähnle2017-02-216-19/+43
* radeonsi: handle MultiDrawIndirect in si_get_draw_start_countNicolai Hähnle2017-02-211-7/+53
* winsys/amdgpu: reduce max_alloc_size based on GTT limitsNicolai Hähnle2017-02-211-2/+4
* radv: Don't flush at the start of a command buffer.Bas Nieuwenhuizen2017-02-211-15/+0
* radv: Flush in the initial preamble CS.Bas Nieuwenhuizen2017-02-213-90/+148
* radv: Special case the initial preamble.Bas Nieuwenhuizen2017-02-214-15/+22
* radv: Split emitting the cache flush out.Bas Nieuwenhuizen2017-02-211-64/+77
* radv: Free empty_cs on device destruction.Bas Nieuwenhuizen2017-02-211-0/+2
* nvc0: use PascalB for most Pascal boardsBen Skeggs2017-02-212-1/+9
* radv: handle subpass cache flushesDave Airlie2017-02-211-48/+63
* r300g: only allow byteswapped formats on big endianGrazvydas Ignotas2017-02-211-0/+5
* mesa: remove unused variable warning in release buildsTimothy Arceri2017-02-211-7/+2
* gallivm: Reenable PPC VSX (v3)Ben Crocker2017-02-201-1/+13
* gallivm: Override getHostCPUName() "generic" w/ "pwr8" (v4)Ben Crocker2017-02-201-0/+13
* gallivm: Improve debug output (V2)Ben Crocker2017-02-202-1/+18
* gallium/u_suballoc: update commentsMarek Olšák2017-02-201-3/+5
* util/build-id: define ElfW and NT_GNU_BUILD_ID if neededJonathan Gray2017-02-201-0/+8
* android: glsl: build shader cache sourcesMauro Rossi2017-02-201-0/+1
* android: radeonsi: fix sid_table.h generated header include pathMauro Rossi2017-02-201-1/+3
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-2014-10/+98
* Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie2017-02-206-32/+8
* radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.Bas Nieuwenhuizen2017-02-191-2/+2
* gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák2017-02-195-6/+14
* radeonsi: fix UNSIGNED_BYTE index buffer fallback with non-zero start (v2)Marek Olšák2017-02-191-2/+2
* radv: handle layered fast clears.Dave Airlie2017-02-195-29/+43
* radv: pass subresourceRange by pointer.Dave Airlie2017-02-191-13/+13
* radv: fix typo in a2b10g10r10 fast clear calculation.Dave Airlie2017-02-191-1/+1
* radv: Invert ring SGPR check.Bas Nieuwenhuizen2017-02-191-1/+1
* radv: Clamp framebuffer dimensions to min. attachment dimensions.Bas Nieuwenhuizen2017-02-191-6/+13
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-1814-86/+5
* ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0Marek Olšák2017-02-181-0/+17
* radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák2017-02-185-24/+22
* tgsi/lowering: stop using TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-4/+13