radv: Add support for image views with multiple planes.
[mesa.git] / src / compiler /
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...
2019-04-12 Eric Anholtnir: Add a comment about how intrinsic definitions...
2019-04-12 Eric Anholtnir: Drop remaining references to const_index in favor...
2019-04-12 Eric Anholtnir: Drop comments about the constant_index slots for...
2019-04-12 Kenneth Graunkeglsl: Set location on structure-split sampler uniform...
2019-04-12 Marek Olšákglsl: allow the #extension directive within code blocks...
2019-04-12 Karol Herbstglsl/nir: add support for lowering bindless images_derefs
2019-04-12 Karol Herbstglsl/nir: fetch the type for images from the deref...
2019-04-12 Karol Herbstglsl_to_nir: handle bindless textures
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-12 Karol Herbstnir: move brw_nir_rewrite_image_intrinsic into common...
2019-04-11 Timothy Arcerinir: initialise some variables in opt_if_loop_last_cont...
2019-04-11 Juan A. Suarez Romeronir/xfb: do not use bare interface type
2019-04-10 Marek OlšákRevert "glsl: fix shader_storage_blocks_write_access...
2019-04-10 Karol Herbstglsl/standalone: add GLES3.1 and GLES3.2 compatibility
2019-04-10 Bas Nieuwenhuizennir: Add access qualifiers on load_ubo intrinsic.
2019-04-09 Marek Olšákglsl: fix shader_storage_blocks_write_access for SSBO...
2019-04-09 Andres Gomezglsl/linker: location aliasing requires types to have...
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Jason Ekstrandnir: Get rid of nir_register::is_packed
2019-04-09 Caio Marcelo de... spirv: Add support for DerivativeGroup capabilities
2019-04-09 Caio Marcelo de... nir: Don't set LOD=0 for compute shader that has deriva...
2019-04-09 Caio Marcelo de... nir/algebraic: Lower CS derivatives to zero when no...
2019-04-09 Caio Marcelo de... glsl: Parse and propagate derivative_group to shader_info
2019-04-09 Caio Marcelo de... glsl: Enable texture builtins for NV_compute_shader_der...
2019-04-09 Caio Marcelo de... glsl: Enable derivative builtins for NV_compute_shader_...
2019-04-09 Caio Marcelo de... glsl: Remove redundant conditions when asserting in_qua...
2019-04-09 Caio Marcelo de... mesa: Extension boilerplate for NV_compute_shader_deriv...
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-08 Jason Ekstrandnir/search: Search for all combinations of commutative ops
2019-04-05 Jason Ekstrandnir/algebraic: Add some logical OR and AND patterns
2019-04-05 Jason Ekstrandnir/algebraic: Drop some @bool specifiers
2019-04-05 Caio Marcelo de... nir: Take if_uses into account when repairing SSA
2019-04-05 Samuel Pitoisetnir: do not pack varying with different types
2019-04-05 Sergii Romantsovglsl: Fix input/output structure matching across shader...
2019-04-04 Marek Olšákglsl: remember which SSBOs are not read-only and pass...
2019-04-04 Alyssa Rosenzweignir: Add "viewport vector" system values
2019-04-03 Dave Airlienir: use proper array sizing define for vectors
2019-04-03 Timothy ArceriRevert "nir: propagate known constant values into the...
2019-04-02 Timothy Arcerinir: propagate known constant values into the if-then...
2019-04-01 Tapani Pällispirv: fix a compiler warning
2019-03-30 Rob Clarknir: add lower_all_io_to_elements
next