mesa.git
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerdri/nouveau: replace assert with unreachable
2020-04-21 Dylan Bakermesa: move ADD_POINTERS to macros.h
2020-04-21 Dylan Bakermesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-21 Dylan Bakerutil: Add an aligned realloc function
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-21 Dylan BakerReplace IS_INF_OR_NAN with util_is_inf_or_nan
2020-04-21 Dylan Bakermove windows strtok_r define to u_string
2020-04-21 Dylan Bakerreplace IROUND with util functions
2020-04-21 Dylan Bakermesa/main: remove unused IROUNDD
2020-04-21 Dylan BakerReplace IROUND_POS with _mesa_roundevenf
2020-04-21 Dylan Bakerreplace IFLOOR with util_ifloor
2020-04-21 Dylan Bakeru_math: add x86 optimized version of ifloor
2020-04-21 Dylan Bakerreplace LOG2 with util_fast_log2
2020-04-21 Dylan Bakerreplace _mesa_logbase2 with util_logbase2
2020-04-21 Dylan Bakerreplace _mesa_next_pow_two_* with util_next_power_of_two_*
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-04-21 Eric Anholtfreedreno/drm-shim: Add support for faking other adreno...
2020-04-21 Gert Wollnyr600/sfn: use new temp register allocation when loading...
2020-04-21 Gert Wollnyr600/sfn: Count only literals that are not inline to...
2020-04-21 Gert Wollnyr600/sfn: Fix using the result of a fetch instruction...
2020-04-21 Gert Wollnyr600/sfn: Fix handling of GS inputs
2020-04-21 Gert Wollnyr600/sfn: Handle b2b1 like it was a mov
2020-04-21 Gert Wollnyr600/sfn: Fix null pointer deref in live range evalation
2020-04-21 Gert Wollnyr600/nir: Pin interpolation results to channel
2020-04-21 Gert Wollnyr600/sfn: Implementing instructions blocks
2020-04-21 Gert Wollnyr600/sfn: Fix setting alignments when lowering UBOs
2020-04-21 Gert Wollnyr600/sfn: Reduce array limit for scratch usage
2020-04-21 Gert Wollnyr600: Dump a few more variables when requested
2020-04-21 Abhishek Kumaranv/android: fix assert in anv_import_ahw_memory
2020-04-21 Danylo Piliaievst/mesa: Re-assign vs in locations after updating nir...
2020-04-21 Connor Abbotttu: Fix the advertised maxFragmentInputComponents
2020-04-21 Connor Abbottfreedreno/a6xx: Expand various varying-count bitfields
2020-04-21 Erik Faye-Lunddocs: remove outdated sentence
2020-04-21 Pierre-Eric... st/omx: fix gcc warnings
2020-04-21 Pierre-Eric... gallium/utils: silence strncpy warning
2020-04-21 Pierre-Eric... mesa: fix crash in find_value
2020-04-21 Jason Ekstrandnir: Delete the fnoise opcodes
2020-04-21 Jason Ekstrandglsl: Hard-code noise to zero in builtin_functions.cpp
2020-04-21 Timothy Arcerist/glsl_to_nir: make use of nir linker for linking...
2020-04-21 Timothy Arceriglsl: fix gl_nir_set_uniform_initializers() for bindles...
2020-04-21 Timothy Arceriglsl: add bindless support to nir uniform linker
2020-04-21 Eric Engestrompick-ui: show commit sha in the pick list
2020-04-21 Eric Engestrompick-ui: make .pick_status.json path relative to the...
2020-04-21 Eric Engestrompick-ui: compute .pick_status.json path only once
2020-04-21 Jason Ekstrandintel/fs: Coalesce when the src live range is contained...
2020-04-21 Jason Ekstrandintel/fs: Rename block to scan_block in can_coalesce_vars
2020-04-20 Jonathan Marekradv: use common nir_convert_ycbcr
2020-04-20 Jonathan Marekanv: use common nir_convert_ycbcr
2020-04-20 Jonathan Mareknir: convert_ycbcr: preserve alpha channel
2020-04-20 Jonathan Mareknir: add common convert_ycbcr for vulkan csc
2020-04-20 Dave Airlienir/linking: fix issue with two compact variables in...
2020-04-20 Eric Engestrompick-ui: auto-scroll the feedback window
2020-04-20 Dylan Bakerbin/pick-ui: Add a new maintainer script for picking...
2020-04-20 Dylan Bakerbin/gen_release_notes.py: Fix version detection for...
2020-04-20 Rafael Antognollianv: Add support for new MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognollianv: Add anv_device parameter to anv_gem_munmap.
2020-04-20 Rafael Antognolliiris/bufmgr: Add support for MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognollii965/bufmgr: Add support for MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognolliiris/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu...
2020-04-20 Rafael Antognollii965/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu...
2020-04-20 Rafael Antognollidrm-uapi: Update headers from Linux 5.7-rc1.
2020-04-20 Caio Marcelo... spirv: Fix propagation of OpVariable access flags
2020-04-20 Caio Marcelo... intel/fs,vec4: Properly account SENDs in IVB memory...
2020-04-20 Daniel Schürmannaco: move src1 to vgpr instead of using VOP3 for VOP2...
2020-04-20 Daniel Schürmannaco: fix 64bit fsub
2020-04-20 Tomeu Vizosogitlab-ci: Test virgl driver
2020-04-20 Erik Faye-Lundmeson: do not disable incremental linking for debug...
2020-04-20 Erik Faye-Lundgtest: Update to 1.10.0
2020-04-20 Samuel Pitoisetnir/opt_algebraic: lower 64-bit fmin3/fmax3/fmed3
2020-04-20 Samuel Pitoisetnir/lower_int64: lower imin3/imax3/umin3/umax3/imed3...
2020-04-20 Pierre-Eric... radeonsi: skip vs output optimizations for some outputs
2020-04-20 Timothy Arcerinir/gcm: dont move movs unless we can replace them...
2020-04-20 Timothy Arcerinir/gcm: be more conservative about moving instructions...
2020-04-20 Timothy Arcerinir/gcm: allow derivative dependent intrinisics to...
2020-04-20 Jason Ekstrandnir/gcm: Prefer the instruction's original block
2020-04-20 Jason Ekstrandnir/gcm: Delete dead instructions
2020-04-20 Jason Ekstrandnir/gcm: Add a real concept of "progress"
2020-04-20 Jason Ekstrandnir/gcm: Move block choosing into a helper function
2020-04-20 Jason Ekstrandnir/gcm: Use an array for storing the early block
2020-04-20 Jason Ekstrandnir/gcm: Loop over blocks in pin_instructions
2020-04-20 Jason Ekstrandnir/dominance: Better handle unreachable blocks
2020-04-19 Daniel Schürmannaco: use v_subrev_f32 for fsub with an sgpr operand...
2020-04-19 Daniel StoneCI: Disable Lima jobs due to lab unhealthiness
2020-04-19 Daniel Stoneci/windows: Make Chocolatey installs more reliable
2020-04-19 Arcady Goldmints... nir: Lower returns correctly inside nested loops
2020-04-19 Jason Ekstrandanv: Apply any needed PIPE_CONTROLs before emitting...
2020-04-19 Jason Ekstrandanv: Move vb_emit setup closer to where it's used in...
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-04-18 Connor Abbottir3/ra: Fix off-by-one issues with live-range extension
2020-04-18 Lionel Landwerlinutil/sparse_free_list: manipulate node pointers using...
2020-04-18 Timothy Arceriglsl: only set stage ref when uniforms referenced in...
2020-04-18 Timothy Arceriglsl: pull mark_array_elements_referenced() out into...
2020-04-18 Timothy Arceriglsl: fix block index in NIR uniform linker
2020-04-18 Timothy Arceriglsl: error check max user assignable uniform locations
2020-04-18 Timothy Arceriglsl: fix explicit locations for the glsl linker
2020-04-18 Timothy ArceriRevert "glsl: fix resizing of the uniform remap table"
2020-04-18 Timothy Arceriglsl: tidy up uniform storage value count code in NIR...
2020-04-18 Timothy Arceriglsl: fix struct offsets in the nir uniform linker
next