mesa.git
2018-11-02 Gert Wollnymesa/core: Add definitions and translations for EXT_tex...
2018-11-02 Erik Faye-Lundglsl: do not allow implicit casts of unsized array...
2018-11-02 Erik Faye-Lundmesa/glsl: add support for EXT_shader_implicit_conversions
2018-11-02 Erik Faye-Lundglsl: fall back to inexact function-match
2018-11-02 Erik Faye-Lundglsl: add has_implicit_uint_to_int_conversion()-helper
2018-11-02 Erik Faye-Lundglsl: add has_implicit_conversions()-helper
2018-11-02 Mathias Fröhlichmesa: Remove needless indirection in some draw functions.
2018-11-02 Timothy Arcerinir: allow propagation of if evaluation for bcsel
2018-11-02 Dave Airlieradv: fix begin/end transform feedback with 0 counter...
2018-11-02 Dave Airlieradv: apply xfb buffer offset at buffer binding time...
2018-11-01 Mark JanesRevert "i965/batch: avoid reverting batch buffer if...
2018-11-01 Eric Anholtvc4: Drop the winsys_stride relayout in the simluator
2018-11-01 Eric Anholtv3d: Update the TLB config for depth writes on V3D...
2018-11-01 Eric Anholtv3d: Use the TLB R/B swapping instead of recompiles...
2018-11-01 Eric Anholtv3d: Take advantage of _mesa_hash_table_remove_key...
2018-11-01 Eric Anholtv3d: Respect user-passed strides for BO imports.
2018-11-01 Eric Anholtv3d: Drop #if 0-ed out v3d_dump_to_file().
2018-11-01 Eric Anholtv3d: Fix a typo in a comment in job handling.
2018-11-01 Eric Anholtv3d: Fix a copy-and-paste comment in the simulator...
2018-11-01 Anuj Phogatanv/icl: Set Error Detection Behavior Control Bit in...
2018-11-01 Anuj Phogati965/icl: Set Error Detection Behavior Control Bit...
2018-11-01 Emil Velikovdocs: add 19.0.0-devel release notes template
2018-11-01 Emil Velikovmesa: bump version to 19.1.0-devel
2018-11-01 Dylan Bakermeson: don't install translation files
2018-11-01 Eric Engestromegl: use the LC_ALL hammer instead of LANG
2018-11-01 Eric Engestromegl: fix entrypoint sorting test
2018-11-01 Andrii Simiklitintel/tools: fix resource leak
2018-11-01 Jonathan Grayintel/tools: include stdarg.h in error2aub
2018-11-01 Mathias Fröhlichegl: Fix eglentrypoint.h sort order.
2018-11-01 Samuel Pitoisetradv: set PA_SU_PRIM_FILTER_CNTL optimally
2018-11-01 Samuel Pitoisetradv: only enable gl_SampleMask if MSAA is enabled too
2018-11-01 Samuel Pitoisetradv: use radeon_info::num_good_cu_per_sh
2018-11-01 Samuel Pitoisetac/nir: make use of i1false in few more places
2018-11-01 Samuel Pitoisetradv: add support for Raven2
2018-11-01 Mathias Fröhlichmesa: Collect all the draw functions in draw.{h,c}.
2018-11-01 Mathias Fröhlichmesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
2018-11-01 Mathias Fröhlichmesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src...
2018-11-01 Mathias Fröhlichvbo: Pull the _mesa_set_draw_vao calls out of the if...
2018-11-01 Mathias Fröhlichvbo: Preserve vbo_save::no_current_update on primitive...
2018-11-01 Mathias Fröhlichvbo: Make no_current_update an argument to vbo_save_Not...
2018-11-01 Mathias Fröhlichvbo: Move no_current_update out of _mesa_prim.
2018-11-01 Mathias Fröhlichvbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
2018-11-01 Mathias Fröhlichvbo: Remove the always false branch dlist replay.
2018-11-01 Mathias Fröhlichvbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode...
2018-11-01 Mathias Fröhlichvbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegi...
2018-11-01 Mathias Fröhlichvbo: Remove set but not used weak field from _mesa_prim.
2018-11-01 Mathias Fröhlichvbo: Remove the VBO_SAVE_FALLBACK flag.
2018-11-01 Mathias Fröhlichvbo: Remove unused vbo_save_fallback function.
2018-11-01 Emil Velikovdocs/relnotes: add the EGL Device extensions
2018-11-01 Emil Velikovmeson: egl: group dri2 bits separately from haiku
2018-11-01 Emil Velikovegl: enable EGL_EXT_device_{base,enumeration,query}
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-11-01 Emil Velikovegl: add EGL_EXT_device_drm support
2018-11-01 Emil Velikovegl: add EGL_MESA_device_software support
2018-11-01 Adam Jacksonspecs: Add EGL_MESA_device_software
2018-11-01 Emil Velikovegl: add base EGL_EXT_device_base implementation
2018-11-01 Emil Velikovglx: be explicit about when mapping X <> GLX visuals
2018-11-01 Emil Velikovglx: remove unused __glXPreferEGL() declaration
2018-11-01 Emil Velikovtravis: use mako for python2
2018-10-31 Dave Airlieradv/xfb: don't increase offset by component mask start.
2018-10-31 Dylan Bakerutil/gen_xmlpool: Make use of python's foreach loop
2018-10-31 Dylan Bakerutil/gen_xmlpool: Don't use len to test for container...
2018-10-31 Dylan Bakerutil/gen_xmlpool: Don't write via shell redirection
2018-10-31 Dylan Bakerutil/gen_xmlpool: use with statement to open file
2018-10-31 Dylan Bakerutil/gen_xmlpool: use a main function
2018-10-31 Dylan Bakerutil/gen_xmlpool: Use print function instad of sys...
2018-10-31 Dylan Bakerutil/gen_xmlpool: Use more standard style
2018-10-31 Dylan Bakerdocs/meson: Add note about update translations
2018-10-31 Dylan Bakerutil/xmlpool: Update for meson generation
2018-10-31 Dylan Bakermeson: add support for generating translation mo files
2018-10-31 Dylan Bakerutil/gen_xmlpool: use argparse for argument handling
2018-10-31 Timothy Arcerinir: fix if condition propagation for alu use
2018-10-31 Vinson Leefreedreno: Do not link ir3_compiler with valgrind libra...
2018-10-31 Emil Velikovtravis: use python3 for the autoconf builds
2018-10-31 Emil Velikovconfigure: allow building with python3
2018-10-31 Juan A. Suarez... docs: update calendar, add new item and link release...
2018-10-31 Juan A. Suarez... docs: add sha256 checksums for 18.2.4
2018-10-31 Juan A. Suarez... docs: add release notes for 18.2.4
2018-10-31 Eric Engestrommeson: hide warnings from external project `gtest`
2018-10-31 Eric Engestromtools/imgui: disable all warnings
2018-10-31 Alejandro Piñeiroglspirv: no need to force entrypoint name to "main"
2018-10-31 Tapani Pälliglsl/linker: validate attribute aliasing before optimiz...
2018-10-31 Eric Engestromegl: drop EGL driver `name`
2018-10-31 Eric Engestromegl: move alloc & init out of _eglBuiltInDriver{DRI2...
2018-10-31 Christian GmeinerRevert "imx: make use of loader_open_render_node(....
2018-10-31 Samuel Pitoisetradv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of...
2018-10-31 Samuel Pitoisetradv: use pool->stride when calling radv_query_shader()
2018-10-31 Samuel Pitoisetradv: rename some parameters in Cmd{Begin,End}Transform...
2018-10-31 Samuel Pitoisetradv/winsys: do not assign last submission when chained...
2018-10-31 Samuel Pitoisetradv/winsys: fix buffer deletion in the sysmem path
2018-10-31 Samuel Pitoisetradv/winsys: cleanup the chained submission path
2018-10-31 Samuel Pitoisetradv/winsys: remove unused surface_best()
2018-10-31 Jason Ekstrandintel/compiler: Stop assuming the entrypoint is called...
2018-10-30 Timothy Arcerist/glsl_to_nir: fix next_stage gathering
2018-10-30 Timothy Arcerist/mesa: calculate buffer size correctly for packed...
2018-10-30 Dylan Bakerutil: move u_cpu_detect to util
2018-10-30 Dylan Bakerutil: Move u_debug to utils
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-30 Dylan Bakergallium/util: remove u_inlines.h from u_debug.c
2018-10-30 Dylan Bakergallium/util: remove p_format.h from u_debug.h
next