mesa.git
2019-05-16 Jan Zielinskiswr: clean up supported OGL4.0/4.1 extensions list
2019-05-16 Leo Liuvl/dri3: set back buffer from output to NULL with front...
2019-05-16 Alejandro Piñeirodocs: advice to resolve discussion on gitlab MR doc
2019-05-16 Roland Scheideggerauxiliary/draw: fix crash with zero-stride draw auto
2019-05-16 Eric Engestromutil/os_file: always use the 'grow' mechanism
2019-05-16 Lionel Landwerlinnir: lower_non_uniform_access: iterate over instruction...
2019-05-16 Kenneth Graunkeiris: Dodge more GLSL IR lowering
2019-05-16 Jason Ekstrandintel/fs/live_variables: Do compute_start_end in BITSET...
2019-05-16 Jason Ekstrandintel/fs/ra: Choose a spill reg before throwing away...
2019-05-16 Jason Ekstrandintel/fs/ra: Add spill costs to the graph on-demand
2019-05-16 Jason Ekstrandintel/fs/ra: Add a helper for discarding the interferen...
2019-05-16 Alyssa Rosenzweignir/algebraic: Remove problematic "optimization"
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Add load/store opcodes
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Enable integer constant inlining
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Remove imov workaround
2019-05-16 Alyssa Rosenzweigpanfrost/midgard: Set int outmod for ops writing integers
2019-05-16 Alyssa Rosenzweigpanfrost: Set custom stride for textures when necessary
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Stride decoding
2019-05-16 Alyssa Rosenzweigpanfrost/decode: Futureproof texture dumping
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-16 Marek Olšákac: add comments to chip enums
2019-05-15 Anuj Phogatcompiler: Add lowering support for 64-bit saturate...
2019-05-15 Kenneth Graunkest/dri: Minor style fixes
2019-05-15 Chia-I Wuvirgl: handle DONT_BLOCK and MAP_DIRECTLY
2019-05-15 Chia-I Wuvirgl: add virgl_resource_transfer_prepare
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...
next