summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-14radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov1-0/+1
2016-12-14anv: don't leak memory if anv_init_wsi() failsEmil Velikov1-2/+4
2016-12-14anv: don't double-close the same fdEmil Velikov1-2/+1
2016-12-14anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirtyJason Ekstrand1-10/+13
2016-11-28docs: add sha256 checksums for 13.0.2Emil Velikov1-1/+2
2016-11-28docs: add release notes for 13.0.2mesa-13.0.2Emil Velikov1-0/+188
2016-11-28Update version to 13.0.2Emil Velikov1-1/+1
2016-11-28radv: fix 3D clears with baseMiplevelDave Airlie1-1/+1
2016-11-28radv/ac/llvm: shadow samplers only return one value.Dave Airlie1-0/+2
2016-11-28radv/si: fix optimal micro tile selectionDave Airlie1-7/+7
2016-11-28radv: honour the number of properties availableEmil Velikov1-11/+7
2016-11-28radv: fix texel fetch offset with 2d arrays.Dave Airlie1-3/+4
2016-11-28vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand1-10/+164
2016-11-28vulkan/wsi: Add a thread-safe queue implementationKevin Strasser2-1/+156
2016-11-28vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie1-1/+3
2016-11-28vulkan/wsi: store present mode in swapchain base classDave Airlie3-3/+5
2016-11-28vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie1-5/+57
2016-11-24vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev1-3/+3
2016-11-24vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev1-3/+3
2016-11-24anv/format: handle unsupported formats properlyIago Toral Quiroga1-0/+3
2016-11-24anv: fix enumeration of propertiesEmil Velikov1-6/+8
2016-11-24gbm: request correct version of the DRI2_FENCE extensionLucas Stach1-1/+1
2016-11-24anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand1-1/+13
2016-11-24anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand1-5/+15
2016-11-24anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun1-1/+1
2016-11-24util/disk_cache: close a previously opened handle in disk_cache_put (v2)Gwan-gyeong Mun1-6/+5
2016-11-24i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2-18/+9
2016-11-24glsl/lower_output_reads: fix geometry shader output handling with conditional...Nicolai Hähnle1-1/+0
2016-11-24radeonsi: store group_size_variable in struct si_computeNicolai Hähnle1-5/+8
2016-11-24anv: Implement a depth stall restriction on gen7Jason Ekstrand3-0/+35
2016-11-24radv: spir-v allows texture size query with and without lod.Dave Airlie1-1/+4
2016-11-24radv: fix image view creation for depth and stencil onlyDave Airlie2-13/+9
2016-11-24radv: make sure to flush input attachments correctly.Dave Airlie1-0/+1
2016-11-24i965: Fix GS push inputs with enhanced layouts.Kenneth Graunke1-1/+1
2016-11-24mesa: fix empty program log lengthTapani Pälli2-3/+6
2016-11-24mesa: Drop PATH_MAX usage.Kenneth Graunke2-34/+15
2016-11-24i965: Fix compute shader crash.Kenneth Graunke1-1/+1
2016-11-24anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand1-9/+11
2016-11-24nir/spirv: Fix handling of gl_PrimitiveIdJason Ekstrand1-2/+6
2016-11-24anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand1-1/+5
2016-11-24anv: Handle null in all destructorsJason Ekstrand9-1/+65
2016-11-24i965/glk: Add basic Geminilake supportBen Widawsky2-0/+48
2016-11-24i965: Reorder PCI ID list to match release orderBen Widawsky1-9/+9
2016-11-24i965: Add some APL and KBL SKU stringsBen Widawsky1-4/+4
2016-11-24ac/nir/llvm: fix channel in texture gather lowering code.Dave Airlie1-1/+1
2016-11-24radv: don't crash on null swapchain destroy.Dave Airlie1-0/+3
2016-11-24wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2-10/+22
2016-11-24isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_saJordan Justen1-1/+1
2016-11-24intel: Set min_ds_entries on Broxton.Kenneth Graunke1-0/+2
2016-11-24anv: fix multi level clears with VK_REMAINING_MIP_LEVELSLionel Landwerlin1-2/+2