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: Fix compilation of glsl_lexer.ll with MSVC.
Morgan Armand
2011-10-29
1
-0
/
+4
*
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: Implement GLSL 1.30's literal integer range restrictions.
Eric Anholt
2011-10-28
1
-8
/
+45
*
glsl: Remove pointless uses of glsl_type::get_base_type().
Kenneth Graunke
2011-10-28
2
-7
/
+3
*
glsl: add ir_variable::determine_interpolation_mode() function.
Paul Berry
2011-10-27
2
-0
/
+26
*
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
2011-10-27
3
-2
/
+9
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
5
-31
/
+48
*
glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.
Eric Anholt
2011-10-26
2
-9
/
+9
*
ralloc: Move declaration before code.
Vinson Lee
2011-10-25
1
-1
/
+2
*
scons: Add link_uniforms.cpp to SConscript.
Vinson Lee
2011-10-25
1
-0
/
+1
*
linker: Add uniform_field_visitor class to process leaf fields of a uniform
Ian Romanick
2011-10-25
3
-0
/
+129
*
ralloc: Add new [v]asprintf_rewrite_tail functions.
Kenneth Graunke
2011-10-25
2
-4
/
+80
*
linker: Eliminate more dead code after demoting shader inputs and outputs
Ian Romanick
2011-10-25
1
-4
/
+22
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
6
-12
/
+39
*
glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.
Eric Anholt
2011-10-24
1
-3
/
+3
*
glsl: Add gl_MaxVaryingComponents in GLSL 1.30.
Eric Anholt
2011-10-24
1
-0
/
+2
*
glsl: Add support for constant expression evaluation on round(), roundEven().
Eric Anholt
2011-10-23
1
-0
/
+29
*
glsl: Short-circuit lower_if_to_cond_assign when MaxIfDepth is UINT_MAX.
Kenneth Graunke
2011-10-21
1
-0
/
+3
*
ir_to_mesa: Move some things outside the 'extern "C"' blocks
Ian Romanick
2011-10-18
3
-7
/
+0
*
glsl: Stop tree grafting if a variable is overwritten as an 'out' param.
Kenneth Graunke
2011-10-18
1
-11
/
+28
*
mesa: Add a flag for shader programs to allow SSO linkage in GLES2.
Eric Anholt
2011-10-18
1
-1
/
+2
*
glsl: Add gl_CurrentAttrib{Vert,Frag}MESA internal builtin uniforms.
Eric Anholt
2011-10-18
1
-1
/
+24
*
linker: Fix a slightly incorrect comment
Ian Romanick
2011-10-10
1
-1
/
+4
*
glsl: Remove unused method ir_variable::component_slots
Ian Romanick
2011-10-07
2
-16
/
+0
*
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
*
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
[next]