summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* radv: fix 3D clears with baseMiplevelDave Airlie2016-11-281-1/+1
* radv/ac/llvm: shadow samplers only return one value.Dave Airlie2016-11-281-0/+2
* radv/si: fix optimal micro tile selectionDave Airlie2016-11-281-7/+7
* radv: honour the number of properties availableEmil Velikov2016-11-281-11/+7
* radv: fix texel fetch offset with 2d arrays.Dave Airlie2016-11-281-3/+4
* vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand2016-11-281-10/+164
* vulkan/wsi: Add a thread-safe queue implementationKevin Strasser2016-11-282-1/+156
* vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie2016-11-281-1/+3
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-11-283-3/+5
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie2016-11-281-5/+57
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev2016-11-241-3/+3
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-11-241-3/+3
* anv/format: handle unsupported formats properlyIago Toral Quiroga2016-11-241-0/+3
* anv: fix enumeration of propertiesEmil Velikov2016-11-241-6/+8
* gbm: request correct version of the DRI2_FENCE extensionLucas Stach2016-11-241-1/+1
* anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand2016-11-241-1/+13
* anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand2016-11-241-5/+15
* anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun2016-11-241-1/+1
* util/disk_cache: close a previously opened handle in disk_cache_put (v2)Gwan-gyeong Mun2016-11-241-6/+5
* i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2016-11-242-18/+9
* glsl/lower_output_reads: fix geometry shader output handling with conditional...Nicolai Hähnle2016-11-241-1/+0
* radeonsi: store group_size_variable in struct si_computeNicolai Hähnle2016-11-241-5/+8
* anv: Implement a depth stall restriction on gen7Jason Ekstrand2016-11-243-0/+35
* radv: spir-v allows texture size query with and without lod.Dave Airlie2016-11-241-1/+4
* radv: fix image view creation for depth and stencil onlyDave Airlie2016-11-242-13/+9
* radv: make sure to flush input attachments correctly.Dave Airlie2016-11-241-0/+1
* i965: Fix GS push inputs with enhanced layouts.Kenneth Graunke2016-11-241-1/+1
* mesa: fix empty program log lengthTapani Pälli2016-11-242-3/+6
* mesa: Drop PATH_MAX usage.Kenneth Graunke2016-11-242-34/+15
* i965: Fix compute shader crash.Kenneth Graunke2016-11-241-1/+1
* anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand2016-11-241-9/+11
* nir/spirv: Fix handling of gl_PrimitiveIdJason Ekstrand2016-11-241-2/+6
* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand2016-11-241-1/+5
* anv: Handle null in all destructorsJason Ekstrand2016-11-249-1/+65
* i965/glk: Add basic Geminilake supportBen Widawsky2016-11-241-0/+46
* ac/nir/llvm: fix channel in texture gather lowering code.Dave Airlie2016-11-241-1/+1
* radv: don't crash on null swapchain destroy.Dave Airlie2016-11-241-0/+3
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2016-11-242-10/+22
* isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_saJordan Justen2016-11-241-1/+1
* intel: Set min_ds_entries on Broxton.Kenneth Graunke2016-11-241-0/+2
* anv: fix multi level clears with VK_REMAINING_MIP_LEVELSLionel Landwerlin2016-11-241-2/+2
* vc4: Fix register class handling of DDX/DDY arguments.Eric Anholt2016-11-241-1/+1
* Fix races during _mesa_HashWalk().Steinar H. Gunderson2016-11-241-11/+7
* i965/gs: Allow primitive id to be a system valueJason Ekstrand2016-11-241-1/+2
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-232-26/+20
* radv: fix texturesamples to handle single sample caseDave Airlie2016-11-231-2/+10
* glsl: Parse 0 as a preprocessor INTCONSTANTIan Romanick2016-11-231-0/+4
* glcpp: Handle '#version 0' and other invalid valuesIan Romanick2016-11-232-6/+28
* vulkan/wsi/wayland: Clean up some error handling pathsJason Ekstrand2016-11-231-0/+8
* vulkan/wsi/wayland: Include pthread.hJason Ekstrand2016-11-231-0/+1