index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: Compute version_string on the fly.
Paul Berry
2012-12-06
1
-3
/
+3
*
glsl: Simplify symbol table version checking.
Paul Berry
2012-12-06
1
-1
/
+1
*
glsl: remove incorrect 'struct' keyword
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: Generate compile errors for explicit blend indices < 0 or > 1.
Kenneth Graunke
2012-09-10
1
-2
/
+17
*
glsl: Only flag RowMajor on matrix-type variables.
Eric Anholt
2012-08-07
1
-5
/
+9
*
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
2012-07-20
1
-0
/
+67
*
glsl: Turn UBO variable declarations into ir_variables and check qualifiers.
Eric Anholt
2012-07-20
1
-3
/
+30
*
glsl: Remove open coded version of ir_variable::interpolation_string().
Kenneth Graunke
2012-07-19
1
-15
/
+1
*
glsl: Add parsing for GLSL uniform blocks.
Eric Anholt
2012-07-09
1
-0
/
+11
*
glsl: Remove spurious printf messages
Ian Romanick
2012-06-01
1
-3
/
+0
*
glsl: Drop the extra NULL specifiction on ir_assignment constructors.
Eric Anholt
2012-05-17
1
-21
/
+14
*
glsl: Fix assertion failure on handling switch on uint expressions.
Eric Anholt
2012-05-17
1
-1
/
+1
*
glsl: Reject non-scalar switch expressions.
Eric Anholt
2012-05-17
1
-4
/
+2
*
glsl: Let the constructor figure out the types of switch-related expressions.
Eric Anholt
2012-05-17
1
-4
/
+1
*
glsl: Fix indentation of switch code.
Eric Anholt
2012-05-17
1
-282
/
+263
*
glsl: Don't consider unused FS out variables as being statically assigned.
Eric Anholt
2012-05-04
1
-3
/
+3
*
glsl: Properly throw compile-time errors for conflicting FS output writes.
Eric Anholt
2012-04-19
1
-0
/
+66
*
glsl: Track in each ir_variable whether it was ever assigned.
Eric Anholt
2012-04-19
1
-0
/
+4
*
glsl: add support for ARB_blend_func_extended (v3)
Dave Airlie
2012-04-13
1
-1
/
+8
*
glsl: Drop the round-trip through ast_type_specifier for many builtin types.
Eric Anholt
2012-04-09
1
-2
/
+2
*
glsl: Use ir_rvalue to represent generic error_type values.
Kenneth Graunke
2012-04-02
1
-1
/
+1
*
glsl: Explicitly NULL-check variables before making a dereference.
Kenneth Graunke
2012-03-26
1
-2
/
+2
*
glsl: Avoid extra if statements for logic and/or with no side effects.
Eric Anholt
2012-03-13
1
-17
/
+6
*
glsl: Add error case for switch() with two default cases.
Eric Anholt
2012-02-03
1
-0
/
+15
*
glsl: Throw an error when faced with a duplicated switch() case label.
Eric Anholt
2012-02-03
1
-0
/
+23
*
glsl: Throw the required error when a case label is a non-constant.
Eric Anholt
2012-02-03
1
-2
/
+14
*
glsl: Save and restore the whole switch state for nesting.
Eric Anholt
2012-02-03
1
-253
/
+244
*
glsl: Add error checking for applying interpolation qualifiers to other vars.
Eric Anholt
2012-01-10
1
-0
/
+23
*
glsl: Don't mark assignment temporaries as read-only
Ian Romanick
2012-01-06
1
-5
/
+0
*
glsl: Emit errors for assignments to non-l-value expressions
Ian Romanick
2012-01-06
1
-7
/
+22
*
glsl: Track descriptions of some expressions that can't be l-values
Ian Romanick
2012-01-06
1
-0
/
+5
*
glsl: Don't use base type for bit-not when there's an error
Ian Romanick
2012-01-04
1
-1
/
+1
*
glsl: finish up ARB_conservative_depth (v2)
Marek Olšák
2011-11-22
1
-3
/
+7
*
glsl: Generate IR for switch statements
Dan McCabe
2011-11-07
1
-42
/
+244
*
glsl: Reference data structure ctors in grammar
Dan McCabe
2011-11-07
1
-0
/
+54
*
linker: Check that initializers for global variables match
Ian Romanick
2011-11-03
1
-0
/
+3
*
glsl: Fix type mismatch when incrementing or decrementing uint.
Paul Berry
2011-11-02
1
-8
/
+24
*
glsl: Clean-up spurious error message on bad structure definitions
Ian Romanick
2011-10-28
1
-6
/
+24
*
glsl: Generate an error for array-of-array declarations
Ian Romanick
2011-10-28
1
-2
/
+14
*
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
2011-10-27
1
-1
/
+3
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
1
-4
/
+4
*
glsl: Remove version check when looking for identifiers containing "__".
Jason Wood
2011-10-06
1
-2
/
+1
*
glsl: Consider "__" in identifers as reserved.
Eric Anholt
2011-10-05
1
-0
/
+13
*
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
2011-09-23
1
-1
/
+0
*
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
2011-09-14
1
-19
/
+20
*
glsl: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-0
/
+6
*
glsl: Clarify error message about whole-array assignment in GLSL 1.10.
Eric Anholt
2011-09-08
1
-6
/
+25
*
glsl: When assiging from a whole array, mark it as used.
Eric Anholt
2011-09-08
1
-0
/
+1
*
glsl: Check that gl_ClipDistance[] is not sized too large.
Paul Berry
2011-09-08
1
-0
/
+15
*
glsl: Rework oversize array check for gl_TexCoord.
Paul Berry
2011-09-08
1
-12
/
+33
[next]