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
*
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
*
glsl: Generate error for invalid input layout declarations
Jordan Justen
2014-02-20
1
-0
/
+13
*
glsl: convert GS input primitive to use ast_type_qualifier
Jordan Justen
2014-02-20
6
-66
/
+96
*
glsl: Silence "type qualifiers ignored on function return type" warning
Ian Romanick
2014-02-19
1
-1
/
+1
*
glsl: Only warn for macro names containing __
Ian Romanick
2014-02-19
1
-3
/
+10
*
glcpp: Only warn for macro names containing __
Ian Romanick
2014-02-19
2
-5
/
+21
*
glsl: Fix condition to generate shader link error
Anuj Phogat
2014-02-18
1
-4
/
+5
*
glsl: rename _restrict to restrict_flag
Brian Paul
2014-02-12
7
-8
/
+8
*
glsl/linker: Propagate image uniform access qualifiers to the driver.
Francisco Jerez
2014-02-12
1
-0
/
+35
*
glsl/linker: Assign image uniform indices.
Francisco Jerez
2014-02-12
1
-1
/
+23
*
glsl/linker: Count and check image resources.
Francisco Jerez
2014-02-12
2
-1
/
+59
*
glsl: Add image built-in function generator.
Francisco Jerez
2014-02-12
1
-0
/
+251
*
glsl: Add built-in constants for ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
3
-0
/
+37
*
glcpp: Add built-in define for ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
1
-0
/
+3
*
glsl: Add built-in types defined by ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
2
-0
/
+104
*
glsl/ast: Generalize some sampler variable restrictions to all opaque types.
Francisco Jerez
2014-02-12
2
-31
/
+36
*
glsl/ast: Forbid declaration of image variables in structures and uniform blo...
Francisco Jerez
2014-02-12
1
-0
/
+10
*
glsl/ast: Make sure that image argument qualifiers match the function prototype.
Francisco Jerez
2014-02-12
1
-1
/
+6
*
glsl/ast: Verify that function calls don't discard image format qualifiers.
Francisco Jerez
2014-02-12
1
-0
/
+58
*
glsl/ast: Validate and apply memory qualifiers to image variables.
Francisco Jerez
2014-02-12
1
-0
/
+51
*
glsl/parser: Handle image built-in types.
Francisco Jerez
2014-02-12
1
-0
/
+33
*
glsl/parser: Handle image memory qualifiers.
Francisco Jerez
2014-02-12
1
-0
/
+83
*
glsl/parser: Handle the early_fragment_tests input layout qualifier.
Francisco Jerez
2014-02-12
3
-1
/
+20
*
glsl/lexer: Add new tokens for ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
2
-39
/
+56
*
glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.
Francisco Jerez
2014-02-12
3
-3
/
+38
*
glsl: Add gl_uniform_storage fields to keep track of image uniform indices.
Francisco Jerez
2014-02-12
1
-18
/
+23
[next]