summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-21docs: add release notes for 11.0.8mesa-11.0.8Emil Velikov1-0/+199
2015-12-21Update version to 11.0.8Emil Velikov1-1/+1
2015-12-21r600g: write all MRTs only if there is exactly one output (fixes a hang)Marek Olšák1-5/+3
2015-12-21tgsi/scan: add flag colors_writtenMarek Olšák2-0/+4
2015-12-21radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2-1/+6
2015-12-21ttn: add TEX2 supportIlia Mirkin1-3/+11
2015-12-19Revert "i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge"Emil Velikov3-31/+10
2015-12-19Revert "i965/fs: Use a stride of 1 and byte offsets for UBOs"Emil Velikov3-13/+16
2015-12-19Revert "i965/vec4: Use a stride of 1 and byte offsets for UBOs"Emil Velikov3-7/+27
2015-12-19Revert "i965/state: Get rid of dword_pitch arguments to buffer functions"Emil Velikov5-14/+30
2015-12-19Revert "i965/nir: Remove unused indirect handling"Emil Velikov1-11/+33
2015-12-18configura.ac: fix test for SSE4.1 assembler supportOded Gabbay1-2/+3
2015-12-18configure: check for python2.7 for PYTHON2Jonathan Gray1-1/+1
2015-12-18configure.ac: use pkg-config for libelfJonathan Gray3-6/+16
2015-12-18nvc0: free memory allocated by the prog which reads MP perf countersSamuel Pitoiset1-0/+1
2015-12-18meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFERIan Romanick1-4/+13
2015-12-18glsl: assign varying locations to tess shaders when doing SSOIlia Mirkin1-4/+4
2015-12-18cherry-ignore: don't pick a specific i965 formats patchEmil Velikov1-0/+3
2015-12-18i965: Add B8G8R8X8_SRGB to the alpha format overrideNeil Roberts1-0/+4
2015-12-18i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_formatNeil Roberts1-0/+1
2015-12-18nv50/ir: can't have predication and immediatesIlia Mirkin1-0/+3
2015-12-18gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctlyMarek Olšák3-5/+18
2015-12-18radeonsi: apply the streamout workaround to Fiji as wellMarek Olšák1-1/+3
2015-12-18radeonsi: don't call of u_prims_for_vertices for patches and rectanglesMarek Olšák1-1/+13
2015-12-18mesa/shader: return correct attribute location for double matrix arraysDave Airlie1-3/+8
2015-12-18gallium/util: return correct number of bound vertex buffersPatrick Rudolph1-1/+7
2015-12-18mesa/varray: set double arrays to non-normalised.Dave Airlie1-1/+1
2015-12-18nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2-7/+6
2015-12-18i965: Resolve color and flush for all active shader images in intel_update_st...Francisco Jerez1-0/+18
2015-12-18radeonsi: handle doubles in lds load path.Dave Airlie1-0/+8
2015-12-18r600: handle geometry dynamic input array indexDave Airlie1-2/+11
2015-12-18r600g: fix geom shader input indirect indexing.Dave Airlie1-2/+30
2015-12-18r600/shader: add utility functions to do single slot arithmaticDave Airlie1-0/+95
2015-12-18r600/shader: split address get out to a function.Dave Airlie1-1/+6
2015-12-18nv50/ir: fix cutoff for using r63 vs r127 when replacing zeroIlia Mirkin1-1/+2
2015-12-18glsl: Allow binding of image variables with 420pack.Matt Turner1-1/+3
2015-12-18i965/nir: Remove unused indirect handlingJason Ekstrand1-33/+11
2015-12-18i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand5-30/+14
2015-12-18i965/vec4: Use a stride of 1 and byte offsets for UBOsJason Ekstrand3-27/+7
2015-12-18i965/fs: Use a stride of 1 and byte offsets for UBOsJason Ekstrand3-16/+13
2015-12-18i965/vec4: Use byte offsets for UBO pulls on Sandy BridgeJason Ekstrand3-10/+31
2015-12-18gk110/ir: fix imad sat/hi flag emission for immediate argsIlia Mirkin1-8/+3
2015-12-18gk104/ir: sampler doesn't matter for txfIlia Mirkin1-1/+1
2015-12-18gk110/ir: fix imul hi emission with limm argIlia Mirkin1-2/+2
2015-12-18nv50/ir: avoid looking at uninitialized srcMods entriesIlia Mirkin2-2/+2
2015-12-18nv50/ir: fix DCE to not generate 96-bit loadsIlia Mirkin1-1/+31
2015-12-18radeonsi: fix Fiji for LLVM <= 3.7Marek Olšák1-1/+2
2015-12-18i965: use _Shader to get fragment program when updating surface stateTapani Pälli1-2/+2
2015-12-18nv50/ir: don't forget to mark flagsDef on cvt in txb loweringIlia Mirkin1-1/+1
2015-12-18nv50/ir: fix instruction permutation logicIlia Mirkin1-1/+1