summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-23docs: add release notes for 19.1.5mesa-19.1.5Juan A. Suarez Romero1-0/+119
2019-08-23Update version to 19.1.5Juan A. Suarez Romero1-1/+1
2019-08-20radeonsi: fix an assertion failure: assert(!res->b.is_shared)Marek Olšák1-2/+1
2019-08-10intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V1-0/+4
2019-08-10anv: remove unused Linux-specific includeGreg V1-1/+0
2019-08-10i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DDanylo Piliaiev1-0/+21
2019-08-10radv: Avoid VEGA/RAVEN scissor bug in binning.Bas Nieuwenhuizen1-1/+2
2019-08-10radv: Avoid binning RAVEN hangs.Bas Nieuwenhuizen1-1/+2
2019-08-08gallium/dump: add missing query-type to short-listErik Faye-Lund1-0/+1
2019-08-08gallium/dump: add missing query-type to short-listErik Faye-Lund1-0/+1
2019-08-08util: fix mem leak of program pathEric Engestrom1-7/+12
2019-08-08meson: Test for program_invocation_nameMatt Turner3-7/+10
2019-08-08radeonsi: disable SDMA image copies on dGPUs to fix corruption in gamesMarek Olšák1-1/+9
2019-08-08ac/nir: Use correct cast for readfirstlane and ptrs.Bas Nieuwenhuizen1-0/+2
2019-08-08radv: Do non-uniform lowering before bool lowering.Bas Nieuwenhuizen1-1/+1
2019-08-08anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DJason Ekstrand1-0/+19
2019-08-08cherry-ignore: panfrost: Make ctx->job usefulJuan A. Suarez Romero1-0/+3
2019-08-07i965/clear: clear_value better precisionSergii Romantsov1-1/+1
2019-08-07docs: add sha256 checksums for 19.1.4Juan A. Suarez Romero1-1/+1
2019-08-07docs: add release notes for 19.1.4mesa-19.1.4Juan A. Suarez Romero1-0/+227
2019-08-07Update version to 19.1.4Juan A. Suarez Romero1-1/+1
2019-08-06mesa: add glsl_type ref to one_time_init and decref to atexitTapani Pälli1-0/+3
2019-08-02intel/ir: Fix CFG corruption in opt_predicated_break().Francisco Jerez2-9/+0
2019-08-01nir: remove explicit nir_intrinsic_index_flag valuesEric Engestrom1-2/+2
2019-08-01egl/drm: ensure the backing gbm is set before using itEmil Velikov1-1/+1
2019-07-31intel/fs: Implement quad_swap_horizontal with a swizzle on gen7Jason Ekstrand1-7/+20
2019-07-31intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7Jason Ekstrand2-24/+65
2019-07-31scons+meson: suppress spammy build warning on MacOSEric Engestrom2-0/+2
2019-07-31radv: Fix descriptor set allocation failure.Bas Nieuwenhuizen1-1/+5
2019-07-31spirv: don't discard access set by vtn_pointer_dereferenceLionel Landwerlin1-1/+1
2019-07-31radv: fix queries with WAIT_BIT returning VK_NOT_READYAndres Rodriguez1-1/+1
2019-07-30meson: add a warning for meson < 0.46.0Andrii Simiklit1-0/+6
2019-07-30freedreno: Fix data races with allocating/freeing struct ir3.Eric Anholt1-1/+1
2019-07-30radv: Take variable descriptor counts into account for buffer entries.Bas Nieuwenhuizen1-1/+10
2019-07-30anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand1-0/+8
2019-07-30isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSWJason Ekstrand1-1/+5
2019-07-30ac/nir: fix txf_ms with an offsetRhys Perry1-2/+2
2019-07-30spirv: propagate access qualifiers through ssa & pointerLionel Landwerlin3-4/+62
2019-07-30spirv: wrap push ssa/pointer valuesLionel Landwerlin4-64/+83
2019-07-30nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott6-12/+48
2019-07-30anv: Remove special allocation for anv_push_constantsCaio Marcelo de Oliveira Filho3-79/+7
2019-07-29nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin1-2/+3
2019-07-29nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin1-18/+27
2019-07-29nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2-14/+18
2019-07-29gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin1-52/+52
2019-07-29radeon/vcn: enable rate control for hevc encodingBoyuan Zhang1-1/+7
2019-07-29radeon/uvd: enable rate control for hevc encodingBoyuan Zhang1-1/+7
2019-07-29radeon/vcn: fix poc for hevc encodeBoyuan Zhang2-2/+3
2019-07-29radeon/uvd: fix poc for hevc encodeBoyuan Zhang2-3/+3
2019-07-29nir: add access to image_deref intrinsicsLionel Landwerlin1-1/+3