mesa.git
2018-07-05 Eric Anholtst/nir: Disable varying packing when doing transform...
2018-07-05 Jon Turneymeson: Set with_dri from with_gallium when DRI glx...
2018-07-05 Samuel Pitoisetradv/winsys: make use of radeon_emit()
2018-07-05 Samuel Pitoisetradv: only flush CB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: only flush DB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: fix "error: initializer element is not constant...
2018-07-05 Lionel Landwerlinutil: u_queue: fix android build error
2018-07-05 Benedikt SchemmerUtil: fix msvc build
2018-07-05 Mathieu Bridonpython: Specify the JSON separators
2018-07-05 Mathieu Bridonpython: Stabilize some script outputs
2018-07-05 Lionel Landwerlinintel: tools: remove drm-uapi defines
2018-07-05 Lionel Landwerlinintel: intel_dump_gpu: use simulator id in captures
2018-07-05 Lionel Landwerlinintel: devinfo: add simulator id
2018-07-05 Scott D Phillipsintel: tools: dump-gpu: dump 48-bit addresses
2018-07-05 Lionel Landwerlinintel: tools: import intel_aubdump
2018-07-05 Lionel Landwerlinintel: tools: update intel_aub.h
2018-07-05 Lionel Landwerlinintel: batch-decoder: add missing return line
2018-07-05 Lionel Landwerlinintel: batch-decoder: don't asks for constant BO until...
2018-07-05 Scott D Phillipsintel/batch-decoder: handle non-contiguous binding...
2018-07-05 Scott D Phillipsintel/tools/aubinator: aubinate ppgtt aubs
2018-07-05 Lionel Landwerlinintel: aubinator: handle GGTT mappings
2018-07-05 Jason Ekstrandutil: rb-tree: A simple, invasive, red-black tree
2018-07-05 Lionel Landwerlinintel: aubinator: drop the 1Tb GTT mapping
2018-07-05 Lionel Landwerlinintel: aubinator: rework register writes handling
2018-07-05 Lionel Landwerlinintel: aubinator: remove standard input processing...
2018-07-05 Lionel Landwerlinintel: aubinator: remove unused variables
2018-07-05 Mathieu Bridongallium/auxiliary: Fix string matching
2018-07-05 Samuel Pitoisetradv: optimize vkCmd{Set,Reset}Event() a little bit
2018-07-05 Samuel Pitoisetradv: optimize radv_CmdWaitEvents()
2018-07-05 Roland Scheideggernir/linker: fix msvc build
2018-07-05 Gert Wollnyr600: compare structure elements instead of doing a...
2018-07-05 Gert Wollnyr600: Add R4G4B4A4 and A1B5G5R5 to supported vertex...
2018-07-05 Gert Wollnyr600: force LOD range to be only one value when mip...
2018-07-05 Gert Wollnymesa/st: draw_vbo: initialize restart_index too
2018-07-05 Timothy Arcerimesa: enable ARB_direct_state_access in OpenGL 4.5...
2018-07-05 Timothy Arceriutil/drirc: turn on force_glsl_extensions_warn for...
2018-07-05 Marek Olšákutil/queue: remove leftover debug code
2018-07-05 Marek OlšákShorten u_queue names
2018-07-05 Marek Olšákkutil/queue: add a process name into a thread name
2018-07-05 Marek Olšákgallium/os: use util_get_process_name when possible
2018-07-05 Marek Olšákutil: extract get_process_name from xmlconfig.c
2018-07-04 Marek Olšákac: fold LLVMContext creation into ac_llvm_context_init
2018-07-04 Marek Olšákradeonsi: reorder code in si_llvm_context_init
2018-07-04 Marek Olšákradeonsi: use ac_compile_module_to_binary to reduce...
2018-07-04 Marek Olšákac: add reusable helpers for direct LLVM compilation
2018-07-04 Rhys Perrynvc0: implement multisampled images on Maxwell+
2018-07-04 Neil Robertsi965: Fix output register sizes when variable ranges...
2018-07-04 Dave Airlier600/sb: cleanup if_conversion iterator to be legal C++
2018-07-04 Marek Olšákradeonsi: fix compiler breakage
2018-07-04 Dave Airlieac: make some fns static
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-04 Dave Airlieac/radeonsi: port compiler init/destroy out of radeonsi.
2018-07-03 Dave Airlieradv/radeonsi: add a check ir tm options
2018-07-03 Dave Airlieradeonsi: rename si_compiler -> ac_llvm_compiler
2018-07-03 Dave Airlieac: add target library info helpers
2018-07-03 Dave Airlieradv: create/destroy passmgr at the higher level.
2018-07-03 Dave Airlieradv: port to use common passmgr code.
2018-07-03 Dave Airlieac/radeonsi: refactor out pass manager init to common...
2018-07-03 Dave Airlieradv: drop copy of ac_create_target_machine.
2018-07-03 Dave Airlieac/radv: split the non-common init_once code from the...
2018-07-03 Neil Robertsi965: Use the new nir atomic counter linker for SPIR...
2018-07-03 Alejandro Piñeiroi965: enable AtomicStorage capability for gen7+
2018-07-03 Antia Puentesmesa/glspirv: lower workgroup access to offsets
2018-07-03 Antia Puentesnir: Fix OpAtomicCounterIDecrement for uniform atomic...
2018-07-03 Neil Robertsnir/linker: Add a pure NIR implementation of the atomic...
2018-07-03 Neil Robertsnir/types: Add wrappers for a couple of atomic counter...
2018-07-03 Alejandro Piñeirospirv/nir: add capability check for SpvCapabilityAtomic...
2018-07-03 Alejandro Piñeirospirv/nir: add atomic counter support on vtn_handle_ssb...
2018-07-03 Alejandro Piñeirospirv/nir: initialize offset on the nir var at vtn_crea...
2018-07-03 Antia Puentesnir/spirv: Fix atomic counter (multidimensional-)arrays
2018-07-03 Alejandro Piñeirospirv/nir: tweak nir type when storage class is SpvStor...
2018-07-03 Alejandro Piñeironir_types: add glsl_atomic_uint_type() helper
2018-07-03 Alejandro Piñeirospirv/nir: add offset at vtn_variable
2018-07-03 Alejandro Piñeirospirv/nir: SpvStorageClassAtomicCounter support on...
2018-07-03 Alejandro Piñeironir/linker: handle uniforms without explicit location
2018-07-03 Alejandro Piñeirocompiler/glsl: refactor empty_uniform_block utilities...
2018-07-03 Ian Romanicki965/vec4: Don't cmod propagate from CMP to ADD if...
2018-07-02 Ian Romanickintel/compiler: Silence unused parameter warnings brw_nir.c
2018-07-02 Kenneth Graunkei965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa
2018-07-02 Jason Ekstrandanv: Add support for the on-disk shader cache
2018-07-02 Jason Ekstrandanv/pipeline_cache: Add a _locked suffix to a function
2018-07-02 Jason Ekstrandanv: Add device-level helpers for searching for and...
2018-07-02 Jason Ekstrandanv/pipeline: Stop optimizing for not having a cache
2018-07-02 Jason Ekstrandanv: Use a default pipeline cache if none is specified
2018-07-02 Jason Ekstrandanv: Be more careful about hashing pipeline layouts
2018-07-02 Jason Ekstrandanv,intel: Enable nir_opt_large_constants for Vulkan
2018-07-02 Jason Ekstrandanv: Add state setup support for shader constants
2018-07-02 Jason Ekstrandanv: Add support for shader constant data to the pipeli...
2018-07-02 Jason Ekstrandnir: Add a large constants optimization pass
2018-07-02 Jason Ekstrandnir: Add a concept of constant data associated with...
2018-07-02 Jason Ekstrandnir/deref: Add helpers for getting offsets
2018-07-02 Jason Ekstrandnir/types: Add a natural size and alignment helper
2018-07-02 Jason Ekstrandnir: Add a deref_instr_has_indirect helper
2018-07-02 Jason Ekstrandutil/macros: Import ALIGN_POT from ralloc.c
2018-07-02 Eric Anholtv3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-07-02 Eric Anholtv3d: Emit a TF flush after each draw using TF.
2018-07-02 Karol Herbstnv50/ir: handle clipvertex for geom and tess shaders...
2018-07-02 Erik Faye-Lundgallium/u_vbuf: drop min/max-scanning for empty indirec...
2018-07-02 Samuel Pitoisetradv: reset the image's predicate after a color decompr...
next