index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-04-07
Begin processing #extension directive
Ian Romanick
2010-04-07
Use _mesa_glsl_shader_target_name
Ian Romanick
2010-04-07
Add utility function to get the name of a shader target
Ian Romanick
2010-04-07
Call glsl_type::get_instance correctly: the number of rows must be at least 1
Ian Romanick
2010-04-07
Eat whitespace while in the PP state
Ian Romanick
2010-04-07
Partially fix comment handling in preprocessor directives.
Ian Romanick
2010-04-07
Add support for bool to ir_equal and ir_nequal constant handling
Ian Romanick
2010-04-07
Add gl_ClipDistance in fragment shader
Ian Romanick
2010-04-07
Generate correct IR for do-while loops
Ian Romanick
2010-04-07
Process ast_jump_statement into ir_loop_jump
Ian Romanick
2010-04-07
Add dynamic cast for ir_loop
Ian Romanick
2010-04-07
Begin tracking the nesting of loops and switch-statements
Ian Romanick
2010-04-07
Use switch based on mode in ast_jump_statement::hir
Ian Romanick
2010-04-07
Add some newlines when printing ir_loop instructions
Ian Romanick
2010-04-07
Process ast_iteration_statement into ir_loop
Ian Romanick
2010-04-07
Add ir_loop_jump to represent 'break' and 'continue' in loops
Ian Romanick
2010-04-07
Add ir_loop to represent loops
Ian Romanick
2010-04-06
Add some linebreaks in the ir_print_visitor of if statement bodies.
Eric Anholt
2010-04-06
Make constant folding descend into if statements.
Eric Anholt
2010-04-06
Descend down the tree in more locations in constant folding.
Eric Anholt
2010-04-06
Perform constant folding on array indices.
Eric Anholt
2010-04-06
Add float/int conversion to ir_constant_expression.cpp.
Eric Anholt
2010-04-06
Handle constant expressions using derefs of const values.
Eric Anholt
2010-04-06
Fold constant expressions in if conditionals.
Eric Anholt
2010-04-06
Add support for =, != to ir_constant_expresion.cpp
Eric Anholt
2010-04-06
Add ir_constant_expression.cpp support for <, >, <=, >=.
Eric Anholt
2010-04-06
Add a constant folding optimization pass.
Eric Anholt
2010-04-05
Add definition of gl_ClipDistance[]
Eric Anholt
2010-04-05
Set lower bound on size implied by whole-array assignment
Ian Romanick
2010-04-05
Allow dereference of vectors and matrices with []
Ian Romanick
2010-04-05
Set correct type for ir_dereference of a matrix or a vector
Ian Romanick
2010-04-02
Propagate sizes when assigning a whole array to an unsized array
Ian Romanick
2010-04-02
Track whether whole-arrays are assignable
Ian Romanick
2010-04-02
Whole structures are assignable
Ian Romanick
2010-04-02
Use glsl_type::element_type to get the type of array elements
Ian Romanick
2010-04-02
Ensure that 'in' and 'inout' formal parameters are valid lvalues
Ian Romanick
2010-04-02
Additional void parameter checks
Ian Romanick
2010-04-02
Require that function formal parameters have names
Ian Romanick
2010-04-02
Make built-in gl_TexCoord available in vertex and fragment shaders
Ian Romanick
2010-04-02
Fix matching of integer function parameters
Ian Romanick
2010-04-02
Add bool/int conversion as IR operations.
Eric Anholt
2010-04-02
Add conversion of bool to float as an IR operation to match int to float.
Eric Anholt
2010-04-02
Add PASS / FAIL annotations to tests missing them.
Eric Anholt
2010-04-02
Test that invalid quailfiers aren't used on variables in GLSL 1.10.
Eric Anholt
2010-04-02
Allow array dereferences to be considered as lvalues.
Eric Anholt
2010-04-02
Test for the type being different in parameter_lists_match.
Eric Anholt
2010-04-02
Add some more operations to ir_constant_expression.cpp.
Eric Anholt
2010-04-02
Make ir_constant_expression.cpp support multi-component types.
Eric Anholt
2010-04-02
Simplify ir_constant_expression.cpp by factoring operand computation out.
Eric Anholt
2010-04-02
Reject non-float varyings.
Eric Anholt
[prev]
[next]