mesa.git
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...
2018-07-02 Samuel Pitoisetradv: enable/disable predication for the DCC decompress...
2018-07-02 Samuel Pitoisetradv: add padding for the UMR disassembler
2018-07-02 Gert Wollnyvirgl: Add support for glGetMultisample
2018-07-02 Tomeu Vizosost/mesa: Also check for PIPE_FORMAT_A8R8G8B8_SRGB for...
2018-07-02 Tomeu Vizosost/mesa: Fall back to R8G8B8A8_SRGB for ETC2
2018-07-02 Tomeu Vizosost/mesa/i965: Allow decompressing ETC2 to GL_RGBA
2018-07-02 Iago Toral... anv/cmd_buffer: make descriptors dirty when emitting...
2018-07-02 Iago Toral... anv/cmd_buffer: clean dirty push constants flag after...
2018-07-02 Iago Toral... anv/cmd_buffer: never shrink the push constant buffer...
2018-07-01 Denis Paukgallium/llvmpipe: Enable support bptc format.
2018-07-01 Denis Paukgallium/softpipe: Enable support bptc format.
2018-07-01 Denis Paukgallium/auxiliary: Add helper support for bptc format...
2018-07-01 Denis Paukmesa: add header for share bptc decompress functions
2018-06-30 Marek Olšákglsl/cache: save and restore ExternalSamplersUsed
2018-06-30 Timothy Arcerinir: fix selection of loop terminator when two or more...
2018-06-29 Timothy Arceriradeonsi: enable OpenGL 4.4 compat profile
2018-06-29 Timothy Arcerimesa: enable ARB_vertex_attrib_64bit in compat profile
2018-06-29 Timothy Arcerimesa: add outstanding ARB_vertex_attrib_64bit dlist...
2018-06-29 Dave Airlievbo_save: add support for doubles to display list code
2018-06-29 Timothy Arcerimesa: add compat profile support for ARB_multi_draw_ind...
2018-06-29 Timothy Arcerimesa: make valid_draw_indirect_multi() accessible exter...
next