summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-04bump version to 18.1.0-rc3mesa-18.1.0-rc3Dylan Baker1-1/+1
2018-05-03spirv: Apply OriginUpperLeft to FragCoordNeil Roberts1-3/+3
2018-05-03egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat1-10/+13
2018-05-03intel/compiler: fix brw_imm_w for negative 16-bit integersJose Maria Casanova Crespo1-1/+1
2018-05-03intel/compiler: fix 16-bit int brw_negate_immediate and brw_abs_immediateJose Maria Casanova Crespo1-4/+8
2018-05-03radv: Don't check the incoming apiVersion on CreateInstance.Bas Nieuwenhuizen1-9/+0
2018-05-03radv: Allow vkEnumerateInstanceVersion ProcAddr without instance.Bas Nieuwenhuizen1-1/+1
2018-05-02i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery1-1/+1
2018-05-02anv: Allow lookup of vkEnumerateInstanceVersion without an instanceJason Ekstrand1-0/+1
2018-05-02radv: fix multisample image copiesMatthew Nicholls2-110/+196
2018-05-01radv: compute the number of subpass attachments correctlySamuel Pitoiset1-2/+2
2018-05-01radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez1-0/+1
2018-04-30st/omx/enc: fix blit setup for YUV LoadImageLeo Liu1-4/+4
2018-04-30autotools, meson: bump up required VA versionJuan A. Suarez Romero2-2/+2
2018-04-30radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák1-6/+13
2018-04-30util/u_queue: fix a deadlock in util_queue_finishMarek Olšák2-0/+10
2018-04-27bump version for rc2mesa-18.1.0-rc2Dylan Baker1-1/+1
2018-04-27anv/allocator: Don't shrink either end of the block poolJason Ekstrand1-4/+4
2018-04-27ac: fix texture query LOD for 1D textures on GFX9Samuel Pitoiset1-0/+8
2018-04-27intel/compiler: Add scheduler deps for instructions that implicitly read g0Ian Romanick2-0/+28
2018-04-27Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"Marek Olšák1-4/+0
2018-04-27i965/fs: Return mlen * 8 for size_read() for INTERPOLATE_AT_*Jason Ekstrand1-0/+2
2018-04-27st/dri: Fix dangling pointer to a destroyed dri_drawableJohan Klokkhammer Helsing1-0/+4
2018-04-27radv: set ac_surf_info::num_channels correctlySamuel Pitoiset2-1/+8
2018-04-27radv: fix DCC enablement since partial MSAA implementationSamuel Pitoiset1-6/+6
2018-04-27gallium/util: Fix incorrect refcounting of separate stencil.Eric Anholt1-2/+1
2018-04-27travis: update libva required versionJuan A. Suarez Romero1-1/+1
2018-04-27meson: fix graw-xlib after auxiliary consolidationDylan Baker1-2/+1
2018-04-27meson: only build mesa_st tests when build-tests is trueDylan Baker1-1/+3
2018-04-27meson: don't build classic mesa tests without dri_driversDylan Baker1-1/+1
2018-04-27ac: fix the number of coordinates for ac_image_get_lod and arraysSamuel Pitoiset1-0/+14
2018-04-27ac/nir: add missing round_slice for 1D arraysSamuel Pitoiset1-0/+7
2018-04-27bin/install_megadrivers: fix DESTDIR and -D*-pathDylan Baker1-2/+6
2018-04-27compiler/glsl: close fd's in glcpp_test.pyDylan Baker1-2/+4
2018-04-27nir: Do not use progress for unreachable code in return lowering.Bas Nieuwenhuizen1-1/+6
2018-04-27bin: force git show to use default pretty settingDylan Baker2-3/+3
2018-04-20Bump release versionmesa-18.1.0-rc1Dylan Baker1-1/+1
2018-04-20autotools: Include new meson files18.1-branchpointDylan Baker5-1/+10
2018-04-20autotools: Add passes.h to sources so it will be included in the tarballDylan Baker1-0/+1
2018-04-20autotools: include include/vulkan headersDylan Baker1-1/+2
2018-04-20nvc0: fix line width on GM20x+Rhys Perry1-1/+4
2018-04-20i965/miptree: Delete an unused functionNanley Chery2-17/+0
2018-04-20i965/miptree: Don't leak the clear_color_boNanley Chery1-2/+1
2018-04-20i965/blorp: Do the gen11 BTI flushJason Ekstrand1-0/+14
2018-04-20anv/blorp: Do the gen11 BTI flushJason Ekstrand1-0/+14
2018-04-20etnaviv: fix texture_format_needs_swizLucas Stach1-1/+1
2018-04-20ac/nir: fix image dimension for subpass attachmentsSamuel Pitoiset1-3/+15
2018-04-20radv: Mark GTT memory as device local for APUs.Bas Nieuwenhuizen1-3/+5
2018-04-20radv/winsys: allow to submit up to 4 IBs for chips without chainingSamuel Pitoiset1-50/+168
2018-04-20gallium/util: Android backtrace supportStefan Schake3-1/+114