summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dri: Add __DRI_IMAGE_FORMAT_ARGB1555Chad Versace2017-01-242-0/+6
* i965/generator/tex: Handle an immediate sampler with an indirect textureJason Ekstrand2017-01-242-4/+12
* vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses2017-01-241-0/+3
* vulkan/wsi/x11: don't crash on null visualArda Coskunses2017-01-241-0/+3
* radv: fix dual source blendingFredrik Höglund2017-01-241-2/+2
* radv: flush smem for uniform buffer bit.Dave Airlie2017-01-241-1/+3
* egl: Check config's surface types in eglCreate*Surface()Chad Versace2017-01-241-0/+10
* i965: Don't bail on vertex element processing if we need draw params.Kenneth Graunke2017-01-241-17/+17
* cso: Don't restore nr_samplers in cso_restore_fragment_samplersMichel Dänzer2017-01-241-1/+0
* anv: Fix uniform and storage buffer offset alignment limits.Francisco Jerez2017-01-241-2/+2
* nir: Turn imov/fmov of undef into undefTimothy Arceri2017-01-241-6/+6
* cherry-ignore: add couple of intel_miptree_copy related patchesEmil Velikov2017-01-241-0/+6
* docs: add sha256 checksums for 13.0.3Emil Velikov2017-01-051-1/+2
* docs: add release notes for 13.0.3mesa-13.0.3Emil Velikov2017-01-051-0/+176
* Update version to 13.0.3Emil Velikov2016-12-241-1/+1
* glsl: Add pthread libs to cache_testRhys Kidd2016-12-241-1/+4
* i965/fs: Reject copy propagation into SEL if not min/max.Matt Turner2016-12-242-1/+12
* i965/fs: Add unit tests for copy propagation pass.Matt Turner2016-12-242-0/+211
* i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.Matt Turner2016-12-163-15/+16
* Revert "nir: Turn imov/fmov of undef into undef."Timothy Arceri2016-12-161-3/+1
* egl: Fix crashes in eglCreate*Surface()Chad Versace2016-12-161-2/+2
* mesa/fbobject: Update CubeMapFace when reusing texturesNanley Chery2016-12-161-0/+1
* spirv: Use a simpler and more correct implementaiton of tanh()Jason Ekstrand2016-12-151-9/+14
* compiler/glsl: fix precision problem of tanhHaixia Shi2016-12-151-2/+10
* anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand2016-12-151-0/+1
* anv/device: Implicitly unmap memory objects in FreeMemoryJason Ekstrand2016-12-151-0/+9
* anv/device: Return the right error for failed mapsJason Ekstrand2016-12-152-6/+9
* radeonsi: fix an off-by-one error in the bounds check for max_verticesNicolai Hähnle2016-12-151-1/+1
* radeonsi: do not kill GS with memory writesNicolai Hähnle2016-12-151-8/+22
* radeonsi: update all GSVS ring descriptors for new buffer allocationsNicolai Hähnle2016-12-151-1/+6
* i965/mt: Disable aux surfaces after making miptree shareableChad Versace2016-12-141-0/+2
* radv: add missing license file to radv_meta_bufimage.Dave Airlie2016-12-141-0/+27
* radeonsi: disable the constant engine (CE) on Carrizo and StoneyMarek Olšák2016-12-141-1/+4
* radeonsi: wait for outstanding LDS instructions in memory barriers if neededMarek Olšák2016-12-141-1/+17
* tgsi: fix the src type of TGSI_OPCODE_MEMBARMarek Olšák2016-12-141-0/+1
* radeonsi: wait for outstanding memory instructions in TCS barriersMarek Olšák2016-12-141-1/+5
* radeonsi: allow specifying simm16 of emit_waitcnt at call sitesMarek Olšák2016-12-141-5/+7
* radeonsi: fix incorrect FMASK checking in bind_sampler_statesMarek Olšák2016-12-141-4/+4
* radeonsi: always restore sampler states when unbinding sampler viewsMarek Olšák2016-12-141-3/+8
* cso: don't release sampler states that are boundMarek Olšák2016-12-141-1/+3
* radeonsi: fix isolines tess factor writes to control ringNicolai Hähnle2016-12-141-4/+12
* genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleModeJason Ekstrand2016-12-141-1/+1
* i965: Allocate at least some URB space even when max_vertices = 0.Kenneth Graunke2016-12-141-1/+7
* radv: fix another regression since shadow fixes.Dave Airlie2016-12-141-1/+1
* mesa: only verify that enabled arrays have backing buffersIlia Mirkin2016-12-141-1/+1
* vc4: In a loop break/continue, jump if everyone has taken the path.Eric Anholt2016-12-141-10/+17
* radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as wellMarek Olšák2016-12-141-2/+4
* radeonsi: add a tess+GS hang workaround for VI dGPUsMarek Olšák2016-12-141-2/+10
* radeonsi: apply a tessellation bug workaround for SIMarek Olšák2016-12-141-0/+6
* radeonsi: apply a TC L1 write corruption workaround for SIMarek Olšák2016-12-141-11/+23