mesa.git
2017-10-07 Lionel Landwerlinanv: fix nir.h include
2017-10-07 Jason Ekstrandspirv: Don't warn on the ImageCubeArray capability
2017-10-07 Kenneth Graunkemesa: make glFramebuffer* check immutable texture level...
2017-10-07 Marek Olšákradeonsi: don't change viewport for blits, use window...
2017-10-07 Marek Olšákradeonsi: set correct PA_SC_VPORT_ZMIN/ZMAX when viewpo...
2017-10-07 Marek Olšákradeonsi: minor cleanup of si_update_vs_writes_viewport...
2017-10-07 Marek Olšákradeonsi: don't save and restore vertex buffers and...
2017-10-07 Marek Olšákradeonsi: use new VS blit shaders (VS inputs in SGPRs)
2017-10-07 Marek Olšákradeonsi: add VS blit shader creation
2017-10-07 Marek Olšákradeonsi: split declare_default_desc_pointers
2017-10-07 Marek Olšákgallium/u_blitter: let drivers decide which VS to use...
2017-10-07 Marek Olšákgallium/u_blitter: let drivers set the vertex elements...
2017-10-07 Marek Olšákgallium/u_blitter: remove blitter_context_priv::viewport
2017-10-07 Marek Olšákradeonsi: don't use util_draw_arrays_instanced in si_dr...
2017-10-07 Marek Olšákradeonsi: move si_draw_rectangle into si_state_draw.c
2017-10-07 Marek Olšákradeonsi: remove wrappers si_decompress_xx_textures
2017-10-07 Marek Olšákgallium/radeon: remove r600_atom::num_dw
2017-10-07 Marek Olšákgallium/radeon: remove old r600g code checking chip_cla...
2017-10-07 Mark Thompsonst/va: Implement vaExportSurfaceHandle()
2017-10-06 Roland Scheideggergallivm: don't use pabs intrinsic with llvm version...
2017-10-06 Tim Rowleyswr/rast: use proper alignment for debug transposedPrims
2017-10-06 Lionel Landwerlinanv/cmd_buffer: Reset state in cmd_buffer_destroy
2017-10-06 Lionel Landwerlinanv/cmd_buffer: fix push descriptors with set > 0
2017-10-06 Lionel Landwerlinanv: enable VK_KHR_sampler_ycbcr_conversion
2017-10-06 Lionel Landwerlinanv: enable multiple planes per image/imageView
2017-10-06 Jason Ekstrandanv: Take an image in can_sample_with_hiz
2017-10-06 Jason Ekstrandanv: Take a single aspect in anv_layout_to_aux_usage
2017-10-06 Jason Ekstrandanv/cmd_buffer: Make get_fast_clear_state return an...
2017-10-06 Jason Ekstrandanv/blorp: Add a concept of default aux usage
2017-10-06 Lionel Landwerlinanv: add nir lowering pass for ycbcr textures
2017-10-06 Lionel Landwerlinanv: prepare sampler emission code for multiplanar...
2017-10-06 Lionel Landwerlinanv/apply_pipeline_layout: Prepare for multi-planar...
2017-10-06 Lionel Landwerlinanv: add new formats KHR_sampler_ycbcr_conversion
2017-10-06 Lionel Landwerlinanv: modify the internal concept of format to express...
2017-10-06 Lionel Landwerlinanv: prepare formats to handle disjoints sets
2017-10-06 Lionel Landwerlinisl: fill out layout descriptions for yuv formats
2017-10-06 Lionel Landwerlinisl: check whether a format is rgb if colorspace is yuv
2017-10-06 Lionel Landwerlinisl: make format layout channels accessible by index
2017-10-06 Lionel Landwerlinvulkan: util: add macros to extract extension/offset...
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-06 Samuel Pitoisetradv: add RADV_META_SAVE_COMPUTE_PIPELINE flag
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
2017-10-06 Samuel Pitoisetradv: merge radv_meta_{save,restore}_pass() with RADV_M...
2017-10-06 Samuel Pitoisetradv: convert all GFX operations to the RADV_META_SAVE_...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-10-06 Samuel Pitoisetradv: remove unused RADV_META_VERTEX_BINDING_COUNT
2017-10-06 Samuel Pitoisetradv: select the pipeline outside of the loop when...
2017-10-06 Samuel Pitoisetradv: add radv_htile_enabled() helper
2017-10-06 Tapani Pällii965: pass wanted format to intel_miptree_create_for_dr...
2017-10-06 Marek Olšákradeonsi: add a drirc workaround for HTILE corruption...
2017-10-06 Marek Olšákradeonsi: inline struct si_sampler_views
2017-10-06 Marek Olšákradeonsi: rename si_textures_info -> si_samplers, si_im...
2017-10-06 Marek Olšákradeonsi: fold needs_*_decompress_mask update into...
2017-10-06 Marek Olšákradeonsi: simplify a loop in si_update_fb_dirtiness_aft...
2017-10-06 Marek Olšákac: properly document a buffer.store LLVM workaround
2017-10-06 Marek Olšákradeonsi: use f32_0 and f32_1
2017-10-06 Marek Olšákradeonsi: fold *gallivm
2017-10-06 Marek Olšákradeonsi: lp_type::length is always 1
2017-10-06 Marek Olšákradeonsi: don't use bld.elem_type
2017-10-06 Marek Olšákradeonsi: don't use lp_build_const_*
2017-10-06 Marek Olšákradeonsi: use ctx->ac.context and ctx->types
2017-10-06 Marek Olšákradeonsi: use ctx->ac.builder
2017-10-06 Marek Olšákradeonsi: use ctx->i/f32 types more
2017-10-06 Marek Olšákradeonsi: use i32_0 and i32_1 more
2017-10-06 Marek Olšákradeonsi: use bitcast in a few places
2017-10-06 Marek Olšákradeonsi: use ac helpers for bitcasts
2017-10-06 Marek Olšákglsl_to_tgsi: skip UARL for 1D registers if the driver...
2017-10-06 Marek Olšákglsl_to_tgsi: handle reladdr as TEMP in rename_temp_reg...
2017-10-06 Marek Olšákglsl_to_tgsi: each reladdr object should have only...
2017-10-06 Marek Olšákglsl_to_tgsi: fix instruction order for bindless textures
2017-10-06 Marek Olšákglsl_to_tgsi: enable copy propagation for tessellation...
2017-10-06 Marek Olšákradeonsi: implement PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-06 Marek Olšákradeonsi: use si_get_indirect_index for TEMP indexing
2017-10-06 Marek Olšákradeonsi: use si_get_indirect_index for CONST indexing
2017-10-06 Marek Olšáktgsi/ureg: allow any register file in address operands
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-06 Marek Olšáktgsi/scan: scan address operands (v2)
2017-10-06 Marek Olšáktgsi/scan: set correct usage mask for tex offsets in...
2017-10-06 Marek Olšáktgsi/scan: take advantage of already swizzled usage...
2017-10-06 Marek Olšáktgsi/scan: set non-valid src_index for tex offsets...
2017-10-06 Marek Olšáktgsi: implement tgsi_util_get_inst_usage_mask properly
2017-10-06 Marek Olšáktgsi: add docs for some existing pack opcodes
2017-10-05 Bas Nieuwenhuizenradv: Enable VK_KHR_maintenance2 extension.
2017-10-05 Bas Nieuwenhuizenradv: Make tess winding order a bit more intuitive.
2017-10-05 Bas Nieuwenhuizenradv: Allow setting the domain origin in tess.
2017-10-05 Bas Nieuwenhuizenradv: Disable usage checks in metadata for images with...
2017-10-05 Bas Nieuwenhuizenradv: Implement querying the point clipping behavior.
2017-10-05 Daniel Stonebroadcom: Fix out-of-tree build include path
2017-10-05 Bas Nieuwenhuizenmeson: generate builddir/src/amd/vulkan/dev_icd.json
2017-10-05 Kenneth Graunkemesa: Use a 565 format for GL_RGB and GL_UNSIGNED_SHORT...
2017-10-05 Jason Ekstrandintel/compiler: Don't propagate cmod into integer multi...
2017-10-05 Jason Ekstrandintel/compiler: Don't cmod propagate into a saturated...
2017-10-05 Derek Foremanbroadcom/vc4: Don't advertise tiled dmabuf modifiers...
2017-10-05 Adam Jacksonegl: Simplify the "driver" interface
2017-10-05 Thomas Hellstromloader/dri3: Don't accidently free buffer holding new...
2017-10-05 Thomas Hellstromloader/dri3: Avoid resizing existing buffers in dri3_fi...
2017-10-05 Thomas Hellstromloader/dri3: Use local blits and local buffers when...
2017-10-05 Ben Crockergallivm/ppc64le: allow environmental control of Altivec...
2017-10-05 Ben Crockergallivm/ppc64le: adjust VSX code generation control.
2017-10-05 Ben Crockergallivm: allow additional llc options
next