mesa.git
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-29 Samuel Pitoisetradv: add multiple streams support for the GS copy...
2018-10-29 Samuel Pitoisetradv: emit stream outputs for vertex and tessellation...
2018-10-29 Samuel Pitoisetradv: declare streamout SGPRs
2018-10-29 Samuel Pitoisetradv: gather stream output info
2018-10-29 Samuel Pitoisetradv: allow to emit a vertex to a specified stream
2018-10-29 Samuel Pitoisetradv: allow to use up to 4 GSVS ring buffers
2018-10-29 Samuel Pitoisetradv: adjust the number of output components per stream
2018-10-29 Samuel Pitoisetradv: adjust the GSVS ring sizes based on the number...
2018-10-29 Samuel Pitoisetradv: gather which GS stream is used for every outputs
2018-10-29 Samuel Pitoisetradv: gather the number of output components per stream
2018-10-29 Samuel Pitoisetradv: gather the number of streams used by geometry...
2018-10-29 Jason Ekstrandnir: Add a pass for gathering transform feedback info
2018-10-29 Jason Ekstrandvulkan: Update the XML and headers to 1.1.90
2018-10-29 Samuel Pitoisetradv: remove wrong comment in calculate_gs_ring_sizes...
2018-10-28 Rob Clarkfreedreno: don't flush when new and old pfb is identical
2018-10-28 Rob Clarkfreedreno: dependency tracking for z/s depends on ZSA...
2018-10-28 Rob Clarkfreedreno: mark all state dirty after switching batch
2018-10-27 Jason Ekstrandanv: Use absolute timeouts in wait_for_bo_fences
2018-10-27 Jason Ekstrandanv: Flag semaphore BOs as external
2018-10-27 Jason Ekstrandanv: Improve the asserts in anv_buffer_get_range
2018-10-26 Rob Clarkfreedreno/a6xx: inline draw_impl()
2018-10-26 Rob Clarkfreedreno/a6xx: small cleanup
2018-10-26 Rob Clarkfreedreno/a6xx: move where we handle dirty vbo state
2018-10-26 Rob Clarkfreedreno: avoid no-op flushes by re-using last-fence
2018-10-26 Kristian H... freedreno/a6xx: Move stencil/depth/alpha state to IB
2018-10-26 Kristian H... freedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA...
2018-10-26 Kristian H... freedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZ
2018-10-26 Kristian H... freedreno/a6xx: Move rasterizer state to state object
2018-10-26 Kristian H... freedreno/a6xx: Fix set_blit_scissor helper
2018-10-26 Kristian H... freedreno/a2xx: Squash a compiler warning
2018-10-26 Kristian H... freedreno/a6xx: Use fd6_emit_ib from a6xx
2018-10-26 Rob Clarkfreedreno: import libdrm_freedreno + redesign submit
2018-10-26 Jason EkstrandRevert "anv/skylake: disable ForceThreadDispatchEnable"
2018-10-26 Jason Ekstrandblorp: Emit a dummy 3DSTATE_WM prior to 3DSTATE_WM_HZ_OP
2018-10-26 Axel Davyst/nine: Handle window resize when a presentation buffe...
2018-10-26 Axel Davyd3dadapter: Fix wrong naming in header file
2018-10-26 Axel Davyst/nine: Reduce MaxSimultaneousTextures to 8
2018-10-26 Axel Davyst/nine: Enable shadow mapping for ps 1.X
2018-10-26 Axel Davyst/nine: Do not set unused states for stateblocks
2018-10-26 Axel Davyst/nine: Fix aliasing states for stateblocks
2018-10-26 Axel Davyst/nine: Never update device changed.* fields
2018-10-26 Axel Davyst/nine: Capture also default matrices for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Mark transform matrices dirty for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Don't update unused world matrices
2018-10-26 Axel Davyst/nine: Remove two unused states.
2018-10-26 Axel Davyst/nine: Remove commented nine_context_apply_stateblock
2018-10-26 Brian Paulnir: Fix array initializer
2018-10-26 Jason Ekstrandanv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lost
2018-10-26 Jason Ekstrandanv/util: Split a vk_errorv helper out of vk_errorf
2018-10-26 Brian Paulscons/svga: remove opt from the list of valid build...
2018-10-26 Nanley Cheryintel/blorp: Define the clear value bounds for HiZ...
2018-10-26 Eric Engestromradv: remove duplicate brackets in version string
2018-10-26 Eric Engestromvulkan: drop always-true param
2018-10-26 Boyuan Zhangradeon/vcn: use util function to get h264 profile idc
2018-10-26 Boyuan Zhangradeon/vce: use util function to get h264 profile idc
2018-10-26 Boyuan Zhangvl: get h264 profile idc
2018-10-26 Jason Ekstrandintel/nir: Use the OPT macro for more passes
2018-10-26 Jason Ekstrandspirv: Initialize subgroup destinations with the destin...
2018-10-26 Jason Ekstrandspirv: Use the right bit-size for spec constant ops
2018-10-26 Jason Ekstrandnir/prog: Use nir_bany in kill handling
2018-10-26 Jason Ekstrandglsl/nir: Use i2b instead of ine for fixing UBO/SSBO...
2018-10-26 Jason Ekstrandnir/system_values: Use the bit size from the load_deref
2018-10-26 Jason Ekstrandnir/opt_if: Rework condition propagation
2018-10-26 Jason Ekstrandnir/search: Use the nir_imm_* helpers from nir_builder
2018-10-26 Jason Ekstrandnir/builder: Handle 16-bit floats in nir_imm_floatN_t
2018-10-26 Jason Ekstrandnir/builder: Add a nir_imm_true/false helpers
2018-10-26 Jason Ekstrandnir/constant_folding: Use nir_src_as_bool for discard_if
2018-10-26 Jason Ekstrandnir/constant_folding: Add an unreachable to a switch
2018-10-26 Jason Ekstrandnir/validate: Print when the validation failed
2018-10-26 Jason Ekstrandanv: Handle the device loss abort in anv_device_set_lost
2018-10-26 Jason Ekstrandanv: Add helpers for setting/checking device lost
2018-10-26 Jason Ekstrandanv: Provide a error message with a DEVICE_LOST
2018-10-26 Alex Smithanv: Fix sanitization of stencil state when the depth...
2018-10-26 Samuel Pitoisetradv: implement image to image operations for R32G32B32
2018-10-26 Samuel Pitoisetradv: fix a comment in radv_meta_buffer_to_image_cs_r32...
2018-10-26 Samuel Pitoisetradv: add get_image_stride_for_r32g32b32() helper
2018-10-26 Samuel Pitoisetradv: add create_bview_for_r32g32b32() helper
2018-10-26 Samuel Pitoisetradv: add create_buffer_from_image() helper
2018-10-26 Sagar Ghugeintel/compiler: Print message descriptor as immediate...
2018-10-26 Sagar Ghugeintel/compiler: Print hex representation along with...
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-25 Hyunjun Kofreedreno: use fd_bc_alloc_batch instead of fd_batch_cr...
2018-10-25 Hyunjun Kofreedreno/ir3: take reg->num out of union in ir3_register
2018-10-25 Rob Clarkfreedreno/a6xx: disable unused groups
2018-10-25 Rob Clarkfreedreno: add useful assert
2018-10-25 Alok Hotaswr/rast: ignore CreateElementUnorderedAtomicMemCpy
2018-10-25 Alok Hotaswr/rast: fix intrinsic/function for LLVM 7 compatibility
2018-10-25 Rhys Perrynvc0: increase NOUVEAU_TRANSFER_PUSHBUF_THRESHOLD to...
2018-10-25 Bas Nieuwenhuizenradv: Emit enqueued pipeline barriers on event write.
2018-10-25 Bas Nieuwenhuizenradv: Add support for VK_KHR_driver_properties.
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-24 Dylan Bakergen: Add AMD_gpu_shader_int64.xml to tarball
2018-10-24 Dylan Bakergen: Add EXT_vertex_attrib_64bit.xml to dependency...
2018-10-24 Eric Engestromanv: move variable to proper scope and mark as MAYBE_UNUSED
2018-10-24 Eric Engestromanv: use snprintf() instead of memset()+strcpy()
2018-10-24 Eric Engestromanv: drop unused includes
2018-10-24 Dylan Bakerautotools: include intel_tiled_memcopy.c
2018-10-24 Dylan Bakermeson: fix formatting and add extra_files to i965
next