summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Update vk_icd.h to interface version 3Chad Versace2017-01-241-32/+78
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-245-16/+34
* util: fix list_is_singular()Timothy Arceri2017-01-241-1/+1
* anv/image: Disable HiZ for depth buffer arraysNanley Chery2017-01-241-0/+2
* anv/cmd_buffer: Fix programmed HiZ qpitchNanley Chery2017-01-241-1/+1
* anv/cmd_buffer: Fix arrayed depth/stencil attachmentsNanley Chery2017-01-241-2/+5
* nir/search: Only allow matching SSA valuesJason Ekstrand2017-01-241-5/+11
* spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass.Kenneth Graunke2017-01-241-1/+2
* glsl: fix opt_minmax redundancy checks against baserangeTimothy Arceri2017-01-241-2/+2
* anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8Jason Ekstrand2017-01-241-2/+2
* i965: Fix texturing in the vec4 TCS and GS backends.Kenneth Graunke2017-01-241-2/+12
* dri3: Fix MakeCurrent without a default framebufferFredrik Höglund2017-01-241-4/+10
* i965: Fix last slot calculationsKenneth Graunke2017-01-241-3/+13
* va: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-241-2/+5
* vdpau: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-242-6/+13
* meta: Disable dithering during glGenerateMipmapChad Versace2017-01-241-0/+1
* vl/zscan: fix "Fix trivial sign compare warnings"Christian König2017-01-241-1/+1
* mesa/shaderobj: Fix races on refcountsChad Versace2017-01-241-10/+5
* anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0Chad Versace2017-01-241-1/+8
* egl: Emit correct error when robust context creation failsChad Versace2017-01-241-12/+26
* anv: return count of queue families writtenDamien Grassart2017-01-241-0/+2
* mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1Chad Versace2017-01-241-0/+2
* 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