summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 19.1.6mesa-19.1.6Juan A. Suarez Romero2019-09-031-0/+132
* Update version to 19.1.6Juan A. Suarez Romero2019-09-031-1/+1
* glsl: replace 'x + (-x)' with constant 0Pierre-Eric Pelloux-Prayer2019-08-301-0/+12
* intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardwareIan Romanick2019-08-291-0/+2
* nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...Ian Romanick2019-08-291-1/+1
* intel/compiler: Fix src0/desc setter orderingKenneth Graunke2019-08-291-2/+2
* mesa: Fix _mesa_float_to_unorm() on 32-bit systems.Kenneth Graunke2019-08-281-1/+1
* util: Add a _mesa_i64roundevenf() helper.Kenneth Graunke2019-08-281-0/+16
* radeonsi: fix scratch buffer WAVESIZE setting leading to corruptionMarek Olšák2019-08-283-31/+39
* intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs failsPaulo Zanoni2019-08-271-1/+1
* wayland/egl: Ensure correct buffer size when allocatingJonas Ådahl2019-08-261-2/+11
* radv: additional query fixesAndres Rodriguez2019-08-261-7/+8
* iris: Fix large timeout handling in rel2abs()Kenneth Graunke2019-08-261-13/+14
* egl: reset blob cache set/get functions on terminateTapani Pälli2019-08-261-0/+4
* cherry-ignore: iris: Avoid unnecessary resolves on transfer mapsJuan A. Suarez Romero2019-08-261-0/+3
* iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke2019-08-261-16/+5
* cherry-ignore: iris: Update fast clear colors on Gen9 with direct immediate w...Juan A. Suarez Romero2019-08-261-0/+1
* iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke2019-08-261-4/+5
* cherry-ignore: iris: Replace devinfo->gen with GEN_GENJuan A. Suarez Romero2019-08-261-0/+1
* cherry-ignore: add explicit 19.2 only nominationsJuan A. Suarez Romero2019-08-261-0/+7
* nir/loop_unroll: Prepare loop for unrolling in wrapper_unrollDanylo Piliaiev2019-08-231-25/+1
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-236-7/+7
* nir/lcssa: handle deref instructions properlyDaniel Schürmann2019-08-232-14/+26
* docs: add sha256 checksums for 19.1.5Juan A. Suarez Romero2019-08-231-1/+1
* 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