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
*
glsl: Consider "__" in identifers as reserved.
Eric Anholt
2011-10-05
1
-0
/
+13
*
mesa: Add a gl_vert_result for gl_ClipVertex.
Paul Berry
2011-10-05
1
-19
/
+19
*
glsl: Remove unneeded headers.
Stéphane Marchesin
2011-10-04
2
-2
/
+0
*
linker: Use gl_shader_program::AttributeBindings for attrib locations
Ian Romanick
2011-10-04
1
-74
/
+64
*
glsl: Delete symbol table in post-link shaders
Ian Romanick
2011-10-04
1
-0
/
+8
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
1
-1
/
+0
*
glcpp: Add a test for #elif with an undefined macro.
Carl Worth
2011-09-30
2
-0
/
+8
*
glcpp: Raise error if defining any macro containing two consecutive underscores
Carl Worth
2011-09-30
3
-3
/
+7
*
glcpp: Implement token pasting for non-function-like macros
Carl Worth
2011-09-30
1
-36
/
+47
*
glcpp: Test a non-function-like macro using the token paste operator
Carl Worth
2011-09-30
2
-0
/
+7
*
glcpp: Fix two (or more) successive applications of token pasting
Carl Worth
2011-09-30
1
-2
/
+0
*
glcpp: Add a test for a macro that implements token pasting twice.
Carl Worth
2011-09-30
2
-0
/
+7
*
glsl 1.30: Fix numerical instabilities in asinh
Paul Berry
2011-09-28
1
-4
/
+36
*
glsl: Add support for constant expression evaluation on trunc().
Eric Anholt
2011-09-28
1
-0
/
+2
*
glsl: Fix assertion checking types of constant bitshift expressions.
Eric Anholt
2011-09-28
1
-1
/
+3
*
glsl: Fix Android build
Chad Versace
2011-09-24
1
-0
/
+1
*
glsl: Free all S-Expressions immediately after reading IR.
Kenneth Graunke
2011-09-23
1
-2
/
+3
*
glsl: Defer initialization of built-in functions until they're needed.
Kenneth Graunke
2011-09-23
4
-3
/
+7
*
mesa: set up gl_vert_result and gl_frag_attrib values for gl_ClipDistance.
Paul Berry
2011-09-23
1
-4
/
+4
*
mesa: Add a flag to indicate whether a program uses gl_ClipDistance.
Paul Berry
2011-09-23
1
-1
/
+4
*
glsl: Implement a lowering pass for gl_ClipDistance.
Paul Berry
2011-09-23
5
-0
/
+350
*
glsl hierarchical visitor: Do not overwrite base_ir for parameter lists.
Paul Berry
2011-09-23
2
-7
/
+17
*
make: Don't use builtin_stubs.cpp for standalone GLSL compiler.
Kenneth Graunke
2011-09-20
1
-4
/
+4
*
glsl: Remove field array_lvalue from ir_variable.
Paul Berry
2011-09-14
4
-32
/
+21
*
glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres...
Ian Romanick
2011-09-09
1
-1
/
+1
*
glsl: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
8
-0
/
+16
*
glsl: Don't do structure splitting until link time.
Eric Anholt
2011-09-08
1
-1
/
+1
*
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: Fix setting of OutputsWritten for whole array dereference.
Eric Anholt
2011-09-08
1
-4
/
+2
*
glsl: Make sure gl_ClipDistance and gl_ClipVertex are not both written.
Paul Berry
2011-09-08
1
-0
/
+19
*
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
*
glsl: Add constant gl_MaxClipDistances.
Paul Berry
2011-09-08
1
-0
/
+15
*
glsl: Make gl_ClipDistance[] implicitly sized.
Paul Berry
2011-09-08
1
-4
/
+24
*
glsl: s/int/unsigned/ to silence warning
Brian Paul
2011-09-07
1
-2
/
+2
*
glsl/ir_reader: Make sure constants have the right number of components.
Kenneth Graunke
2011-09-07
1
-0
/
+5
*
glsl/builtins: Fix invalid float constant in noise4 built-in.
Kenneth Graunke
2011-09-07
1
-2
/
+2
*
glsl/builtins: Fix invalid vecN constants in hyperbolic functions.
Kenneth Graunke
2011-09-07
5
-21
/
+21
*
glsl: Use a separate div_to_mul_rcp lowering flag for integers.
Bryan Cain
2011-08-31
2
-61
/
+77
*
glcpp: Add GL_ARB_conservative_depth #define.
Kenneth Graunke
2011-08-25
1
-1
/
+3
*
glsl: fix crash when a const is passed to texelFetchOffset
Dave Airlie
2011-08-25
1
-0
/
+1
*
glsl: Bail after reporting an error for non-constant const_in parameters.
Kenneth Graunke
2011-08-25
1
-0
/
+1
*
glsl: Implement the GL_ARB_conservative_depth extension.
Kenneth Graunke
2011-08-25
5
-4
/
+7
*
glsl: Make sure that Extensions.dummy_true is set to true
Ian Romanick
2011-08-24
1
-0
/
+2
*
glsl/builtins: Uncomment textureSize prototypes.
Kenneth Graunke
2011-08-23
2
-4
/
+0
*
texture_builtins.py: Add support for textureSize (txs).
Kenneth Graunke
2011-08-23
1
-14
/
+36
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
8
-35
/
+58
*
glsl: Make ir_validate actually visit ir_if nodes.
Kenneth Graunke
2011-08-22
1
-2
/
+3
*
android: build glsl
Chia-I Wu
2011-08-21
2
-0
/
+269
[next]