summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvc0/ir: Fix assert accessing null pointerMark Menzynski2019-07-261-1/+1
* anv: Disable transform feedback on gen7Jason Ekstrand2019-07-261-1/+1
* radv: Set correct metadata size for GFX9+.Bas Nieuwenhuizen2019-07-261-1/+2
* anv: report HOST_ALLOCATION as supported for imagesArcady Goldmints-Orlov2019-07-261-0/+4
* spirv: Fix order of barriers in SpvOpControlBarrierDaniel Schürmann2019-07-251-4/+4
* egl: Also query modifiers when exporting DMABufNicolas Dufresne2019-07-251-4/+22
* main: Fix memleaks in mesa_use_programYevhenii Kolesnikov2019-07-251-0/+2
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-251-1/+1
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-244-10/+16
* util: fix no-op macro (bad number of arguments)Eric Engestrom2019-07-241-1/+1
* meson: allow building all glx without any driversDylan Baker2019-07-242-7/+5
* anv: fix use of comma operatorLionel Landwerlin2019-07-241-1/+1
* nir: don't return voidEric Engestrom2019-07-241-1/+2
* st/nir: fix arb fragment stage conversionDave Airlie2019-07-231-1/+1
* egl: Only expose 565 pbuffer configs if X can export them as DRI3 imagesKenneth Graunke2019-07-231-37/+79
* egl: Make the 565 pbuffer-only config single buffered.Kenneth Graunke2019-07-231-2/+6
* egl: Quiet warning about front buffer rendering for pixmaps/pbuffersKenneth Graunke2019-07-231-3/+5
* mesa: Fix ReadBuffers with pbuffersKenneth Graunke2019-07-231-18/+17
* intel/fs: Stop stack allocating large arraysJason Ekstrand2019-07-231-6/+12