mesa.git
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
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Disable unsafe FP optimization...
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Add DEBUGTRAP jit builder...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Multisample blend jit fix
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Change SimdVector representati...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Fix issues with stream-out...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Adjust jitter header includes
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Eric Engestromdocs: update package contents
2017-02-08 Eric Engestromdocs: fix unpacking instructions
2017-02-08 Eric Engestromdocs: remove dead 'beta' link
2017-02-08 Eric Engestromdocs: add a note about the new version scheme
2017-02-08 Bartosz Tomczykr600/sb: Fix memory leak
2017-02-08 Timothy Arcerimesa: use PRId64/PRIu64 when printing 64-bit ints
2017-02-08 Dave Airliemesa/st: fix strict aliasing issue in int64 code.
2017-02-08 Dave Airliemesa/uniform: fix strict aliasing issues with int64...
2017-02-07 Dave Airlieradv: handle dcc in explicit image resolve path. (v2)
2017-02-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-07 Jason Ekstrandspirv: Add more asserts in vtn_vector_construct
2017-02-07 Emil Velikovconfigure.ac: remove src/gallium/winsys/intel/drm/Makef...
2017-02-07 Emil Velikovdocs: reword ilo removal note
2017-02-07 Boyan Dingconfigure.ac: Remove redundant libglvnd stanza
2017-02-07 Emil Velikovtravis: use both cores for make/make check
2017-02-07 Emil Velikovtravis: add nearly all gallium drivers to the list
2017-02-07 Emil Velikovtravis: correct libdrm required regex to also track...
2017-02-07 Emil Velikovconfigure.ac: add swr to the gallium drivers list.
2017-02-07 Emil Velikovconfigure.ac: list all the dri-drivers in the help...
2017-02-07 Marc Di Luzioglsl: correct compute shader checks for memoryBarrier...
2017-02-07 Li Qianggallium/tgsi: fix oob access in parse instruction
2017-02-07 Kenneth GraunkeRevert "i965: Disable guardband clipping in the smaller...
2017-02-07 Kenneth Graunkei965: Always scissor on Gen6-7.5 instead of disabling...
2017-02-07 Jason Ekstrandi965: Use a better guardband calculation.
2017-02-07 Kenneth Graunkei965: Combine the Gen6 SF and Clip viewport atoms.
2017-02-07 Dave Airlieradv: pass FMASK alignment to application
2017-02-07 Bas Nieuwenhuizenradv: Pass DCC alignment to application.
2017-02-07 Bas Nieuwenhuizenradv: Pass CMASK alignment to application.
2017-02-06 Dave Airlieradv/ac: avoid the fmask path when doing txs.
2017-02-06 Bruce Cherniakswr: [rasterizer core] Removed unused clip code.
2017-02-06 Bruce Cherniakswr: [rasterizer core] Remove dead code Clipper::ClipSc...
2017-02-06 Eric Anholtgallium: Remove vc4 simulator hack from loader infrastr...
2017-02-06 Eric Anholtloader: Add an environment variable to override driver...
2017-02-06 Eric Anholttargets: Use a macro to reduce cut and paste in driver...
2017-02-06 Dave Airlieradeon/ac: move common llvm build functions to a separa...
2017-02-06 Nicolai Hähnleeglmesaext: add new enums for EGL_MESA_drm_image_formats
2017-02-06 Nicolai Hähnledocs: add EGL_MESA_drm_image_formats extension proposal
2017-02-06 Nicolai Hähnledri/common: clear the loaderPrivate pointer in driDestr...
2017-02-06 Nicolai Hähnleglx: guard swap-interval functions against destroyed...
2017-02-06 Nicolai Hähnleglx/dri3: guard in_current_context against a disappeare...
2017-02-06 Nicolai Hähnleglx/dri3: handle NULL pointers in loader-to-DRI3 drawab...
2017-02-06 Juan A. Suarez... anv/pipeline: set ThreadDispatchEnable conditionally
2017-02-06 Alejandro Piñeiromain/fboject: default_framebuffer allowed for GetFrameb...
2017-02-06 Alejandro Piñeiromain/fbobject: implement new 4.5 pnames for GetFramebuf...
2017-02-06 Alejandro Piñeiromain/framebuffer: refactor _mesa_get_color_read_format...
2017-02-03 Dave Airlieradv: fix shared memory load/stores.
2017-02-03 Dave Airlieradv/ac: correctly size shared memory usage.
2017-02-03 Dave Airlieradv: fix compute shared memory stores since 64-bit.
2017-02-03 Brian Pauldocs: replace URL in features.txt
2017-02-03 Brian Paulmesa: whitespace fixes in context.c
next