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