summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Add release notes for the 10.5.4 releasemesa-10.5.4Emil Velikov1-0/+124
2015-04-24Update version to 10.5.4Emil Velikov1-1/+1
2015-04-22glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflowBrian Paul1-10/+13
2015-04-22android: mesa: fix the path of the SSE4_1 optimisationsEmil Velikov1-2/+2
2015-04-22android: add inital NIR buildMauro Rossi2-3/+55
2015-04-22android: dri: link against libmesa_utilEmil Velikov1-1/+2
2015-04-22android: add $(mesa_top)/src/mesa/main to the includes listEmil Velikov2-3/+5
2015-04-22android: add HAVE__BUILTIN_* and HAVE_FUNC_ATTRIBUTE_* definesEmil Velikov1-0/+13
2015-04-22android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_HEmil Velikov1-0/+14
2015-04-22android: egl: add libsync_cflags to the buildEmil Velikov1-0/+6
2015-04-22android: mesa: generate the format_{un,}pack.[ch] sourcesMauro Rossi1-0/+21
2015-04-22android: add $(mesa_top)/src include to the whole of mesaEmil Velikov9-14/+4
2015-04-22android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov15-31/+18
2015-04-22drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).Kenneth Graunke1-0/+4
2015-04-22glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levelsMarek Olšák1-5/+3
2015-04-22glsl_to_tgsi: fix out-of-bounds constant access and crash for uniformsMarek Olšák1-4/+7
2015-04-22i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shadersKristian Høgsberg1-0/+9
2015-04-22nir: Fix typo in "ushr by 0" algebraic replacementIan Romanick1-1/+1
2015-04-22i965: Fix software primitive restart with indirect draws.Kenneth Graunke1-2/+4
2015-04-22st/mesa: align cube map arrays layersDave Airlie1-1/+1
2015-04-22st/mesa: convert sub image for cube map arrays to 2d arrays for uploadDave Airlie1-0/+5
2015-04-22i965: Flush batchbuffer containing the query on glQueryCounter.Mathias Froehlich1-0/+2
2015-04-22radeonsi: remove unused si_dump_key()Emil Velikov1-37/+0
2015-04-12docs: Add 256 sums for the 10.5.3 releaseEmil Velikov1-1/+2
2015-04-12Add release notes for the 10.5.3 releasemesa-10.5.3Emil Velikov1-0/+124
2015-04-12Update version to 10.5.3Emil Velikov1-1/+1
2015-04-12dist: add the VG depedencies into the tarballEmil Velikov2-1/+2
2015-04-09configure.ac: error out if python/mako is not found when requiredEmil Velikov1-2/+11
2015-04-08i965: Fix URB size for CHVVille Syrjälä1-1/+1
2015-04-08nouveau: synchronize "scratch runout" destruction with the command streamMarcin Ślusarz2-19/+37
2015-04-08nv50,nvc0: limit the y-tiling of 3d textures to the first level's tilingIlia Mirkin3-10/+13
2015-04-08i965: Do not render primitives in non-zero streams then TF is disabledIago Toral Quiroga1-0/+13
2015-04-08i965: Add forgotten multi-stream code to Gen8 SOL state.Kenneth Graunke1-0/+9
2015-04-08i965: Fix instanced geometry shaders on Gen8+.Kenneth Graunke1-0/+2
2015-04-08nv50: allocate more offset space for occlusion queriesIlia Mirkin1-5/+5
2015-04-08xmlpool: don't forget to ship the MOSEmil Velikov1-1/+8
2015-04-08clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...Tom Stellard1-0/+2
2015-04-08radeonsi: Cache LLVMTargetMachineRef in context instead of in screenMichel Dänzer6-30/+78
2015-04-08freedreno/a3xx: point size should not be divided by 2Ilia Mirkin2-5/+5
2015-04-08freedreno/a3xx: fix 3d texture layoutIlia Mirkin2-7/+16
2015-04-08nv50/ir/gk110: fix offset flag position for TXD opcodeIlia Mirkin1-0/+1
2015-04-08nv50/ir: take postFactor into account when doing peephole optimizationsIlia Mirkin1-4/+8
2015-04-08st/mesa: update arrays when the current attrib has been updatedIlia Mirkin1-1/+1
2015-04-08st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie1-0/+1
2015-03-28docs: Add sha256 sums for the 10.5.2 releaseEmil Velikov1-1/+2
2015-03-28Add release notes for the 10.5.2 releasemesa-10.5.2Emil Velikov1-0/+129
2015-03-28Update version to 10.5.2Emil Velikov1-1/+1
2015-03-28cherry-ignore: add commit non applicable for 10.5Emil Velikov1-0/+3
2015-03-26configure: Introduce new output variable to ax_check_python_mako_module.m4Samuel Iglesias Gonsalvez2-3/+9
2015-03-26glsl: Generate link error for non-matching gl_FragCoord redeclarationsAnuj Phogat1-13/+2