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
*
scons: Add glsl_symbol_table.cpp
José Fonseca
2010-08-26
1
-0
/
+1
*
glsl2: Remove a couple FINISHME comments that have already been resolved
Ian Romanick
2010-08-26
1
-7
/
+1
*
glsl: Move built-ins to live beyond the global scope.
Kenneth Graunke
2010-08-26
1
-4
/
+20
*
glsl: Move is_built_in flag from ir_function_signature to ir_function.
Kenneth Graunke
2010-08-26
8
-18
/
+13
*
glsl: Refactor variable declaration handling.
Kenneth Graunke
2010-08-26
1
-36
/
+41
*
glsl: Don't add overloads to existing structure constructors.
Kenneth Graunke
2010-08-26
3
-4
/
+9
*
glsl: Remove name_declared_this_scope check when adding functions.
Kenneth Graunke
2010-08-26
1
-9
/
+8
*
glsl: Use a single shared namespace in the symbol table.
Kenneth Graunke
2010-08-26
11
-576
/
+686
*
glsl2: Move ir_expression_flattening to using the rvalue visitor class.
Eric Anholt
2010-08-26
1
-110
/
+14
*
glsl: Don't consider things with a type containing a sampler as an lvalue.
Eric Anholt
2010-08-25
1
-0
/
+23
*
glsl: fix crash with variable indexing into array in a struct
Aras Pranckevicius
2010-08-25
1
-1
/
+7
*
ir_to_mesa: Convert this code to using linker.cpp's uniform locations.
Eric Anholt
2010-08-25
1
-0
/
+1
*
glsl: Make uniform linking generate separate uniforms for struct members.
Eric Anholt
2010-08-25
1
-42
/
+89
*
glsl/mesa: fixes for MSVC
Aras Pranckevicius
2010-08-25
1
-0
/
+1
*
glsl: Don't dead-code eliminate a uniform initializer.
Eric Anholt
2010-08-24
1
-0
/
+8
*
glsl2: rename local variable_entry class
Brian Paul
2010-08-24
1
-17
/
+22
*
glsl2: move constructor into .cpp file to work around compiler bug
Brian Paul
2010-08-24
2
-8
/
+13
*
glsl: Add assert to check variable_entry referenced_count after construction.
Vinson Lee
2010-08-24
1
-0
/
+1
*
glsl: make 'make clean' work properly.
Dave Airlie
2010-08-24
1
-1
/
+1
*
glsl: Silence unused variable warning.
Vinson Lee
2010-08-23
1
-0
/
+1
*
glsl: Include main/core.h.
Chia-I Wu
2010-08-24
18
-30
/
+16
*
glsl: Rely on talloc_autofree_context() instead of trying to free on our own.
Eric Anholt
2010-08-23
1
-6
/
+1
*
glsl: When unable to assign the initializer for a const variable, set it to 0.
Eric Anholt
2010-08-23
1
-13
/
+21
*
glsl: Cleanly fail when a function has an unknown return type.
Eric Anholt
2010-08-23
1
-1
/
+7
*
glsl: Rebuild builtins for any() change.
Eric Anholt
2010-08-23
1
-3
/
+3
*
mesa: Add new ir_unop_any() expression operation.
Eric Anholt
2010-08-23
6
-3
/
+21
*
glsl: Regenerate builtins with the new sorting.
Eric Anholt
2010-08-23
1
-5089
/
+5089
*
glsl: Count function call outvals as writing to variables for linker checks.
Eric Anholt
2010-08-23
1
-0
/
+21
*
glsl2: Include imports.h to get snprintf wrapper for MSVC
Ian Romanick
2010-08-23
2
-1
/
+2
*
generate_builtins.py: Generate output in sorted order.
Kenneth Graunke
2010-08-23
1
-5
/
+6
*
glcpp: Make standalone preprocessor work with a tty as stdin
Carl Worth
2010-08-23
1
-33
/
+49
*
glcpp: Fix test suite to avoid flagging failed tests as valgrind errors.
Carl Worth
2010-08-23
1
-4
/
+5
*
glcpp: Fix segfault in standalone preprocessor for "file not found", etc.
Carl Worth
2010-08-23
1
-4
/
+17
*
glcpp: Update generated glcpp-lex.c for the last two changes.
Carl Worth
2010-08-23
1
-191
/
+186
*
glcpp: Fix handling of "#line 0"
Carl Worth
2010-08-23
1
-2
/
+3
*
glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER"
Carl Worth
2010-08-23
1
-2
/
+7
*
glcpp: Add new test for #line directive.
Carl Worth
2010-08-23
2
-0
/
+21
*
glcpp: Update README file (new specifications and fewer limitations).
Carl Worth
2010-08-23
1
-12
/
+14
*
glcpp: Add test for the #error directive.
Carl Worth
2010-08-23
2
-0
/
+4
*
glsl: Trim the size of uniform arrays to the maximum element used.
Eric Anholt
2010-08-23
2
-0
/
+57
*
glsl2: Add missing sig_iter.next() to the no-constant-folding-to-outvals fix.
Eric Anholt
2010-08-23
2
-0
/
+2
*
glsl: Don't constant-fold in a constant in place of a function outval.
Eric Anholt
2010-08-22
1
-0
/
+22
*
glsl: Convert constant folding to the rvalue visitor.
Eric Anholt
2010-08-22
1
-181
/
+19
*
glsl: Don't tree-graft in an expression in place of a function outval.
Eric Anholt
2010-08-22
1
-0
/
+5
*
mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved.
Eric Anholt
2010-08-22
1
-1
/
+2
*
glsl: Silence uninitialized variable warning.
Vinson Lee
2010-08-21
1
-0
/
+3
*
glsl: Silence unused variable warning.
Vinson Lee
2010-08-21
1
-0
/
+1
*
glsl: Handle array declarations in function parameters.
Kenneth Graunke
2010-08-21
1
-4
/
+13
*
generate_builtins.py: Remove unused import sys.
Vinson Lee
2010-08-21
1
-1
/
+1
*
Delete more vestiges of the old shader compiler.
Kenneth Graunke
2010-08-20
7
-1207
/
+0
[next]