nir: nir_shader_compiler_options: drop native_integers
[mesa.git] / src / compiler /
2019-05-07 Christian Gmeinernir: nir_shader_compiler_options: drop native_integers
2019-05-07 Vasily Khoruzhicknir: add int_to_float lowering pass
2019-05-06 John Stultzmesa: Makefile.sources: Add nir_lower_fb_read.c to...
2019-05-06 Alistair Strachanmesa: android: Remove unnecessary dependency tracking...
2019-05-04 Karol Herbstspirv/cl: support vload/vstore
2019-05-04 Karol Herbstnir: Add nir_op_vec helper
2019-05-04 Karol Herbstnir: Add a nir_builder_alu variant which takes an array...
2019-05-04 Karol Herbstvtn: handle bitcast with pointer src/dest
2019-05-04 Jason Ekstrandnir: Add a SSA type gathering pass
2019-05-03 Connor Abbottnir/algebraic: Don't emit empty initializers for MSVC
2019-05-03 Dylan Bakermeson: Don't build glsl cache_test when shader cache...
2019-05-03 Dylan Bakerglsl/tests: define ssize_t on windows
2019-05-03 Dylan Bakerglsl: fix general_ir_test with mingw
2019-05-03 Dave Airlienir: fix lower vars to ssa for larger vector sizes.
2019-05-03 Dave Airliespirv: fix SpvOpBitSize return value.
2019-05-02 Rob Clarknir: fix nir tex print harder
2019-05-02 Marek Olšákglsl: fix and clean up NV_compute_shader_derivatives...
2019-05-02 Rob Clarknir: add pass to lower fb reads
2019-05-02 Rob Clarknir: fix lower_wpos_ytransform in load_frag_coord case
2019-05-02 Rob Clarknir: rework tex instruction printing
2019-05-02 Connor Abbottnir/search: Add debugging code to dump the pattern...
2019-05-02 Connor Abbottnir/search: Add automaton-based pre-searching
2019-05-02 Brian Paulglsl: fix typo in #warning message
2019-05-02 Brian Paulglsl: work around MinGW 7.x compiler bug
2019-05-01 Ian Romanicknir: Saturating integer arithmetic is not associative
2019-05-01 Jonathan Mareknir: improve convert_yuv_to_rgb
2019-04-30 Juan A. Suarez Romerospirv: add missing SPV_EXT_descriptor_indexing capabilities
2019-04-30 Caio Marcelo de... spirv: Properly handle SpvOpAtomicCompareExchangeWeak
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Andres Gomezglsl/linker: check for xfb_offset aliasing
2019-04-29 Kenneth Graunkenir: Add a new nir_cf_list_is_empty_block() helper.
2019-04-29 Kenneth Graunkeglsl/list: Add an exec_list_is_singular() helper.
2019-04-29 Andreas Baierlnir: add rcp(w) lowering for gl_FragCoord
2019-04-26 Tapani Pälliglsl: use empty brace initializer
2019-04-26 Tapani Pällinir: use braces around subobject in initializer
2019-04-26 Jason Ekstrandnir/algebraic: Optimize integer cast-of-cast
2019-04-26 Dave Airlienir: fix bit_size in lower indirect derefs.
2019-04-25 Marek Olšákglsl: fix shader_storage_blocks_write_access for SSBO...
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_offset
2019-04-25 Rob Clarkfreedreno/ir3: lower load_barycentric_at_sample
2019-04-25 Rob Clarkcompiler: rename SYSTEM_VALUE_VARYING_COORD
2019-04-25 Caio Marcelo de... nir: Add option to lower tex to txl when shader don...
2019-04-25 Timothy Arcerinir: fix nir_remove_unused_varyings()
2019-04-25 Marek Olšákglsl: handle interactions between EXT_gpu_shader4 and...
2019-04-25 Marek Olšákglsl: allow "varying out" for fragment shader outputs...
2019-04-25 Marek Olšákglsl: add texture builtin functions for EXT_gpu_shader4
2019-04-25 Marek Olšákglsl: add arithmetic builtin functions for EXT_gpu_shader4
2019-04-25 Marek Olšákglsl: add builtin variables for EXT_gpu_shader4
2019-04-25 Marek Olšákglsl: apply some 1.30 and other rules to EXT_gpu_shader...
2019-04-25 Chris Forbesglsl: enable types for EXT_gpu_shader4
2019-04-25 Marek Olšákglsl: add `unsigned int` type for EXT_GPU_shader4
2019-04-25 Chris Forbesglsl: enable noperspective|flat|centroid for EXT_gpu_sh...
2019-04-25 Chris Forbesglsl: add scaffolding for EXT_gpu_shader4
2019-04-24 Ian Romanickglsl: Silence may unused parameter warnings in glsl...
2019-04-24 Timothy Arcerist/mesa/radeonsi: fix race between destruction of types...
2019-04-23 Caio Marcelo de... spirv: Handle SpvOpDecorateId
2019-04-23 Caio Marcelo de... spirv: Rename vtn_decoration literals to operands
2019-04-22 Kenneth GraunkeRevert "glsl: Set location on structure-split sampler...
2019-04-22 Jason Ekstrandnir: Use the NIR_SRC_AS_ macro to define nir_src_as_deref
2019-04-19 Jason Ekstrandnir: Add helpers for getting the type of an address...
2019-04-19 Jason Ekstrandintel,nir: Lower TXD with a bindless sampler
2019-04-19 Jason Ekstrandnir/lower_io: Expose some explicit I/O lowering helpers
2019-04-19 Kristian H. Kristensennir_opcodes.py: Saturate to expression that doesn't...
2019-04-19 Kristian H. Kristensenglsl_to_nir: Initialize debug variable
2019-04-19 Eric Anholtnir: Use the nir_builder _imm helpers in setting up...
2019-04-19 Eric Anholtnir: Fix deref offset calculation for structs.
2019-04-19 Erico Nunesnir/algebraic: add lowering for fsign
2019-04-18 Ian Romanicknir/algebraic: Strength reduce some compares of x and -x
2019-04-18 Ian Romanicknir/algebraic: Fix some 1-bit Boolean weirdness
2019-04-18 Ian Romanicknir/algebraic: Replace a pattern where iand with a...
2019-04-18 Ian Romanicknir/algebraic: Recognize open-coded copysign(1.0, a)
2019-04-18 Jason Ekstrandnir: Add a nir_src_as_intrinsic() helper
2019-04-18 Jason Ekstrandnir: Rework nir_src_as_alu_instr to not take a pointer
2019-04-18 Jason Ekstrandnir: Drop "struct" from some nir_* declarations
2019-04-18 Iago Toral Quirogacompiler/spirv: move the check for Int8 capability
2019-04-16 Caio Marcelo de... spirv: Tell which opcode or value is unhandled when...
2019-04-16 Caio Marcelo de... spirv: Add more to_string helpers
2019-04-16 Jason Ekstrandnir/algebraic: Use a cache to avoid re-emitting structs
2019-04-16 Jason Ekstrandnir/algebraic: Move the template closer to the render...
2019-04-16 Marek Olšáknir: optimize gl_SampleMaskIn to gl_HelperInvocation...
2019-04-16 Tapani Pällicompiler/glsl: handle case where we have multiple users...
2019-04-15 Andres Gomezglsl/linker: always validate explicit locations for...
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Rhys Perrymesa, glsl: add support for EXT_shader_image_load_formatted
2019-04-15 Rhys Perrynir,ac/nir: fix cube_face_coord
2019-04-15 Timothy Arcerinir: fix packing components with arrays
2019-04-15 Samuel Pitoisetspirv: add SpvCapabilityFloat16 support
2019-04-14 Jason Ekstrandnir/validate: Require unused bits of nir_const_value...
2019-04-14 Jason Ekstrandnir/load_const_to_scalar: Get rid of a bit size switch...
2019-04-14 Jason Ekstrandspirv: Drop some unneeded bit size switch statements
2019-04-14 Jason Ekstrandnir/constant_folding: Get rid of a bit size switch...
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstspirv: reduce array size in vtn_handle_constant
2019-04-14 Karol Herbstnir/loop_analyze: use nir_const_value.b for boolean...
2019-04-14 Jason Ekstrandnir/print: Use nir_src_as_int for array indices
2019-04-14 Jason Ekstrandnir/builder: Add a nir_imm_zero helper
2019-04-14 Karol Herbstnir/builder: Move nir_imm_vec2 from blorp into the...
2019-04-14 Alyssa Rosenzweignir: Add nir_lower_viewport_transform
2019-04-13 Christian Gmeinernir: add lower_ftrunc
2019-04-12 Jason Ekstrandnir: Add a pass for selectively lowering variables...
next