mesa.git
2019-05-15 Chia-I Wuvirgl: honor DISCARD_WHOLE_RESOURCE in virgl_res_needs_...
2019-05-15 Chia-I Wuvirgl: clean up virgl_res_needs_readback
2019-05-15 Lionel Landwerlinnir: fix lower_non_uniform_access pass
2019-05-15 Alex Villacís... gbm: gbm_bo_get_handle_for_plane fallback to nonplanar...
2019-05-15 Alyssa Rosenzweiggallium: Add default check for PIPE_CAP_FRAGMENT_SHADER...
2019-05-15 Andrii Kryvytskyiiris: Check if resource has stencil before returning it
2019-05-15 Jordan Justeni965/blorp: Set MOCS for gen11 in blorp_alloc_vertex_buffer
2019-05-15 Kenneth Graunkeiris: Enable fragment shader interlock on Gen9+.
2019-05-15 Kenneth Graunkegallium: Add a PIPE_CAP_FRAGMENT_SHADER_INTERLOCK.
2019-05-14 Dave Airlieintel/compiler: use bitset instead of opencoding a...
2019-05-14 Dave Airlieintel/compiler: remove repeated bit_size / 8 in brw...
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-05-14 Kenneth Graunkeintel/compiler: Move ICP handle fetching into a helper...
2019-05-14 Kenneth Graunkeintel/compiler: Don't repeat dispatch max fixing condition
2019-05-14 Kenneth Graunkeintel/compiler: Rename invocation_id_mask to instance_i...
2019-05-14 Kenneth Graunkeintel/compiler: Refactor TCS invocation ID setup into...
2019-05-14 Kenneth Graunkei965: Pass compiler to default key populators
2019-05-14 Marek Olšákac: use 1D GEPs for descriptors and constants
2019-05-14 Marek Olšákmesa: fix _mesa_max_texture_levels for GL_TEXTURE_EXTER...
2019-05-14 Eric Anholtfreedreno: Restore msm_drm.h to a pristine "make header...
2019-05-14 Eric Anholtfreedreno: Move msm_drm.h to the same spot as other...
2019-05-14 Ian Romanicknir/algebraic: Commute 1-fsat(a) to fsat(1-a) for all...
2019-05-14 Ian Romanicknir/algebraic: Eliminate useless fsat() on operand...
2019-05-14 Ian Romanicknir/algebraic: Strip double negatives from comparison...
2019-05-14 Ian Romanickintel/compiler: Repeat nir_opt_algebraic_late
2019-05-14 Ian RomanickRevert "nir: add late opt to turn inot/b2f combos back...
2019-05-14 Ian Romanicknir/algebraic: Eliminate a tautological compare
2019-05-14 Ian Romanicknir/algebraic: Simplify fsqrt domain guard
2019-05-14 Ian Romanicknir/search: Don't compare 8-bit or 1-bit constants...
2019-05-14 Ian Romanicknir/algebraic: Recognize open-coded fsat with modifiers
2019-05-14 Ian Romanicknir/algebraic: Push unary operations into source operan...
2019-05-14 Ian Romanicknir/algebraic: Recognize open-coded flrp(a, b, fsat(c))
2019-05-14 Ian Romanickintel/fs: Allow cmod propagation to instructions with...
2019-05-14 Ian Romanicknir/algebraic: Add missing ffma(-1, a, b) pattern
2019-05-14 Ian Romanicknir: Mark ffma as 2src_commutative
2019-05-14 Ian Romanicknir: Add support for 2src_commutative ops that have...
2019-05-14 Ian Romanicknir: Rename commutative to 2src_commutative
2019-05-14 Jason Ekstrandintel/fs/ra: Spill without destroying the interference...
2019-05-14 Jason Ekstrandintel/fs/ra: Put the VGRFs at the end of the nodes
2019-05-14 Jason Ekstrandintel/fs/ra: Re-arrange interference setup
2019-05-14 Jason Ekstrandintel/fs/ra: Do the spill loop inside RA
2019-05-14 Jason Ekstrandintel/fs/ra: Only add MRF hack interference if we're...
2019-05-14 Jason Ekstrandintel/fs/ra: Pull the guts of RA into its own class
2019-05-14 Jason Ekstrandintel/fs/ra: Move assign_regs further down in the file
2019-05-14 Jason Ekstrandintel/fs/ra: Split building the interference graph...
2019-05-14 Jason Ekstrandintel/fs/ra: Initialize grf_used with first_non_payload_grf
2019-05-14 Jason Ekstrandintel/fs/ra: Stop adding RA interference to too many...
2019-05-14 Jason Ekstrandutil/ra: Assert nodes are in-bounds in add_node_interfe...
2019-05-14 Jason Ekstrandintel/fs/ra: Only add dest interference to sources...
2019-05-14 Jason Ekstrandutil/ra: Don't destroy the graph in ra_allocate()
2019-05-14 Jason Ekstrandutil/ra: Add a helper for resetting a node's interference
2019-05-14 Jason Ekstrandutil/ra: Add helpers for adding nodes to an interferenc...
2019-05-14 Jason Ekstrandutil/ralloc: Add helpers for growing zero-initialized...
2019-05-14 Jason Ekstrandintel/fs: Stop doing extra RA calls
2019-05-14 Jason Ekstrandutil/ra: Improve the performance of ra_simplify
2019-05-14 Jason Ekstrandutil/ra: Only update q_total if the reg is not assigned
2019-05-14 Jason Ekstrandutil/ra: Only update best_optimistic_node if !progress
2019-05-14 Jason Ekstrandutil/ra: Make in_stack a bitset in the graph
2019-05-14 Jason Ekstrandutil/ra: Get rid of tabs
2019-05-14 Chia-I Wuvirgl: clean up virgl_res_needs_flush
2019-05-14 Chia-I Wuvirgl: comment on a sync issue in transfers
2019-05-14 Chia-I Wuvirgl: PIPE_TRANSFER_READ does not imply flush
2019-05-14 Chia-I Wuvirgl: do not skip readback because of explicit flush
2019-05-14 Chia-I Wuvirgl: remove unused virgl_transfer_inline_write
2019-05-14 Nanley Cheryiris/resource: Drop redundant checks for aux support
2019-05-14 Nanley Cheryiris/resource: Fall back to no aux if creation fails
2019-05-14 Nanley Cheryi965/miptree: Refactor intel_miptree_supports_ccs_e()
2019-05-14 Nanley Cheryi965/miptree: Drop intel_*_supports_hiz()
2019-05-14 Nanley Cheryisl: Add restrictions to isl_surf_get_hiz_surf()
2019-05-14 Nanley Cheryi965/miptree: Drop intel_*_supports_ccs()
2019-05-14 Nanley Cheryisl: Add restriction and comments to isl_surf_get_ccs_s...
2019-05-14 Nanley Cheryi965/miptree: Drop intel_miptree_supports_mcs()
2019-05-14 Nanley Cheryisl: Modify restrictions in isl_surf_get_mcs_surf()
2019-05-14 Nanley Cheryi965/miptree: Fall back to no aux if creation fails
2019-05-14 Mathias Fröhlichmesa: Set _NEW_VARYING_VP_INPUTS iff varying_vp_inputs...
2019-05-14 Mathias Fröhlichmesa: Avoid setting _NEW_VARYING_VP_INPUTS in non fixed...
2019-05-14 Mathias Fröhlichmesa: Fix test for setting the _NEW_VARYING_VP_INPUTS...
2019-05-14 Mathias Fröhlichmesa: Make _mesa_set_varying_vp_inputs static in state.c.
2019-05-14 Mathias Fröhlichmesa: Fix old outdated variable name in a comment.
2019-05-14 Mathias Fröhlichmesa/vbo: Update Comment to what is actually happening.
2019-05-14 Jonas Ådahlwayland/egl: Ensure correct buffer size when allocating
2019-05-14 Paulo Zanoniegl: check if a window/pixmap is already used on surfac...
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-05-14 Samuel Pitoisetradv: add support for VK_KHR_uniform_buffer_standard_layout
2019-05-14 Gert Wollnysoftpipe/buffer: load only as many components as the...
2019-05-14 Tomeu Vizosopanfrost: ci: Reduce batch size to 3000
2019-05-14 Tomeu Vizosopanfrost: ci: Update expectations
2019-05-13 Eric Anholtfreedreno: Fix warning on printing a uint64_t using...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about "*" in boole...
2019-05-13 Eric Anholtfreedreno: Silence compiler warnings about uninit ...
2019-05-13 Eric Anholtfreedreno: Quiet compiler warnings on 64-bit.
2019-05-13 Eric Anholtfreedreno: Make emacs indent the way robclark's eclipse...
2019-05-13 Eric Anholtfreedreno: Make .editorconfig match .dir-locals.el.
2019-05-13 Jason Ekstrandanv: Implement VK_KHR_uniform_buffer_standard_layout
2019-05-13 Jason Ekstrandvulkan: Update the XML and headers to 1.1.108
2019-05-13 Jason Ekstrandtu/entrypoints: Import copy
2019-05-13 Karol Herbstnv50/ir/nir: make use of SYSTEM_VALUE_MAX when iteratin...
2019-05-13 Karol Herbstnv50/ir/nir: prefer to shift 1ull instead of 1ll
2019-05-13 Bas Nieuwenhuizenradv: Clean up signalled and submitted fields from...
2019-05-13 Samuel Pitoisetradv: bump reported version to 1.1.107
next