mesa.git
2010-06-24 Eric Anholtir_to_mesa: Start building GLSL IR to Mesa IR conversion.
2010-06-24 Eric AnholtMake inlined function variables auto, not in/out.
2010-06-24 Eric AnholtAttach a pointer to variable names in LIR dumping.
2010-06-24 Eric AnholtQuiet unused arg warning for ir_constant cloning.
2010-06-24 Eric AnholtMove ir_constant cloning alongside the other cloning...
2010-06-24 Eric AnholtDon't forget to add the declaration of our temporary...
2010-06-24 Eric Anholtir_function_inlining: Re-add the "s/return/retval ...
2010-06-24 Eric AnholtFix variable remapping in function cloning.
2010-06-23 Carl Worthast_node: Remove empty destructor.
2010-06-23 Carl Worthpreprocessor: Initialize a potentially uninitialized...
2010-06-23 Carl Worthpreprocessor: Remove dead code _token_list_length
2010-06-23 Carl Worthpreprocessor: Remove dead code _string_list_append_list
2010-06-23 Carl Worthconfigure: Ensure that config.h can be safely included...
2010-06-23 Carl Worthconfigure: Remove some dead code.
2010-06-23 Carl WorthFix typos of "variable" as "varaible"
2010-06-23 Carl Worthir_variable: Add some missing initialization to the...
2010-06-23 Eric AnholtFix double usage of the post-inc/dec's temporary pre...
2010-06-23 Eric AnholtAvoid using the RHS of an assignment twice.
2010-06-23 Eric Anholtget_lvalue_copy doesn't need all the checking of do_ass...
2010-06-23 Eric Anholtast_to_hir: Clone LHS derefs of assignment expressions.
2010-06-23 Eric Anholtir_function_inlining: Allow inlining of loops and condi...
2010-06-23 Eric AnholtAdd a virtual clone() method to ir_instruction.
2010-06-23 Eric AnholtAvoid using the same ir_constant 0.0 multiple times...
2010-06-23 Kenneth Graunkeglcpp: Support line continuations within preprocessor...
2010-06-23 Kenneth Graunkeglcpp: Make standalone binary use preprocess().
2010-06-23 Kenneth Graunkeglcpp: Fix "dangerous trailing context" warning.
2010-06-23 Kenneth GraunkeRemove comment support from the main lexer.
2010-06-23 Kenneth Graunkeglcpp: Recognize plain "//" as a comment.
2010-06-23 Ian RomanickGenerate errors for empty constructors instead of asserting
2010-06-23 Ian Romanicklinker: Update some comments, remove a couple FINISHMEs
2010-06-23 Ian Romanicklinker: Use InfoLog in assign_attribute_locations
2010-06-23 Ian Romanicklinker: Refactor parameters to cross_validate_uniforms
2010-06-23 Ian Romanicklinker: Write errors to info log instead of stdout
2010-06-23 Ian Romanicklinker: Initial implementation of varying slot allocation
2010-06-23 Ian Romanicklinker: Limit attribute allocation to MAX_VERTEX_ATTRIBS
2010-06-23 Ian Romanicklinker: Support matrix and array vertex inputs
2010-06-23 Ian Romanicklinker: Initial implementation of attribute slot allocation
2010-06-23 Ian RomanickImport some bits Mesa's mtypes.h
2010-06-23 Ian RomanickImport gl_program_parameter and gl_program_parameter_li...
2010-06-23 Ian Romanicklinker: Store the par-linked per-stage shaders in the...
2010-06-23 Ian Romanicklinker: Initial implementation of uniform slot allocation
2010-06-23 Ian RomanickImport gl_uniform and gl_uniform_list types from Mesa
2010-06-23 Ian Romanickir_variable: Add query to get number of slots used...
2010-06-23 Ian Romanickglsl_type: Add method to get number of slots used by...
2010-06-23 Ian Romanicklinker: Document what remains to be done
2010-06-23 Ian Romanickir_variable: Set locations for shader built-in variables
2010-06-23 Ian Romanickir_variable: Track the location of uniforms, varings...
2010-06-23 Ian Romanicklinker: Initial implementation of interstage input...
2010-06-23 Ian Romanickir_variable: Add method to get string representing...
2010-06-23 Ian Romanicklinker: Initial implementation of interstage uniform...
2010-06-23 Ian Romanickir_constant: Add method to determine if two constants...
2010-06-23 Eric AnholtFix multiple usage of an rvalue in constructor componen...
2010-06-23 Ian Romanickir_validate: Use callback functionality in ir_hierarchi...
2010-06-23 Ian Romanickir_hierarchical_visitor: Add generic callback functionality
2010-06-23 Eric Anholtir_validate: New pass for checking our invariants.
2010-06-23 Eric Anholtir: Give ir_instruction a print visitor helper.
2010-06-23 Eric AnholtHook up texturing in the hierarchical visitor.
2010-06-22 Eric AnholtInclude stdio.h and stdlib.h everywhere, and don't...
2010-06-22 Ian RomanickAdd missing build products to gitignore
2010-06-21 Kenneth Graunkeglcpp: Initialize error state.
2010-06-21 Kenneth Graunkeglcpp: Accept #elif without an expression if the expres...
2010-06-21 Kenneth Graunkeglcpp: Print to the main compiler's infolog, not stdout.
2010-06-21 Kenneth GraunkeUse yy_scan_string and stop caring about shader->SourceLen.
2010-06-21 Kenneth Graunkeglcpp: Rework handling of "defined" operator.
2010-06-21 Kenneth Graunkeglcpp/tests: Add a test for #if defined (identifier)
2010-06-21 Kenneth Graunkeglcpp: Ignore junk tokens at end of #ifdef/#ifndef...
2010-06-21 Kenneth Graunkeglcpp: Add glcpp_warning for printing warnings to the...
2010-06-21 Kenneth Graunkeglcpp: Add boolean 'error' flag.
2010-06-21 Kenneth Graunkeglcpp: Rename "errors" to "info_log."
2010-06-21 Kenneth Graunkeglcpp: Don't include newlines as part of #version-passt...
2010-06-21 Kenneth Graunkeglcpp/tests: Add a test for #version followed by #define.
2010-06-21 Kenneth Graunkeglcpp: Fix line and column numbering.
2010-06-21 Kenneth Graunkeglcpp: Remove calls to exit().
2010-06-21 Kenneth Graunkeglcpp: Add line locations to "Unterminated #if" error...
2010-06-21 Kenneth Graunkeglcpp: Add line locations to various mismatched #if...
2010-06-21 Kenneth Graunkeglcpp: Add line locations to "reserved name" error...
2010-06-21 Kenneth Graunkeglcpp: Print locations in error messages where possible.
2010-06-21 Kenneth Graunkeglcpp: Introduce new glcpp_error function.
2010-06-21 Kenneth Graunkeglcpp: Set locations on tokens.
2010-06-21 Kenneth Graunkeglcpp: Set line locations in the lexer.
2010-06-21 Kenneth Graunkeglcpp: Add plumbing to support line locations.
2010-06-21 Kenneth Graunkeglcpp: Add %error-verbose.
2010-06-21 Kenneth Graunkeglcpp: Actually support #ifdef and #ifndef.
2010-06-21 Kenneth Graunkeglcpp: Build a reentrant parser.
2010-06-21 Kenneth Graunkeglcpp: Print errors on stdout instead of stderr (non...
2010-06-21 Kenneth Graunkeglcpp/tests: Add extra newline at the end of expected...
2010-06-21 Kenneth Graunkeglcpp: Handle missing newline at EOF.
2010-06-21 Kenneth Graunkeglcpp: Complain about unrecognized directives.
2010-06-21 Kenneth Graunkeglcpp: Pass #version, #extension, and #pragma directive...
2010-06-21 Kenneth GraunkeMake the main compiler call the preprocessor.
2010-06-21 Kenneth GraunkeComplain and exit if the given shader file doesn't...
2010-06-21 Kenneth Graunkeglcpp: Add support for lexing from a string.
2010-06-21 Kenneth Graunkeglcpp: Output to a buffer and error log rather than...
2010-06-21 Kenneth Graunkeglcpp: Fix a case of == where = probably ought to be.
2010-06-21 Kenneth GraunkeAdd glcpp to the build.
2010-06-21 Kenneth GraunkeSpecify %option prefix="glcpp_" in the source code...
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-06-19 Kenneth GraunkePrint out the info log if compilation fails.
2010-06-19 Kenneth GraunkeChange error/warning functions to print to the info...
2010-06-19 Ian RomanickInitialize the shader info log
next