util: rb_tree: add safe iterators
[mesa.git] / src / intel /
2018-08-22 Lionel Landwerlinintel: tools: split aub parsing from aubinator
2018-08-22 Yunchao Heanv: add VK_EXT_sampler_filter_minmax support
2018-08-21 Anuj Phogatanv/icl: Allow headerless sampler messages for pre...
2018-08-21 Anuj Phogatanv/icl: Disable binding table prefetching
2018-08-21 Eric Engestromintel/genxml: minor python style fix
2018-08-20 Kai Wasserbächintel/decoder: mark total_length as MAYBE_UNUSED in...
2018-08-20 Kai Wasserbächintel/tools: initialise bo_addr to 0 in main
2018-08-20 Kai Wasserbächintel: aubinator: mark ftruncate_res as MAYBE_UNUSED...
2018-08-20 Kai Wasserbächintel/aubinator_error_decode: mark ret as MAYBE_UNUSED...
2018-08-17 Jason Ekstrandanv/pipeline: Lower pipeline layouts etc. after linking
2018-08-17 Jason Ekstrandanv/pipeline: Set tess IO read/written key fields in...
2018-08-17 Jason Ekstrandanv/pipeline: Use more fields from stage in compile_cs
2018-08-17 Jason Ekstrandanv/apply_pipeline_layout: Add to the bind map instead...
2018-08-17 Jason Ekstrandanv/lower_ycbcr: Use the binding array size for bounds...
2018-08-16 Eric Engestromanv: drop cast-to-void of used variable
2018-08-16 Eric Engestromanv: use safer snprintf() to ensure NULL string-terminator
2018-08-16 Eric Engestromintel/batch-decoder: replace local ARRAY_LENGTH() macro...
2018-08-16 Eric Engestromintel: various python cleanups
2018-08-15 Jason EkstrandRevert "intel/nir: Call nir_lower_io_to_scalar_early"
2018-08-11 Kenneth Graunkeblorp: Properly handle Z24X8 blits.
2018-08-11 Kenneth Graunkeblorp: Don't try to use R32_UNORM for R24_UNORM_X8_TYPE...
2018-08-11 Jason Ekstrandintel: Switch the order of the 2x MSAA sample positions
2018-08-10 Mathieu Bridonmeson: Build with Python 3
2018-08-09 Kenneth Graunkeintel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.
2018-08-09 Eric Engestromanv: set error in all failure paths
2018-08-09 Eric Engestromintel/tools: add missing variable initialisation
2018-08-07 Mathieu Bridonpython: Fix rich comparisons
2018-08-07 Lionel Landwerlinintel: don't build tools without -Dtools=intel
2018-08-06 Tapani Pällianv: add more swapchain formats
2018-08-04 Lionel Landwerlinintel: tools: simplify meson build
2018-08-04 Lionel Landwerlinintel: aubinator: simplify decoding
2018-08-04 Lionel Landwerlinintel: common: add missing stdint include
2018-08-04 Lionel Landwerlinintel: decoder: remove unused variable
2018-08-04 Lionel Landwerlinintel: tools: aubwrite: reuse canonical address helper
2018-08-04 Lionel Landwerlinintel: aubinator: fix read the context/ring
2018-08-03 Jason Ekstrandanv/pipeline: Disable FS dispatch for pointless fragmen...
2018-08-02 Andres Gomezintel/tools: add error2aub creation into autotools
2018-08-02 Jason Ekstrandanv/pipeline: Do cross-stage linking optimizations
2018-08-02 Jason Ekstrandanv/pipeline: Pull most of the anv_pipeline_compile_...
2018-08-02 Jason Ekstrandanv/pipeline: Add a separate "link" stage
2018-08-02 Jason Ekstrandanv/pipeline: Compile to NIR in compile_graphics
2018-08-02 Jason Ekstrandanv/pipeline: Recompile all shaders if any are missing...
2018-08-02 Jason Ekstrandanv/pipeline: Drop anv_pipeline_add_compiled_stage
2018-08-02 Jason Ekstrandanv/pipeline: Pull shader compilation out into a helper.
2018-08-02 Jason Ekstrandanv/pipeline: Call anv_pipeline_compile_* in a loop
2018-08-02 Jason Ekstrandanv/pipeline: Hash the entire pipeline in one go
2018-08-02 Jason Ekstrandanv/pipeline: Populate keys up-front
2018-08-02 Jason Ekstrandanv/pipline: Add a helper struct for per-stage info
2018-08-02 Jordan Justenintel/compiler: Add brw_get_compiler_config_value for...
2018-08-02 Jordan Justeni965: Disable shader cache with INTEL_DEBUG=shader_time
2018-08-02 Jason Ekstrandanv/pipeline: Add populate_tcs/tes_key helpers
2018-08-02 Jason Ekstrandanv/pipeline: Rework the parameters to populate_wm_prog_key
2018-08-02 Jason Ekstrandanv/pipeline: More aggressively optimize away color...
2018-08-02 Jason Ekstrandanv: Restrict the number of color regions to those...
2018-08-02 Jason Ekstrandanv/pipeline: Fix up deref modes if we delete a FS...
2018-08-02 Jason Ekstrandintel/nir: Call nir_lower_io_to_scalar_early
2018-08-02 Jason Ekstrandintel/nir: Split IO arrays into elements
2018-08-02 Jason Ekstrandi965/fs: Flag all slots of a flat input as flat
2018-08-02 Jason Ekstrandintel/nir: Use the correct scalar stage for consumers...
2018-08-01 Lionel Landwerlinintel: tools: aubwrite: split gen[89] from gen10+
2018-08-01 Mathieu Bridonpython: Explicitly use byte strings
2018-08-01 Mathieu Bridonpython: Open file in binary mode
2018-08-01 Mathieu Bridonpython: Better get character ordinals
2018-08-01 Iago Toral Quirogaintel/compiler: implement 8-bit constant load
2018-08-01 Iago Toral Quirogaintel/compiler: add setup_imm_(u)b helpers
2018-07-27 Topi Pohjolaineni965/icl: Disable binding table prefetching
2018-07-27 Iago Toral Quirogaintel/compiler: fix lower conversions to account for...
2018-07-27 Kenneth Graunkei965: Combine both gl_PatchVerticesIn lowering passes.
2018-07-26 Kenneth Graunkeintel/compiler: Delete dead VS intrinsic handling.
2018-07-26 Eric Engestromanv: drop unused local vars
2018-07-26 Eric Engestromanv: remove incorrect `UNUSED` flag
2018-07-25 Kenneth Graunkeintel: Make the decoder just store addresses for bases...
2018-07-25 Kenneth Graunkeintel: Make the decoder handle STATE_BASE_ADDRESS not...
2018-07-25 Eric Engestromanv: don't crash on vkDestroyDevice(NULL)
2018-07-25 Eric Engestromanv: fix python whitespace warning
2018-07-25 Eric Engestromanv: cleanup python imports
2018-07-25 Eric Engestromanv: remove unnecessary semicolons in python
2018-07-25 Lionel Landwerlinintel: tools: dump: only store device id on success
2018-07-24 Jordan Justeni965, anv: Use INTEL_DEBUG for disk_cache driver flags
2018-07-24 Jordan Justeni965, anv: Add extra unused character in disk_cache...
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-24 Kenneth Graunkeintel: Make the disassembler take a const pointer to...
2018-07-23 Jason Ekstrandintel/compiler: Account for built-in uniforms in analyz...
2018-07-23 Eric Engestromanv: remove unnecessary runtime copy of static string
2018-07-23 Alex Smithanv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE...
2018-07-23 Jason Ekstrandintel/blorp: Fix blits to R8G8B8_UNORM_SRGB sRGB harder
2018-07-23 Jason Ekstrandanv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV
2018-07-23 Jason Ekstrandanv: Properly handle GetImageSubresourceLayout on compl...
2018-07-22 Ilia Mirkinanv/gen9: expose VK_EXT_post_depth_coverage
2018-07-20 Lionel Landwerlinintel: tools: dump: protect against multiple calls...
2018-07-20 Lionel Landwerlinintel: tools: dump: make dump tool reliable under gdb
2018-07-19 Lionel Landwerlinintel: tools: dump: remove mentions of intel_aubdump
2018-07-19 Lionel Landwerlinintel: tools: aubwrite: fix invalid frees on finish
2018-07-19 Nanley Cheryintel/isl/gen4: Make depth/stencil buffers Y-Tiled
2018-07-19 Lionel Landwerlinintel: tools: dump: trace memory writes
2018-07-19 Lionel Landwerlinintel: tools: dump: remove command execution feature
2018-07-18 Jason Ekstrandintel/blorp: Take an explicit filter parameter in blorp...
2018-07-18 Jason Ekstrandintel/blorp: Add a blorp_filter enum for use in blorp_blit
next