summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r600/eg: dump event type in dumpsDave Airlie2017-11-271-0/+1
* nouveau/compiler: Allow to omit line numbers when printing instructionsTobias Klausmann2017-11-265-4/+13
* radeonsi: try flushing unflushed fences in si_fence_finish even when timeout ...Nicolai Hähnle2017-11-261-3/+3
* nv50/ir: move LateAlgebraicOpt to the very endIlia Mirkin2017-11-261-1/+1
* nv50/ir: when merging immediates/consts, load directlyIlia Mirkin2017-11-261-1/+21
* nv50/ir: add optimization for modulo by a non-power-of-2 valueIlia Mirkin2017-11-261-0/+15
* nv50/ir: optimize signed integer modulo by pow-of-2Ilia Mirkin2017-11-252-10/+29
* util: Just give up and define PIPE_ARCH_LITTLE_ENDIAN on MSVCMatt Turner2017-11-251-2/+3
* docs: remove bug 103626 from fix list as per 17.2.6Andres Gomez2017-11-261-2/+0
* util: Use preprocessor correctlyMatt Turner2017-11-251-1/+1
* docs: update calendar, add news item and link release notes for 17.2.6Andres Gomez2017-11-263-7/+8
* docs: add sha256 checksums for 17.2.6Andres Gomez2017-11-261-1/+2
* docs: add release notes for 17.2.6Andres Gomez2017-11-261-0/+188
* freedreno/a4xx: add ARB_framebuffer_no_attachments supportIlia Mirkin2017-11-253-3/+8
* freedreno/a4xx: add indirect draw supportIlia Mirkin2017-11-253-3/+36
* freedreno: regenerate pm4 header, adjust code for new namesIlia Mirkin2017-11-253-114/+171
* freedreno/a4xx: add stencil texturing supportIlia Mirkin2017-11-254-15/+38
* freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xxIlia Mirkin2017-11-258-5/+153
* nir: allow texture offsets with cube mapsIlia Mirkin2017-11-251-2/+13
* util: Fix disk_cache index calculation on big endianMatt Turner2017-11-251-2/+2
* util: Add a SHA1 unit test programMatt Turner2017-11-252-1/+67
* util: Fix SHA1 implementation on big endianMatt Turner2017-11-251-1/+2
* util: Assume little endian in the absence of platform-specific handlingMatt Turner2017-11-251-0/+3
* mesa: shrink VERT_ATTRIB bitfields to 32 bitsMarek Olšák2017-11-2514-49/+59
* mesa: remove unused vertex attrib WEIGHTMarek Olšák2017-11-2511-27/+24
* mesa: don't assign numbers to vertex attrib enums manuallyMarek Olšák2017-11-253-133/+133
* gallium/hud: add HUD sharing within a context share groupMarek Olšák2017-11-254-14/+106
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-259-19/+22
* gallium/hud: prevent a crash if the recording context is inactiveMarek Olšák2017-11-251-1/+4
* gallium/hud: separate code for record context init/releaseMarek Olšák2017-11-252-16/+37
* gallium/hud: separate code for draw context init/releaseMarek Olšák2017-11-251-70/+111
* gallium/hud: don't use hud->pipe in hud_parse_env_varMarek Olšák2017-11-251-6/+7
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-256-7/+8
* cso: add cso_get_pipe_contextMarek Olšák2017-11-252-0/+5
* gallium/hud: pass pipe_context explicitly to most functionsMarek Olšák2017-11-255-64/+57
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-256-79/+99
* st/dri: remove dead code and incorrect comment around make_currentMarek Olšák2017-11-251-13/+0
* st/dri: clean up dri_unbind_contextMarek Olšák2017-11-251-3/+4
* radeonsi: expose all CB performance counters on StoneyMarek Olšák2017-11-251-1/+1
* radeonsi: handle imported textures with DCC robustlyMarek Olšák2017-11-251-1/+1
* radeonsi: fix a typo in creating monolithic ES-GSMarek Olšák2017-11-251-1/+1
* radeonsi: don't write undefined output channels to LDS in LSMarek Olšák2017-11-251-0/+3
* radeonsi: use ac.lds for shared memoryMarek Olšák2017-11-253-5/+3
* radeonsi: do 64-bit LDS loads recursivelyMarek Olšák2017-11-251-7/+9
* mapi: Teach es{1,2}api/ABI-check shared library names on CygwinJon Turney2017-11-242-8/+18
* Revert "radv: remove unnecessary memset() in radv_AllocateCommandBuffers()"Samuel Pitoiset2017-11-241-0/+3
* radv/winsys: improve error messages when the buffer list creation failedSamuel Pitoiset2017-11-241-3/+6
* radv/winsys: do not try to create a BO list with 0 buffersSamuel Pitoiset2017-11-241-3/+9
* i965/vec4: fix splitting of interleaved attributesIago Toral Quiroga2017-11-241-1/+6
* etnaviv: Emit vertex buffers consecutivelyWladimir J. van der Laan2017-11-231-4/+4