mesa.git
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-06 Dave Airlieradv/gfx9: use correct register setting for uconfig...
2017-06-06 Bas Nieuwenhuizenradv: Remove SI num RB override for occlusion queries.
2017-06-06 Bas Nieuwenhuizenradv: Split out updating the vertex descriptors.
2017-06-06 Bas Nieuwenhuizenradv: Move pipeline stuff from flush_state to emit_grap...
2017-06-06 Bas Nieuwenhuizenradv: Add early exit for cache flushes.
2017-06-06 Bas Nieuwenhuizenradv: Remove vertex_descriptors_dirty.
2017-06-06 Bas Nieuwenhuizenradv: Don't use a divide by index_size.
2017-06-06 Chris Wilsoni965: Explicitly disallow tiled memcpy path on Gen4...
2017-06-06 Matt Turneri965: Remove brw_bo_map_unsynchronized()
2017-06-06 Matt Turneri965: Use unsynchronized mappings for BufferSubData...
2017-06-06 Matt Turneri965: Make unsynchronized maps unsynchronized on non-LLC
2017-06-06 Matt Turneri965: Implement brw_bo_map_unsynchronized() with MAP_ASYNC
2017-06-06 Matt Turneri965: Elide call to set_domain() if MAP_ASYNC
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Drop MAP_READ from some write-only mappings
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Rename *_virtual -> map_*
2017-06-06 Chris Wilsoni965: Pass the map-mode along to intel_mipmap_tree_map_...
2017-06-06 Matt Turneri965: Add a cache_coherent field to brw_bo
2017-06-06 Matt Turneri965: Remove unused 'use_resource_streamer' field
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-06-06 Matt Turneri965: Remove unused brw_bo_map__* functions
2017-06-06 Alex Smithanv: Set better descriptor set limits
2017-06-06 Alex Smithanv: Set driver version to Mesa version
2017-06-06 Alex Smithradv/vulkan: Move radv_get_driver_version to src/vulkan...
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-06-06 Lionel Landwerlinintel: gen-decoder: rework how we handle groups
2017-06-06 Marek Olšákradeonsi: fix a GPU hang with tessellation on 2-CU...
2017-06-06 Samuel Pitoisetmesa: make use of NewWindowRectangles driver flags
2017-06-06 Samuel Pitoisetmesa: add new gl_driver_flags::NewWindowRectangles
2017-06-06 Samuel Pitoisetmesa: remove call to Driver.Scissor() in _mesa_WindowRe...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when min sample shadin...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when sample mask changes
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when coverage paramete...
2017-06-06 Kenneth Graunkei965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for...
2017-06-06 Dave Airlieradv: expose integrated device type for APUs.
2017-06-06 Bas Nieuwenhuizenac/surface: Fix HTILE for radv.
2017-06-06 Dave Airlieradv: fix write event eop on vega.
2017-06-05 Dave Airlieradv: enable GFX9 on radv
2017-06-05 Dave Airlieradv: turn off geom/tess for gfx9.
2017-06-05 Dave Airlieradv: misc GFX9 changes.
2017-06-05 Dave Airlieradv: add some GFX9 specific events.
2017-06-05 Dave Airlieradv: add IA_MULTI_VGT_PARAM support for GFX9.
2017-06-05 Dave Airlieradv: add rb+ support for GFX9
2017-06-05 Dave Airlieradv: add GFX9 cache flushing support.
2017-06-05 Dave Airlieradv: add texture descriptor/fmask/cmask support for...
2017-06-05 Dave Airlieradv: add GFX9 to initialisation cmd buffer.
2017-06-05 Dave Airlieradv: don't setup raster_config on gfx9.
2017-06-05 Dave Airlieradv: add gfx9 cp dma support.
2017-06-05 Dave Airlieradv: add gfx9 depth/stencil surface support.
2017-06-05 Dave Airlieradv: add GFX9 support for color surfaces.
2017-06-05 Dave Airlieradv: add some misc gfx9 pieces.
2017-06-05 Dave Airlieradv: set offchip hs param like radeonsi.
2017-06-05 Dave Airlieradv: fix typo in comment.
2017-06-05 Dave Airlieradv: add a comment from radeonsi before cp dma function.
2017-06-05 Dave Airlieradv: remove doubled up prototype.
2017-06-05 Dave Airlieradv: split metadata struct into legacy/gfx9 parts.
2017-06-05 Dave Airlieradv: refactor some texture descriptor state.
2017-06-05 Dave Airlieradv: refactor color surface init before gfx9.
2017-06-05 Dave Airlieradv: refactor depth/stencil state setup
2017-06-05 Dave Airlieradv: use radv_foreach_stage in a couple of places.
2017-06-05 Emil Velikovradeon: remove out of date LLVM_REVISION.txt
2017-06-05 Juan A. Suarez... docs: update calendar, add news item and link release...
2017-06-05 Juan A. Suarez... docs: add sha256 checksums for 17.1.2
2017-06-05 Juan A. Suarez... docs: add release notes for 17.1.2
2017-06-05 Brian Paulgallium/u_threaded: fixes for MSVC
2017-06-05 Dave Airlier600: refactor out some compressed resource state code.
2017-06-05 Dave Airlier600: document some of the missing shader constants.
2017-06-05 Dave Airlier600: add register info for atomic counters.
2017-06-05 Dave Airlier600: add missing RAT registers and operations.
2017-06-05 Dave Airlier600/sb: fix typo in field definitions
2017-06-05 Marek Olšáktgsi/scan: fix scanning fragment shaders with PrimID...
2017-06-05 Jason Ekstrandi965: Finalize miptrees before prepare_texture
2017-06-05 Marek Olšákgallium/u_threaded: remove 16 bytes from tc_batch
2017-06-05 Marek Olšákgallium/u_threaded: align batches and call slots to...
2017-06-05 Marek Olšákst/mesa: don't load cached TGSI shaders on demand
2017-06-05 Chih-Wei HuangAndroid: use bionic pthread_barrier_* if possible
2017-06-05 Dave Airlier600: fix incorrect and missing bit field in register...
2017-06-05 Nicolai Hähnleradv: use ac_compute_surface
2017-06-05 Dave Airlieradv: prepare fmask surface creation
2017-06-05 Nicolai Hähnleradv: use amdgpu_addr_create
2017-06-05 Nicolai Hähnleradv: stop using radv_amdgpu_winsys::family
2017-06-05 Nicolai Hähnleradv: use ac_gpu_info
2017-06-05 Nicolai Hähnleradv: remove radeon_info::name
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: rename radeon_surf::bo_{size,alignment} to surf_...
2017-06-05 Nicolai Hähnleradv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::nblk_z
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::dcc_enabled
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::pitch_bytes
2017-06-05 Nicolai Hähnleradv: add surface helper variable in radv_GetImageSubre...
2017-06-05 Nicolai Hähnleradv: fewer than 8 RBs are possible
2017-06-05 Nicolai Hähnleac/surface/gfx6: explicitly support S8 surfaces
2017-06-05 Dave Airlieac/nir: set workgroup size attribute to correct value.
2017-06-05 Dave Airlieac: add new helper function to add a integer target...
2017-06-05 Dave Airlieradv: add external memory support.
2017-06-05 Bas Nieuwenhuizenradv: Add VkPhysicalDeviceIDProperties support.
2017-06-05 Bas Nieuwenhuizenradv: Add support for external queue family.
next