summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-16vc4: Fix copy-and-paste fail in backport of NEON asm fixes.Eric Anholt1-1/+1
2019-02-15meson: Add dependency on genxml to anvilDylan Baker1-2/+5
2019-02-15radv: always export gl_SampleMask when the fragment shader uses itSamuel Pitoiset1-4/+4
2019-02-15radeonsi: Fix guardband computation for large render targetsOscar Blumberg1-2/+28
2019-02-15anv/cmd_buffer: check for NULL framebufferJuan A. Suarez Romero1-5/+29
2019-02-15egl/wayland-drm: Only announce formats via wl_drm which the driver supports.Mario Kleiner5-5/+51
2019-02-15egl/wayland: Allow client->server format conversion for PRIME offload. (v2)Mario Kleiner1-9/+71
2019-02-15intel/compiler: do not copy-propagate strided regions to ddx/ddy argumentsIago Toral Quiroga1-0/+21
2019-02-15radv: fix compiler issues with GCC 9Samuel Pitoiset1-42/+48
2019-02-15st/mesa: Limit GL_MAX_[NATIVE_]PROGRAM_PARAMETERS_ARB to 2048Kenneth Graunke1-1/+6
2019-02-15st/va/vp9: set max reference as default of VP9 reference numberLeo Liu1-1/+6
2019-02-15st/va: fix the incorrect max profiles reportLeo Liu2-2/+3
2019-02-15winsys/amdgpu: don't drop manually added fence dependenciesMarek Olšák1-2/+0
2019-02-15radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-2/+5
2019-02-15gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0Marek Olšák1-1/+2
2019-02-15nir/deref: Rematerialize parents in rematerialize_derefs_in_use_blocksJason Ekstrand1-3/+2
2019-02-15nvc0: we have 16k-sized framebuffers, fix default scissorsIlia Mirkin1-2/+2
2019-02-14freedreno/a6xx: Emit blitter dst with OUT_RELOCWKristian H. Kristensen1-1/+1
2019-02-14amd/common: Use correct writemask for shared memory stores.Bas Nieuwenhuizen1-1/+1
2019-02-14radv: Only look at pImmutableSamples if the descriptor has a sampler.Bas Nieuwenhuizen1-2/+6
2019-02-14xvmc: fix string comparisonEric Engestrom1-3/+3
2019-02-14xvmc: fix string comparisonEric Engestrom1-10/+10
2019-02-14gallium-xlib: query MIT-SHM before using it.Bart Oldeman1-1/+3
2019-02-12intel/fs: Do the grf127 hack on SIMD8 instructions in SIMD16 modeJason Ekstrand1-7/+6
2019-02-12v3d: Fix leak in resource setup error pathErnestas Kulik1-1/+1
2019-02-12vc4: Fix leak in HW queries error pathErnestas Kulik1-1/+1
2019-02-12intel/fs: Handle IMAGE_SIZE in size_read() and is_send_from_grf()Jason Ekstrand1-0/+2
2019-02-12freedreno: stop frob'ing pipe_resource::nr_samplesRob Clark3-5/+14
2019-01-31glsl: Fix copying function's out to temp if dereferenced by arrayDanylo Piliaiev1-24/+22
2019-01-31glsl: Copy function out to temp if we don't directly ref a variableTimothy Arceri1-2/+3
2019-01-30etnaviv: Consolidate buffer references from framebuffersTomeu Vizoso3-10/+9
2019-01-30vc4: Enable NEON asm on meson cross-builds.Eric Anholt1-4/+6
2019-01-30vc4: Declare the cpu pointers as being modified in NEON asm.Carsten Haitzler (Rasterman)1-20/+16
2019-01-29vc4: Use named parameters for the NEON inline asm.Carsten Haitzler (Rasterman)1-80/+100
2019-01-29glsl: use remap location when serialising uniform program resource dataTimothy Arceri1-7/+26
2019-01-29radv/ac: fix some fp16 handlingTimothy Arceri2-2/+2
2019-01-29radv: correctly use vulkan 1.0 by defaultNiklas Haas1-1/+1
2019-01-29st/nine: Immediately upload user provided texturesAxel Davy1-0/+13
2019-01-29anv: fix invalid binding table index computationLionel Landwerlin1-4/+2
2019-01-29ac/nir_to_llvm: fix clamp shadow reference for more hardwareTimothy Arceri1-1/+1
2019-01-29meson/vdpau: add missing soversionEric Engestrom2-2/+10
2019-01-29meson: Fix compiler checks for SWR with ICCDylan Baker1-25/+5
2019-01-29meson: fix swr KNL buildDylan Baker1-1/+1
2019-01-29gallium: use put image shm2 path (v2)Dave Airlie3-10/+22
2019-01-29glx: add support for putimageshm2 path (v2)Dave Airlie1-7/+23
2019-01-29st/mesa: purge framebuffers when unbinding a contextMarek Olšák1-0/+5
2019-01-29loader: fix the no-modifiers caseRob Clark1-6/+14
2019-01-29radeonsi: fix rendering to tiny viewports where the viewport center is > 8KMarek Olšák1-3/+18
2019-01-29radeonsi: fix a u_blitter crash after a shader with FBFETCHMarek Olšák1-1/+1
2019-01-29nir/xfb: Fix offset accounting for dvec3/4Jason Ekstrand1-2/+2