Rename GLvisual and __GLcontextModes to struct gl_config
[mesa.git] / src / glsl /
2010-10-12 Dave Airlieglsl: add support for shader stencil export
2010-10-12 Brian Paulglsl2: fix signed/unsigned comparison warning
2010-10-11 Chad Versaceglsl: Changes in generated file glsl_lexer.cpp
2010-10-11 Chad Versaceglsl: Add lexer rules for uint and uvecN (N=2..4)
2010-10-11 Chad Versaceglsl: Add glsl_type::uvecN_type for N=2,3
2010-10-08 Ian Romanickglsl: Remove const decoration from inlined function...
2010-10-08 Ian Romanickglsl: Add linker support for explicit attribute locations
2010-10-08 Ian Romanickglsl: Track explicit location in AST to IR translation
2010-10-08 Ian Romanickglsl: Regenerate files changes by previous commit
2010-10-08 Ian Romanickglsl: Add parser support for GL_ARB_explicit_attrib_loc...
2010-10-08 Ian Romanickglcpp: Regenerate files changes by previous commit
2010-10-08 Ian Romanickglcpp: Add the define for ARB_explicit_attrib_location...
2010-10-08 Ian Romanickglsl: Regenerate files modified by previous commits
2010-10-08 Ian Romanickglsl: Wrap ast_type_qualifier contents in a struct...
2010-10-08 Ian Romanickglsl: Clear type_qualifier using memset
2010-10-08 Ian Romanickglsl: Slight refactor of error / warning checking for...
2010-10-08 Ian Romanickglsl: Refactor 'layout' grammar to match GLSL 1.60...
2010-10-08 Ian Romanickglsl: Fail linking if assign_attribute_locations fails
2010-10-01 Vinson Leeglsl: Remove unnecessary header.
2010-10-01 Eric Anholtglsl: Add a lowering pass for texture projection.
2010-09-29 Kenneth Graunkeglsl: "Copyright", not "Constantright"
2010-09-28 Eric Anholtglsl: Also update implicit sizes of varyings at link...
2010-09-27 Eric Anholtglsl: Add validation that a swizzle only references...
2010-09-27 Eric Anholtglsl: Fix broadcast_index of lower_variable_index_to_co...
2010-09-22 Eric Anholtglsl: Fix copy'n'wasted ir_noop_swizzle conditions.
2010-09-22 Eric Anholtglsl: Rework assignments with write_masks to have LHS...
2010-09-21 Brian Paulglsl2: fix typo in error msg
2010-09-21 Eric Anholtglsl: Add definition of gl_TextureMatrix inverse/transp...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Kenneth Graunkeglsl: Fix broken handling of ir_binop_equal and ir_bino...
2010-09-20 Kenneth Graunkeglsl: Add comments to clarify the types of comparison...
2010-09-20 Brian Paulglsl2: silence compiler warnings in printf() calls
2010-09-20 Ian Romanickglsl: Add doxygen comments
2010-09-18 Kenneth Graunkeglsl/builtins: Switch comparison functions to just...
2010-09-18 Kenneth Graunkeglsl/builtins: Fix equal and notEqual builtins.
2010-09-18 Kenneth Graunkeglsl: Properly handle nested structure types.
2010-09-18 Tilman Sauerbeckglsl2: Fixed cloning of ir_call error instructions.
2010-09-18 Vinson Leeglsl: Fix 'control reaches end of non-void function...
2010-09-17 Tilman Sauerbeckglsl2: Empty functions can be inlined.
2010-09-17 Ian Romanickglsl2: Add flags to enable variable index lowering
2010-09-17 Ian Romanickglsl2: Refactor testing for whether a deref is of a...
2010-09-17 Luca Barbieriglsl: add pass to lower variable array indexing to...
2010-09-16 Kenneth Graunkeglsl: Don't print blank (function ...) headers for...
2010-09-16 Kenneth Graunkeglsl: Change from has_builtin_signature to has_user_sig...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leeglsl: Fix 'format not a string literal and no format...
2010-09-14 Brian Paulglsl2: add case for ir_unop_noise
2010-09-14 Brian Paulglsl2: fix comments
2010-09-14 Ian Romanickglsl2: Port equal() and notEqual() to ir_unop_all_equal...
2010-09-14 Luca Barbieriglsl: introduce ir_binop_all_equal and ir_binop_any_equ...
2010-09-13 Luca Barbieriloop_unroll: unroll loops with (lowered) breaks
2010-09-13 Ian Romanickglsl2: Add pass to remove redundant jumps
2010-09-13 Ian Romanickglsl: Explain file naming convention
2010-09-13 Luca Barbieriloop_controls: fix analysis of already analyzed loops
2010-09-13 Luca Barbieriglsl: add continue/break/return unification/elimination...
2010-09-13 Luca Barbieriglsl: add ir_control_flow_visitor
2010-09-09 Jakob Bornecrantzglsl2: Fix scons build for all platforms
2010-09-09 Ian Romanickglsl2: Implement noise[1234] built-in functions using...
2010-09-09 Ian Romanickglsl2: Add lowering pass to remove noise opcodes
2010-09-09 Ian Romanickglsl2: Add ir_unop_noise
2010-09-09 Kenneth Graunkeglsl/builtins: normalize of a negative scalar should...
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Eric Anholtglsl: Add info about talloc and optimization passes...
2010-09-09 Eric Anholtglsl: Update README talking about multi-instruction...
2010-09-09 Kenneth Graunkeglsl/builtins: Set the API in the fake context.
2010-09-09 Ian Romanickglsl2: Clear out profile pointers in _mesa_glsl_release...
2010-09-08 Kenneth Graunkeglsl: Fix for scalar float built-in definitions.
2010-09-08 Eric Anholtglsl: regenerate builtins
2010-09-08 Eric Anholtglsl: Fix typo in builtin step() using a wrong channel.
2010-09-08 Kenneth Graunkeir_validate: Ensure ir_binop_dot is only used on vector...
2010-09-08 Kenneth Graunkeglsl: Refresh automatically generated file builtin_func...
2010-09-08 Kenneth Graunkeglsl/builtins: Don't use ir_binop_dot on floating point...
2010-09-08 Kenneth Graunkeglsl/builtins: Simplify degenerate scalar float cases.
2010-09-08 Ian Romanickglsl2: Make sure _mesa_glsl_parse_state constructor...
2010-09-08 Chia-I Wuglsl: Support GLSL ES in the standalone compile.
2010-09-08 Chia-I Wuglsl: Require a context in _mesa_glsl_parse_state.
2010-09-08 Kenneth Graunkeglcpp: Fix build on non-GCC compilers.
2010-09-08 Kenneth Graunkeast_to_hir: Mark arrays as lvalues in GLSL ES, but...
2010-09-08 Kenneth Graunkeglsl: Allow overloading of built-ins without hiding...
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-08 Kenneth Graunkeast_to_hir: Reject embedded structure definitions in...
2010-09-08 Kenneth Graunkeast_to_hir: Reject unsized array declarations in GLSL...
2010-09-08 Kenneth Graunkeast_to_hir: Allow matrix-from-matrix constructors in...
2010-09-08 Kenneth Graunkelinker: Fix assertion and cross-version checks for...
2010-09-08 Kenneth Graunkeglsl: Add built-in function profiles for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Add built-in variables for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Split out types that are in 1.10 but not GLSL...
2010-09-08 Kenneth Graunkeglsl: Recognize GLSL ES 1.00 keywords.
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-08 Kenneth Graunkeglsl: Accept language version 100 and make it the defau...
2010-09-08 Kenneth Graunkeglsl: Set default language version in mesa_glsl_parse_s...
2010-09-07 Ian Romanickglsl2: Forbid array-types in ?: operator in GLSL 1.10
2010-09-07 Ian Romanickglsl2: Early return with visit_continue in loop_analysi...
2010-09-07 Kenneth Graunkeglsl: Change grammar rules for selection statements...
2010-09-07 Török Edvinglsl2: check for _NumLinkedShaders being 0
2010-09-05 José Fonsecaglsl: Add new files to sconscript.
2010-09-05 Kenneth Graunkeir_reader: Only validate IR when a global 'debug' flag...
2010-09-04 Kenneth Graunkeir_reader: Run ir_validate on the generated IR.
2010-09-04 Kenneth Graunkeir_reader: Emit global variables at the top of the...
2010-09-04 Kenneth Graunkeir_reader: Drop support for reading the old assignment...
next