summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Bump maxComputeWorkgroupSizeJason Ekstrand2019-09-091-4/+6
* nir/lower_explicit_io: Handle 1 bit loads and storesCaio Marcelo de Oliveira Filho2019-09-061-9/+24
* freedreno/a2xx: ir2: fix lowering of instructions after float loweringJonathan Marek2019-09-061-3/+2
* intel/dri: finish proper glthreadSergii Romantsov2019-09-061-1/+1
* broadcom/v3d: Allow importing linear BOs with arbitrary offset/stride.Dave Stevenson2019-09-051-8/+23
* radv: Call nir_propagate_invariant()Connor Abbott2019-09-051-0/+2
* nir: do not assume that the result of fexp2(a) is always an integralSamuel Pitoiset2019-09-041-0/+1
* nir: Add is_not_negative helper functionDylan Baker2019-09-041-0/+6
* glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX.Hal Gentz2019-09-042-1/+9
* iris: Report correct number of planes for planar imagesKenneth Graunke2019-09-041-1/+8
* nir: fix memleak in error pathEric Engestrom2019-09-041-1/+3
* freedreno/drm-shim: fix mem leakEric Engestrom2019-09-041-3/+4
* anv: fix format string in error messageEric Engestrom2019-09-041-1/+1
* util/os_file: fix double-close()Eric Engestrom2019-09-041-1/+0
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-041-1/+3
* ttn: fix 64-bit shift on 32-bit `1`Eric Engestrom2019-09-041-1/+1
* vulkan/overlay: bounce image back to present layoutLionel Landwerlin2019-09-041-2/+30
* egl: fix platform selectionLionel Landwerlin2019-09-041-2/+7
* gallium/auxiliary/indices: consistently apply start only to inputErik Faye-Lund2019-09-041-10/+10
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-09-043-0/+28
* 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