aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: fix interger divide by zero crash during constant foldingTimothy Arceri2018-02-281-2/+2
* st/mesa: ensure that images don't try to reference non-existent levelsIlia Mirkin2018-02-271-0/+1
* ac/radv: move load base vertex abi setup to vertex shader.Dave Airlie2018-02-281-1/+1
* ac/shader: fix vertex input with components.Dave Airlie2018-02-281-1/+1
* radv: remove device pointer from buffer.Dave Airlie2018-02-281-1/+0
* nir: add lower_ldexp to nir compiler optionsTimothy Arceri2018-02-286-2/+8
* ac: implement nir_op_ldexpTimothy Arceri2018-02-281-0/+7
* ac: fix nir_op_fdd{x,y} handlingTimothy Arceri2018-02-281-2/+2
* ac/radeonsi: add load_base_vertex() to the abiTimothy Arceri2018-02-283-1/+10
* radeonsi: create get_base_vertex() helperTimothy Arceri2018-02-281-14/+20
* radeonsi/nir: disable vertex_id_zero_based loweringTimothy Arceri2018-02-281-1/+0
* ac: add support for handling nir_intrinsic_load_vertex_idTimothy Arceri2018-02-281-0/+4
* ac: fix f2b and i2b for doublesTimothy Arceri2018-02-281-2/+4
* intel/ir: Fix invalid type aliasing with undefined behavior in test_eu_compact.Francisco Jerez2018-02-271-3/+3
* util/bitset: Make C++ wrapper trivially constructible.Francisco Jerez2018-02-273-20/+20
* intel/tools: Use gen_device_name_to_pci_device_id in aubinatorJordan Justen2018-02-271-24/+6
* intel/common: Add gen_device_name_to_pci_device_idJordan Justen2018-02-272-6/+14
* intel/vulkan: Support INTEL_DEVID_OVERRIDE environment variableJordan Justen2018-02-271-4/+10
* i965: Use gen_get_pci_device_id_overrideJordan Justen2018-02-271-52/+5
* intel/common: Add gen_get_pci_device_id_overrideJordan Justen2018-02-272-0/+52
* intel/vulkan: Support INTEL_NO_HW environment variableJordan Justen2018-02-273-1/+6
* android: fix source files path for libmesa_anv_gen11Harish Krupo2018-02-271-1/+1
* meson: avoid changing types for the dri3 optionEric Engestrom2018-02-271-3/+3
* meson: simplify the gbm option code, and avoid changing typesEric Engestrom2018-02-271-9/+7
* ac/nir: clean up a hack about rounding 2nd coord componentSamuel Pitoiset2018-02-271-3/+5
* nvc0: collapse output slots to have adjacent registersIlia Mirkin2018-02-271-2/+12
* radv: expose async compute on SIDave Airlie2018-02-271-2/+0
* radv: merge tess rings into a single boDave Airlie2018-02-272-56/+39
* docs: update calendar, add news and link release notes to 17.3.6Emil Velikov2018-02-273-7/+8
* docs: add sha256 checksums for 17.3.6Emil Velikov2018-02-271-1/+3
* docs: add release notes for 17.3.6Emil Velikov2018-02-271-0/+83
* meson: fix building without GLDylan Baker2018-02-261-9/+10
* intel: aubinator_error_decode: fix segfault on missing registerLionel Landwerlin2018-02-261-1/+2
* *-symbol-check: use correct `nm` path when cross-compilingEric Engestrom2018-02-2612-6/+14
* nvir/gm107: consider FILE_FLAGS dependencies in SchedDataCalculatorGM107Karol Herbst2018-02-261-1/+14
* nvir/gm107: iterate over all defs in SchedDataCalculatorGM107::findFirstUseKarol Herbst2018-02-261-16/+18
* ac/nir: use ordered float comparisons except for not equalSamuel Pitoiset2018-02-261-3/+3
* android: vulkan/util: add dependency on libnativewindow for O and laterMauro Rossi2018-02-261-0/+4
* android: anv: add dependency on libnativewindow for O and laterMauro Rossi2018-02-261-8/+14
* android: anv/extensions: fix generated sources buildMauro Rossi2018-02-261-3/+13
* radeonsi: remove 2 unused user SGPRs from merged TES-GS with 32-bit pointersMarek Olšák2018-02-264-11/+35
* radeonsi: make SI_SGPR_VERTEX_BUFFERS the last user SGPR inputMarek Olšák2018-02-264-20/+53
* radeonsi: set correct num_input_sgprs for VS prolog in merged shadersMarek Olšák2018-02-261-24/+24
* radeonsi: allow fewer input SGPRs in 2nd shader of merged shadersMarek Olšák2018-02-261-1/+5
* radeonsi: don't use struct si_descriptors for vertex buffer descriptorsMarek Olšák2018-02-266-33/+46
* build: Move wayland-scanner check into platformDaniel Stone2018-02-261-7/+7
* build: Move wayland-protocols check into platformDaniel Stone2018-02-261-9/+3
* vulkan/wsi/wayland: Move Wayland protocol from BUILT_SOURCESDaniel Stone2018-02-261-1/+4
* r600: fix tgsi clock last settingDave Airlie2018-02-261-0/+1
* r600: add time lo/hi debugging output.Dave Airlie2018-02-262-0/+12