summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-09Add a python script to generate texture builtins.Kenneth Graunke
2010-06-09generate_builtins.pl: Support directiories for each extension.Kenneth Graunke
2010-06-09generate_builtins.pl: Support _fs directories as well as _vs.Kenneth Graunke
2010-06-09Set the type of ir_texture properly; infer it from the sampler type.Kenneth Graunke
2010-06-09ir_reader: Add support for reading ir_texture.Kenneth Graunke
2010-06-09ir_reader: Refactor reading of dereferences for later reuse.Kenneth Graunke
2010-06-09Add stub visitor support for ir_texture.Kenneth Graunke
2010-06-09ir_print_visitor: Add support for ir_texture.Kenneth Graunke
2010-06-09Add mappings between ir_texture_opcode and strings.Kenneth Graunke
2010-06-09Define IR instruction for texture look-upsIan Romanick
2010-06-09Use array delete operator to delete an arrayIan Romanick
2010-06-07Bump GL_MAX_TEXTURE_COORDS from 2 to 4Ian Romanick
2010-06-07Only allow global precision qualifier for int and floatIan Romanick
2010-06-07Fix parsing of precision qualifiersIan Romanick
2010-06-07Don't process empty shadersIan Romanick
2010-06-07Generate an error on empty declaration listsIan Romanick
2010-06-04Check variable mode when comparing qualifier lists.Kenneth Graunke
2010-06-02ir_dereference_array always operates on an r-valueIan Romanick
2010-06-02There is no class ir_label, so there's no need for ir_instruction::as_labelIan Romanick
2010-06-02Remove some cruft from the MakefileIan Romanick
2010-06-01Add builtin gl_LightSource[].Eric Anholt
2010-06-01builtins: Add support for reflect().Eric Anholt
2010-06-01builtins: Add ftransform().Eric Anholt
2010-06-01Allow arrays of floats as varyings.Eric Anholt
2010-06-01gl_Normal is a vec3 not a vec4.Eric Anholt
2010-06-01builtins: Add the mix(gentype, gentype, float) variant.Eric Anholt
2010-06-01Handle GLSL 1.20 implicit type conversions.Eric Anholt
2010-06-01builtins: Add atan().Eric Anholt
2010-06-01builtins: Add asin().Eric Anholt
2010-06-01ir_constant_expression: Handle several floating point unops.Eric Anholt
2010-06-01ir_constant_variable: New pass to mark constant-assigned variables constant.Eric Anholt
2010-06-01ir_constant_folding: Look at instructions in functions.Eric Anholt
2010-06-01ir_swizzle_swizzle: Reduce swizzle chains to a single swizzle.Eric Anholt
2010-06-01ir_vec_index_to_swizzle: Pass to convert indexing of vectors to swizzles.Eric Anholt
2010-06-01ir_expression_flattening: Handle flattening values out of swizzles, too.Eric Anholt
2010-06-01ir_expression_flattening: Fix breakage from hierarchichal visitor.Eric Anholt
2010-05-26Reimplement ir_function_inlining_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26ir_reader: Read record_refs.Kenneth Graunke
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke
2010-05-26Fix setting the maximum accessed array elementIan Romanick
2010-05-26ir_dereference::mode is no longer used, kill with fireIan Romanick
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick
2010-05-26Replace open coded deref navigation with hierarchical visitorsIan Romanick
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick
2010-05-26Begin refactoring ir_dereferenceIan Romanick
2010-05-18Use ir_rvalue::variable_referenced instead of open coding itIan Romanick