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