summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Update version to 17.2.0-rc6mesa-17.2.0-rc6Emil Velikov1-1/+1
2017-08-29egl/wayland: make sure HAS_$FORMAT is set for wl_dmabufEmil Velikov1-0/+3
2017-08-29egl/wayland: set correct format with wl_dmabuf as wl_drm is missingEmil Velikov1-1/+1
2017-08-29egl/wayland: polish object teardown in dri2_wl_destroy_surfaceEmil Velikov1-2/+2
2017-08-29egl/wayland: plug leaks in dri2_wl_create_window_surface() error pathEmil Velikov1-2/+6
2017-08-29radv: clear dynamic_shader_stages on createGrazvydas Ignotas1-0/+1
2017-08-29radv/wsi: Compute correct row_pitch for GFX9.Dave Airlie1-2/+6
2017-08-29egl: don't NULL deref the .get_capabilities function pointerEmil Velikov1-1/+2
2017-08-29radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen1-0/+1
2017-08-29radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen1-1/+1
2017-08-29radv: Don't set a new subpass on compute resolve.Bas Nieuwenhuizen1-8/+0
2017-08-29radv: Remove some intel comments from the resolve code.Bas Nieuwenhuizen3-21/+0
2017-08-29radv: don't crash if we have no framebufferDave Airlie1-0/+4
2017-08-29radv: fix predication on gfx9Dave Airlie1-1/+3
2017-08-29mesa: fix ES only draw if we have vertex positionsTimothy Arceri1-2/+2
2017-08-29egl: Add dma_buf_import_modifiers for glvndDaniel Stone1-0/+4
2017-08-29egl: Update headers from KhronosDaniel Stone4-42/+673
2017-08-29util: move string_to_uint_map to glslEmil Velikov15-13/+492
2017-08-29nir: Fix system_value_from_intrinsic for subgroupsJason Ekstrand1-4/+4
2017-08-29st/mesa: fix handling of vertex array double inputsIlia Mirkin1-1/+3
2017-08-29glsl: fix counting of vertex shader output slots used by explicit varsIlia Mirkin1-1/+2
2017-08-29etnaviv: use correct param for etna_compatible_rs_format(..)Christian Gmeiner1-1/+1
2017-08-29egl/wayland: Use roundtrips when awaiting buffer releaseKai Chen1-2/+7
2017-08-29radv/gfx9: gfx9 has buffer sizing rules like pre-VI.Dave Airlie1-1/+1
2017-08-29ac/nir: Cast sources of integer ops to int.Bas Nieuwenhuizen1-0/+16
2017-08-29nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin1-0/+3
2017-08-29radv/gfx9: don't expose linear depth on vega.Dave Airlie1-0/+4
2017-08-29radv: don't degrade tiling mode for small compressed or depth texture.Dave Airlie1-6/+10
2017-08-29radv/gfx9: only minify image view width/height/depth before gfx9.Dave Airlie2-7/+15
2017-08-29radv/image: don't rescale width/height if the format isn't changingDave Airlie1-4/+6
2017-08-29radv: cleanup some image view descriptor setup.Dave Airlie2-13/+21
2017-08-29radv/gfx9: emit sx_mrt_blend registersDave Airlie3-3/+134
2017-08-29radv: bump space check for indexed draw.Dave Airlie1-1/+1
2017-08-29radv/gfx9: fixup db/stencil disable.Dave Airlie1-3/+7
2017-08-29radv/gfx9: fix level count in color register setup.Dave Airlie1-1/+1
2017-08-29radv/gfx9: use total levels in texture descriptorDave Airlie1-1/+1
2017-08-29i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke8-5/+25
2017-08-29radeonsi: emit VGT_REUSE_OFF in the right placeMarek Olšák2-8/+9
2017-08-29radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák2-6/+8
2017-08-29radeonsi/gfx9: add a temporary workaround for a tessellation driver bugMarek Olšák1-1/+5
2017-08-29i965/clear: Quantize the depth clear value based on the formatJason Ekstrand1-2/+12
2017-08-29Android: Fix LLVM duplicated symbols linking for N and MRob Herring4-13/+7
2017-08-29radeonsi: update non-resident bindless descriptors if neededSamuel Pitoiset1-30/+55
2017-08-29intel/blorp: Adjust intra-tile x when faking rgb with red-onlyTopi Pohjolainen1-0/+1
2017-08-29ac/nir: fixup layer/viewport export for GFX9.Dave Airlie1-7/+25
2017-08-29mesa: only copy requested compressed teximage cubemap facesChristoph Haag1-2/+2
2017-08-29i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand1-1/+1
2017-08-29i965/miptree: Return NONE from texture_aux_usage when fully resolvedJason Ekstrand1-1/+14
2017-08-29i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand3-5/+11
2017-08-29i965: Mark all EGLimages as non-coherent.Kenneth Graunke1-5/+3