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: Validate that base types match for a number of binops.
Kenneth Graunke
2014-04-08
1
-0
/
+3
*
glsl: Fix lack of i2u in lower_ubo_reference.
Kenneth Graunke
2014-04-08
1
-3
/
+7
*
glsl: Make is_16bit_constant from i965 an ir_constant method.
Kenneth Graunke
2014-04-08
2
-0
/
+24
*
glsl: Optimize (x + y cmp 0) into (x cmp -y).
Matt Turner
2014-04-05
1
-0
/
+22
*
glsl: remove UBO fields from _mesa_glsl_parse_state
Chia-I Wu
2014-04-01
2
-14
/
+0
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-28
12
-18
/
+18
*
glsl: Move Doxygen block closing ot the correct place
Ian Romanick
2014-03-28
1
-2
/
+2
*
glsl: remove {add,get}_type_ast from glsl_symbol_table
Chia-I Wu
2014-03-28
3
-28
/
+0
*
glsl: Clean up "unused parameter" warnings
Ian Romanick
2014-03-25
1
-5
/
+5
*
glsl: Minor clean ups in constant_referenced
Ian Romanick
2014-03-25
1
-11
/
+6
*
glsl: Remove ir_dereference::constant_referenced
Ian Romanick
2014-03-25
2
-61
/
+0
*
glsl: Fold implementation of ir_dereference_array::constant_referenced into w...
Ian Romanick
2014-03-25
1
-46
/
+43
*
glsl: Fold implementation of ir_dereference_record::constant_referenced into ...
Ian Romanick
2014-03-25
1
-17
/
+21
*
glsl: Fold implementation of ir_dereference_variable::constant_referenced int...
Ian Romanick
2014-03-25
1
-12
/
+13
*
glsl: Add wrapper function that calls ir_dereference::constant_referenced
Ian Romanick
2014-03-25
1
-16
/
+36
*
glsl: Group all of the constant_referenced functions together
Ian Romanick
2014-03-25
2
-96
/
+109
*
glsl: Allow dot() on scalars, and throw out dotlike().
Matt Turner
2014-03-18
3
-11
/
+5
*
glsl: Optimize pow(x, 2) into x * x.
Matt Turner
2014-03-18
1
-0
/
+8
*
glsl: Match whitespace changes from previous patch.
Matt Turner
2014-03-18
1
-4
/
+4
*
glsl: Expose pack/unpack built-ins for ARB_gpu_shader5.
Matt Turner
2014-03-18
1
-9
/
+17
*
glsl: Improve debug output and variable names for opt_dead_code_local.
Eric Anholt
2014-03-14
1
-13
/
+13
*
glsl: Fix typo
Ian Romanick
2014-03-12
1
-2
/
+2
*
glsl: Rewrite unrolled link_invalidate_variable_locations calls as a loop
Ian Romanick
2014-03-12
1
-11
/
+4
*
glsl: Link glsl_compiler with pthreads library.
Jonathan Gray
2014-03-11
1
-1
/
+3
*
automake: use only the folder name if it's a subfolder of the present one
Emil Velikov
2014-03-11
1
-2
/
+2
*
automake: silence folder creation
Emil Velikov
2014-03-11
1
-2
/
+2
*
mesa/glsl: introduce a remap table for uniform locations
Tapani Pälli
2014-03-10
2
-11
/
+30
*
glcpp: Do not remove spaces to preserve locations.
Sir Anthony
2014-03-08
4
-5
/
+5
*
glsl: Change locations from yylloc to appropriate tokens positions.
Sir Anthony
2014-03-08
1
-101
/
+114
*
glsl: Add ast_node method to set location range.
Sir Anthony
2014-03-08
1
-0
/
+14
*
glsl: Make ast_node location comments more informative.
Sir Anthony
2014-03-08
1
-4
/
+4
*
glsl: Extend ast location structure to hande end token position.
Sir Anthony
2014-03-08
2
-11
/
+17
*
glsl: Update lexers in glsl and glcpp to hande end position of token.
Sir Anthony
2014-03-08
2
-2
/
+4
*
glsl: fix compiler warnings in link_uniforms.cpp
Brian Paul
2014-03-06
1
-1
/
+2
*
glsl: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-7
/
+7
*
glsl: Fix broken LRP algebraic optimization.
Kenneth Graunke
2014-03-02
1
-1
/
+3
*
glsl: Don't vectorize horizontal expressions.
Matt Turner
2014-02-28
1
-0
/
+15
*
glsl: Add is_horizontal() method to ir_expression.
Matt Turner
2014-02-28
1
-0
/
+12
*
glsl: Optimize lrp(x, 0, a) into x - (x * a).
Matt Turner
2014-02-28
1
-0
/
+2
*
glsl: Optimize lrp(0, y, a) into y * a.
Matt Turner
2014-02-28
1
-0
/
+2
*
glsl: add switch case for MESA_SHADER_COMPUTE
Brian Paul
2014-02-26
1
-0
/
+3
*
glsl: Delete LRP_TO_ARITH lowering pass flag.
Kenneth Graunke
2014-02-26
2
-35
/
+2
*
glsl: removed unused dimension_count varible
Timothy Arceri
2014-02-26
1
-6
/
+2
*
glsl/i965: move lower_offset_array up to GLSL compiler level.
Dave Airlie
2014-02-25
3
-0
/
+92
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
7
-114
/
+123
*
glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts
Ian Romanick
2014-02-21
4
-13
/
+71
*
mesa/sso: Add extension tracking for ARB_separate_shader_objects
Ian Romanick
2014-02-21
2
-0
/
+8
*
glsl: add gl_InvocationID variable for ARB_gpu_shader5
Jordan Justen
2014-02-20
1
-0
/
+2
*
glsl/linker: produce gl_shader_program Geom.Invocations
Jordan Justen
2014-02-20
2
-0
/
+22
*
glsl: parse invocations layout qualifier for ARB_gpu_shader5
Jordan Justen
2014-02-20
3
-0
/
+43
[next]