summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-12Bump version for 19.0-rc3mesa-19.0.0-rc3Dylan Baker1-1/+1
2019-02-12Revert "intel/compiler: More peephole select"Dylan Baker1-14/+1
2019-02-12Revert "nir/opt_peephole_select: Don't peephole_select expensive math instruc...Dylan Baker10-41/+18
2019-02-11Revert "intel/compiler: More peephole_select for pre-Gen6"Dylan Baker1-2/+2
2019-02-11cherry-ignore: Add some patchesDylan Baker1-0/+3
2019-02-11nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocksJason Ekstrand1-3/+2
2019-02-11nir: Silence zillions of unused parameter warnings in release buildsIan Romanick1-1/+1
2019-02-07nvc0/ir: fix second tex argument after levelZero optimizationIlia Mirkin2-25/+24
2019-02-07freedreno/a6xx: Emit blitter dst with OUT_RELOCWKristian H. Kristensen1-1/+1
2019-02-07amd/common: handle nir_deref_cast for shared memory from integers.Bas Nieuwenhuizen1-68/+82
2019-02-07amd/common: Handle nir_deref_type_ptr_as_array for shared memory.Bas Nieuwenhuizen1-0/+4
2019-02-07amd/common: Add gep helper for pointer increment.Bas Nieuwenhuizen2-0/+13
2019-02-07amd/common: Fix stores to derefs with unknown variable.Bas Nieuwenhuizen1-8/+13
2019-02-07radv: Fix the shader info pass for not having the variable.Bas Nieuwenhuizen1-2/+2
2019-02-07xvmc: fix string comparisonEric Engestrom1-3/+3
2019-02-07xvmc: fix string comparisonEric Engestrom1-10/+10
2019-02-06freedreno: a2xx: fix fast clearJonathan Marek1-1/+0
2019-02-05Version: Bump for rc2mesa-19.0.0-rc2Dylan Baker1-1/+1
2019-02-05anv: wire up the state_pool_padding testEmil Velikov1-0/+5
2019-02-05loader/dri3: Use strlen instead of sizeof for creating VRR property atomMichel Dänzer1-1/+1
2019-02-05radeonsi: fix crashing performance counters (division by zero)Marek Olšák1-1/+1
2019-02-04anv: Fix VK_EXT_transform_feedback working with varyings packed in PSIZDanylo Piliaiev1-3/+20
2019-02-04intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 modeJason Ekstrand1-7/+6
2019-02-01st/mesa: Fix topogun-1.06-orc-84k-resize.trace crashNeha Bhende1-0/+4
2019-01-31v3d: Fix leak in resource setup error pathErnestas Kulik1-1/+1
2019-01-31v3d: Fix image_load_store clamping of signed integer stores.Eric Anholt1-1/+1
2019-01-31mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.Eric Anholt1-0/+23
2019-01-31freedreno: more fixing release tarballRob Clark1-1/+3
2019-01-31freedreno: fix release tarballRob Clark1-0/+1
2019-01-31radv/winsys: fix hash when adding internal buffersSamuel Pitoiset1-1/+1
2019-01-31vc4: Fix leak in HW queries error pathErnestas Kulik1-1/+1
2019-01-31vc4: Declare the last cpu pointer as being modified in NEON asm.Emil Velikov1-2/+1
2019-01-30VERSION: bump to 19.0.0-rc1mesa-19.0.0-rc1mesa-19.0-rc1Dylan Baker1-1/+1
2019-01-30android,autotools,i965: Fix location of float64_glsl.hDylan Baker3-2/+4
2019-01-30automake: Add --enable-autotools to distcheck flagsDylan Baker1-0/+1
2019-01-30configure: Bump SWR LLVM requirement to 7Dylan Baker1-3/+3
2019-01-29automake: Add include dir for nir src directory19.0-branchpointDylan Baker1-0/+1
2019-01-29automake: Add float64.glsl to dist tarballDylan Baker1-0/+1
2019-01-29automake: Fix path to generated sourceDylan Baker1-1/+1
2019-01-29nir: Optimize double-precision lower_round_even()Matt Turner1-44/+12
2019-01-29ac: use the correct LLVM processor name on Raven2Marek Olšák1-1/+1
2019-01-29v3d: Fix the autotools build.Eric Anholt1-1/+1
2019-01-29freedreno: fix sysmem rendering being used when clear is usedJonathan Marek1-1/+1
2019-01-29freedreno: fix depth usage logicJonathan Marek1-2/+6
2019-01-29freedreno: fix invalidate logicJonathan Marek2-10/+10
2019-01-29mesa/st: wire up DiscardFramebufferJonathan Marek1-0/+25
2019-01-29mesa: wire up InvalidateFramebufferRob Clark2-7/+66
2019-01-29st/dri: invalidate_resource depth/stencil before flush_resourceJonathan Marek1-7/+7
2019-01-29egl/wayland-drm: Only announce formats via wl_drm which the driver supports.Mario Kleiner5-5/+51
2019-01-29egl/wayland: Allow client->server format conversion for PRIME offload. (v2)Mario Kleiner1-9/+71