OSDN Git Service

Ignore the generated codegen files for now.
[android-x86/external-mesa.git] / linker.cpp
2010-06-23 Eric AnholtAdd a virtual clone() method to ir_instruction.
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 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 Romanicklinker: Document what remains to be done
2010-06-23 Ian Romanicklinker: Initial implementation of interstage input...
2010-06-23 Ian Romanicklinker: Initial implementation of interstage uniform...
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-06-19 Kenneth GraunkeFix crash when running glsl on a signle fragment shader.
2010-06-18 Ian Romanicklinker: Add some function header comments
2010-06-17 Ian Romanicklinker: Initial bits of the linker