glsl/lexer: Support double floats
[mesa.git] / src / glsl /
2015-02-19 Dave Airlieglsl/lexer: Support double floats
2015-02-19 Dave Airlieglsl/parser: Support double floats
2015-02-19 Dave Airlieglsl/ast: Support double floats
2015-02-19 Dave Airlieglsl: Add ubo lowering support for doubles
2015-02-19 Dave Airlieglsl: Add support doubles in optimization passes
2015-02-19 Dave Airlieglsl/ir: Add builder support for functions with double...
2015-02-19 Dave Airlieglsl/ir: Add builtin constant function support for...
2015-02-19 Dave Airlieglsl/ir: Add cloning support for doubles
2015-02-19 Dave Airlieglsl/ir: Add printing support for doubles
2015-02-19 Dave Airlieglsl/ir: Add builtin function support for doubles
2015-02-19 Ilia Mirkinglsl: fix uniform linking logic in the presence of...
2015-02-19 Ilia Mirkinglsl: teach std140_base_alignment about samplers
2015-02-19 Dave Airlieglsl: Uniform linking support for doubles
2015-02-19 Dave Airlieglsl: Add double builtin type generation
2015-02-19 Dave Airlieglsl: add ARB_gpu_shader_fp64 to the glsl extensions...
2015-02-19 Dave Airlieglsl: Add double builtin type
2015-02-18 Eric Anholtnir: Recognize and reduce duplicated fsats.
2015-02-18 Eric Anholtnir: Add a flag for lowering fsat.
2015-02-18 Eric Anholtnir: Add a flag for lowering ffma.
2015-02-18 Eric Anholtnir: Add a flag for lowering fneg/ineg.
2015-02-18 Eric Anholtnir: Add a flag for lowering fsqrt(x) to frcp(frsqrt...
2015-02-18 Eric Anholtnir: Add lowering of POW instructions if the lower...
2015-02-18 Eric Anholtnir: Conditionalize the POW reconstruction on shader...
2015-02-18 Eric Anholtnir: Add an optional expression controlling nir_algebra...
2015-02-18 Eric Anholtnir: Add a nir_shader_compiler_options struct pointed...
2015-02-18 Alan CoopersmithAvoid fighting with Solaris headers over isnormal()
2015-02-18 Alan CoopersmithRemove extraneous ; after DECL_TYPE usage
2015-02-18 Kenneth Graunkeglsl: Reduce memory consumption of copy propagation...
2015-02-17 Ian Romanickglcpp: Silence GCC warning
2015-02-17 Ilia Mirkinglsl/tests: add IMAGE type.
2015-02-14 Jason Ekstrandnir: Make gl_FrontFacing a system_value
2015-02-14 Jason Ekstrandnir/lower_phis_to_scalar: Fix some logic in is_phi_scal...
2015-02-12 Emil Velikovnir: add missing header to the sources list
2015-02-12 Emil Velikovnir: resolve nir.h dependency list (fix make distcheck)
2015-02-11 Matt Turnerglsl: Optimize (f2i(trunc x)) into (f2i x).
2015-02-11 Matt Turnerglsl: Optimize round-half-up pattern.
2015-02-11 Matt Turnerglsl: Add trunc() to ir_builder.
2015-02-11 Matt Turnernir: Recognize open-coded fmin/fmax.
2015-02-11 Eric Anholtnir: Add algebraic opt for int comparisons with identic...
2015-02-11 Eric Anholtnir: Fix load_const comparisons for CSE.
2015-02-11 Matt Turnerglsl: Optimize 1/exp(x) into exp(-x).
2015-02-11 Matt Turnernir: Remove casts from void*.
2015-02-11 Matt Turnernir: Replace assert(0) with unreachable().
2015-02-11 Matt Turnernir: Remove unused has_indirect variable.
2015-02-10 Francisco Jerezglsl: Forbid calling the constructor of any opaque...
2015-02-10 Francisco Jerezglsl: Return correct number of coordinate components...
2015-02-10 Kenneth Graunkenir: Mark nir_print_instr's instr pointer as const.
2015-02-06 Eric Anholtnir: Fix broken fsat recognizer.
2015-02-06 Eric Anholtnir: Slightly simplify algebraic code generation by...
2015-02-06 Iago Toral Quirogaglsl: GLSL ES identifiers cannot exceed 1024 characters
2015-02-03 Connor Abbottnir: add an optimization to remove useless phi nodes
2015-02-03 Jason Ekstrandnir/validate: Ensure that phi sources are SSA-only
2015-02-03 Jason Ekstrandnir/validate: Validate that only float ALU outputs...
2015-02-03 Jason Ekstrandnir/lower_source_mods: Don't lower saturate for non...
2015-02-03 Jason Ekstrandnir: Add a pass to lower vector phi nodes to scalar...
2015-02-03 Matt Turnerglsl/list: Note that exec_lists may not be realloc'd.
2015-02-03 Iago Toral Quirogaglsl: Improve precision of mod(x,y)
2015-02-03 Iago Toral Quirogaglsl: can't have 'const' qualifier used with struct...
2015-02-03 Iago Toral Quirogaglsl: interface blocks must be declared at global scope
2015-02-03 Kenneth Graunkeglsl: Pick ast_conditional branch regardless of op1...
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some constant bcsel reductions
2015-01-30 Jason Ekstrandnir/opt_algebraic: Add some boolean simplifications
2015-01-30 Jason Ekstrandnir/algebraic: Support specifying variable as constant...
2015-01-30 Jason Ekstrandnir/algebraic: Fail to compile of a variable is used...
2015-01-30 Jason Ekstrandnir/search: Allow for matching variables based on types
2015-01-30 Jason Ekstrandnir/search: Add support for matching unknown constants
2015-01-30 Jason Ekstrandnir: Add an invalid type
2015-01-29 Eric Anholtnir: Add variants of some of the comparison simplificat...
2015-01-29 Eric Anholtnir: Don't try to to-SSA ALU instructions that are...
2015-01-29 Eric Anholtnir: Fix a bit of broken indentation.
2015-01-29 Eric Anholtnir: Add a couple of helpers for glsl types.
2015-01-29 Eric Anholtnir: Make vec-to-movs handle src/dest aliasing.
2015-01-28 Jason Ekstrandnir/opcodes: Use a return type of tfloat for ldexp
2015-01-28 Jason EkstrandRevert "nir/opcodes: Use fpclassify() instead of isnorm...
2015-01-28 Jason Ekstrandnir/opcodes: Use fpclassify() instead of isnormal(...
2015-01-27 Connor Abbottnir: fix a bug with constant folding non-per-component...
2015-01-27 Connor Abbottnir: add a helper function for getting the number of...
2015-01-26 Jason Ekstrandnir/opcodes: Don't go through doubles when constant...
2015-01-26 Jason Ekstrandnir/opcodes: Simplify and fix the unpack_half_*_split_...
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-25 Connor Abbottnir/constant_folding: use the new constant folding...
2015-01-25 Jason Ekstrandnir: add new constant folding infrastructure
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information
2015-01-24 Matt Turnerglsl: Add a foreach_in_list_reverse_safe macro.
2015-01-24 Eric Anholtnir: Expose nir_print_instr() for debug prints
2015-01-24 Eric Anholtnir: When asked to print with a NULL state, just use...
2015-01-24 Eric Anholtnir: Add nir_lower_alu_to_scalar.
2015-01-24 Eric Anholtnir: Make some helpers for copying ALU src/dests.
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for division and recip...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for exponential/logari...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for simplifying compar...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for pointless shifts.
2015-01-23 Kenneth Graunkenir: Add a bunch of algebraic optimizations on logic...
2015-01-23 Kenneth Graunkenir: Implement CSE on intrinsics that can be eliminated...
2015-01-23 Kenneth Graunkenir: Pull nir_instr_can_cse()'s SSA checks out of the...
2015-01-23 Matt Turnerglsl: Build a libglsl_util library.
2015-01-23 Matt Turnerglsl: Build with subdir-objects.
2015-01-23 Matt Turnernir: Add headers to distribution.
2015-01-23 Matt Turnernir: Add nir_{opt_,}algebraic.py to distribution.
2015-01-23 Connor Abbottnir: add generated file to .gitignore
next