mesa.git
2017-02-13 Kenneth Graunkemesa: Do (TCS && !TES) draw time validation in ES as...
2017-02-13 Jason Ekstrandi965/sampler_state: Set the "Base Mip Level" field...
2017-02-13 Jason Ekstrandi965/sampler_state: Pass texObj into update_sampler_state
2017-02-13 Jason Ekstrandi965/sampler_state: Clamp min/max LOD to 14 on gen7+
2017-02-13 Ilia Mirkinst/mesa: don't pass compare mode for stencil-sampled...
2017-02-12 Ilia Mirkinnv50,nvc0: use alternate samplers for stencil
2017-02-12 Bas Nieuwenhuizenradv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
2017-02-12 Wladimir J... etnaviv: Set shader instruction area correctly for...
2017-02-12 Wladimir J... etnaviv: Update hw header files
2017-02-12 Dave Airlieradv: reduce CPU overhead merging bo lists.
2017-02-12 Ilia Mirkinnvc0: set the render condition in the compute object
2017-02-12 Ilia Mirkingm107/ir: fix address offset bitfield for ATOMS
2017-02-12 Ilia Mirkinnv50/ir: convert an ATOM.EXCH without a destination...
2017-02-12 Ilia Mirkinnvc0: fix 64-bit integer query buffer writes
2017-02-12 Ilia Mirkinnv50/ir: return a register when retrieving thread id...
2017-02-11 Ilia Mirkinnv50/ir: add missing break after DSSG
2017-02-11 Christian Gmeineretnaviv: shader-db traces
2017-02-11 Christian Gmeineretnaviv: keep track of emitted loops
2017-02-11 Christian Gmeineretnaviv: wire up core pipe_debug_callback
2017-02-11 Jose Maria... glsl: non-last member unsized array on SSBO must fail...
2017-02-10 Eric Anholtvc4: Enable glSampleMask() even when !rasterizer->multi...
2017-02-10 Eric Anholtvc4: Respect glSampleMask() even when we're not writing...
2017-02-10 Eric Anholtvc4: Use the nir_builder helper for loading sample...
2017-02-10 Eric Anholtvc4: Use accurate 1/w in coordinate shader as well...
2017-02-10 Eric Anholtvc4: Drop VS inputs to 8.
2017-02-10 Eric Anholtvc4: Avoid emitting small immediates for UBO indirect...
2017-02-10 Timothy Arceriutil/disk_cache: use stat() to check if entry is a...
2017-02-10 Emil Velikovst/nine: update configure options in the README
2017-02-10 Emil Velikovconfigure.ac: supersede --enable-gallium-llvm over...
2017-02-10 Emil Velikovconfigure.ac: remove dummy radeon_gallium_llvm_check()
2017-02-10 Emil Velikovconfigure.ac: correctly manage llvm auto-detection
2017-02-10 Emil Velikovconfigure.ac: disable enable_gallium_llvm in the !x86...
2017-02-10 Emil Velikovconfigure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed
2017-02-10 Emil VelikovRevert "configure.ac: Create correct LLVM_VERSION_INT...
2017-02-10 Emil Velikovconfigure.ac: don't use == with test
2017-02-10 Emil Velikovconfigure.ac: remove unused LLVM variables
2017-02-10 Tobias Drosteconfigure.ac: Only define HAVE_LLVM if LLVM is used
2017-02-10 Tobias Drosteconfigure.ac: Rework MESA_LLVM and LLVM detection
2017-02-10 Emil Velikovconfigure.ac: move enable-gallium-llvm dependency with...
2017-02-10 Emil Velikovconfigure.ac: Mandate --enable-gallium-llvm when checki...
2017-02-10 Emil Velikovconfigure.ac: Rename the gallium_require_llvm helper
2017-02-10 Tobias Drosteconfigure.ac: Don't check LLVM version in require_llvm
2017-02-10 Emil Velikovconfigure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk...
2017-02-10 Emil Velikovconfigure.ac: remove unused AC_SUBST([MESA_LLVM])
2017-02-10 Nicolai Hähnleloader: unconditionally include unistd.h and stdlib.h
2017-02-10 Emil Velikovintel/blorp: do not return const data by get_px_size_sa()
2017-02-10 Marek Olšákgallium/radeon: use staging for texture read mappings...
2017-02-10 Marek Olšákgallium/radeon: ignore the level parameter in buffer_tr...
2017-02-10 Marek Olšákgallium/radeon: fix performance of buffer readbacks
2017-02-10 Marek Olšákradeonsi: align vertex buffer descriptor list size...
2017-02-10 Marek Olšákradeonsi: align shader binaries to CP DMA alignment...
2017-02-10 Marek Olšákradeonsi: move CP_DMA_ALIGNMENT definition
2017-02-10 Marek Olšákradeonsi: remove SI_CONTEXT_FLUSH_AND_INV_FRAMEBUFFER
2017-02-10 Marek Olšákradeonsi: remove separate CB/DB_META flush flags
2017-02-10 Marek Olšákradeonsi: reduce the number of FMASK input coordinates
2017-02-10 Marek Olšákradeonsi: write shader asm annotated with wave info...
2017-02-10 Marek Olšákradeonsi: write wave information into GPU hang reports
2017-02-10 Marc-André... tgsi-dump: dump label if instruction has one
2017-02-10 Marc-André... tgsi: remove ureg_label_insn
2017-02-09 Dave Airlieradv: handle queue submission with no cs but semaphores
2017-02-09 Timothy Arceriutil/disk_cache: error check asprintf()
2017-02-09 Timothy Arceridocs: add shader cache environment variables
2017-02-09 Ilia Mirkinnvc0/ir: fix ubo max clamp, reset file index
2017-02-09 Ilia Mirkinnv50/ir: always return 0 when trying to read thread...
2017-02-09 Ilia Mirkinnvc0/ir: fix robustness guarantees for constbuf loads...
2017-02-09 Ilia Mirkinnvc0: increase number of ubo binding points
2017-02-09 Ilia Mirkinconfigure: add blurb about what the LIBDRM_*_REQUIRED...
2017-02-09 Ilia Mirkinnvc0: expose int64
2017-02-09 Ilia Mirkinnvc0/ir: make it possible to have the flags def in...
2017-02-09 Ilia Mirkinnvc0/ir: add support for 64-bit shift lowering on SM20...
2017-02-09 Ilia Mirkinnvc0/ir: add support for all the new int64 tgsi opcodes
2017-02-09 Pierre Moreaunv50/ir: Split 64-bit integer MAD/MUL operations
2017-02-09 Ilia Mirkinnvc0/ir: add a "high" subop for shifts, emit shf.l...
2017-02-09 Ilia Mirkinnvc0/ir: fix SET and SLCT emission
2017-02-09 Ilia Mirkinnvc0/ir: add support for emitting partial min/max ops...
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-09 Eric Engestromdocs: improve the list of gl implementations
2017-02-09 Eric Engestromdocs: improve the list of implemented APIs
2017-02-09 Matt Turnerglsl: Allow compatibility shaders with MESA_GL_VERSION_...
2017-02-09 Eric Engestromdocs: reword sentence that my brain can't parse
2017-02-09 Eric Engestromdocs: https all the links \o/
2017-02-09 Eric Engestromdocs: fix gallium wiki link in relnotes
2017-02-09 Eric Engestromdocs: update 'thanks' for hosting
2017-02-09 Samuel Iglesias... i965/fs: add support for int64 to bool conversion
2017-02-09 Samuel Iglesias... nir: add opcode to perform int64 to bool conversions
2017-02-09 Samuel Iglesias... i965/fs: Add support for nir_op_[iu]2[iu]32
2017-02-09 Samuel Iglesias... i965/fs: Add support for nir_op_[iu]642f
2017-02-09 Samuel Iglesias... i965/fs: legalize [u]int64 to 32-bit data conversions...
2017-02-09 Jason Ekstrandi965/fs: Add support for nir_op_[iu]642d
2017-02-09 Jason Ekstrandi965: Allow int64 conversion operations in channel_expr...
2017-02-09 Timothy Arceriutil/disk_cache: stop using ralloc_asprintf() unnecessarily
2017-02-09 Timothy Arceriglsl: add param to force shader recompile
2017-02-09 Timothy Arceriutil: add a disk_cache_remove() function
2017-02-09 Timothy Arcerist/mesa/i965: create link status enum
2017-02-09 Brian Pauldocs: update intro.html to mention new APIs, etc
2017-02-09 Brian Pauldocs: the site is now hosted by freedesktop.org
2017-02-08 Bas Nieuwenhuizenradv: Add CPU color packing for VK_FORMAT_A2B10G10R10_U...
2017-02-08 Roland Scheideggermesa: (trivial) include <inttypes.h> for PRIx64 macros
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Pass LLVM-IR size into jitter
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
next