summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 19.1.5mesa-19.1.5Juan A. Suarez Romero2019-08-231-0/+119
* Update version to 19.1.5Juan A. Suarez Romero2019-08-231-1/+1
* radeonsi: fix an assertion failure: assert(!res->b.is_shared)Marek Olšák2019-08-201-2/+1
* intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V2019-08-101-0/+4
* anv: remove unused Linux-specific includeGreg V2019-08-101-1/+0
* i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DDanylo Piliaiev2019-08-101-0/+21
* radv: Avoid VEGA/RAVEN scissor bug in binning.Bas Nieuwenhuizen2019-08-101-1/+2
* radv: Avoid binning RAVEN hangs.Bas Nieuwenhuizen2019-08-101-1/+2
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-081-0/+1
* gallium/dump: add missing query-type to short-listErik Faye-Lund2019-08-081-0/+1
* util: fix mem leak of program pathEric Engestrom2019-08-081-7/+12
* meson: Test for program_invocation_nameMatt Turner2019-08-083-7/+10
* radeonsi: disable SDMA image copies on dGPUs to fix corruption in gamesMarek Olšák2019-08-081-1/+9
* ac/nir: Use correct cast for readfirstlane and ptrs.Bas Nieuwenhuizen2019-08-081-0/+2
* radv: Do non-uniform lowering before bool lowering.Bas Nieuwenhuizen2019-08-081-1/+1
* anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DJason Ekstrand2019-08-081-0/+19
* cherry-ignore: panfrost: Make ctx->job usefulJuan A. Suarez Romero2019-08-081-0/+3
* i965/clear: clear_value better precisionSergii Romantsov2019-08-071-1/+1
* docs: add sha256 checksums for 19.1.4Juan A. Suarez Romero2019-08-071-1/+1
* docs: add release notes for 19.1.4mesa-19.1.4Juan A. Suarez Romero2019-08-071-0/+227
* Update version to 19.1.4Juan A. Suarez Romero2019-08-071-1/+1
* mesa: add glsl_type ref to one_time_init and decref to atexitTapani Pälli2019-08-061-0/+3
* intel/ir: Fix CFG corruption in opt_predicated_break().Francisco Jerez2019-08-022-9/+0
* nir: remove explicit nir_intrinsic_index_flag valuesEric Engestrom2019-08-011-2/+2
* egl/drm: ensure the backing gbm is set before using itEmil Velikov2019-08-011-1/+1
* intel/fs: Implement quad_swap_horizontal with a swizzle on gen7Jason Ekstrand2019-07-311-7/+20
* intel/fs: Use ALIGN16 instructions for all derivatives on gen <= 7Jason Ekstrand2019-07-312-24/+65
* scons+meson: suppress spammy build warning on MacOSEric Engestrom2019-07-312-0/+2
* radv: Fix descriptor set allocation failure.Bas Nieuwenhuizen2019-07-311-1/+5
* spirv: don't discard access set by vtn_pointer_dereferenceLionel Landwerlin2019-07-311-1/+1
* radv: fix queries with WAIT_BIT returning VK_NOT_READYAndres Rodriguez2019-07-311-1/+1
* meson: add a warning for meson < 0.46.0Andrii Simiklit2019-07-301-0/+6
* freedreno: Fix data races with allocating/freeing struct ir3.Eric Anholt2019-07-301-1/+1
* radv: Take variable descriptor counts into account for buffer entries.Bas Nieuwenhuizen2019-07-301-1/+10
* anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand2019-07-301-0/+8
* isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSWJason Ekstrand2019-07-301-1/+5
* ac/nir: fix txf_ms with an offsetRhys Perry2019-07-301-2/+2
* spirv: propagate access qualifiers through ssa & pointerLionel Landwerlin2019-07-303-4/+62
* spirv: wrap push ssa/pointer valuesLionel Landwerlin2019-07-304-64/+83
* nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott2019-07-306-12/+48
* anv: Remove special allocation for anv_push_constantsCaio Marcelo de Oliveira Filho2019-07-303-79/+7
* nv50/ir: handle insn not being there for definition of CVT argIlia Mirkin2019-07-291-2/+3
* nvc0: allow a non-user buffer to be bound at position 0Ilia Mirkin2019-07-291-18/+27
* nv50,nvc0: update sampler/view bind functions to accept NULL arrayIlia Mirkin2019-07-292-14/+18
* gallium/vl: fix compute tgsi shaders to not process undefined componentsIlia Mirkin2019-07-291-52/+52
* radeon/vcn: enable rate control for hevc encodingBoyuan Zhang2019-07-291-1/+7
* radeon/uvd: enable rate control for hevc encodingBoyuan Zhang2019-07-291-1/+7
* radeon/vcn: fix poc for hevc encodeBoyuan Zhang2019-07-292-2/+3
* radeon/uvd: fix poc for hevc encodeBoyuan Zhang2019-07-292-3/+3
* nir: add access to image_deref intrinsicsLionel Landwerlin2019-07-291-1/+3