index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Remove unused ARRAY_SIZE macro.
Kenneth Graunke
2010-10-29
1
-4
/
+0
*
Fix build on systems where "python" is python 3.
Kenneth Graunke
2010-10-27
1
-1
/
+1
*
glsl: Fix constant component count in vector constructor emitting.
Kenneth Graunke
2010-10-25
1
-1
/
+1
*
glsl: Fix ast-to-hir for ARB_fragment_coord_conventions
Chad Versace
2010-10-25
1
-1
/
+1
*
Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-21
1
-3160
/
+205
*
generate_builtins.py: Output large strings as arrays of characters.
Kenneth Graunke
2010-10-21
1
-2
/
+14
*
glsl: Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-21
1
-0
/
+88
*
glsl: Add support for GLSL 1.30's modf built-in.
Kenneth Graunke
2010-10-21
3
-0
/
+51
*
glcpp: Refresh autogenerated lexer file.
Kenneth Graunke
2010-10-21
1
-23
/
+13
*
glcpp: Return NEWLINE token for newlines inside multi-line comments.
Kenneth Graunke
2010-10-21
1
-2
/
+2
*
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
2010-10-20
4
-12
/
+2
*
glsl: Add assert for unhandled ir_shader case.
Vinson Lee
2010-10-20
1
-0
/
+4
*
linker: Improve handling of unread/unwritten shader inputs/outputs
Ian Romanick
2010-10-19
1
-11
/
+25
*
glsl: Commit generated file glsl_lexer.cpp
Chad Versace
2010-10-19
1
-312
/
+312
*
glsl: Fix lexer rule for ^=
Chad Versace
2010-10-19
1
-1
/
+1
*
glsl: Implement ast-to-hir for bit-logic ops
Chad Versace
2010-10-19
1
-4
/
+12
*
glsl: Define bit_logic_result_type() in ast_to_hir.cpp
Chad Versace
2010-10-19
1
-32
/
+67
*
glsl: Implement ast-to-hir for bit-shift-assignment
Chad Versace
2010-10-19
1
-4
/
+12
*
glsl: Define shift_result_type() in ast_to_hir.cpp
Chad Versace
2010-10-19
1
-41
/
+67
*
glsl: Regenerate parser files.
Kenneth Graunke
2010-10-18
2
-249
/
+256
*
glsl: Fix copy and paste error in ast_bit_and node creation.
Kenneth Graunke
2010-10-18
1
-1
/
+1
*
glsl: Don't return NULL IR for erroneous bit-shift operators.
Kenneth Graunke
2010-10-18
1
-5
/
+0
*
glsl: add ir_unop_round_even case to silence unhandled enum warning
Brian Paul
2010-10-15
1
-0
/
+1
*
linker: Trivial indention fix
Ian Romanick
2010-10-15
1
-2
/
+2
*
glsl: Fix ir validation for bit logic ops
Chad Versace
2010-10-15
1
-5
/
+9
*
glsl: Implement constant expr evaluation for bitwise logic ops
Chad Versace
2010-10-15
1
-0
/
+54
*
glsl: Implement constant expr evaluation for bit-shift ops
Chad Versace
2010-10-15
1
-0
/
+48
*
glsl: Implement constant expr evaluation for bitwise-not
Chad Versace
2010-10-15
1
-0
/
+15
*
glsl: Implement ast-to-hir for binary shifts in GLSL 1.30
Chad Versace
2010-10-15
2
-3
/
+71
*
glsl: Change generated file glsl_lexer.cpp
Chad Versace
2010-10-15
1
-205
/
+215
*
glsl: Add lexer rules for << and >> in GLSL 1.30
Chad Versace
2010-10-15
1
-0
/
+2
*
glsl: Slightly change the semantic of _LinkedShaders
Ian Romanick
2010-10-14
3
-20
/
+84
*
glsl: Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-14
1
-0
/
+120
*
glsl: Add support for the 1.30 round() built-in.
Kenneth Graunke
2010-10-14
3
-0
/
+31
*
glsl: Add front-end support for GLSL 1.30's roundEven built-in.
Kenneth Graunke
2010-10-14
3
-0
/
+31
*
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
Kenneth Graunke
2010-10-14
2
-0
/
+3
*
glsl: Refresh autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-10-14
1
-0
/
+60
*
glsl: Add front-end support for the "trunc" built-in.
Kenneth Graunke
2010-10-14
3
-0
/
+31
*
linker: Reject shaders that have unresolved function calls
Ian Romanick
2010-10-13
1
-2
/
+6
*
glsl: Initialize variable in ir_derefence_array::constant_expression_value
Vinson Lee
2010-10-13
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
7
-17
/
+17
*
glsl: add support for shader stencil export
Dave Airlie
2010-10-13
3
-0
/
+28
*
glsl2: fix signed/unsigned comparison warning
Brian Paul
2010-10-12
1
-1
/
+1
*
glsl: Changes in generated file glsl_lexer.cpp
Chad Versace
2010-10-11
1
-691
/
+716
*
glsl: Add lexer rules for uint and uvecN (N=2..4)
Chad Versace
2010-10-11
1
-0
/
+4
*
glsl: Add glsl_type::uvecN_type for N=2,3
Chad Versace
2010-10-11
2
-0
/
+4
*
glsl: Remove const decoration from inlined function parameters
Ian Romanick
2010-10-08
1
-0
/
+7
*
glsl: Add linker support for explicit attribute locations
Ian Romanick
2010-10-08
3
-4
/
+48
*
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-10-08
4
-0
/
+60
*
glsl: Regenerate files changes by previous commit
Ian Romanick
2010-10-08
2
-902
/
+956
[next]