summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-26mapi: Make private copies of name strings provided by client.Mario Kleiner1-1/+1
2015-03-26clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard1-1/+1
2015-03-26glsl: fix names in lower_constant_arrays_to_uniformsTapani Pälli1-3/+1
2015-03-26i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez3-15/+4
2015-03-25radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2-2/+2
2015-03-25glx: Handle out-of-sequence swap completion events correctly. (v2)Mario Kleiner1-2/+7
2015-03-25auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov1-2/+2
2015-03-25loader: include <sys/stat.h> for non-sysfs buildsEmil Velikov1-1/+1
2015-03-25c11/threads: Use PTHREAD_MUTEX_RECURSIVE by defaultFelix Janda1-6/+1
2015-03-25freedreno: update generated headersRob Clark5-6/+6
2015-03-25freedreno: fix slice pitch calculationsIlia Mirkin1-1/+1
2015-03-25freedreno/a3xx: use the same layer size for all slicesIlia Mirkin1-1/+8
2015-03-25glsl: optimize (0 cmp x + y) into (-x cmp y).Samuel Iglesias Gonsalvez1-3/+12
2015-03-25st/egl: don't ship the dri2.c link at the tarballEmil Velikov3-3/+2
2015-03-25automake: add missing egl files to the tarballEmil Velikov2-1/+6
2015-03-13docs: Add sha256 sums for the 10.5.1 releaseEmil Velikov1-1/+2
2015-03-13Add release notes for the 10.5.1 releasemesa-10.5.1Emil Velikov1-0/+216
2015-03-13Update version to 10.5.1Emil Velikov1-1/+1
2015-03-12freedreno/ir3: fix failed assert in groupingRob Clark1-27/+44
2015-03-12freedreno/ir3: handle flat bypass for a4xxRob Clark8-5/+99
2015-03-12freedreno/ir3: add support for memory (cat6) instructionsRob Clark3-1/+8
2015-03-12freedreno/ir3: fix up cat6 instruction encodingsRob Clark3-139/+121
2015-03-12freedreno/a4xx: aniso filteringRob Clark1-4/+6
2015-03-12freedreno: update generated headersRob Clark5-5/+20
2015-03-12freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properlyRob Clark1-1/+6
2015-03-12freedreno: update generated headersRob Clark7-16/+45
2015-03-12freedreno/a4xx: bit of cleanupRob Clark4-33/+27
2015-03-12freedreno/a2xx: fix increment in assertRob Clark1-1/+2
2015-03-11i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga1-2/+7
2015-03-11i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke1-3/+9
2015-03-11i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2-23/+18
2015-03-11i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2-5/+16
2015-03-11i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2-10/+8
2015-03-11i965/fs: Set smear on shader_time diff register.Kenneth Graunke1-0/+1
2015-03-11i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke1-2/+7
2015-03-11r300g: fix sRGB->sRGB blitsMarek Olšák1-0/+9
2015-03-11r300g: fix a crash when resolving into an sRGB textureMarek Olšák1-3/+5
2015-03-11r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2-31/+17