summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* travis: remove unused -dev packagesEmil Velikov2017-04-301-2/+0
* travis: automatically manage ccache cachingEmil Velikov2017-04-301-3/+1
* travis: enable apt cacheEmil Velikov2017-04-301-0/+1
* travis: add the possibility of using the txc-dxtn libraryAndres Gomez2017-04-301-0/+14
* travis: replace Trusty-based LLVM toolchain apt-get with apt addonAndres Gomez2017-04-301-11/+4
* travis: explicitly LD_LIBRARY_PATH the local librariesEmil Velikov2017-04-301-0/+1
* anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand2017-04-301-3/+3
* gallium/targets: fix bool setting on BE architecturesIlia Mirkin2017-04-308-11/+11
* st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2017-04-302-2/+4
* util/disk_cache: remove percentage based max cache limitTimothy Arceri2017-04-301-6/+2
* disk_cache: use block size rather than file sizeTimothy Arceri2017-04-301-5/+11
* disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri2017-04-301-2/+2
* anv: Don't place scratch buffers above the 32-bit boundaryJason Ekstrand2017-04-301-0/+19
* radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák2017-04-301-1/+4
* radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ONMarek Olšák2017-04-301-2/+3
* radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct registerMarek Olšák2017-04-302-1/+5
* radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D imageMarek Olšák2017-04-301-8/+22
* radeonsi/gfx9: fix 1D array shader imagesMarek Olšák2017-04-301-0/+1
* radeonsi/gfx9: fix most things wrong with shader imagesMarek Olšák2017-04-302-12/+24
* radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0Marek Olšák2017-04-301-1/+34
* intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez2017-04-301-1/+1
* intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez2017-04-301-2/+1
* i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().Kenneth Graunke2017-04-301-0/+7
* Update version to 17.1.0-rc2mesa-17.1.0-rc2Emil Velikov2017-04-241-1/+1
* st/clover: add space between < and ::Emil Velikov2017-04-246-17/+17
* configure.ac: Fix typos.Vinson Lee2017-04-241-3/+3
* mesa: validate sampler type across the whole programTimothy Arceri2017-04-243-5/+28
* mesa/glthread: correctly compare thread handlesEmil Velikov2017-04-241-1/+1
* st/mesa: automake: honour the vdpau header install locationEmil Velikov2017-04-241-0/+1
* configure.ac: check require_basic_egl only if egl enabledEmil Velikov2017-04-241-1/+3
* configure.ac: manually expand PKG_CHECK_VAREmil Velikov2017-04-241-1/+1
* util/queue: don't hang at exitRob Clark2017-04-241-1/+10
* configure.ac: print deprecation warning as neededEmil Velikov2017-04-241-1/+2
* st/mesa: invalidate the readpix cache in st_indirect_draw_vboMarek Olšák2017-04-241-0/+2
* winsys/sw/dri: don't use GNU void pointer arithmeticEmil Velikov2017-04-241-1/+1
* vbo: fix gl_DrawID handling in glMultiDrawArraysNicolai Hähnle2017-04-241-6/+15
* mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle2017-04-246-19/+127
* mesa: extract need_xfb_remaining_prims_checkNicolai Hähnle2017-04-241-20/+28
* mesa: fix remaining xfb prims check for GLES with multiple instancesNicolai Hähnle2017-04-241-1/+1
* anv/cmd_buffer: Disable CCS on BDW input attachmentsNanley Chery2017-04-242-30/+13
* anv: blorp: flush memory after copyLionel Landwerlin2017-04-241-2/+2
* freedreno: fix crash if ctx torn down with no renderingRob Clark2017-04-241-1/+1
* Update version to 17.1.0-rc1mesa-17.1.0-rc1Emil Velikov2017-04-171-1/+1
* Revert "docs: add 17.2.0-devel release notes template, bump version"Emil Velikov2017-04-172-65/+1
* docs: add 17.2.0-devel release notes template, bump versionEmil Velikov2017-04-172-1/+65
* configure.ac: deprecate --with-egl-platforms over --with-platforms17.1-branchpointEmil Velikov2017-04-174-10/+31
* configure: remove egl platforms checkEmil Velikov2017-04-171-4/+0
* travis: remove unneeded dri3/present proto requirementEmil Velikov2017-04-171-10/+0
* configure: remove unneeded dri3/present proto requirementsEmil Velikov2017-04-171-7/+0
* EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman2017-04-1716-32/+3501