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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glsl2: Implement noise[1234] built-in functions using ir_unop_noise
Ian Romanick
2010-09-09
5
-104
/
+458
*
glsl2: Add lowering pass to remove noise opcodes
Ian Romanick
2010-09-09
4
-1
/
+75
*
glsl2: Add ir_unop_noise
Ian Romanick
2010-09-09
2
-0
/
+5
*
glsl/builtins: normalize of a negative scalar should be -1.0.
Kenneth Graunke
2010-09-09
2
-2
/
+2
*
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
2010-09-08
6
-10
/
+12
*
glsl: Add info about talloc and optimization passes to the README.
Eric Anholt
2010-09-08
1
-0
/
+26
*
glsl: Update README talking about multi-instruction operations.
Eric Anholt
2010-09-08
1
-4
/
+4
*
glsl/builtins: Set the API in the fake context.
Kenneth Graunke
2010-09-08
2
-0
/
+2
*
glsl2: Clear out profile pointers in _mesa_glsl_release_functions
Ian Romanick
2010-09-08
2
-0
/
+2
*
glsl: Fix for scalar float built-in definitions.
Kenneth Graunke
2010-09-08
3
-4
/
+4
*
glsl: regenerate builtins
Eric Anholt
2010-09-08
1
-1
/
+1
*
glsl: Fix typo in builtin step() using a wrong channel.
Eric Anholt
2010-09-08
1
-1
/
+1
*
ir_validate: Ensure ir_binop_dot is only used on vector types.
Kenneth Graunke
2010-09-08
1
-0
/
+1
*
glsl: Refresh automatically generated file builtin_function.cpp.
Kenneth Graunke
2010-09-08
1
-11
/
+9
*
glsl/builtins: Don't use ir_binop_dot on floating point values.
Kenneth Graunke
2010-09-08
4
-6
/
+6
*
glsl/builtins: Simplify degenerate scalar float cases.
Kenneth Graunke
2010-09-08
3
-5
/
+3
*
glsl2: Make sure _mesa_glsl_parse_state constructor gets a context
Ian Romanick
2010-09-08
2
-2
/
+4
*
glsl: Support GLSL ES in the standalone compile.
Chia-I Wu
2010-09-08
1
-1
/
+3
*
glsl: Require a context in _mesa_glsl_parse_state.
Chia-I Wu
2010-09-08
2
-62
/
+62
*
glcpp: Fix build on non-GCC compilers.
Kenneth Graunke
2010-09-07
2
-90
/
+92
*
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
9
-15
/
+28
*
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
*
ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES.
Kenneth Graunke
2010-09-07
1
-1
/
+1
*
linker: Fix assertion and cross-version checks for version 100.
Kenneth Graunke
2010-09-07
1
-2
/
+3
*
glsl: Add built-in function profiles for GLSL ES 1.00.
Kenneth Graunke
2010-09-07
3
-11
/
+2953
*
glsl: Add built-in variables for GLSL ES 1.00.
Kenneth Graunke
2010-09-07
2
-0
/
+82
*
glsl: Split out types that are in 1.10 but not GLSL ES 1.00.
Kenneth Graunke
2010-09-07
3
-15
/
+35
*
glsl: Recognize GLSL ES 1.00 keywords.
Kenneth Graunke
2010-09-07
4
-281
/
+287
*
glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.
Kenneth Graunke
2010-09-07
8
-227
/
+249
*
glsl: Accept language version 100 and make it the default on ES2.
Kenneth Graunke
2010-09-07
4
-242
/
+255
*
glsl: Set default language version in mesa_glsl_parse_state constructor.
Kenneth Graunke
2010-09-07
4
-260
/
+249
*
glsl2: Forbid array-types in ?: operator in GLSL 1.10
Ian Romanick
2010-09-07
1
-0
/
+11
*
glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...
Ian Romanick
2010-09-07
1
-1
/
+1
*
glsl: Change grammar rules for selection statements to match the spec.
Kenneth Graunke
2010-09-07
3
-950
/
+913
*
glsl2: check for _NumLinkedShaders being 0
Török Edvin
2010-09-07
1
-1
/
+1
*
glsl: Add new files to sconscript.
José Fonseca
2010-09-05
1
-0
/
+3
*
ir_reader: Only validate IR when a global 'debug' flag is set.
Kenneth Graunke
2010-09-05
1
-1
/
+4
*
ir_reader: Run ir_validate on the generated IR.
Kenneth Graunke
2010-09-04
1
-0
/
+2
*
ir_reader: Emit global variables at the top of the instruction list.
Kenneth Graunke
2010-09-04
1
-2
/
+11
*
ir_reader: Drop support for reading the old assignment format.
Kenneth Graunke
2010-09-04
1
-6
/
+4
*
glsl: Regenerate autogenerated file builtin_function.cpp.
Kenneth Graunke
2010-09-04
1
-402
/
+390
*
glsl/builtins: Convert assignments to new format (with write mask).
Kenneth Graunke
2010-09-04
15
-398
/
+389
*
ir_reader: Read the new assignment format (with write mask).
Kenneth Graunke
2010-09-04
1
-6
/
+46
*
ir_reader: Track the current function and report it in error messages.
Kenneth Graunke
2010-09-04
1
-0
/
+6
*
glsl/builtins: Actually print the info log if reading a builtin failed.
Kenneth Graunke
2010-09-04
1
-0
/
+1
*
exec_list: replace class with struct
Brian Paul
2010-09-03
1
-1
/
+1
*
glsl2: Use as_constant some places instead of constant_expression_value
Ian Romanick
2010-09-03
2
-3
/
+3
[prev]
[next]