nir: Add 1-bit Boolean opcodes
[mesa.git] / src /
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 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 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_...
2018-12-13 Samuel Pitoisetradv: switch on EOP when primitive restart is enabled...
2018-12-13 Samuel Pitoisetradv: allow to skip DCC decompressions with the new...
2018-12-13 Samuel Pitoisetradv: add a predicate for reflecting DCC decompression...
2018-12-13 Jordan Justeni965/compute: Emit GPGPU_WALKER in genX_state_upload
2018-12-13 Jordan Justeni965/genX_state: Add register access functions
2018-12-13 Eric Anholtintel: Simplify the half-float packing in image load...
2018-12-13 Eric Anholtnir: Pull some of intel's image load/store format conve...
2018-12-13 Eric Anholtnir: Add some more consts to the nir_format_convert...
2018-12-12 Timothy Arcerinir: detect more induction variables
2018-12-12 Timothy Arcerinir: reword code comment
2018-12-12 Timothy Arcerinir: in loop analysis track actual control flow type
2018-12-12 Danylo Piliaievnir: add if opt opt_if_loop_last_continue()
2018-12-12 Timothy Arcerinir: rework force_unroll_array_access()
2018-12-12 Timothy Arcerinir: factor out some of the complex loop unroll code...
2018-12-12 Rhys Kiddmeson: libfreedreno depends upon libdrm (for fence...
2018-12-12 Jason Ekstrandnir: Document the function inlining process
2018-12-12 Jason Ekstrandintel/blorp: Assert that we don't re-layout a compresse...
2018-12-12 Jason Ekstrandanv/pipeline: Set the correct binding count for compute...
2018-12-12 Samuel Pitoisetradv: bump reported version to 1.1.90
2018-12-12 Erik Faye-Lundvirgl: force linear texturing support
2018-12-12 Iago Toral Quirogaintel/compiler: do not copy-propagate strided regions...
2018-12-12 Jason Ekstrandanv: Advertise support for MinLod on Skylake+
2018-12-12 Jason Ekstrandintel/fs: Support min_lod parameters on texture instruc...
2018-12-12 Jason Ekstrandnir/lower_tex: Add lowering for some min_lod cases
next