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
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
2010-10-27
Fix build on systems where "python" is python 3.
Kenneth Graunke
2010-10-25
glsl: Fix constant component count in vector constructor emitting.
Kenneth Graunke
2010-10-25
glsl: Fix ast-to-hir for ARB_fragment_coord_conventions
Chad Versace
2010-10-21
Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-21
generate_builtins.py: Output large strings as arrays of characters.
Kenneth Graunke
2010-10-21
glsl: Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-21
glsl: Add support for GLSL 1.30's modf built-in.
Kenneth Graunke
2010-10-21
glcpp: Refresh autogenerated lexer file.
Kenneth Graunke
2010-10-21
glcpp: Return NEWLINE token for newlines inside multi-line comments.
Kenneth Graunke
2010-10-20
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
2010-10-20
glsl: Add assert for unhandled ir_shader case.
Vinson Lee
2010-10-19
linker: Improve handling of unread/unwritten shader inputs/outputs
Ian Romanick
2010-10-19
glsl: Commit generated file glsl_lexer.cpp
Chad Versace
2010-10-19
glsl: Fix lexer rule for ^=
Chad Versace
2010-10-19
glsl: Implement ast-to-hir for bit-logic ops
Chad Versace
2010-10-19
glsl: Define bit_logic_result_type() in ast_to_hir.cpp
Chad Versace
2010-10-19
glsl: Implement ast-to-hir for bit-shift-assignment
Chad Versace
2010-10-19
glsl: Define shift_result_type() in ast_to_hir.cpp
Chad Versace
2010-10-18
glsl: Regenerate parser files.
Kenneth Graunke
2010-10-18
glsl: Fix copy and paste error in ast_bit_and node creation.
Kenneth Graunke
2010-10-18
glsl: Don't return NULL IR for erroneous bit-shift operators.
Kenneth Graunke
2010-10-15
glsl: add ir_unop_round_even case to silence unhandled enum warning
Brian Paul
2010-10-15
linker: Trivial indention fix
Ian Romanick
2010-10-15
glsl: Fix ir validation for bit logic ops
Chad Versace
2010-10-15
glsl: Implement constant expr evaluation for bitwise logic ops
Chad Versace
2010-10-15
glsl: Implement constant expr evaluation for bit-shift ops
Chad Versace
2010-10-15
glsl: Implement constant expr evaluation for bitwise-not
Chad Versace
2010-10-15
glsl: Implement ast-to-hir for binary shifts in GLSL 1.30
Chad Versace
2010-10-15
glsl: Change generated file glsl_lexer.cpp
Chad Versace
2010-10-15
glsl: Add lexer rules for << and >> in GLSL 1.30
Chad Versace
2010-10-14
glsl: Slightly change the semantic of _LinkedShaders
Ian Romanick
2010-10-14
glsl: Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-14
glsl: Add support for the 1.30 round() built-in.
Kenneth Graunke
2010-10-14
glsl: Add front-end support for GLSL 1.30's roundEven built-in.
Kenneth Graunke
2010-10-14
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
Kenneth Graunke
2010-10-14
glsl: Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-14
glsl: Add front-end support for the "trunc" built-in.
Kenneth Graunke
2010-10-13
linker: Reject shaders that have unresolved function calls
Ian Romanick
2010-10-13
glsl: Initialize variable in ir_derefence_array::constant_expression_value
Vinson Lee
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
glsl: add support for shader stencil export
Dave Airlie
2010-10-12
glsl2: fix signed/unsigned comparison warning
Brian Paul
2010-10-11
glsl: Changes in generated file glsl_lexer.cpp
Chad Versace
2010-10-11
glsl: Add lexer rules for uint and uvecN (N=2..4)
Chad Versace
2010-10-11
glsl: Add glsl_type::uvecN_type for N=2,3
Chad Versace
2010-10-08
glsl: Remove const decoration from inlined function parameters
Ian Romanick
2010-10-08
glsl: Add linker support for explicit attribute locations
Ian Romanick
2010-10-08
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-10-08
glsl: Regenerate files changes by previous commit
Ian Romanick
2010-10-08
glsl: Add parser support for GL_ARB_explicit_attrib_location layouts
Ian Romanick
[next]