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
Implement 1.30 hyperbolic trig builtins (sinh, cosh, tanh).
Kenneth Graunke
2010-06-09
Implement 1.20 'transpose' builtin.
Kenneth Graunke
2010-06-09
Implement 1.20 'outerProduct' builtin.
Kenneth Graunke
2010-06-09
Implement matrixCompMult builtin - the last of the 110 builtins.
Kenneth Graunke
2010-06-09
ir_constant_visitor: Add support for dFdx and dFdy operations.
Kenneth Graunke
2010-06-09
Implement dFdx, dFdy, and fwidth via new expression opcodes.
Kenneth Graunke
2010-06-09
Implement 'refract' builtin.
Kenneth Graunke
2010-06-09
Fix some typing issues in asin.
Kenneth Graunke
2010-06-09
Add a completely bogus implementation of the noise[1234] builtins.
Kenneth Graunke
2010-06-09
Implement 'acos' builtin.
Kenneth Graunke
2010-06-09
Implement 'faceforward' builtin.
Kenneth Graunke
2010-06-09
Implement 'distance' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'clamp' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'max' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'min' builtin.
Kenneth Graunke
2010-06-09
Add remaining signatures for 'mod' builtin.
Kenneth Graunke
2010-06-09
ir_function_cloning_visitor: Add support for ir_texture.
Kenneth Graunke
2010-06-09
Don't call _mesa_glsl_initialize_types for every builtin function.
Kenneth Graunke
2010-06-09
Only initialize types after #extension directives have been processed.
Kenneth Graunke
2010-06-09
Commit output of texture_builtins.py and refresh builtin_function.cpp.
Kenneth Graunke
2010-06-09
texture_builtins.py: Support the EXT_texture_array extension.
Kenneth Graunke
2010-06-09
Add EXT_texture_array support.
Kenneth Graunke
2010-06-09
generate_builtins.pl: Support stage-specific builtins even for extensions.
Kenneth Graunke
2010-06-09
texture_builtins.py: Fixes for Array variants.
Kenneth Graunke
2010-06-09
texture_builtins.py: Add support for 130 Proj variants.
Kenneth Graunke
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
[next]