summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke2019-08-261-16/+5
* iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke2019-08-261-4/+5
* 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
* 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-082-7/+3
* 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
* i965/clear: clear_value better precisionSergii Romantsov2019-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
* 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
* 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