summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-28svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul1-0/+2
2017-06-28svga: use the winsys interface to invalidate surfaceCharmaine Lee5-8/+23
2017-06-28egl: properly count configsEric Engestrom5-6/+12
2017-06-28egl/android: Change order of EGLConfig generation (v2)Chad Versace1-7/+25
2017-06-28i915: Fix gl_Fragcoord interpolationVille Syrjälä5-16/+21
2017-06-28change va max_entrypointsChandu Babu N2-1/+3
2017-06-28st/mesa: fix pipe_rasterizer_state::scissor with multiple viewportsMarek Olšák1-1/+1
2017-06-28mesa: flush vertices before updating ctx->_ShaderMarek Olšák1-2/+2
2017-06-28mesa: flush vertices before changing viewportsMarek Olšák1-2/+4
2017-06-28spirv: Work around the Doom shader bugJason Ekstrand2-0/+28
2017-06-28winsys/amdgpu: fix a deadlock when waiting for submission_in_progressMarek Olšák2-16/+43
2017-06-28anv: Fix L3 cache programming on Bay TrailJonas Kulla1-1/+1
2017-06-28i965: Ignore anisotropic filtering in nearest mode.Kenneth Graunke1-2/+4
2017-06-28gallium/radeon/gfx9: fix PBO texture uploads to compressed texturesNicolai Hähnle1-1/+6
2017-06-28i965/gen4: Set depth offset when there is stencil attachment onlyTopi Pohjolainen1-0/+6
2017-06-28radeonsi: add new polaris12 pci idAlex Deucher1-0/+1
2017-06-28etnaviv: advertise correct max LOD biasLucas Stach1-1/+3
2017-06-28etnaviv: mask correct channel for RB swapped rendertargetsLucas Stach3-13/+46
2017-06-28etnaviv: replace translate_clear_color with util_pack_colorLucas Stach2-48/+12
2017-06-28etnaviv: remove bogus assertLucas Stach1-2/+0
2017-06-28etnaviv: use padded width/height for resource copiesLucas Stach1-2/+2
2017-06-28etnaviv: don't try RS blit if blit region is unalignedLucas Stach1-1/+2
2017-06-28configure.ac: add -pthread to PTHREAD_LIBSEmil Velikov1-0/+5
2017-06-28i965: Set step_rate = 0 for interleaved vertex buffersJason Ekstrand1-0/+1
2017-06-28i965: Disable the interleaved vertex optimization when instancingJason Ekstrand1-5/+6
2017-06-28i965: Do an end-of-pipe sync after flushesJason Ekstrand1-3/+3
2017-06-28i965/blorp: Do an end-of-pipe sync around CCS opsJason Ekstrand1-12/+4
2017-06-28i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESSJason Ekstrand1-6/+12
2017-06-28i965: Add an end-of-pipe sync helperTopi Pohjolainen2-1/+100
2017-06-28i965: Unify the two emit_pipe_control functionsJason Ekstrand1-73/+64
2017-06-28i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand5-18/+15
2017-06-28i965: Flush around state base addressJason Ekstrand2-1/+33
2017-06-19docs: add sha256 checksums for 17.1.3Emil Velikov1-1/+2
2017-06-19docs: add release notes for 17.1.3mesa-17.1.3Emil Velikov1-0/+155
2017-06-19Update version to 17.1.3Emil Velikov1-1/+1
2017-06-14configure.ac: Reduce zlib requirement from 1.2.8 to 1.2.3.Chuck Atkins1-1/+1
2017-06-14util/rand_xor: add missing include statementsNicolas Dechesne1-0/+1