summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version for rc3mesa-19.2.0-rc3Dylan Baker2019-09-111-1/+1
* radeonsi/gfx10: fix wave occupancy computationsMarek Olšák2019-09-104-21/+49
* radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contextsMarek Olšák2019-09-101-1/+1
* virgl: Fix pipe_resource leaks under multi-sample.Lepton Wu2019-09-101-1/+3
* st/nine: Properly initialize GLSL types for NIR shaders.Timur Kristóf2019-09-091-0/+5
* Revert "ac/nir: Lower large indirect variables to scratch"Bas Nieuwenhuizen2019-09-091-68/+0
* nir/dead_cf: Repair SSA if the pass makes progressJason Ekstrand2019-09-091-2/+13
* nir/repair_ssa: Insert deref casts when neededJason Ekstrand2019-09-091-2/+29
* nir/repair_ssa: Repair dominance for unreachable blocksJason Ekstrand2019-09-091-4/+8
* nir: Add a block_is_unreachable helperJason Ekstrand2019-09-092-0/+15
* nir: Don't infinitely recurse in lower_ssa_defs_to_regs_blockJason Ekstrand2019-09-091-5/+15
* nir: Handle complex derefs in nir_split_array_varsJason Ekstrand2019-09-091-2/+5
* drirc: override minImageCount=2 for gfxbenchEric Engestrom2019-09-091-0/+4
* radv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-091-0/+1
* amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom2019-09-092-5/+2
* anv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-091-0/+3
* wsi: add minImageCount overrideEric Engestrom2019-09-095-3/+27
* anv: add support for driconfEric Engestrom2019-09-094-3/+19
* 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
* travis: Fail build if any command in if statement fails.Vinson Lee2019-09-041-4/+4
* swr: Fix build with llvm-9.0 again.Vinson Lee2019-09-043-0/+28
* 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