aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gitlab-ci: add the vulkan overlay layer to the vulkan buildEric Engestrom2019-05-081-0/+9
* gitlab-ci: Don't install WINE packagesMichel Dänzer2019-05-081-3/+1
* gitlab-ci: Reorder jobs a bit to be generally ordered longer => shorterMichel Dänzer2019-05-081-33/+33
* gitlab-ci: Build clover against all supported versions of LLVMMichel Dänzer2019-05-083-11/+21
* gitlab-ci: Move meson job script to separate fileMichel Dänzer2019-05-082-25/+30
* gitlab-ci: Remove superfluous comment about image tag counter suffixMichel Dänzer2019-05-081-3/+0
* meson: Force the use of config-tool for llvmDylan Baker2019-05-081-0/+1
* gallium/util: fix two MSVC compiler warningsBrian Paul2019-05-082-3/+3
* gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* noop: s/enum pipe_transfer_usage/unsigned/ to fix MSVC warningBrian Paul2019-05-081-1/+1
* ddebug: fix a few MSVC compiler warningsBrian Paul2019-05-082-8/+9
* glsl: s/GLboolean/bool/ to silence MSVC compiler warningBrian Paul2019-05-081-1/+1
* nir/flrp: Reassociate add in flrp(±1, b, c) lowering pathIan Romanick2019-05-081-4/+4
* nir/flrp: Fix typo on the flrp(±1, b, c) pathIan Romanick2019-05-081-1/+3
* anv: fix use after freeLionel Landwerlin2019-05-081-3/+3
* anv: rework queries writes to ensure ordering memory writesLionel Landwerlin2019-05-081-17/+84
* radv: call constant folding before opt algebraicTimothy Arceri2019-05-081-1/+1
* docs: drop h1 in headerErik Faye-Lund2019-05-08274-279/+274
* docs: harmonize headings and titlesErik Faye-Lund2019-05-0812-23/+23
* docs: renumber headingsErik Faye-Lund2019-05-0810-83/+87
* docs: give download-article a primary headingErik Faye-Lund2019-05-081-5/+7
* docs: use title-casing for all headings in sidebarErik Faye-Lund2019-05-081-10/+10
* docs: spell out "and" in sidebarErik Faye-Lund2019-05-081-3/+3
* docs: remove pointless list-entryErik Faye-Lund2019-05-081-1/+0
* docs: spell out faq in sidebarErik Faye-Lund2019-05-081-1/+1
* docs: spell out "and" in sidebarErik Faye-Lund2019-05-081-1/+1
* glsl_to_nir: remove unused type_is_int()Timothy Arceri2019-05-081-9/+0
* Revert "glx: Fix synthetic error generation in __glXSendError"Timothy Arceri2019-05-081-2/+2
* radeonsi: add an AMD_TEX_ANISO environment variableTimothy Arceri2019-05-081-0/+4
* i965: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-071-1/+5
* i965: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-071-0/+2
* i965: Fix BRW_MEMZONE_LOW_4G heap size.Kenneth Graunke2019-05-071-1/+4
* intel/compiler: Unset flag reg when FB write is not predicatedMatt Turner2019-05-071-0/+1
* intel/disasm: Disassemble immediate value properly for dimSagar Ghuge2019-05-071-3/+12
* intel/disasm: Disassemble JIP offset for whileSagar Ghuge2019-05-071-1/+2
* intel/compiler: Replicate 16 bit immediate value correctlySagar Ghuge2019-05-072-0/+6
* intel/compiler: Print quad value in hex formatSagar Ghuge2019-05-071-1/+1
* intel/tools: Add unit tests for assemblerSagar Ghuge2019-05-07595-0/+28757
* intel/tools: Initialize offset correctly for i965_asmMika Kuoppala2019-05-071-10/+7
* intel/tools: Add meson pthread dependancy for i965_asmMika Kuoppala2019-05-071-0/+1
* intel/tools: New i965 instruction assembler toolSagar Ghuge2019-05-075-0/+3040
* iris: Also handle res->offset for buffer sampler/image viewsKenneth Graunke2019-05-071-8/+9
* iris: support dmabuf imports with offsetsMike Blumenkrantz2019-05-074-12/+12
* gallivm: fix broken 8-wide s3tc decodingRoland Scheidegger2019-05-071-17/+15
* docs: Add relnotes stub for 19.2Juan A. Suarez Romero2019-05-071-0/+59
* Bump version for 19.1 branchJuan A. Suarez Romero2019-05-071-1/+1
* lima: enable sin and cos lowering for GPVasily Khoruzhick2019-05-071-0/+1
* nir: implement lowering for fsin and fcosVasily Khoruzhick2019-05-074-0/+142
* freedreno/ir3: move const_state to ir3_shaderRob Clark2019-05-0710-30/+33
* freedreno/ir3: split out const_state setupRob Clark2019-05-073-52/+61