summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-12spirv: Fix reaching unreachable for compare exchange on imagesJames Legg1-0/+1
2017-07-12svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul1-1/+4
2017-07-12st/wgl: improve selection of pixel formatOlivier Lauffenburger1-7/+29
2017-07-12svga: fixed surface size to include array sizeCharmaine Lee1-1/+2
2017-07-12svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende1-7/+8
2017-07-12glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shadersJuan A. Suarez Romero1-2/+4
2017-07-12intel/isl: Add the maximum surface size limitAnuj Phogat1-0/+22
2017-07-12intel/isl: Use uint64_t to store total surface sizeAnuj Phogat2-2/+3
2017-07-12gallium/radeon: fix a possible crash for buffer exportsMarek Olšák1-9/+15
2017-07-12etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado1-3/+7
2017-07-12svga: clamp device line width to at least 1 to fix HWv8 line stipplingBrian Paul2-5/+5
2017-07-12ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsicsAlex Smith1-1/+1
2017-07-12etnaviv: fix refcnt initialization in etna_screenAleksander Morgado1-0/+1
2017-07-12swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2-5/+5
2017-07-12swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2-2/+8
2017-07-12mesa/main: Move NULL pointer check.Plamena Manolova1-6/+6
2017-07-12st/va: Fix leak in VAAPI subpicturesChandu Babu N1-0/+1
2017-07-12glsl: gl_Max{Vertex,Fragment}UniformComponents exist in all desktop GL versionsIago Toral Quiroga1-7/+9
2017-07-12intel: common: Fix link failure with standalone Android buildTomasz Figa1-0/+5
2017-07-12glsl: check if any of the named builtins are available firstIlia Mirkin3-4/+14
2017-07-12nir/spirv: Use the type from the deref for atomicsJason Ekstrand1-3/+3
2017-07-08ac/nir: implement 64-bit packing and unpackingConnor Abbott2-0/+32
2017-07-08spirv: fix OpBitcast when the src and dst bitsize are different (v3)Connor Abbott1-1/+66
2017-07-08st/mesa: release EGLImage on EGLImageTarget* errorPhilipp Zabel1-0/+1
2017-07-08winsys/radeon: only call pb_slabs_reclaim when slabs are actually usedNicolai Hähnle1-1/+2
2017-07-08swr: Limit memory held by defer deleted resources.Bruce Cherniak1-0/+6
2017-07-08etnaviv: fix shader miscompilation with more than 16 labelsLucas Stach1-28/+32
2017-07-08ac/nir: Use correct LLVM intrinsics for atomic ops on imageBuffersAlex Smith1-29/+34
2017-07-08ac/nir: Make intrinsic_name buffer long enoughJames Legg1-1/+1
2017-07-08i965: Always set AALINEDISTANCE_TRUE on Sandybridge.Kenneth Graunke1-2/+1
2017-07-08i965: Use true AA line distance on G45/Ironlake.Kenneth Graunke1-1/+1
2017-07-08radeon/winsys: Limit max allocation size to 70% of VRAMAaron Watry1-0/+2
2017-07-08draw: check for line_width != 1.0f in validate_pipeline()Brian Paul1-3/+4
2017-06-28Fix khrplatform.h not installed if EGL is disabled.Eric Le Bihan2-3/+3
2017-06-28radeonsi: include ac_binary.h for struct ac_shader_binaryEmil Velikov1-2/+2
2017-06-28nv50/ir: fix combineLd/St to update existing records as necessaryIlia Mirkin1-0/+8
2017-06-28nv50/ir: fetch indirect sources BEFORE the op that uses themIlia Mirkin1-19/+32
2017-06-28i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+Iago Toral Quiroga1-1/+1
2017-06-28amd/common: fix off-by-one in sid_tables.pyNicolai Hähnle1-1/+1
2017-06-28egl/display: make platform detection thread-safeEric Engestrom1-7/+12
2017-06-28egl/display: only detect the platform onceEric Engestrom1-14/+17
2017-06-28gallium/util: Break recursion in pipe_resource_referenceMichel Dänzer1-2/+8
2017-06-28i915: Fix wpos_tex vs. -1 comparisonVille Syrjälä3-8/+7
2017-06-28etnaviv: only flush resource to self if no scanout buffer existsLucas Stach1-4/+5
2017-06-28egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker1-1/+3
2017-06-28nv50/ir: Properly fold constants in SPLIT operationPierre Moreau1-3/+4
2017-06-28i965: Clamp clear colors to the representable rangeJason Ekstrand1-0/+40
2017-06-28gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()Brian Paul1-1/+15
2017-06-28i965: Fix broxton 2x6 l3 configAnuj Phogat1-0/+16
2017-06-28i965: Add and initialize l3_banks field for gen7+Anuj Phogat2-3/+27