summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: update arrays when the current attrib has been updatedIlia Mirkin2015-04-081-1/+1
* st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie2015-04-081-0/+1
* docs: Add sha256 sums for the 10.5.2 releaseEmil Velikov2015-03-281-1/+2
* Add release notes for the 10.5.2 releasemesa-10.5.2Emil Velikov2015-03-281-0/+129
* Update version to 10.5.2Emil Velikov2015-03-281-1/+1
* cherry-ignore: add commit non applicable for 10.5Emil Velikov2015-03-281-0/+3
* configure: Introduce new output variable to ax_check_python_mako_module.m4Samuel Iglesias Gonsalvez2015-03-262-3/+9
* glsl: Generate link error for non-matching gl_FragCoord redeclarationsAnuj Phogat2015-03-261-13/+2
* mapi: Make private copies of name strings provided by client.Mario Kleiner2015-03-261-1/+1
* clover: Return 0 as storage size for local kernel args that are not set v2Tom Stellard2015-03-261-1/+1
* glsl: fix names in lower_constant_arrays_to_uniformsTapani Pälli2015-03-261-3/+1
* i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez2015-03-263-15/+4
* radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2015-03-252-2/+2
* glx: Handle out-of-sequence swap completion events correctly. (v2)Mario Kleiner2015-03-251-2/+7
* auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov2015-03-251-2/+2
* loader: include <sys/stat.h> for non-sysfs buildsEmil Velikov2015-03-251-1/+1
* c11/threads: Use PTHREAD_MUTEX_RECURSIVE by defaultFelix Janda2015-03-251-6/+1
* freedreno: update generated headersRob Clark2015-03-255-6/+6
* freedreno: fix slice pitch calculationsIlia Mirkin2015-03-251-1/+1
* freedreno/a3xx: use the same layer size for all slicesIlia Mirkin2015-03-251-1/+8
* glsl: optimize (0 cmp x + y) into (-x cmp y).Samuel Iglesias Gonsalvez2015-03-251-3/+12
* st/egl: don't ship the dri2.c link at the tarballEmil Velikov2015-03-253-3/+2
* automake: add missing egl files to the tarballEmil Velikov2015-03-252-1/+6
* docs: Add sha256 sums for the 10.5.1 releaseEmil Velikov2015-03-131-1/+2
* Add release notes for the 10.5.1 releasemesa-10.5.1Emil Velikov2015-03-131-0/+216
* Update version to 10.5.1Emil Velikov2015-03-131-1/+1
* freedreno/ir3: fix failed assert in groupingRob Clark2015-03-121-27/+44
* freedreno/ir3: handle flat bypass for a4xxRob Clark2015-03-128-5/+99
* freedreno/ir3: add support for memory (cat6) instructionsRob Clark2015-03-123-1/+8
* freedreno/ir3: fix up cat6 instruction encodingsRob Clark2015-03-123-139/+121
* freedreno/a4xx: aniso filteringRob Clark2015-03-121-4/+6
* freedreno: update generated headersRob Clark2015-03-125-5/+20
* freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properlyRob Clark2015-03-121-1/+6
* freedreno: update generated headersRob Clark2015-03-127-16/+45
* freedreno/a4xx: bit of cleanupRob Clark2015-03-124-33/+27
* freedreno/a2xx: fix increment in assertRob Clark2015-03-121-1/+2
* i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga2015-03-111-2/+7
* i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke2015-03-111-3/+9
* i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2015-03-112-23/+18
* i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2015-03-112-5/+16
* i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2015-03-112-10/+8
* i965/fs: Set smear on shader_time diff register.Kenneth Graunke2015-03-111-0/+1
* i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke2015-03-111-2/+7
* r300g: fix sRGB->sRGB blitsMarek Olšák2015-03-111-0/+9
* r300g: fix a crash when resolving into an sRGB textureMarek Olšák2015-03-111-3/+5
* r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2015-03-112-31/+17
* r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger2015-03-111-1/+3
* freedreno/ir3: fix silly typo for binning pass shadersRob Clark2015-03-111-1/+1
* freedreno/ir3: get the # of miplevels from getinfoIlia Mirkin2015-03-111-0/+20
* freedreno/ir3: fix array count returned by TXQIlia Mirkin2015-03-111-2/+42