radv: optimize radv_stage_flush() for pre fragment shader stages
[mesa.git] / src / intel /
2018-07-18 Samuel Iglesias... anv: fix assert in anv_CmdBindDescriptorSets()
2018-07-16 Sergii Romantsovintel/batch_decoder: decoding of 3DSTATE_CONSTANT_BODY.
2018-07-16 Eric Anholtintel: tools: Fix uninitialized variable warnings in...
2018-07-14 Jason Ekstrandintel/blorp: Handle 3-component formats in clears
2018-07-14 Jason Ekstrandintel/blorp: Fix blits to R8G8B8_UNORM_SRGB
2018-07-12 Jose Maria Casanov... i965/fs: unspills shoudn't use grf127 as dest since...
2018-07-11 Chad Versaceanv/android: Fix type error in call to vk_errorf()
2018-07-11 Chad Versaceanv/android: Fix Autotools build for VK_ANDROID_native_...
2018-07-10 Rafael Antognolliintel/tools/dump_gpu: Add option to print ppgtt mappings.
2018-07-10 Francisco Jerezintel/ir: Uncomment definition of several unused hardwa...
2018-07-10 Francisco Jerezintel/fs: Initialize mlen for gen7 varying pull constan...
2018-07-10 Francisco Jerezintel/eu: Assert that the instruction is send-like...
2018-07-10 Francisco Jerezintel/eu: Get rid of the return value of brw_send_indir...
2018-07-10 Francisco Jerezintel/eu: Get rid of the return value of brw_send_indir...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Provide single descriptor argument to brw_sen...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for pixel interpo...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for sampler messages.
2018-07-10 Francisco Jerezintel/eu: Provide desc immediate argument up front...
2018-07-10 Francisco JerezTRIVIAL: intel/eu: Use a local devinfo variable in...
2018-07-10 Francisco Jerezintel/eu: Use brw_set_desc() along with a helper to...
2018-07-10 Francisco Jerezintel/eu: Define SET_BITS helper more easily reusable...
2018-07-10 Francisco Jerezintel/eu: Define helper to specify the descriptor immed...
2018-07-10 Francisco Jerezintel/eu: Add brw_inst.h helpers for the SEND(C) descri...
2018-07-10 Iago Toral Quirogaintel/compiler: emit actual barriers for working-group...
2018-07-10 Jason Ekstrandanv,radv: Add support for VK_KHR_get_display_properties2
2018-07-09 Jason Ekstrandintel/aubinator_error_decode: Allow for more sections
2018-07-09 Jason Ekstrandintel/batch_decoder: Recurse for all 2nd level batches
2018-07-09 Anuj Phogatanv/icl: Don't set float blend optimization bit in...
2018-07-09 Jason Ekstrandanv: Implement VK_EXT_vertex_attribute_divisor
2018-07-09 Jason Ekstrandanv/pipeline: Add a per-VB instance divisor
2018-07-09 Jason Ekstrandanv/pipeline: Use a per-VB struct instead of separate...
2018-07-09 Jose Maria Casanov... anv: Enable SPV_KHR_8bit_storage and VK_KHR_8bit_storage
2018-07-09 Jose Maria Casanov... i965/fs: Enable store_ssbo for 8-bit types.
2018-07-09 Jose Maria Casanov... intel/compiler: relax brw_eu_validate for byte raw...
2018-07-09 Jose Maria Casanov... i965/fs: Enable conversions to 8-bit integers
2018-07-09 Jose Maria Casanov... i965: Support for 8-bit base types in helper functions
2018-07-09 Jose Maria Casanov... i965/fs: Register allocator shoudn't use grf127 for...
2018-07-09 Jose Maria Casanov... intel/compiler: grf127 can not be dest when src and...
2018-07-09 Lionel Landwerlinintel: tools: dump_gpu: fix ppgtt mapping
2018-07-09 Jason Ekstrandanv: Add support for VK_KHR_create_renderpass2
2018-07-09 Jason Ekstrandanv: Make subpass::depth_stencil_attachment a pointer
2018-07-09 Jason Ekstrandanv/pass: Move implicit dependency setup to anv_render_...
2018-07-09 Jason Ekstrandanv/pass: Move some dependency setup into a helper
2018-07-09 Jason Ekstrandanv/pass: Move a bunch of analysis into a separate...
2018-07-09 Jason Ekstrandanv/pass: Use a designated initailizer for attachments
2018-07-09 Jason Ekstrandanv: Bump the advertised patch version to 80
2018-07-09 Jose Maria Casanov... intel/fs: use uint type for per_slot_offset at GS
2018-07-09 Iago Toral Quirogaintel/compiler: remove unused function
2018-07-09 Iago Toral Quirogaanv/pipeline: honor the pipeline_cache_enabled run...
2018-07-06 Ian Romanickintel/compiler: Relax mixed type restriction for satura...
2018-07-06 Ian Romanicki965/vec4: Properly handle sign(-abs(x))
2018-07-06 Ian Romanicki965/fs: Properly handle sign(-abs(x))
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-06 Ian Romanicki965/vec4: Make the vec4_visitor::nir_emit_instr defaul...
2018-07-06 Ian Romanickintel/compiler: More DCE after lowering
2018-07-05 Mathieu Bridonpython: Specify the JSON separators
2018-07-05 Lionel Landwerlinintel: tools: remove drm-uapi defines
2018-07-05 Lionel Landwerlinintel: intel_dump_gpu: use simulator id in captures
2018-07-05 Lionel Landwerlinintel: devinfo: add simulator id
2018-07-05 Scott D Phillipsintel: tools: dump-gpu: dump 48-bit addresses
2018-07-05 Lionel Landwerlinintel: tools: import intel_aubdump
2018-07-05 Lionel Landwerlinintel: tools: update intel_aub.h
2018-07-05 Lionel Landwerlinintel: batch-decoder: add missing return line
2018-07-05 Lionel Landwerlinintel: batch-decoder: don't asks for constant BO until...
2018-07-05 Scott D Phillipsintel/batch-decoder: handle non-contiguous binding...
2018-07-05 Scott D Phillipsintel/tools/aubinator: aubinate ppgtt aubs
2018-07-05 Lionel Landwerlinintel: aubinator: handle GGTT mappings
2018-07-05 Lionel Landwerlinintel: aubinator: drop the 1Tb GTT mapping
2018-07-05 Lionel Landwerlinintel: aubinator: rework register writes handling
2018-07-05 Lionel Landwerlinintel: aubinator: remove standard input processing...
2018-07-05 Lionel Landwerlinintel: aubinator: remove unused variables
2018-07-04 Neil Robertsi965: Fix output register sizes when variable ranges...
2018-07-03 Ian Romanicki965/vec4: Don't cmod propagate from CMP to ADD if...
2018-07-02 Ian Romanickintel/compiler: Silence unused parameter warnings brw_nir.c
2018-07-02 Jason Ekstrandanv: Add support for the on-disk shader cache
2018-07-02 Jason Ekstrandanv/pipeline_cache: Add a _locked suffix to a function
2018-07-02 Jason Ekstrandanv: Add device-level helpers for searching for and...
2018-07-02 Jason Ekstrandanv/pipeline: Stop optimizing for not having a cache
2018-07-02 Jason Ekstrandanv: Use a default pipeline cache if none is specified
2018-07-02 Jason Ekstrandanv: Be more careful about hashing pipeline layouts
2018-07-02 Jason Ekstrandanv,intel: Enable nir_opt_large_constants for Vulkan
2018-07-02 Jason Ekstrandanv: Add state setup support for shader constants
2018-07-02 Jason Ekstrandanv: Add support for shader constant data to the pipeli...
2018-07-02 Iago Toral Quirogaanv/cmd_buffer: make descriptors dirty when emitting...
2018-07-02 Iago Toral Quirogaanv/cmd_buffer: clean dirty push constants flag after...
2018-07-02 Iago Toral Quirogaanv/cmd_buffer: never shrink the push constant buffer...
2018-06-29 Jose Maria Casanov... anv: finish the binding_table_pool on destroyDevice...
2018-06-28 Francisco Jerezintel/fs: Build 32-wide FS shaders.
2018-06-28 Jason Ekstrandintel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32...
2018-06-28 Jason Ekstrandintel/fs: Add fields to wm_prog_data for SIMD32 dispatch
2018-06-28 Francisco Jerezintel/fs: Fix nir_intrinsic_load_helper_invocation...
2018-06-28 Francisco Jerezintel/fs: Fix fs_builder::sample_mask_reg() for 32...
2018-06-28 Francisco Jerezintel/fs: Fix Gen6+ interpolation setup for SIMD32
2018-06-28 Jason Ekstrandintel/fs: Get rid of MOV_DISPATCH_TO_FLAGS
2018-06-28 Jason Ekstrandintel/fs: Emit MOV_DISPATCH_TO_FLAGS once for the centr...
next