mesa.git
2018-03-19 Dave Airlieradv: handle exporting view index to fragment shader...
2018-03-18 Axel Davyst/nine: Fix non inversible matrix check
2018-03-18 Axel Davyst/nine: Fixes warning about implicit conversion
2018-03-18 Axel Davyst/nine: Fix bad tracking of vs textures for NINESBT_ALL
2018-03-18 Axel Davyst/nine: Fix bad tracking of bound vs textures
2018-03-17 Grazvydas Ignotasradv: make vk_format_description structures static
2018-03-17 Grazvydas Ignotasradv: fix stale comment in generated vk_format_table.c
2018-03-16 Eric Anholtanv: Silence warning about heap_size.
2018-03-16 Eric Anholti965: Silence compiler warning about promoted_constants.
2018-03-16 Eric Anholtanv: Silence compiler warnings about uninitialized...
2018-03-16 Matt Turnerintel/compiler: Use gen_get_device_info() in test_eu_va...
2018-03-16 Matt Turnerintel: Add cfl to gen_device_name_to_pci_device_id()
2018-03-16 Rob Clarkmeson+dri3: allow building against older xcb (v3)
2018-03-16 Dave Airliedri3: allow building against older xcb (v3)
2018-03-16 Marek Olšákr600: consolidate PIPE_BIND_SHARED/SCANOUT handling
2018-03-16 Rafael Antognolliintel/compiler: Check for unsupported register sizes.
2018-03-16 Jason Ekstrandloader: Include include/drm-uapi in the autotools build
2018-03-16 Wu, Zhongminegl/android: Implement the eglSwapinterval for Android.
2018-03-16 Emil Velikovst/mesa: simplify st_init_limits() via tgsi_processor_t...
2018-03-16 Emil Velikovtgsi: move tgsi_processor_to_shader_stage() to a header
2018-03-16 Emil Velikovegl/dri2: move wayland header inclusion where applicable
2018-03-16 Emil Velikovvulkan/wsi/x11: correct DRI3 version in comment
2018-03-16 Emil Velikovvulkan/wsi/x11: use ARRAY_SIZE where applicable
2018-03-16 Juan A. Suarez... mesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
2018-03-16 Christian Gmeineretnaviv: remove superfluous \n from DBG(..) callers
2018-03-16 Samuel Pitoisetradv: run nir_opt_move_load_ubo
2018-03-16 Samuel Pitoisetnir: add nir_opt_move_load_ubo() optimization pass
2018-03-16 Dave Airlieradv: drop geometry stride user sgpr.
2018-03-16 Dave Airlieradv: get rid of geometry user sgpr for num entries.
2018-03-16 Dave Airlieradv: migrate lds size calculations to shader gen.
2018-03-16 Dave Airlieradv: drop scanning the tess shader in the nir code.
2018-03-16 Dave Airlieradv: use num_patches output from tcs shader.
2018-03-16 Dave Airlieradv/tess: remove last chunk of tess sgprs
2018-03-16 Dave Airlieradv: pass num_patches to tes from tcs
2018-03-16 Dave Airlieradv: drop tess offchip layout for tcs.
2018-03-16 Dave Airlieradv: drop tcs_out_offsets
2018-03-16 Dave Airlieradv: drop tcs_out_layout
2018-03-16 Dave Airlieradv/tess: drop tcs_in_layout setting completely.
2018-03-16 Dave Airlieradv: drop ls_out_layout const.
2018-03-16 Dave Airlieradv/shader_info: start gathering tess output info...
2018-03-16 Dave Airlieradv: migrate unique index info shader info (v2)
2018-03-15 Samuel PitoisetRevert "mesa: do not trigger _NEW_TEXTURE_STATE in...
2018-03-15 Lionel Landwerlinanv: silence unused variable warning
2018-03-15 Lionel Landwerlini965: silence unused function warning
2018-03-15 Lionel Landwerlinanv: silence unused function warning on gen11
2018-03-15 Dylan Bakermeson: fix pipe-loaders after omx changes
2018-03-15 Dylan Bakermeson: require amdgpu >= 2.4.91
2018-03-15 Marek Olšákconfigure.ac: require libdrm_amdgpu 2.4.91
2018-03-15 Marek Olšákconfigure.ac: blacklist libdrm 2.4.90
2018-03-15 Samuel Pitoisetradv: dump LLVM IR when a hang is detected
2018-03-15 Samuel Pitoisetradv: record LLVM IR when debugging shaders
2018-03-15 Samuel Pitoisetradv: add dump_shader to the NIR compiler options
2018-03-15 Samuel Pitoisetradv: pass the NIR compiler options to ac_compile_llvm_...
2018-03-15 Samuel Pitoisetradv: print some information when RADV_TRACE_FILE is set
2018-03-15 Samuel Pitoisetradv: only display options that are enabled
2018-03-15 Eric Engestrommailmap: Use Eric Engestrom's personal email address
2018-03-15 Alejandro Piñeirospirv/radv: add AMD_gcn_shader capability, remove curre...
2018-03-15 Samuel Iglesias... spirv: update arguments for vtn_nir_alu_op_for_spirv_op...
2018-03-15 Samuel Iglesias... spirv: fix the translation of SPIR-V conversion opcodes...
2018-03-15 Mathias Fröhlichvbo: Correctly handle source arrays in vbo_split_copy.
2018-03-15 Apple SWEsched.h needs to be imported on Darwin/OSX targets.
2018-03-15 Apple SWEAdd processor topology calculation implementation for...
2018-03-15 Dave Airlievirgl: resize resource bo allocation if we need to.
2018-03-15 Mario Kleinernv50,nvc0: Support BGRX1010102 and RGBX1010102 for...
2018-03-14 Thomas Hellandutil: Use set_foreach instead of rolling our own
2018-03-14 Thomas Hellandglsl: Use hash table cloning in copy propagation
2018-03-14 Thomas Hellandutil: Implement a hash table cloning function
2018-03-14 Guillaume Charifist/mesa: Factorize duplicate code in st_BlitFramebuffer()
2018-03-14 Dylan Bakerautotools: add -I/src/egl to tizonia
2018-03-14 Dylan BakerRevert "Add processor topology calculation implementati...
2018-03-14 Dylan BakerRevert "sched.h needs to be imported on Darwin/OSX...
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-14 Alex Smithradv: Fix CmdCopyImage between uncompressed and compres...
2018-03-14 Samuel Pitoisetradv: fix vkGetDeviceQueue2() when create flags don...
2018-03-14 Neil Robertsspirv: Handle doubles when multiplying a mat by a scalar
2018-03-14 Iago Toral... anv/entrypoints: VkGetDeviceProcAddr returns NULL for...
2018-03-14 Iago Toral... anv/entrypoints: dispatches to VkQueue are device-level
2018-03-14 Dave Airlieradv: drop assert on bindingDescriptorCount > 0
2018-03-14 Apple SWEsched.h needs to be imported on Darwin/OSX targets.
2018-03-14 Apple SWEAdd processor topology calculation implementation for...
2018-03-14 Roland Scheideggerr600: fix abs for op3 sources
2018-03-14 Dave Airlieradv: mark all tess output for an indirect access.
2018-03-14 Dave Airlieac/nir: pass the nir variable through tcs loading.
2018-03-14 Dave Airlieradv: get correct offset into LDS for indexed vars.
2018-03-14 Rob Clarknir: lower_load_const_to_scalar fix for 8/16b types
2018-03-13 Dylan BakerUpdate the documentation for meson
2018-03-13 Jason Ekstrandac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_l...
2018-03-13 Jason Ekstrandnir/subgroups: Add lowering for vote_ieq/vote_feq to...
2018-03-13 Dylan Bakermeson: don't use compiler.has_header
2018-03-13 Jason Ekstrandi965: Emit texture cache invalidates around blorp_copy
2018-03-13 Eric Anholtbrodacom/vc4: Fix simulator since the perfmon change.
2018-03-13 Eric Anholtspirv: Silence compiler warning about undefined srcs[0]
2018-03-13 Samuel Pitoisetac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_r...
2018-03-13 Samuel Pitoisetac/nir: remove some unnecessary includes and declarations
2018-03-13 Samuel Pitoisetac/nir: drop radv prefix from radv_lower_gather4_integer()
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac: move ac_shader_info to radv folder
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-13 Samuel Pitoisetac/nir: move all RADV related code to radv_nir_to_llvm.c
2018-03-13 Samuel Pitoisetac/nir: make emit_barrier() non-static
next