summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add sha256 checksums for 17.2.817.2Andres Gomez2017-12-231-1/+2
* docs: add release notes for 17.2.8mesa-17.2.8Andres Gomez2017-12-221-0/+111
* Update version to 17.2.8Andres Gomez2017-12-221-1/+1
* cherry-ignore: r600: set DX10_CLAMP for compute shader tooAndres Gomez2017-12-201-0/+5
* cherry-ignore: main: Clear shader program data whenever ProgramBinary is calledAndres Gomez2017-12-201-0/+3
* cherry-ignore: radv: port merge tess info from anvAndres Gomez2017-12-201-0/+4
* cherry-ignore: added 17.3 nominations.Andres Gomez2017-12-201-0/+4
* cherry-ignore: swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.Andres Gomez2017-12-201-0/+4
* i965/vec4: use a temp register to compute offsets for pull loadsIago Toral Quiroga2017-12-201-1/+3
* radv: Fix multi-layer blits.Bas Nieuwenhuizen2017-12-201-25/+24
* gallium/aux: include nr_samples in util_resource_size() computationBrian Paul2017-12-201-1/+2
* r600: use DX10_CLAMP bit in shader setupRoland Scheidegger2017-12-202-0/+15
* r600: use min_dx10/max_dx10 instead of min/maxRoland Scheidegger2017-12-202-6/+9
* xlib: call _mesa_warning() instead of fprintf()Brian Paul2017-12-201-1/+2
* spirv: Fix loading an entire block at once.Bas Nieuwenhuizen2017-12-201-27/+30
* radeon/vce: move destroy command before feedback commandLeo Liu2017-12-201-1/+1
* util: Add a SHA1 unit test programMatt Turner2017-12-203-1/+74
* util: Assume little endian in the absence of platform-specific handlingMatt Turner2017-12-201-1/+5
* docs: add sha256 checksums for 17.2.7Emil Velikov2017-12-141-1/+2
* docs: add release notes for 17.2.7mesa-17.2.7Emil Velikov2017-12-141-0/+246
* Update version to 17.2.7Emil Velikov2017-12-141-1/+1
* glsl/linker: Check that re-declared, inter-shader built-in blocks matchEduardo Lima Mitev2017-12-081-0/+29
* glsl: Use the utility function to copy symbols between symbol tablesEduardo Lima Mitev2017-12-082-31/+10
* glsl_parser_extra: Add utility to copy symbols between symbol tablesEduardo Lima Mitev2017-12-082-0/+48
* glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idxNicolai Hähnle2017-12-081-1/+30
* glsl: allow any l-value of an input variable as interpolant in interpolateAt*Nicolai Hähnle2017-12-082-5/+32
* glsl: Fix gl_NormalScale.Fabian Bieler2017-12-083-2/+6
* glsl: Match order of gl_LightSourceParameters elements.Fabian Bieler2017-12-081-2/+2
* broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.Eric Anholt2017-12-081-16/+27
* st/va: change frame_idx from array to hash tableJulien Isorce2017-12-084-6/+31
* gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk2017-12-083-1/+17
* anv: Check if memfd_create is already defined.Vinson Lee2017-12-083-0/+5
* i965/fs: Unpack count argument to 64-bit shift ops on AtomMatt Turner2017-12-081-6/+28
* gallium/wgl: fix default pixel format issueFrank Richter2017-12-081-2/+21
* glsl: add varying resources for arrays of complex typesJuan A. Suarez Romero2017-12-081-4/+59
* swr: Handle resource across context changesGeorge Kyriazis2017-12-084-10/+70
* glsl: get correct member type when processing xfb ifc arraysTimothy Arceri2017-12-081-2/+4
* radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE checkNicolai Hähnle2017-12-081-1/+1
* nvc0/ir: Properly lower 64-bit shifts when the shift value is >32Pierre Moreau2017-12-081-1/+1
* glx/dri3: Remove unused deviceName variableVadym Shovkoplias2017-12-081-4/+1
* intel/blorp: Fix possible NULL pointer dereferencingVadym Shovkoplias2017-12-081-1/+1
* i965: Fix Smooth Point Enables.Kenneth Graunke2017-12-081-1/+1
* compiler: use NDEBUG to guard assertsEric Engestrom2017-12-083-6/+6
* util: Fix disk_cache index calculation on big endianMatt Turner2017-12-081-2/+2
* util: Fix SHA1 implementation on big endianMatt Turner2017-12-081-1/+2
* i965/fs: Handle negating immediates on MADs when propagating saturatesMatt Turner2017-12-081-2/+8
* docs/llvmpipe: document ppc64le as alternative architecture to x86.Ben Crocker2017-12-081-3/+9
* nir/opcodes: Fix constant-folding of bitfield_insertJames Legg2017-12-081-2/+2
* radv: Add LLVM version to the device name stringAlex Smith2017-12-082-26/+38
* meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke2017-12-081-9/+14