gbm: Export a get modifiers
[mesa.git] / src / intel /
2017-03-15 Emil Velikovanv: do not open random render node(s)
2017-03-15 Emil Velikovutil/sha1: rework _mesa_sha1_{init,final}
2017-03-15 Jason Ekstrandintel/debug: Add a common INTEL_DEBUG=nohiz option
2017-03-15 Jason Ekstrandanv/image: Move handling of INTEL_VK_HIZ
2017-03-14 Jason Ekstrandanv: Properly enumerate physical devices when none...
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandi965/fs: Re-arrange conversion operations
2017-03-14 Jason Ekstrandi965/vec4: Get rid of the type parameter from to/from_d...
2017-03-14 Jason Ekstrandi965/fs: Use num_components from the SSA def in image...
2017-03-14 Jason Ekstrandanv/blorp: Only set a clear color for resolves if fast...
2017-03-14 Jason Ekstrandanv/blorp: Turn off AUX after doing a CCS_D resolve
2017-03-14 Tapani Pälliandroid: add '/vulkan' to libmesa_anv_entrypoints path
2017-03-14 Tapani Pälliandroid: add src/intel/compiler to libmesa_intel_compil...
2017-03-14 Gwan-gyeong Munanv: Add missing error-checking to anv_CreateDevice...
2017-03-13 Chad Versaceanv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyP...
2017-03-13 Chad Versaceanv: Use vk_outarray in vkEnumeratePhysicalDevices...
2017-03-13 Lionel Landwerlinintel: genxml: prevent missing ; with address fields...
2017-03-13 Jason Ekstrandanv: Use on-the-fly surface states for dynamic buffer...
2017-03-13 Jason Ekstrandanv: Stall before fast-clear operations
2017-03-13 Jason Ekstrandanv: Accurately advertise dynamic descriptor limits
2017-03-13 Jason Ekstrandanv: Add a helper for working with VK_WHOLE_SIZE for...
2017-03-13 Lionel Landwerlinaubinator/genxml: use gzipped files to store embedded...
2017-03-13 Lionel Landwerlinintel: genxml: add script to generate gzipped genxml
2017-03-13 Iago Toral Quirogaintel: fix compiler build
2017-03-13 Jason Ekstrandintel/vulkan: Get rid of recursive make
2017-03-13 Jason Ekstrandintel/tools: Use a makefile included from intel/Makefile.am
2017-03-13 Emil Velikovintel/compiler: whitespace cleanups
2017-03-13 Emil Velikovintel/compiler: link all tests again gtest, even test_e...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler
2017-03-13 Emil Velikovi965: split EU defines to brw_eu_defines.h
2017-03-13 Jason Ekstrandanv: Stop including brw_context.h
2017-03-13 Jason Ekstrandintel/isl: Stop linking libi965_compiler.la into tests
2017-03-13 Jason Ekstrandvulkan/wsi: Generate wayland protocol headers separatel...
2017-03-13 Jason Ekstrandanv/wsi: Don't include wayland headers
2017-03-10 Emil Velikovgenxml: remove shebang from gen_pack_header.py
2017-03-08 Tapani Pällianv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GB
2017-03-08 Chris Wilsoni965: Remove use of deprecated drm_intel_aub routines
2017-03-07 Jason Ekstrandanv: Make the framebuffer-renderpass format assert...
2017-03-07 Jason Ekstrandanv: Drop the anv_validate block helper
2017-03-07 Jason Ekstrandanv: Get rid of the stub() macros
2017-03-07 Jason Ekstrandanv: Remove a pointless finishme
2017-03-07 Jason Ekstrandanv: Convert the HiZ finishme's to perf_warn
2017-03-07 Jason Ekstrandanv: Add a performance warning helper
2017-03-06 Grazvydas Ignotasi965: don't require 64bit cmpxchg
2017-03-03 Jason Ekstrandanv: Advertise shaderInt64 on Broadwell and above
2017-03-03 Kenneth Graunkegenxml: Fill out Gen4 and G45 XML.
2017-03-02 Matt Turnergenxml: Depend on Makefile.am for generated sources.
2017-03-02 Nanley Cheryanv/image: Allow HiZ on input attachment-capable depth...
2017-03-02 Nanley Cheryanv/cmd_buffer: Centralize automatic layout transitions
2017-03-02 Nanley Cheryanv/cmd_buffer: Add attachment transitioning functions
2017-03-02 Nanley Cheryanv/blorp: Encapsulate subpass id querying
2017-03-02 Nanley Cheryanv/cmd_buffer: Enable render pass awareness
2017-03-02 Nanley Cheryanv/pass: Store subpass attachment reference list
2017-03-02 Nanley Cheryanv/pass: Fix size of anv_render_pass:subpass_attachments
2017-03-02 Nanley Cheryanv: Store the user's VkAttachmentReference
2017-03-02 Nanley Cheryanv/cmd_buffer: Remove extra resolve for certain depth...
2017-03-02 Nanley Cheryanv/cmd_buffer: Conditionally choose the sampled image...
2017-03-02 Nanley Cheryanv/descriptor_set: Store aux usage of sampled image...
2017-03-02 Nanley Cheryanv/image: Create an additional surface state for sampling
2017-03-02 Nanley Cheryanv/image: Simplify setup of HiZ sampler surface state
2017-03-02 Nanley Cheryanv/image: Remove extra dependency on HiZ-specific...
2017-03-02 Nanley Cheryanv: Update the HiZ sampling helper
2017-03-02 Nanley Cheryanv/cmd_buffer: Replace layout_to_hiz_usage()
2017-03-02 Nanley Cheryanv/image: Add anv_layout_to_aux_usage()
2017-03-02 Nanley Cheryanv/pass: Avoid accessing attachment array out of bounds
2017-03-02 Lionel Landwerlinanv: add VK_KHR_descriptor_update_template support
2017-03-02 Lionel Landwerlinanv: add VK_KHR_push_descriptor support
2017-03-02 Lionel Landwerlinanv: descriptor: make descriptor writing take a stream...
2017-03-02 Lionel Landwerlinanv: descriptors: extract writing of descriptors elements
2017-03-02 Lionel Landwerlinanv: make layout size computation helper available...
2017-03-02 Lionel Landwerlinanv: move buffer_view declaration
2017-03-02 Iago Toral Quirogaanv: do not subtract the base layer to compute depth...
2017-03-02 Iago Toral Quirogaisl: document the meaning of the array_len field in...
2017-03-02 Jason Ekstrandi965: Move intel_debug.h to intel/common/gen_debug.h
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-03-01 Jason Ekstrandutil/build-id: Return a pointer rather than copying...
2017-03-01 Jason Ekstrandanv: Properly handle destroying NULL devices and instances
2017-02-28 Mauro Rossiandroid: vulkan: add support for libmesa_vulkan_util
2017-02-28 Emil Velikovautomake: anv: add missing include $(top_srcdir)/src...
2017-02-27 Jason Ekstrandanv: Bump advertised version to 1.0.42
2017-02-26 Dave Airlievulkan/wsi/radv: add initial prime support (v1.1)
2017-02-24 Emil Velikovblorp: automake: add TODO to the tarball
2017-02-24 Emil Velikovanv: automake: add TODO to the tarball
2017-02-23 Jason Ekstrandanv: Enable MSAA compression
2017-02-23 Jason Ekstrandanv/blorp/clear_subpass: Only set surface clear color...
2017-02-23 Pohjolainen, Topiintel/isl: Apply render target alignment constraints...
2017-02-23 Lionel Landwerlinintel/isl: add MCS width constraint 16 samples
2017-02-23 Jason Ekstrandintel/isl: Return surface creation success from aux...
2017-02-23 Samuel Iglesias... isl/state: fix assert on raw buffer surface state minim...
2017-02-22 Jason Ekstrandanv/Makefile: Gather all the genX files into one place
2017-02-22 Dylan Bakervulkan: Combine wsi and util makefiles
2017-02-22 Dylan Bakervulkan/util: Add generator for enum_to_str functions
2017-02-21 Jason Ekstrandanv: Take a device parameter in anv_state_flush
2017-02-21 Jason Ekstrandanv: Pull all clflushing into a clflush_range helper
2017-02-21 Jason Ekstrandanv: Remove the unused state_pool_emit macro
2017-02-21 Jason Ekstrandanv: Rename clflush_range and state_clflush
2017-02-21 Jason Ekstrandintel/blorp: Explicitly flush all allocated state
2017-02-21 Jason Ekstrandanv: Put everything about queries in genX_query.c
2017-02-21 Jason Ekstrandanv/Makefile: alphabetize
2017-02-21 Jason Ekstrandanv/query: Perform CmdResetQueryPool on the GPU
next