mesa.git
2019-10-24 Dylan Bakerscons: Use print_function ins SConstruct
2019-10-24 Adam Jacksongallium: Fix a bunch of undefined left-shifts in u_format_*
2019-10-24 Samuel Pitoisetradv: compute the number of records correctly for verte...
2019-10-24 Michel Dänzergitlab-ci: Enable UBSan for the meson-vulkan job
2019-10-24 Michel Dänzerutil/tests: Avoid int64_t overflow issues in fast_idiv_...
2019-10-24 Michel Dänzerutil: Use uint64_t for shifting left in sign_extend...
2019-10-24 Michel Dänzergallium/util: Cast to target type before shifting left
2019-10-24 Michel Dänzerintel/fs: Check for NULL key in fs_visitor constructor
2019-10-24 Michel Dänzerintel/compiler: Cast to target type before shifting...
2019-10-24 Michel Dänzerintel/compiler: Don't left-shift by >= the number of...
2019-10-24 Eric Engestromanv: fix error message
2019-10-24 Eric Engestrommeson: add -Werror=empty-body to disallow `if(x);`
2019-10-24 Eric Engestromllvmpipe: avoid generating empty-body blocks
2019-10-24 Eric Engestromllvmpipe: avoid compiling no-op block on release builds
2019-10-24 Thomas Hellstromwinsys/svga: Limit the maximum DMA hardware buffer...
2019-10-24 Thomas Hellstromsvga: Fix banded DMA upload unmap
2019-10-24 Tomeu Vizosogitlab-ci: Update kernel for LAVA jobs to 5.4-rc4
2019-10-24 Timothy Arceriglsl: remove propagate_invariance() call from the linker
2019-10-24 Timothy Arcerinir: improve nir_variable packing
2019-10-24 Timothy Arcerinir: fix nir_variable_data packing
2019-10-24 Marek Olšákradeonsi/nir: implement pipe_screen::finalize_nir
2019-10-24 Marek Olšákst/mesa: use pipe_screen::finalize_nir
2019-10-24 Marek Olšáktgsi_to_nir: use pipe_screen::finalize_nir
2019-10-24 Marek Olšákgallium: add pipe_screen::finalize_nir
2019-10-24 Marek Olšákst/mesa: update VS shader_info for NIR after lowering...
2019-10-24 Marek Olšákst/mesa: assign driver locations for VS inputs for...
2019-10-24 Marek Olšákst/mesa: don't lower_global_vars_to_local for VS if...
2019-10-24 Marek Olšákst/mesa: move some NIR lowering before shader caching
2019-10-24 Marek Olšákutil/u_queue: skip util_queue_finish if num_threads...
2019-10-24 Marek Olšákutil/disk_cache: finish all queue jobs in destroy inste...
2019-10-23 Kenneth Graunkeiris: Rework edgeflag handling
2019-10-23 Marek Olšákgallium/noop: implement get_disk_shader_cache and get_c...
2019-10-23 Rhys Perryaco: take LDS into account when calculating num_waves
2019-10-23 Rhys Perryaco: increase accuracy of SGPR limits
2019-10-23 Rhys Perryradv: round vgprs/sgprs before calculating max_waves
2019-10-23 Lionel Landwerlindocs: Add new Intel extension
2019-10-23 Erik Faye-LundRevert "vc4: do not report alpha-test as supported"
2019-10-23 Erik Faye-LundRevert "v3d: do not report alpha-test as supported"
2019-10-23 Erik Faye-LundRevert "nir: drop support for using load_alpha_ref_float"
2019-10-23 Erik Faye-LundRevert "nir: drop unused alpha_ref_float"
2019-10-23 Samuel Pitoisetradv: fix a performance regression with graphics depth...
2019-10-23 Samuel Pitoisetradv: fix vkUpdateDescriptorSets with inline uniform...
2019-10-23 Samuel Pitoisetradv/gfx10: fix 3D images
2019-10-23 Samuel Pitoisetradv/gfx10: re-enable fast depth/stencil clears with...
2019-10-23 Samuel Pitoisetradv: do not emit rbplus if attachments are undefined
2019-10-23 Samuel Pitoisetradv: add an assertion in radv_gfx10_compute_bin_size()
2019-10-23 Samuel Pitoisetradv: do not create meta pipelines with 16 samples
2019-10-23 Lionel Landwerlinanv: implement VK_INTEL_performance_query
2019-10-23 Lionel Landwerlinintel/perf: add mdapi writes for register perf counters
2019-10-23 Lionel Landwerlinintel/genxml: add RPSTAT register for core frequency
2019-10-23 Lionel Landwerlinintel/genxml: add generic perf counters registers
2019-10-23 Lionel Landwerlinintel/perf: add support for querying kernel loaded...
2019-10-23 Lionel Landwerlindrm-uapi: Update headers from drm-next
2019-10-23 Lionel Landwerlinintel/perf: move registers to their own header
2019-10-23 Lionel Landwerlinintel/perf: extract register configuration
2019-10-23 Lionel Landwerlinintel/perf: expose some utility functions
2019-10-23 Lionel Landwerlinintel/perf: add mdapi maker helper
2019-10-23 Kenneth Graunkest/mesa: Silence chatty debug printf
2019-10-22 Chris Wilsonst/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G...
2019-10-22 Lionel Landwerlinanv: fix unwind of vkCreateDevice fail
2019-10-22 Rhys PerryRevert "aco: only emit waitcnt on loop continues if...
2019-10-22 Rhys Perryaco: add missing bld.scc()
2019-10-22 Rhys Perryaco: keep can_reorder/barrier when combining addition...
2019-10-22 Rhys Perryaco: add a few missing checks in value numbering
2019-10-22 Rhys Perryaco: use ds_read2_b64/ds_write2_b64
2019-10-22 Rhys Perryaco: properly combine additions into ds_write2_b64...
2019-10-22 Rhys Perryaco: fix sparse store_lds()
2019-10-22 Rhys Perryaco: create load_lds/store_lds helpers
2019-10-22 Rhys Perryaco: fix 64-bit p_extract_vector on 32-bit p_create_vector
2019-10-22 Rhys Perryaco: small stage corrections
2019-10-22 Marek Olšákst/mesa: replace pipe_shader_state with tgsi_token...
2019-10-22 Marek Olšáknir: allow nir_lower_uniforms_to_ubo to be run repeatedly
2019-10-22 Rob Clarkfreedreno/ir3: fixup register footprint fixup
2019-10-22 Rob Clarkfreedreno/ir3: handle scalarized varying inputs
2019-10-22 Daniel Schürmannaco: refactor value numbering
2019-10-22 Erik Faye-Lundmesa/st: assert that lowering is supported
2019-10-22 Michel Dänzergitlab-ci: Enable llvmpipe in ARM build jobs
2019-10-22 Michel Dänzergitlab-ci: Update the meson cross file for LLVM_VERSION...
2019-10-22 Michel Dänzergitlab-ci: Use native aarch64 runner for ARM build...
2019-10-22 Michel Dänzergitlab-ci: Explicitly list debian-10 in needs: for...
2019-10-22 Michel Dänzergitlab-ci: Bring ARM docker image install script in...
2019-10-22 Michel Dänzergitlab-ci: Sort ARM docker image packages in alphabetic...
2019-10-22 Samuel Pitoisetradv: fix updating bound fast ds clear values with...
2019-10-22 Sagar Ghugeintel/compiler: Refactor disassembly of sources in...
2019-10-22 Sagar Ghugeintel/compiler: Don't move immediate in register
2019-10-22 Sagar Ghugeintel/compiler: Set bits according to source file
2019-10-22 Sagar Ghugeintel/compiler: Add Immediate support for 3 source...
2019-10-22 Eric Anholtci: Disable lima until its farm can get fixed.
2019-10-21 Sagar Ghugeintel: Add missing entry for brw_nir_lower_alpha_to_cov...
2019-10-21 Dave Airliellvmpipe: handle compute shader launch with 0 threads
2019-10-21 Marijn Suijtenfreedreno/ir3: Add missing ir3_nir_lower_tex_prefetch...
2019-10-21 Samuel Pitoisetac/llvm: fix ac_to_integer_type() for 32-bit const...
2019-10-21 Rhys Perryaco: run opt_algebraic in a loop
2019-10-21 Rhys Perryaco: use nir_lower_idiv_precise
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-21 Sagar Ghugeintel/compiler: Remove emit_alpha_to_coverage workaroun...
2019-10-21 Sagar Ghugenir: Add alpha_to_coverage lowering pass
2019-10-21 Daniel Schürmannaco: ensure that uniform booleans are computed in WQM...
2019-10-21 Dylan Bakermeson: Require meson >= 0.49.1 when using icc or icl
2019-10-21 Juan A. Suarez... docs: update calendar, add news item and link release...
next