util: rb_tree: add safe iterators
[mesa.git] / src /
2018-08-22 Lionel Landwerlinutil: rb_tree: add safe iterators
2018-08-22 Lionel Landwerlinintel: tools: split aub parsing from aubinator
2018-08-22 Mathieu Bridonmeson: Run the test with Python 3
2018-08-22 Mathieu Bridonpython: Disable universal newlines
2018-08-22 Mathieu Bridonpython: difflib prefers unicode strings
2018-08-22 Dylan Bakercompiler/glsl/tests: Make tests python3 safe
2018-08-22 Samuel Pitoisetac/nir: fix getting GLSL type of array of samplers...
2018-08-22 Samuel Pitoisetradv: remove dead variables after splitting per member...
2018-08-22 Yunchao Heanv: add VK_EXT_sampler_filter_minmax support
2018-08-22 Samuel Pitoisetradv: use ac_build_imad()
2018-08-22 Marek Olšákac,radeonsi: use ac_build_gather_values more
2018-08-22 Marek Olšákac,radeonsi: use ac_build_fmad
2018-08-22 Marek Olšákradeonsi: use ac_build_imad
2018-08-22 Marek Olšákac: add imad & fmad helpers
2018-08-22 Marek Olšákac: add ac_build_s_barrier
2018-08-22 Marek Olšákradeonsi: print the shader stage name when printing...
2018-08-22 Marek Olšákradeonsi: use is_merged shader in si_prolog_get_rw_buffers
2018-08-22 Marek Olšákac: completely remove +auto-waitcnt-before-barrier
2018-08-21 Anuj Phogatanv/icl: Allow headerless sampler messages for pre...
2018-08-21 Anuj Phogatanv/icl: Disable binding table prefetching
2018-08-21 Anuj Phogati965/icl: Allow headerless sampler messages for pre...
2018-08-21 Dave Airlier600/eg: rework atomic counter emission with flushes
2018-08-21 Dave Airlievirgl: ARB_enhanced_layouts support
2018-08-21 Chad Versacei965: Implement EGL_KHR_mutable_render_buffer
2018-08-21 Chad Versaceegl/android: Implement EGL_KHR_mutable_render_buffer
2018-08-21 Eric Engestromutil/xmlpool: make indentation coherent
2018-08-21 Eric Engestromegl: add helper to combine two u32 into one u64
2018-08-21 Eric Engestromautotools: don't ship the git_sha1.h generated in git...
2018-08-21 Eric Engestromintel/genxml: minor python style fix
2018-08-20 Timothy Arcerimesa: move legacy hyperz option from dri config
2018-08-20 Timothy Arcerimesa: remove unused dri config option disable_shader_bi...
2018-08-20 Timothy Arcerimesa: drop legacy no_rast dri option
2018-08-20 Timothy Arcerii965: remove unused no_rast bool
2018-08-20 Timothy Arcerii915: remove early_z dri option
2018-08-20 Kevin RogovinAdd NV_fragment_shader_interlock support.
2018-08-20 Juan A. Suarez Romeroautotools: include git_sha1.h in dist tarball
2018-08-20 Juan A. Suarez Romeroswr: bump minimum supported LLVM version to 6.0
2018-08-20 Danylo Piliaievi965: Advertise 8 bits subpixel precision for viewport...
2018-08-20 Rob Clarkfreedreno: fix context teardown race
2018-08-20 Kai Wasserbächintel/decoder: mark total_length as MAYBE_UNUSED in...
2018-08-20 Kai Wasserbächintel/tools: initialise bo_addr to 0 in main
2018-08-20 Kai Wasserbächintel: aubinator: mark ftruncate_res as MAYBE_UNUSED...
2018-08-20 Kai Wasserbächintel/aubinator_error_decode: mark ret as MAYBE_UNUSED...
2018-08-20 Samuel Pitoisetradv: do not use CP predication for DCC decompressions
2018-08-20 Tapani Pälliegl: implement EXT_surface_SMPTE2086_metadata and EXT_s...
2018-08-20 Timothy Arcerimesa: move legacy dri config option texture_units
2018-08-20 Timothy Arcerimesa: remove unused dri config option texture_heaps
2018-08-20 Timothy Arcerimesa: move legacy dri config option texture_blend_quality
2018-08-20 Timothy Arceriutil: remove unused S3TC translation for dri config
2018-08-20 Timothy Arcerimesa: remove dri configs unused software-fallback options
2018-08-20 Timothy Arcerimesa: remove unused dri config option excess_mipmap
2018-08-20 Timothy Arcerimesa: remove unused dri config option performance_boxes
2018-08-18 Kai Wasserbächvulkan/wsi: initialise image_index to 0 in x11_manage_f...
2018-08-18 Kai Wasserbächnir: mark *prev_block as MAYBE_UNUSED in opt_peel_loop_...
2018-08-18 Kai Wasserbächutil: mark s as MAYBE_UNUSED in _mesa_half_to_unorm8
2018-08-17 Timothy Arceriutil: add drirc workarounds for RAGE
2018-08-17 Timothy Arceriutil: better handle program names from wine
2018-08-17 Timothy Arcerinir: allow more nested loops to be unrolled
2018-08-17 Ray Strodegallium/winsys/kms: don't unmap what wasn't mapped
2018-08-17 Qiang Yuloader: add dri_driver option to override dri driver...
2018-08-17 Qiang Yuxmlconfig: add kernel_driver device attribute
2018-08-17 Qiang Yuloader: abstract loader_get_kernel_driver_name for...
2018-08-17 Qiang Yudriconf: move ${sysconfdir}/drirc to ${datadir}/drirc...
2018-08-17 Qiang Yuxmlconfig: read more config files from drirc.d/
2018-08-17 Emil Velikovxmlconfig: refine driParseConfigFiles to use parseOneCo...
2018-08-17 Jason Ekstrandanv/pipeline: Lower pipeline layouts etc. after linking
2018-08-17 Jason Ekstrandanv/pipeline: Set tess IO read/written key fields in...
2018-08-17 Jason Ekstrandanv/pipeline: Use more fields from stage in compile_cs
2018-08-17 Jason Ekstrandanv/apply_pipeline_layout: Add to the bind map instead...
2018-08-17 Jason Ekstrandanv/lower_ycbcr: Use the binding array size for bounds...
2018-08-17 Mathieu Bridonpython: Open the template as text, with an explicit...
2018-08-17 Mathieu Bridonpython: Help Python 2 print the line
2018-08-17 Rob Clarkfreedreno/a6xx: streamout
2018-08-17 Rob Clarkfreedreno/a6xx: fragz fixes
2018-08-17 Rob Clarkfreedreno/a6xx: scissor fixes
2018-08-17 Rob Clarkfreedreno: update generated headers
2018-08-17 Rob Clarkfreedreno/a6xx: fix srgb
2018-08-17 Rob Clarkfreedreno: fix dEQP-GLES3.functional.fence_sync.*
2018-08-17 Samuel Pitoisetradv/winsys: fix creating the BO list for virtual buffers
2018-08-16 Kristian H. Kristensenfreedreno: Add a6xx backend
2018-08-16 Rob Clarkfreedreno: update generated headers
2018-08-16 Kristian H. Kristensenfreedreno: Fix warnings
2018-08-16 Eric Engestromsvga: simplify Mesa version string
2018-08-16 Eric Engestrombin: always define MESA_GIT_SHA1 to make it directly...
2018-08-16 Eric Engestromgit_sha1: simplify logic
2018-08-16 Eric Engestromi965: drop unused assignment
2018-08-16 Eric Engestromanv: drop cast-to-void of used variable
2018-08-16 Eric Engestromanv: use safer snprintf() to ensure NULL string-terminator
2018-08-16 Eric Engestromintel/batch-decoder: replace local ARRAY_LENGTH() macro...
2018-08-16 Eric Engestromintel: various python cleanups
2018-08-16 Eric Engestromegl: check for buffer overflow *before* corrupting...
2018-08-16 Eric Engestromegl/wayland: remove sign from bitfield `formats`
2018-08-16 Eric Engestromegl: some spelling fixes
2018-08-16 Samuel Pitoisetradv: initialize the DCC predicate correctly when it...
2018-08-16 Samuel Pitoisetradv: fix missing initialization of the conditional...
2018-08-16 Bas Nieuwenhuizenradv: Revert divisor = 0 case for vertex attribute...
2018-08-16 Bas Nieuwenhuizenradv: Possible on-demand compilation fix.
2018-08-16 Gert Wollnymesa/st: fix array indices off-by-one error in remapping
2018-08-15 Alexander Tsoymeson: fix build for egl platform_x11 without dri3...
2018-08-15 Jason EkstrandRevert "intel/nir: Call nir_lower_io_to_scalar_early"
next