mesa: fix memcpy() and memset(0) of non-trivial structs
[mesa.git] / src /
2018-10-30 Eric Engestrommesa: fix memcpy() and memset(0) of non-trivial structs
2018-10-30 Eric Engestromnouveau: remove unused class member
2018-10-30 Eric Engestromscons: drop unused HAVE_STDINT_H macro
2018-10-30 Eric Engestromaub_viewer: show vertex buffer pitch
2018-10-30 Eric Engestromvl: drop left-over variable
2018-10-30 Eric Anholtvc4: Fix unused variable warning.
2018-10-30 Eric Anholtv3d: Use nir_remove_unused_io_vars to handle binner...
2018-10-30 Eric Anholtv3d: Only add output slot tracking for the current...
2018-10-30 Eric Anholtv3d: Use nir_lower_io_to_scalar_early to DCE unused...
2018-10-30 Eric Anholtv3d: Don't rely on sorting input vars for VPM read...
2018-10-30 Eric Anholtv3d: Split out NIR input setup between FS and VPM.
2018-10-30 Eric Anholtnir: Allow using nir_lower_io_to_scalar_early on VS...
2018-10-30 Jason Ekstrandanv: Bump the advertised patch version to 90
2018-10-30 Emil Velikovvulkan/wsi: use the drmGetDevice2() API
2018-10-30 Jason Ekstrandspirv: Pass SSA values through functions
2018-10-30 Mauro Rossiandroid: i965/tiled_memcpy: fix build for x86 generic...
2018-10-30 Toni Lönnbergintel: tools: Add handling for video pipe
2018-10-30 Toni Lönnbergintel/decoder: Use 'DWord Length' and 'bias' fields...
2018-10-30 Marek Olšákmesa: expose EXT_texture_compression_s3tc on GLES
2018-10-30 Michał Janiszewskimesa: Add missing include guards
2018-10-30 Michał Janiszewskiglx: Add missing include guards
2018-10-30 Michał Janiszewskisvga: Add missing include guards
2018-10-30 Michał Janiszewskiglsl: Add missing include guards
2018-10-30 Eric Engestromintel/batch-decoder: remove never-used function
2018-10-30 Eric Engestromst/dri: remove leftover local variable
2018-10-29 Vadym Shovkopliasglsl/linker: Fix out variables linking during single...
2018-10-29 Marek Olšákac: fix ac_build_fdiv for f64
2018-10-29 Brian Paulnir: fix yet another MSVC build break
2018-10-29 Eric Engestromvulkan/wsi: simplify meson file tracking
2018-10-29 Eric Engestromclover: add missing meson build dependency
2018-10-29 Eric Engestromsvga: add missing meson build dependency
2018-10-29 Eric Engestromradv: add missing meson build dependency
2018-10-29 Eric Engestromanv: add missing meson build dependency
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. Kristensenfreedreno/a6xx: Move stencil/depth/alpha state to IB
2018-10-26 Kristian H. Kristensenfreedreno/a6xx: Move stencil mask emit to FD_DIRTY_ZSA...
2018-10-26 Kristian H. Kristensenfreedreno/a6xx: Rename FD6_GROUP_ZSA ro FD6_GROUP_LRZ
2018-10-26 Kristian H. Kristensenfreedreno/a6xx: Move rasterizer state to state object
2018-10-26 Kristian H. Kristensenfreedreno/a6xx: Fix set_blit_scissor helper
2018-10-26 Kristian H. Kristensenfreedreno/a2xx: Squash a compiler warning
2018-10-26 Kristian H. Kristensenfreedreno/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 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
next