summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* relnotes: [swr] note addition of gs, increased llvm requirementTim Rowley2017-03-051-0/+4
* docs: update features.txt for swr geometry shadersTim Rowley2017-03-051-9/+9
* swr: [rasterizer core] fix primID provoking vertex for GSTim Rowley2017-03-051-2/+2
* swr: implement geometry shadersTim Rowley2017-03-0513-63/+700
* configure.ac: increase required swr llvm to 3.9.0Tim Rowley2017-03-051-1/+1
* i965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFER_SIZE.Kenneth Graunke2017-03-041-0/+18
* automake: move wayland-drm prior to VulkanEmil Velikov2017-03-041-5/+5
* android: fix libz dynamic library dependenciesMauro Rossi2017-03-042-4/+2
* svga: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-052-6/+3
* nvc0: take extra pushbuf space into account for pushbuf_space callsIlia Mirkin2017-03-041-2/+2
* nvc0: increase alignment to 256 for texture buffers on fermiIlia Mirkin2017-03-041-1/+3
* android: fix outdir for gen_enum_to_str filesTapani Pälli2017-03-041-1/+2
* EGL/Android: Add EGL_EXT_buffer_age extensionXiaosong Wei2017-03-042-1/+59
* docs: add news item and link release notes for 17.0.1Emil Velikov2017-03-042-0/+7
* docs: add sha256 checksums for 17.0.1Emil Velikov2017-03-041-1/+2
* docs: add release notes for 17.0.1Emil Velikov2017-03-041-0/+220
* gallium/targets: don't leave an empty target directory(ies)Emil Velikov2017-03-043-3/+9
* radv: use enum_to_str util functions.Emil Velikov2017-03-042-34/+5
* vulkan: Build common Vulkan code earlierJason Ekstrand2017-03-041-5/+5
* anv: Advertise shaderInt64 on Broadwell and aboveJason Ekstrand2017-03-032-1/+2
* nir/int64: Properly handle imod/iremJason Ekstrand2017-03-031-3/+21
* nir/builder: Add an int64 immediate helperJason Ekstrand2017-03-031-0/+11
* genxml: Fill out Gen4 and G45 XML.Kenneth Graunke2017-03-032-1/+2232
* ac: normalize build helper namesMarek Olšák2017-03-036-318/+317
* ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák2017-03-031-0/+20
* radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2017-03-033-15/+33
* radeonsi: detect and mark loads/stores from read-only/write-only memoryMarek Olšák2017-03-031-10/+105
* ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák2017-03-034-15/+73
* radeonsi: use the writeonly LLVM attributeMarek Olšák2017-03-031-3/+6
* ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák2017-03-034-23/+20
* radeonsi: enable TC L2 for tessellation offchip storesMarek Olšák2017-03-031-8/+8
* radeonsi: merge and simplify tbuffer_store functionsMarek Olšák2017-03-034-114/+77
* radeonsi: set noalias on input shader pointersMarek Olšák2017-03-031-0/+1
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-033-7/+33
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-034-14/+29
* radeonsi: set readnone on reads from read-only memoryMarek Olšák2017-03-033-13/+21
* radeonsi: replace SI.buffer.load.dword with amdgcn.buffer.loadMarek Olšák2017-03-031-45/+19
* radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2017-03-033-5/+21
* ac: replace old image intrinsics with new onesMarek Olšák2017-03-031-0/+80
* radeonsi: remove last use of llvm.SI.resinfoMarek Olšák2017-03-031-48/+49
* radeonsi: move image intrinsic building to amd/commonMarek Olšák2017-03-033-92/+159
* ac: replace SI.export with amdgcn.exp.*Marek Olšák2017-03-032-3/+36
* radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2017-03-033-162/+170
* ac: unify build_type_name_for_intr functionsMarek Olšák2017-03-034-82/+47
* radeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as wellMarek Olšák2017-03-031-1/+2
* gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2017-03-034-0/+8
* tgsi/scan: record load/store/atomic image usageMarek Olšák2017-03-033-11/+16
* glapi: Fix a comment typoEric Anholt2017-03-031-1/+1
* mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong targetAlejandro Piñeiro2017-03-031-3/+3
* i965: Add Kaby Lake brandstringsBen Widawsky2017-03-021-10/+10