summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-30Update version to 12.0.0-rc1mesa-12.0.0-rc1Emil Velikov1-1/+1
2016-05-30docs: rename release notes to 12.0.0Emil Velikov1-4/+4
2016-05-30nir: add the SConscript.nir to the tarballEmil Velikov1-1/+2
2016-05-30vc4: Fix doxygen warnings12.0-branchpointRhys Kidd2-6/+6
2016-05-30doxygen: Plumb through gallium/ to automated documentationRhys Kidd1-1/+2
2016-05-30Revert "osmesa: don't try to bundle osmesa.def SConscript"Emil Velikov1-0/+2
2016-05-30scons: build osmesa swrast and galliumAndreas Fänger3-0/+57
2016-05-30automake: rework the git_sha1.h rule, include in tarballEmil Velikov2-18/+3
2016-05-30automake: move the git_sha1.h rule a level upEmil Velikov6-28/+30
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov11-60/+60
2016-05-30glx/glvnd: automake: include all the sources in libglx_la_SOURCESEmil Velikov1-2/+5
2016-05-30glx/glvnd: remove the final if defined($extension) guardsEmil Velikov1-6/+0
2016-05-30glx/glvnd: rework dispatch functions/indices tables lookupEmil Velikov2-13/+13
2016-05-30glx/glvnd: Use strcmp() based binary search in FindGLXFunction()Emil Velikov1-5/+14
2016-05-30configure.ac: correct the xlib/xlib-gallium GLX detection for GLVNDChuck Atkins1-26/+29
2016-05-30glx: Implement the libglvnd interface.Kyle Brenneman12-64/+1356
2016-05-30gallivm: initialize init_native_targets_once_flag correctlyFrederic Devernay1-1/+1
2016-05-30nvc0/ir: fix emission of predicate spill to registerIlia Mirkin1-1/+2
2016-05-30nvc0: fix some compute texture validation bits on keplerIlia Mirkin3-2/+7
2016-05-30mesa/xfb: report calculated size for XFB buffer objects.Dave Airlie1-1/+2
2016-05-30swr: automake: silence the python invocationEmil Velikov1-7/+8
2016-05-30swr: automake: attempt to fix the out-of-tree buildEmil Velikov1-0/+7
2016-05-30swr: remove LLVM dependency from source generation rules.Emil Velikov1-2/+2
2016-05-30swr: add all the generators to the release tarball.Emil Velikov1-0/+24
2016-05-30anv: automake: don't forget to cleanup dev_icd.jsonEmil Velikov1-1/+1
2016-05-30anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGSEmil Velikov1-2/+6
2016-05-30anv: automake: ship the json files in the release tarballEmil Velikov1-1/+3
2016-05-30softpipe: add sp_buffer.h to the sources list (release tarball)Emil Velikov1-0/+1
2016-05-30freedreno: make sure we pick up ir3_nir_trig.py in the release tarballEmil Velikov1-0/+1
2016-05-30isl: add isl_priv.h to the sources listEmil Velikov1-0/+1
2016-05-30isl: move the sources lists to Makefile.sourcesMauro Rossi2-32/+39
2016-05-30isl: automake: list builddir before srcdir in the includes listEmil Velikov1-4/+3
2016-05-30isl: automake: flatten the tests rulesEmil Velikov1-9/+4
2016-05-30isl: automake: remove unneeded install-lib-links.mk includeEmil Velikov1-2/+0
2016-05-30isl: automake: remove unneeded SUBDIRSEmil Velikov1-3/+0
2016-05-30genxml: move the sources (headers) list to Makefile.sourcesMauro Rossi2-6/+9
2016-05-30anv: bail out if anv_wsi_init() failsEmil Velikov1-1/+3
2016-05-30anv: resolve wayland-only buildEmil Velikov1-0/+2
2016-05-30anv: Fix use of uninitialized variable.Robert Foss1-2/+6
2016-05-30gallium: push offset down to driverStanimir Varbanov9-5/+53
2016-05-30st/dri: cleanup image_from_fd/dma_buf pathsStanimir Varbanov1-37/+44
2016-05-30st/dri: add handling of R8 and GR88 DRI fourcc formatsStanimir Varbanov1-0/+20
2016-05-30radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards.Bas Nieuwenhuizen1-2/+6
2016-05-29i965: Expose GL 4.3 on Gen8+.Francisco Jerez3-4/+3
2016-05-29i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block.Francisco Jerez1-2/+2
2016-05-29i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.Francisco Jerez1-2/+21
2016-05-29i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.Francisco Jerez1-60/+84
2016-05-29i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGR...Francisco Jerez2-12/+42
2016-05-29i965/fs: Refactor offset() into a separate function taking the width as argum...Francisco Jerez2-16/+21
2016-05-29i965/fs: Implement opt_sampler_eot() in terms of logical sends.Francisco Jerez2-55/+40