summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-122-2/+8
* scons: Check for xlocale.h before defining HAVE_XLOCALE_H.Vinson Lee2017-07-121-1/+3
* mesa/main: Move NULL pointer check.Plamena Manolova2017-07-121-6/+6
* st/va: Fix leak in VAAPI subpicturesChandu Babu N2017-07-121-0/+1
* glsl: gl_Max{Vertex,Fragment}UniformComponents exist in all desktop GL versionsIago Toral Quiroga2017-07-121-7/+9
* intel: common: Fix link failure with standalone Android buildTomasz Figa2017-07-121-0/+5
* glsl: check if any of the named builtins are available firstIlia Mirkin2017-07-123-4/+14
* nir/spirv: Use the type from the deref for atomicsJason Ekstrand2017-07-121-3/+3
* ac/nir: implement 64-bit packing and unpackingConnor Abbott2017-07-082-0/+32
* spirv: fix OpBitcast when the src and dst bitsize are different (v3)Connor Abbott2017-07-081-1/+66
* st/mesa: release EGLImage on EGLImageTarget* errorPhilipp Zabel2017-07-081-0/+1
* winsys/radeon: only call pb_slabs_reclaim when slabs are actually usedNicolai Hähnle2017-07-081-1/+2
* cherry-ignore: i965: Fix anisotropic filtering for mag filterAndres Gomez2017-07-081-0/+3
* swr: Limit memory held by defer deleted resources.Bruce Cherniak2017-07-081-0/+6
* etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach2017-07-081-28/+32
* ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith2017-07-081-29/+34
* ac/nir: Make intrinsic_name buffer long enoughJames Legg2017-07-081-1/+1
* i965: Always set AALINEDISTANCE_TRUE on Sandybridge.Kenneth Graunke2017-07-081-2/+1
* i965: Use true AA line distance on G45/Ironlake.Kenneth Graunke2017-07-081-1/+1
* radeon/winsys: Limit max allocation size to 70% of VRAMAaron Watry2017-07-081-0/+2
* draw: check for line_width != 1.0f in validate_pipeline()Brian Paul2017-07-081-3/+4
* docs: add sha256 checksums for 17.1.4Andres Gomez2017-06-301-1/+2
* docs: add release notes for 17.1.4mesa-17.1.4Andres Gomez2017-06-301-0/+219
* Update version to 17.1.4Andres Gomez2017-06-301-1/+1
* cherry-ignore: bin/get-fixes-pick-list.sh: better identify multiple "fixes:" ...Andres Gomez2017-06-281-1/+4
* cherry-ignore: 17.1.4 rejected commitsAndres Gomez2017-06-281-1/+8
* Fix khrplatform.h not installed if EGL is disabled.Eric Le Bihan2017-06-282-3/+3
* Android: major/minor/makedev live in <sys/sysmacros.h>Rob Herring2017-06-281-0/+1
* radeonsi: include ac_binary.h for struct ac_shader_binaryEmil Velikov2017-06-281-2/+2
* nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin2017-06-281-0/+8
* nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin2017-06-281-19/+32
* i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+Iago Toral Quiroga2017-06-281-1/+1
* amd/common: fix off-by-one in sid_tables.pyNicolai Hähnle2017-06-281-1/+1
* egl/display: make platform detection thread-safeEric Engestrom2017-06-281-7/+12
* egl/display: only detect the platform onceEric Engestrom2017-06-281-14/+17
* gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer2017-06-281-2/+8
* i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä2017-06-283-8/+7
* etnaviv: only flush resource to self if no scanout buffer existsLucas Stach2017-06-281-4/+5
* egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker2017-06-281-1/+3
* nv50/ir: Properly fold constants in SPLIT operationPierre Moreau2017-06-281-3/+4
* i965: Clamp clear colors to the representable rangeJason Ekstrand2017-06-281-0/+40
* gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()Brian Paul2017-06-281-1/+15
* i965: Fix broxton 2x6 l3 configAnuj Phogat2017-06-281-0/+16
* i965: Add and initialize l3_banks field for gen7+Anuj Phogat2017-06-282-3/+27
* svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul2017-06-281-0/+2
* svga: use the winsys interface to invalidate surfaceCharmaine Lee2017-06-285-8/+23
* egl: properly count configsEric Engestrom2017-06-285-6/+12
* egl/android: Change order of EGLConfig generation (v2)Chad Versace2017-06-281-7/+25
* i915: Fix gl_Fragcoord interpolationVille Syrjälä2017-06-285-16/+21
* change va max_entrypointsChandu Babu N2017-06-282-1/+3