mesa.git
2017-08-25 Adam Jacksonegl/drm: Don't "fall back" to /dev/dri/card0 if the...
2017-08-25 Kenneth Graunkei965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_uplo...
2017-08-25 Rafael Antognollii965: Do not store SRC after 0 on component control.
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_polygon_offset_clamp
2017-08-25 Adam Jacksonmesa: Implement GL_ARB_texture_filter_anisotropic
2017-08-25 Marek Olšákgallium/u_threaded: fix a typo
2017-08-25 Eric Engestromkhronos/egl: remove dependency on Android NDK header
2017-08-25 Eric EngestromRevert "egl/android: add missing include"
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glBindBufferOffsetEXT()
2017-08-25 Samuel Pitoisetmesa: add bind_buffer_offset() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glTransformFeedbackVa...
2017-08-25 Samuel Pitoisetmesa: add transform_feedback_varyings() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glResumeTransformFeed...
2017-08-25 Samuel Pitoisetmesa: add resume_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glPauseTransformFeedb...
2017-08-25 Samuel Pitoisetmesa: add pause_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glEndTransformFeedback()
2017-08-25 Samuel Pitoisetmesa: add end_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glBeginTransformFeedb...
2017-08-25 Samuel Pitoisetmesa: add begin_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: add KHR_no_error support to glBindTransformFeedback()
2017-08-25 Samuel Pitoisetmesa: add bind_transform_feedback() helper
2017-08-25 Samuel Pitoisetmesa: port the LastLookedUpVAO optimisation to _mesa_lo...
2017-08-25 Samuel Pitoisetmesa: don't error check the default buffer object in...
2017-08-25 Samuel Pitoisetmesa: add _fallback suffix to the default transform...
2017-08-25 Samuel Pitoisetmesa: remove unnecessary check in _mesa_init_transform_...
2017-08-25 Samuel Pitoisetmesa: check allocation failures in new_transform_feedback()
2017-08-25 Samuel Pitoisetmesa: remove unused _mesa_validate_transform_feedback_b...
2017-08-25 Kai Chenegl/wayland: Use roundtrips when awaiting buffer release
2017-08-25 Nicolai Hähnleglsl: fix glsl_struct_field size calculations for shade...
2017-08-25 Ilia Mirkina2xx: fix DST_ALPHA blending for non-alpha formats
2017-08-25 Ilia Mirkina2xx: set constant blend color
2017-08-25 Timothy Arceriradeonsi: set IF_THRESHOLD to 4
2017-08-25 Timothy Arceriutil/disk_cache: write cache item metadata to disk
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-25 Timothy Arceriutil/disk_cache: add struct cache_item_metadata
2017-08-25 Timothy Arceridisk_cache: enable limited hash collision detection...
2017-08-25 Timothy Arceriutil/disk_cache: rename mesa cache dir and introduce...
2017-08-24 Dave Airlieradv: don't crash if we have no framebuffer
2017-08-24 Dave Airlieradv/gfx9: gfx9 has buffer sizing rules like pre-VI.
2017-08-24 Dave Airlieradv: fix predication on gfx9
2017-08-24 Jason Ekstrandanv,i965: Move CS shared lowering into anv
2017-08-24 Mauro Rossiac/debug: use util_strchrnul() to fix android build...
2017-08-24 Marek Olšákradeonsi: get the raster config from AMDGPU on SI
2017-08-24 Marek Olšákradeonsi: clean up setting GRBM_GFX_INDEX
2017-08-24 Marek Olšákradeonsi: move PA_SC_RASTER_CONFIG emission into a...
2017-08-24 Rob HerringAndroid: fix Android O version check for LLVM
2017-08-24 Adam Jacksoninclude: Sync Khronos headers for OpenGL 4.6
2017-08-24 Bas Nieuwenhuizenradv: Expose VK_KHX_multiview.
2017-08-24 Bas Nieuwenhuizenradv: Implement multiview draws.
2017-08-24 Bas Nieuwenhuizenradv: Implement determining the has_multiview_view_inde...
2017-08-24 Bas Nieuwenhuizenac/nir: Add shader support for multiviews.
2017-08-24 Bas Nieuwenhuizenradv: Add multiview clears.
2017-08-24 Bas Nieuwenhuizenradv: Store multiview info in renderpass.
2017-08-24 Bas Nieuwenhuizenac/nir: Make shader key a struct.
2017-08-24 Bas Nieuwenhuizenradv: Use 0 for the layer id if the vertex shader does...
2017-08-24 Bas Nieuwenhuizenac/nir: Implement input attachments with layered rendering.
2017-08-24 Bas Nieuwenhuizenac/nir: Determine if input attachments are used in...
2017-08-24 Bas Nieuwenhuizenac/nir: Cast sources of integer ops to int.
2017-08-24 Adam JacksonRevert "include: Sync Khronos headers for OpenGL 4.6"
2017-08-24 Adam Jacksoninclude: Sync Khronos headers for OpenGL 4.6
2017-08-24 Eric Engestromdri: fix typo
2017-08-24 Eric Engestromi965: add missing `const` in function signature
2017-08-24 Eric Engestromegl/android: add missing include
2017-08-24 Brian Paulvbo: fix glVertexAttrib(index=0)
2017-08-24 Brian Paulgallivm: remove unused variable
2017-08-24 Brian Paulst/mesa: add const qualifiers in st_extensions.c
2017-08-24 Brian Paulst/mesa: whitespace/indentation fixes in st_init_extens...
2017-08-24 Brian Paulpipe-loader: use MAYBE_UNUSED to silence warning
2017-08-24 Ilia Mirkinnv50/ir: properly set sType for TXF ops to U32
2017-08-24 Samuel Pitoisetmesa: remove duplicate assignments in bind_xfb_buffers()
2017-08-24 Samuel Pitoisetmesa: fix debug/error messages in glColorMaski()
2017-08-24 Timothy Arceriglsl: stop adding pointers from bindless structs to...
2017-08-24 Timothy Arceriglsl: stop adding pointers from shader_info to the...
2017-08-24 Timothy Arcericompiler: move pointers to the start of shader_info
2017-08-24 Timothy Arceriglsl: always write a name/label string to the cache
2017-08-24 Timothy Arceriglsl: don't write uniform storage offset if there isn...
2017-08-24 Timothy Arceriglsl: add has_uniform_storage() helper to shader cache
2017-08-24 Timothy Arceriglsl: stop adding pointers from glsl_struct_field to...
2017-08-24 Timothy Arceriglsl: stop adding pointers from gl_shader_variable...
2017-08-24 Timothy Arceriglsl: allow NULL to be passed to encode_type_to_blob()
2017-08-24 Dave Airlieradv/gfx9: don't expose linear depth on vega.
2017-08-24 Dave Airlieradv: don't degrade tiling mode for small compressed...
2017-08-24 Dave Airlieradv/gfx9: only minify image view width/height/depth...
2017-08-24 Dave Airlieradv/image: don't rescale width/height if the format...
2017-08-24 Dave Airlieradv: cleanup some image view descriptor setup.
2017-08-24 Dave Airlieradv/gfx9: emit sx_mrt_blend registers
2017-08-24 Dave Airlieradv: bump space check for indexed draw.
2017-08-24 Dave Airlieradv/gfx9: fixup db/stencil disable.
2017-08-24 Dave Airlieradv/gfx9: fix level count in color register setup.
2017-08-24 Dave Airlieradv/gfx9: use total levels in texture descriptor
2017-08-23 Bas Nieuwenhuizenradv: Implement bc optimize.
2017-08-23 Bas Nieuwenhuizenac/nir: refactor input variable iteration.
2017-08-23 Kenneth Graunkei965: Stop using wm_prog_data->binding_table.render_tar...
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-23 Kenneth Graunkei965: Inline brw_update_renderbuffer_surfaces().
2017-08-23 Kenneth Graunkei965: Pass fb into emit_null_surface instead of dimensions.
2017-08-23 Kenneth Graunkei965: Devirtualize update_renderbuffer_surface.
2017-08-23 Kenneth Graunkei965: Delete update_renderbuffer_surface flags.
2017-08-23 Kenneth Graunkei965: Make brw_update_renderbuffer_surface static.
next