radv: add debug flags for syncing shaders after every draw call
[mesa.git] / src / intel /
2017-09-13 Kenneth Graunkei965: Add an INTEL_DEBUG=submit option for printing...
2017-09-13 Chad Versaceutil: Query build-id by symbol address, not library...
2017-09-12 Jason Ekstrandintel/eu/validate: Look up types on demand in execution...
2017-09-12 Tapani Pällianv: fix build issues on release build
2017-09-12 Tapani Pällianv: remove extra 'debug:' from anv_debug_ignored_stype
2017-09-12 Tapani Pällianv: move brw_process_intel_debug_variable to happen...
2017-09-12 Tapani Pällianv: wire up vk_errorf macro to do debug reporting
2017-09-12 Tapani Pällianv: wire up anv_perf_warn macro to do debug reporting
2017-09-12 Tapani Pällianv: implementation of VK_EXT_debug_report extension
2017-09-06 Chad Versaceanv: Annotate entrypoint table with index and func...
2017-09-06 Anuj Phogatintel: Remove unused device info for KBL GT1.5
2017-09-04 Eric Engestromanv: fix off by one in array check
2017-09-02 Kenneth Graunkegenxml: Make Border Color Pointer an address on Gen4...
2017-09-01 Eric Engestromaubinator: remove duplicate initialisation
2017-08-31 Jason Ekstrandanv/formats: Nicely handle unknown VkFormat enums
2017-08-31 Tapani Pällianv: fix build errors on android
2017-08-30 Kenneth Graunkeblorp: Make blorp_buffer_copy work on Gen4-6.
2017-08-30 Kenneth Graunkeblorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy...
2017-08-30 Lionel Landwerlinanv: use device->info instead of brw->is_*
2017-08-30 Juan A. Suarez Romeroanv: set right datatypes in anv_pipeline_binding
2017-08-29 Matt Turnerblorp: Explicitly cast between different enums
2017-08-29 Matt Turnerintel/isl: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turnerintel/isl: Explicitly cast between different enums
2017-08-29 Matt Turnerintel/isl: Remove 'inline' keywords
2017-08-29 Matt Turneranv: Mark functions used conditionally as UNUSED
2017-08-29 Matt Turneranv: Explicitly cast between different enums
2017-08-29 Matt Turneranv: Remove 'inline' keywords
2017-08-29 Matt Turneranv: Use GNU C empty brace initializer
2017-08-29 Matt Turneri965: Drop unnecessary conditional
2017-08-29 Matt Turnerconfigure: Test for -Wno-initializer-overrides
2017-08-29 Jason Ekstrandanv: Add support for the SYNC_FD handle type for fences
2017-08-29 Jason Ekstrandanv: Implement VK_KHR_external_fence
2017-08-29 Jason Ekstrandanv: Use DRM sync objects to back fences whenever possible
2017-08-29 Jason Ekstrandanv/gem: Add support for syncobj wait and reset
2017-08-29 Jason Ekstrandanv/gem: Add a flags parameter to syncobj_create
2017-08-29 Jason Ekstrandanv: Rename anv_fence_state to anv_bo_fence_state
2017-08-29 Jason Ekstrandanv: Pull the guts of anv_fence into anv_fence_impl
2017-08-29 Jason Ekstrandanv/wsi: Use QueueSubmit to trigger the fence in Acquir...
2017-08-29 Jason Ekstrandanv: Rework fences to work more like BO semaphores
2017-08-29 Jason Ekstrandanv/queue: Allow temporary import of SYNC_FD semaphores
2017-08-28 Topi Pohjolainenintel/compiler: Cast reg types explicitly
2017-08-25 Rafael Antognollii965: Do not store SRC after 0 on component control.
2017-08-24 Jason Ekstrandanv,i965: Move CS shared lowering into anv
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-22 Francisco Jerezanv: Check that in_fence fd is valid before closing it.
2017-08-22 Francisco Jerezanv: Add error handling to setup_empty_execbuf().
2017-08-21 Matt Turneri965: Mark functions static
2017-08-21 Matt Turneri965/vec4: Use 'class' src_reg, rather than 'struct...
2017-08-21 Matt Turneri965/vec4: Return float from spill_cost_for_type()
2017-08-21 Matt Turneranv: Move clamp_int64() inside the IVB check
2017-08-21 Matt Turneri965: Optimize reading the destination type
2017-08-21 Matt Turneri965: Mark brw_hw_type_to_reg_type() as a pure function
2017-08-21 Matt Turneri965: Hide the register type hardware encodings
2017-08-21 Matt Turneri965: Stop using hardware register types directly
2017-08-21 Matt Turneri965: Add brw_hw_reg_type_to_letters() and use it in...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Switch to using the logical register types
2017-08-21 Matt Turneri965: Add functions to abstract access to register...
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Index brw_hw_reg_type_to_size()'s table by logica...
2017-08-21 Matt Turneri965: Add a brw_hw_type_to_reg_type() function
2017-08-21 Matt Turneri965: Use a common table to translate logical to hardwa...
2017-08-21 Matt Turneri965: Extract functions dealing with register types...
2017-08-21 Matt Turneri965: Reverse file/type arguments to register type...
2017-08-21 Matt Turneri965: Add support for disassembling 64-bit integer...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-08-21 Matt Turneri965: Validate destination restrictions with vector...
2017-08-21 Matt Turneri965: Don't let raw-move check be tricked by immediate...
2017-08-21 Matt Turneri965: Only change type of 0.0f to VF if destination...
2017-08-21 Matt Turneri965: Remove CONT/BREAK from instruction compaction...
2017-08-21 Matt Turneri965: Test instruction compaction on all supported...
2017-08-21 Matt Turneri965: Silence signed/unsigned comparison warning
2017-08-21 Matt Turneri965: Move compaction "prepass" into brw_eu_compact.c
2017-08-21 Matt Turneri965: Mark src inst pointer const in compaction code
2017-08-21 Topi Pohjolainenintel/blorp: Adjust intra-tile x when faking rgb with...
2017-08-19 Kenneth Graunkeanv: Use ISL for emitting null surface states.
2017-08-19 Kenneth Graunkeisl: Add a null surface fill function.
2017-08-18 Eric Anholtanv: Move a comment that got left behind in the u_vecto...
2017-08-18 Jason Ekstrandintel/isl: Replace switch statements of doom with a...
2017-08-18 Jason Ekstrandintel/isl: Reduce header file duplication
2017-08-17 Jason Ekstrandanv/gem: Add a stub for sync_file_merge
2017-08-16 Jason Ekstrandanv: Advertise VK_KHR_external_semaphore
2017-08-16 Jason Ekstrandanv: Use DRM sync objects for external semaphores when...
2017-08-16 Jason Ekstrandanv/gem: Add a drm syncobj support
2017-08-16 Jason Ekstrandanv: Implement support for exporting semaphores as...
2017-08-16 Jason Ekstrandanv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag...
2017-08-16 Jason Ekstrandanv: Submit a dummy batch when only semaphores are...
2017-08-16 Jason Ekstrandanv: Add a basic implementation of VK_KHX_external_sema...
2017-08-15 Scott D Phillipsintel/genxml: Fix gen10 BLEND_STATE variable length...
2017-08-14 Ben Widawskyi965: Pretend that CCS modified images are two planes
2017-08-14 Jason Ekstrandintel/isl: Add support for I915_FORMAT_MOD_Y_TILED_CCS
2017-08-11 Iago Toral Quirogaintel/compiler: properly size attribute wa_flags array...
2017-08-10 Kenneth Graunkeisl: Validate row pitch of stencil surfaces.
2017-08-07 Jason Ekstrandintel/isl: Don't align the height of the last array...
2017-08-07 Jason Ekstrandintel/isl: Stop padding surfaces
2017-08-07 Jason Ekstrandanv/formats: Allow sampling on depth-only formats on...
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Juan A. Suarez Romeroanv: Makefile.vulkan.am: ICD json files are now generat...
next