gallivm: avoid crashing in mod by 0 with llvmpipe
[mesa.git] / src / glsl /
2016-01-16 Kenneth Graunkeglsl: Allow implicit int -> uint conversions for bitwis...
2016-01-15 Samuel Iglesias... glsl: restrict consumer stage condition to modify inter...
2016-01-15 Kenneth Graunkenir/builder: Add a nir_build_ivec4() convenience helper.
2016-01-15 Tapani Pälliglsl: mark explicit uniforms as explicit in other stage...
2016-01-14 Matt Turnernir: Lower bitfield_extract.
2016-01-14 Matt Turnernir: Handle <bits>=32 case in bitfield_insert lowering.
2016-01-13 Matt Turnernir: Change bfm's semantics to match Intel/AMD/SM5.
2016-01-13 Matt Turnerglsl: Fix undefined shifts.
2016-01-13 Matt Turnerglsl: Handle failure of Python codegen scripts.
2016-01-13 Kenneth Graunkeglsl, nir: Make ir_triop_bitfield_extract a vectorized...
2016-01-13 Kenneth Graunkeglsl, nir: Make ir_quadop_bitfield_insert a vectorized...
2016-01-13 Kenneth Graunkeglsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
2016-01-13 Matt Turnernir: Fix constant evaluation of bfm.
2016-01-13 Samuel Iglesias... glsl: add image_format check in cross_validate_globals()
2016-01-13 Tapani Pälliglsl: add packed varyings for outputs with single stage...
2016-01-12 Kenneth Graunkeglsl: Make read_from_write_only_variable_visitor ignore...
2016-01-12 Tapani Pällimesa: use gl_shader_variable in program resource list
2016-01-12 Tapani Pälliglsl: track total amount of uniform locations used
2016-01-10 Timothy Arceriglsl: replace unreachable code path with assert
2016-01-10 Timothy ArceriRevert "glsl: replace unreachable code path with assert"
2016-01-10 Timothy Arceriglsl: replace unreachable code path with assert
2016-01-10 Timothy Arceriglsl: combine if blocks
2016-01-09 Kenneth Graunkeglsl: Make bitfield_insert/extract and bfi/bfm non...
2016-01-09 Kristian Høgsberg... glsl: Don't add nir files to libglsl_la_SOURCES
2016-01-08 Kristian Høgsberg... glsl: Move _mesa_shader_stage_to_string/abbrev to shade...
2016-01-08 Kristian Høgsberg... glsl: Move glsl_to_nir files to LIBGLSL_FILES
2016-01-08 Jordan Justenmesa: Map program UBOs and SSBOs to Interface Blocks
2016-01-08 Jose Fonsecaglsl: Ensure 64bits shift is used.
2016-01-08 Marek Olšákglsl: optionally declare gl_FragCoord & gl_FrontFacing...
2016-01-08 Jason Ekstrandnir/algebraic: Add more lowering
2016-01-08 Jason Ekstrandnir/opcodes: Fix up uadd_carry and usub_borrow
2016-01-07 Timothy Arceriglsl: replace null check with assert
2016-01-07 Kenneth Graunkeglsl: Disallow vectorization of vector_insert/extract.
2016-01-06 Timothy Arceriglsl: fix varying slot allocation for blocks and struct...
2016-01-06 Timothy Arceriglsl: don't try adding built-ins to explicit locations...
2016-01-06 Timothy Arceriglsl: fix overlapping of varying locations for arrays...
2016-01-06 Timothy Arceriglsl: create helper to remove outer vertex index array...
2016-01-06 Timothy Arceriglsl: remove unused varyings before packing them
2016-01-06 Kenneth Graunkenir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
2016-01-05 Timothy Arceriglsl: don't change the varying type in validation code
2016-01-05 Timothy Arceriglsl: move lowering after matching validation
2016-01-05 Timothy Arceriglsl: only add outward facing varyings to resourse...
2016-01-03 Rob Clarknir: extract out helper macros for running passes
2016-01-01 Rob Clarknir/lower_clip: add missing writemask on store
2015-12-31 Kenneth Graunkeglsl: Fix varying struct locations when varying packing...
2015-12-30 Ilia Mirkinglsl: add GL_ARB_shader_draw_parameters define
2015-12-30 Timothy Arceriglsl: tidy up struct with a single member
2015-12-30 Emil Velikovglsl/linker: annotate static functions as such
2015-12-30 Emil Velikovglsl: annotate ast_process_struct_or_iface_block_member...
2015-12-29 Jason Ekstrandnir/builder: Add an init function that creates a simple...
2015-12-29 Kristian Høgsberg... nir: Teach nir_opt_algebraic about adding and subtracti...
2015-12-29 Kristian Høgsberg... mesa: Add core mesa support for GL_ARB_shader_draw_para...
2015-12-29 Aaron Watrynir: Remove function overload in control flow test
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-23 Rob Clarknir/print: print variable constant-initializers
2015-12-23 Kenneth Graunkenir: Add a glsl_vec_type() helper.
2015-12-22 Kenneth Graunkenir: Use writemasked store_vars in glsl_to_nir.
2015-12-22 Kenneth Graunkenir: Add a writemask to store intrinsics.
2015-12-22 Timothy Arcerinir: remove field only used in GLSL IR when assigning...
2015-12-19 Dave Airlieglsl: count attributes for vertex inputs properly.
2015-12-19 Dave Airlieglsl: fix transform feedback for 64-bit outupts.
2015-12-19 Dave Airlieglsl: fix partial marking for fp64 types.
2015-12-19 Dave Airlieglsl: only update doubles inputs for vertex inputs.
2015-12-19 Dave Airlieglsl: fix count_attribute_slots to allow for different...
2015-12-19 Dave Airlieglsl: use dual slot helper in the linker code.
2015-12-19 Dave Airlieglsl/fp64: add helper for dual slot double detection.
2015-12-19 Dave Airlieglsl: pass stage into mark function
2015-12-18 Matt Turnernir: Delete bany, ball, fany, fall.
2015-12-18 Matt Turnerglsl: Implement all(v) as all_equal(v, true).
2015-12-18 Matt Turnerglsl: Remove ir_unop_any.
2015-12-18 Matt Turnerglsl: Implement any(v) as any_nequal(v, false).
2015-12-17 Kenneth Graunkeglsl: Remove inverse() from GLSL 1.20 and 1.30.
2015-12-15 Jason Ekstrandnir/lower_system_values: Refactor and use the builder.
2015-12-15 Jason Ekstrandnir/builder: Add a load_system_value helper
2015-12-15 Jason Ekstrandnir/lower_system_values: Stop supporting non-SSA
2015-12-15 Timothy Arceriglsl: add support for explicit locations inside interfa...
2015-12-15 Timothy Arceriglsl: simplify interface matching
2015-12-14 Kenneth Graunkenir: Fix number of indices on shared variable store...
2015-12-13 Ilia Mirkinglsl: assign varying locations to tess shaders when...
2015-12-11 Timothy Arcerinir: silence uninitialized warning
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-10 Jordan Justennir: Add nir intrinsics for shared variable atomic...
2015-12-10 Jordan Justenglsl: Disable several optimizations on shared variables
2015-12-10 Jordan Justenglsl: Buffer atomics are supported for compute shaders
2015-12-10 Jordan Justenglsl: Translate atomic intrinsic functions on shared...
2015-12-10 Jordan Justenglsl: Check for SSBO variable in check_for_ssbo_store
2015-12-10 Jordan Justenglsl: Check for SSBO variable in SSBO atomic lowering
2015-12-10 Jordan Justenglsl: Replace atomic_ssbo and ssbo_atomic with atomic
2015-12-10 Jordan Justenglsl: Allow atomic functions to be used with shared...
2015-12-10 Jordan Justennir: Translate glsl shared var store intrinsic to nir...
2015-12-10 Jordan Justennir: Translate glsl shared var load intrinsic to nir...
2015-12-10 Jordan Justenglsl: Add lowering pass for shared variable references
2015-12-10 Iago Toral Quirogaglsl: Don't assert on shared variable matrices with...
2015-12-10 Jordan Justenglsl: Don't lower_variable_index_to_cond_assign for...
2015-12-10 Jordan Justenglsl: Remove mem_ctx as member variable in lower_ubo_re...
2015-12-10 Jordan Justenglsl ubo/ssbo: Move common code into lower_buffer_acces...
2015-12-10 Jordan Justenglsl ubo/ssbo: Move is_dereferenced_thing_row_major...
2015-12-10 Jordan Justenglsl ubo/ssbo: Add lower_buffer_access class
2015-12-10 Jordan Justenglsl ubo/ssbo: Split buffer access to insert_buffer_access
2015-12-10 Jordan Justenglsl ubo/ssbo: Use enum to track current buffer access...
next