summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Add sha256 sums for the 10.4.7 release10.4Emil Velikov2015-03-211-1/+3
* Add release notes for the 10.4.7 releasemesa-10.4.7Emil Velikov2015-03-211-0/+132
* Update version to 10.4.7Emil Velikov2015-03-211-1/+1
* radeonsi: increase coords array size for radeon_llvm_emit_prepare_cube_coordsMarek Olšák2015-03-182-2/+2
* glx: Handle out-of-sequence swap completion events correctly. (v2)Mario Kleiner2015-03-181-2/+7
* auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov2015-03-181-2/+2
* loader: include <sys/stat.h> for non-sysfs buildsEmil Velikov2015-03-181-1/+1
* freedreno: update generated headersRob Clark2015-03-184-5/+5
* freedreno: fix slice pitch calculationsIlia Mirkin2015-03-181-1/+1
* glsl: optimize (0 cmp x + y) into (-x cmp y).Samuel Iglesias Gonsalvez2015-03-181-3/+12
* i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga2015-03-111-2/+7
* freedreno/ir3: fix silly typo for binning pass shadersRob Clark2015-03-111-1/+1
* 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: get the # of miplevels from getinfoIlia Mirkin2015-03-111-0/+20
* freedreno/ir3: fix array count returned by TXQIlia Mirkin2015-03-111-2/+42
* freedreno: move fb state copy after checking for size changeIlia Mirkin2015-03-111-2/+2
* i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik2015-03-071-1/+1
* mesa: rename format_info.c to format_info.hEmil Velikov2015-03-075-7/+7
* r300g: Check return value of snprintf().Matt Turner2015-03-071-1/+6
* r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner2015-03-071-3/+3
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-071-5/+11
* gallium/auxiliary/indices: fix start paramMarc-Andre Lureau2015-03-071-4/+4
* cherry-ignore: add not applicable/rejected commitsEmil Velikov2015-03-071-1/+17
* docs: Add sha256 sums for the 10.4.6 releaseEmil Velikov2015-03-061-1/+3
* Add release notes for the 10.4.6 releasemesa-10.4.6Emil Velikov2015-03-061-0/+141
* Update version to 10.4.6Emil Velikov2015-03-061-1/+1
* Revert "gallivm: Update for RTDyldMemoryManager becoming an unique_ptr."Emil Velikov2015-03-061-4/+0
* mesa: cherry-pick the second half of commit 2aa71e9485aEmil Velikov2015-03-061-1/+1
* mesa: Correct backwards NULL check.Matt Turner2015-03-061-1/+1
* mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinaryIan Romanick2015-03-061-0/+2
* mesa: Ensure that length is set to zero in _mesa_GetProgramBinaryIan Romanick2015-03-061-6/+20
* mesa: Add missing error checks in _mesa_ProgramBinaryIan Romanick2015-03-061-2/+25
* Revert "mesa: Correct backwards NULL check."Emil Velikov2015-03-061-1/+1
* gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.José Fonseca2015-03-041-0/+4
* st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupportedAbdiel Janulgue2015-03-042-4/+3
* glsl: Don't optimize min/max into saturate when EmitNoSat is setAbdiel Janulgue2015-03-042-1/+2
* i965/fs: Don't use backend_visitor::instructions after creating the CFG.Matt Turner2015-03-041-10/+0
* mesa: Correct backwards NULL check.Matt Turner2015-03-041-1/+1
* i965/gs: Check newly-generated GS-out VUE map against correct stageChris Forbes2015-03-041-1/+1
* auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray2015-03-041-2/+2
* glsl: Rewrite and fix min/max to saturate optimization.Matt Turner2015-03-041-29/+46
* glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESAAndreas Boll2015-03-041-6/+30
* st/omx/dec/h264: fix picture out-of-order with poc type 0 v2Leo Liu2015-03-041-0/+5
* install-lib-links: remove the .install-lib-links fileEmil Velikov2015-03-041-0/+4
* mesa: Fix error validating args for TexSubImage3DEduardo Lima Mitev2015-03-041-1/+1
* radeonsi: fix point spritesMarek Olšák2015-03-041-1/+1
* vbo: fix an unitialized-variable warningMarek Olšák2015-03-041-0/+1