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