summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-04bump version to 19.2-rc2mesa-19.2.0-rc2Dylan Baker1-1/+1
2019-09-04glsl: replace 'x + (-x)' with constant 0Pierre-Eric Pelloux-Prayer1-0/+12
2019-09-04Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu"Thong Thai1-7/+4
2019-09-04nir/range-analysis: Handle constants in nir_op_mov just like nir_op_bcselIan Romanick1-2/+9
2019-09-04nir/range-analysis: Fix incorrect fadd range result for (ne_zero, ne_zero)Ian Romanick1-3/+8
2019-09-04nir/range-analysis: Adjust result range of multiplication to account for flus...Ian Romanick1-31/+22
2019-09-04nir/range-analysis: Adjust result range of exp2 to account for flush-to-zeroIan Romanick1-2/+14
2019-09-04nir/algebraic: Mark some value range analysis-based optimizations impreciseIan Romanick1-9/+13
2019-09-04iris: Fix partial fast clear checks to account for miplevel.Kenneth Graunke1-2/+2
2019-09-04intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardwareIan Romanick1-0/+1
2019-09-04nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...Ian Romanick1-1/+1
2019-09-04mesa: Fix _mesa_float_to_unorm() on 32-bit systems.Kenneth Graunke1-1/+1
2019-09-04util: Add a _mesa_i64roundevenf() helper.Kenneth Graunke1-0/+16
2019-09-04radeonsi: fix scratch buffer WAVESIZE setting leading to corruptionMarek Olšák3-31/+39
2019-09-04radeonsi: unbind blend/DSA/rasterizer state correctly in delete functionsMarek Olšák1-1/+9
2019-09-04gallivm: fix atomic compare-and-swapDave Airlie1-0/+2
2019-09-04intel/fs: grab fail_msg from v32 instead of v16 when v32->run_cs failsPaulo Zanoni1-1/+1
2019-09-04isl: Don't set UnormPathInColorPipe for integer surfaces.Kenneth Graunke1-1/+6
2019-09-04isl: Drop UnormPathInColorPipe for buffer surfaces.Kenneth Graunke1-4/+0
2019-09-04radv: fix getting the index type size for uint8_tSamuel Pitoiset1-1/+1
2019-09-04virgl: fix format conversion for recent gallium changes.Dave Airlie8-18/+305
2019-09-04radv: Change memory type order for GPUs without dedicated VRAMAlex Smith1-3/+15
2019-09-04anv: Only re-emit non-dynamic state that has changed.Rafael Antognolli2-24/+50
2019-09-04util: fix compilation on macosLionel Landwerlin1-1/+1
2019-09-04radv: additional query fixesAndres Rodriguez1-7/+8
2019-09-04iris: Fix large timeout handling in rel2abs()Kenneth Graunke1-13/+14
2019-09-04radv/gfx10: do not use NGG with NAVI14Samuel Pitoiset1-0/+1
2019-09-04radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Samuel Pitoiset1-1/+2
2019-09-04egl: reset blob cache set/get functions on terminateTapani Pälli1-0/+4
2019-09-04iris: Avoid unnecessary resolves on transfer mapsKenneth Graunke2-16/+31
2019-09-04iris: Drop copy format hacks from copy region based transfer path.Kenneth Graunke1-16/+5
2019-09-04iris: Update fast clear colors on Gen9 with direct immediate writes.Kenneth Graunke2-9/+26
2019-09-04iris: Fix broken aux.possible/sampler_usages bitmask handlingKenneth Graunke1-5/+6
2019-09-04iris: Replace devinfo->gen with GEN_GENKenneth Graunke1-22/+18
2019-09-04pan/midgard: Fix writeout combiningAlyssa Rosenzweig1-1/+4
2019-09-04radv: Disable NGG for geometry shaders.Bas Nieuwenhuizen1-0/+20
2019-09-04util/timespec: use unsigned 64 bit integers for nsec valuesLionel Landwerlin2-35/+18
2019-09-04iris/android: fix build and link with libmesa_intel_perfTapani Pälli2-0/+2
2019-09-04ac: fix exclusive scans on GFX8-GFX9Samuel Pitoiset1-4/+3
2019-09-04util: fix os_create_anonymous_file on androidTapani Pälli1-4/+5
2019-09-04gallium/noop: Implement resource_get_paramKenneth Graunke1-0/+23
2019-09-04gallium/rbug: Wrap resource_get_param if availableKenneth Graunke1-0/+17
2019-09-04gallium/trace: Wrap resource_get_param if availableKenneth Graunke1-0/+16
2019-09-04gallium/ddebug: Wrap resource_get_param if availableKenneth Graunke1-0/+13
2019-09-04mesa: recover target_check before get_current_tex_objectsJose Maria Casanova Crespo1-7/+7
2019-09-04radv: force enable VK_AMD_shader_ballot for Wolfenstein YoungbloodSamuel Pitoiset1-0/+8
2019-09-04radv: add a new debug option called RADV_DEBUG=noshaderballotSamuel Pitoiset2-0/+2
2019-09-04radv: allow to enable VK_AMD_shader_ballot only on GFX8+Samuel Pitoiset2-2/+3
2019-09-04nir/loop_unroll: Prepare loop for unrolling in wrapper_unrollDanylo Piliaiev1-25/+1
2019-09-04radv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.Bas Nieuwenhuizen1-0/+8