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
/
ast_to_hir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Inherrit type of declared variable from initializer after processing as...
Ian Romanick
2010-12-10
1
-8
/
+17
*
glsl: Minor clean-up in validate_assignment
Ian Romanick
2010-12-10
1
-6
/
+3
*
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
2010-12-08
1
-0
/
+14
*
glsl: Inherrit type of declared variable from initializer
Ian Romanick
2010-12-07
1
-0
/
+18
*
glsl: Ensure that equality comparisons don't return a NULL IR tree
Ian Romanick
2010-12-07
1
-16
/
+19
*
glsl: Factor out code which emits a new function into the IR stream.
Kenneth Graunke
2010-12-06
1
-18
/
+22
*
glsl: Mark the array access for whole-array comparisons.
Eric Anholt
2010-12-01
1
-0
/
+14
*
glsl: Quiet unreachable no-return-from-function warning.
Eric Anholt
2010-11-30
1
-0
/
+2
*
glsl: Fix structure and array comparisions.
Eric Anholt
2010-11-30
1
-2
/
+70
*
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
2010-11-29
1
-2
/
+2
*
glsl: Make the symbol table's add_function just use the function's name.
Eric Anholt
2010-11-29
1
-1
/
+1
*
glsl: Fix erroneous cast in ast_jump_statement::hir()
Chad Versace
2010-11-17
1
-2
/
+1
*
glsl: Fix ast-to-hir for ARB_fragment_coord_conventions
Chad Versace
2010-10-25
1
-1
/
+1
*
glsl: Remove useless ir_shader enumeration value.
Kenneth Graunke
2010-10-20
1
-5
/
+1
*
glsl: Add assert for unhandled ir_shader case.
Vinson Lee
2010-10-20
1
-0
/
+4
*
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: Don't return NULL IR for erroneous bit-shift operators.
Kenneth Graunke
2010-10-18
1
-5
/
+0
*
glsl: Implement ast-to-hir for binary shifts in GLSL 1.30
Chad Versace
2010-10-15
1
-3
/
+58
*
glsl: Add linker support for explicit attribute locations
Ian Romanick
2010-10-08
1
-3
/
+15
*
glsl: Track explicit location in AST to IR translation
Ian Romanick
2010-10-08
1
-0
/
+47
*
glsl: Wrap ast_type_qualifier contents in a struct in a union
Ian Romanick
2010-10-08
1
-30
/
+33
*
glsl: Properly handle nested structure types.
Kenneth Graunke
2010-09-18
1
-25
/
+6
*
glsl: Change from has_builtin_signature to has_user_signature.
Kenneth Graunke
2010-09-16
1
-1
/
+1
*
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
1
-2
/
+2
*
ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment.
Kenneth Graunke
2010-09-07
1
-1
/
+7
*
glsl: Allow overloading of built-ins without hiding in GLSL ES.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
glsl: Move is_builtin flag back to ir_function_signature.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00.
Kenneth Graunke
2010-09-07
1
-0
/
+9
*
ast_to_hir: Reject unsized array declarations in GLSL ES 1.00.
Kenneth Graunke
2010-09-07
1
-9
/
+18
*
glsl: Set default language version in mesa_glsl_parse_state constructor.
Kenneth Graunke
2010-09-07
1
-0
/
+2
*
glsl2: Forbid array-types in ?: operator in GLSL 1.10
Ian Romanick
2010-09-07
1
-0
/
+11
*
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
1
-1
/
+1
*
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
2010-09-01
1
-1
/
+1
*
glsl2: Don't generate constructor functions for structures
Ian Romanick
2010-09-01
1
-2
/
+1
*
glsl2: Disallow function declarations within function definitions in GLSL 1.20
Ian Romanick
2010-09-01
1
-1
/
+36
*
ast_to_hir: Add support for bit-wise operators (but not shifts).
Kenneth Graunke
2010-08-31
1
-2
/
+53
*
glsl2: Remove a couple FINISHME comments that have already been resolved
Ian Romanick
2010-08-26
1
-7
/
+1
*
glsl: Move built-ins to live beyond the global scope.
Kenneth Graunke
2010-08-26
1
-4
/
+20
*
glsl: Refactor variable declaration handling.
Kenneth Graunke
2010-08-26
1
-36
/
+41
*
glsl: Don't add overloads to existing structure constructors.
Kenneth Graunke
2010-08-26
1
-1
/
+1
*
glsl: Remove name_declared_this_scope check when adding functions.
Kenneth Graunke
2010-08-26
1
-9
/
+8
*
glsl: Use a single shared namespace in the symbol table.
Kenneth Graunke
2010-08-26
1
-10
/
+2
*
glsl: fix crash with variable indexing into array in a struct
Aras Pranckevicius
2010-08-25
1
-1
/
+7
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
1
-2
/
+1
*
glsl: When unable to assign the initializer for a const variable, set it to 0.
Eric Anholt
2010-08-23
1
-13
/
+21
*
glsl: Cleanly fail when a function has an unknown return type.
Eric Anholt
2010-08-23
1
-1
/
+7
*
glsl: Trim the size of uniform arrays to the maximum element used.
Eric Anholt
2010-08-23
1
-0
/
+5
[next]