summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-2610-6/+10
* 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
* 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
* radeonsi/nir: enable lowering of fpowTimothy Arceri2018-02-261-0/+1
* ac: make use of ac_get_llvm_num_components() helperTimothy Arceri2018-02-261-5/+1
* gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_infoTimothy Arceri2018-02-262-7/+0
* radeonsi/nir: fix loading of doubles for tess varyingsTimothy Arceri2018-02-261-2/+10
* radeonsi/nir: fix lds store in tcs outputs handlingTimothy Arceri2018-02-261-1/+1
* r600: Take ALU_EXTENDED into account when evaluating jump offsetsGert Wollny2018-02-261-2/+7
* mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embed...Francisco Jerez2018-02-241-1/+2
* glsl: Silence warnings when reading from a framebuffer fetch output.Francisco Jerez2018-02-241-0/+1
* glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...Francisco Jerez2018-02-244-4/+7
* glsl: Add support for the framebuffer fetch layout(noncoherent) qualifier.Francisco Jerez2018-02-245-2/+61
* glsl: Allow layout token for EXT_shader_framebuffer_fetch_non_coherent.Francisco Jerez2018-02-241-1/+2
* glsl: Initialize ir_variable_data::fb_fetch_output earlier for GL(ES) 2.Francisco Jerez2018-02-241-2/+7
* glsl: Replace MESA_shader_framebuffer_fetch extension flags with EXT ones.Francisco Jerez2018-02-242-6/+4
* glsl: Switch ast_type_qualifier to a 128-bit bitset.Francisco Jerez2018-02-243-4/+9