mesa.git
2018-12-17 Bas Nieuwenhuizenradv: Remove redundant format check.
2018-12-17 Eric Anholtnir: Fix clamping of uints for image store lowering.
2018-12-17 Eric Anholtv3d: Fix the argument type for vir_BRANCH().
2018-12-17 Eric Anholtvc4: Reuse nir_format_convert.h in our blend lowering.
2018-12-17 Samuel Pitoisetradv: report Vulkan version 1.1.90 for real
2018-12-17 Jason Ekstrandanv,radv: Re-enable VK_EXT_pci_bus_info
2018-12-17 Jason Ekstrandvulkan: Update the XML and headers to 1.1.96
2018-12-17 Rhys Perryradv: switch from nir_bcsel to nir_b32csel
2018-12-17 Rhys Perryradv: don't set surf_index for stencil-only images
2018-12-16 Ian Romanicknir: Release per-block metadata in nir_sweep
2018-12-16 Ian Romanicknir: Fix holes in nir_instr
2018-12-16 Ian Romanicknir/phi_builder: Use per-value hash table to store...
2018-12-16 Ian Romanickutil/hash_table: Add _mesa_hash_table_init function
2018-12-16 Jason Ekstrandst/nir: Use nir_src_as_uint for tokens
2018-12-16 Jason Ekstrandradv: Fix a stupid if in gather_intrinsic_info
2018-12-16 Jason Ekstrandnir/algebraic: Add some optimizations for D3D-style...
2018-12-16 Jason Ekstrandnir/algebraic: Optimize 1-bit Booleans
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Add 1-bit Boolean opcodes
2018-12-16 Jason Ekstrandnir/algebraic: Generalize an optimization
2018-12-16 Jason Ekstrandnir/large_constants: Properly handle 1-bit bools
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
2018-12-16 Jason Ekstrandnir/constant_expressions: Rework Boolean handling
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Jason Ekstrandnir/algebraic: Make an optimization more specific
2018-12-16 Jason Ekstrandnir: Drop support for lower_b2f
2018-12-16 Jason Ekstrandnir/algebraic: Optimize x2b(xneg(a)) -> a
2018-12-16 Jason Ekstrandnir/constant_folding: Fix source bit size logic
2018-12-16 Jason Ekstrandnir/tgsi: Use nir_bany in ttn_kill_if
2018-12-16 Jason Ekstrandnir/lower_idiv: Use ilt instead of bit twiddling
2018-12-16 Eric Anholtv3d: Use the original bit size when scalarizing uniform...
2018-12-16 Eric Anholtvc4: Use the original bit size when scalarizing uniform...
2018-12-16 Rhys Perryac: split 16-bit ssbo loads that may not be dword aligned
2018-12-16 Rhys Perryac: refactor visit_load_buffer
2018-12-16 Rhys Perrynir: fix constness in nir_intrinsic_align()
2018-12-16 Jan Veselyclover: Fix build after clang r348827
2018-12-15 Jon Turneyglx: Fix compilation with GLX_USE_WINDOWSGL
2018-12-15 Eric Anholtv3d: Drop in a bunch of notes about performance improve...
2018-12-15 Eric Anholtv3d: Do uniform pretty-printing in the QPU dump.
2018-12-15 Eric Anholtv3d: Use the uniform pretty-printer in v3d_write_unifor...
2018-12-15 Eric Anholtv3d: Move uniform pretty-printing to its own helper...
2018-12-15 Eric Anholtv3d: Move uinfo->data[] dereference to the top of v3d_w...
2018-12-15 Eric Anholtv3d: Avoid assertion failures when removing end-of...
2018-12-15 Eric Anholtv3d: Add support for draw indirect for GLES3.1.
2018-12-15 Eric Anholtv3d: Add missing flagging of SYNCB as a TSY op.
2018-12-15 Eric Anholtv3d: Make sure that a thrsw doesn't split a multop...
2018-12-15 Eric Anholtv3d: Add safety checks for resource_create().
2018-12-15 Eric Anholtv3d: Add support for texturing from linear.
2018-12-15 Eric Anholtv3d: Add support for using the TFU to do some blits.
2018-12-15 Eric Anholtv3d: Don't forget to bump the number of writes when...
2018-12-15 Eric Anholtv3d: Set up the right stride for raster TFU.
2018-12-15 Eric Anholtv3d: Don't forget to wait for our TFU job before render...
2018-12-15 Ilia Mirkinnvc0: always keep TSC slot 0 bound to fix TXF
2018-12-15 Ilia Mirkinnvc0: replace use of explicit default_tsc with entry 0
2018-12-14 Rob Clarkfreedreno/a6xx: fix corrupted uniforms
2018-12-14 Alex Deucherpci_ids: add new vega20 pci id
2018-12-14 Alex Deucherpci_ids: add new vega10 pci ids
2018-12-14 Rafael Antognollii965/gen9: Add workarounds for object preemption.
2018-12-14 Rafael Antognollii965/gen10+: Enable object level preemption.
2018-12-14 Rafael Antognolliintel/genxml: Add register for object preemption.
2018-12-14 Ian Romanickutil/slab: Rename slab_mempool typed parameters to...
2018-12-14 Ian Romanicknir/phi_builder: Internal users should use nir_phi_buil...
2018-12-14 Christian Gmeineretnaviv: drop redundant ctx function parameter
2018-12-14 Kenneth Graunkegenxml: Consistently use a numeric "MOCS" field
2018-12-14 Timothy Arcerinir: fix opt_if_loop_last_continue()
2018-12-13 Rob Clarkfreedreno/a6xx: fix resource_copy_region()
2018-12-13 Rob Clarkfreedreno: move fd_resource_copy_region()
2018-12-13 Rob Clarkfreedreno/a6xx: more blitter fixes
2018-12-13 Rob Clarkfreedreno: update generated headers
2018-12-13 Rob Clarkgallium/aux: add is_unorm() helper
2018-12-13 Rob Clarkfreedreno/a6xx: fix blitter crash
2018-12-13 Rob Clarkfreedreno/ir3: don't remove unused input components
2018-12-13 Rob Clarkfreedreno/ir3: fix crash
2018-12-13 Rob Clarkfreedreno: also set DUMP flag on shaders
2018-12-13 Rob Clarkfreedreno: debug GEM obj names
2018-12-13 Rob Clarkfreedreno/drm: sync uapi and enable softpin
2018-12-13 Eric Anholtnir: Move intel's half-float image store lowering to...
2018-12-13 Eric AnholtRevert "intel: Simplify the half-float packing in image...
2018-12-13 Eric Anholtnir: Print the format of image variables.
2018-12-13 Eric Anholtmesa/st: Expose compute shaders when NIR support is...
2018-12-13 Dave Airlieradv/xfb: fix counter buffer bounds checks.
2018-12-13 Jason Ekstrandi965: Enable nir_opt_idiv_const for 32 and 64-bit integers
2018-12-13 Jason Ekstrandi965/vec4: Implement nir_op_uadd_sat
2018-12-13 Ian Romanicki965/fs: Implement nir_op_uadd_sat
2018-12-13 Jason Ekstrandnir: Add a pass for lowering integer division by constants
2018-12-13 Ian Romanicknir: Add a saturated unsigned integer add opcode
2018-12-13 Jason Ekstrandnir/lower_int64: Add support for [iu]mul_high
2018-12-13 Jason Ekstrandnir: Allow [iu]mul_high on non-32-bit types
2018-12-13 Emil Velikovglx: mandate xf86vidmode only for "drm" dri platforms
2018-12-13 Alejandro Piñeironir: remove unused variable
2018-12-13 Erik Faye-Lundvirgl: work around bad assumptions in virglrenderer
2018-12-13 Erik Faye-Lundvirgl: wrap vertex element state in a struct
2018-12-13 Erik Faye-Lundvirgl: simplify virgl_hw_set_index_buffer
2018-12-13 Erik Faye-Lundvirgl: simplify virgl_hw_set_vertex_buffers
2018-12-13 Juan A. Suarez... docs: update calendar, add news item and link release...
2018-12-13 Juan A. Suarez... docs: add sha256 checksums for 18.2.7
2018-12-13 Juan A. Suarez... docs: add release notes for 18.2.7
2018-12-13 Samuel Pitoisetradv: don't check if format is depth in radv_image_can_...
2018-12-13 Samuel Pitoisetradv: check if addrlib enabled HTILE in radv_image_can_...
next