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: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
4
-9
/
+16
*
scons: Add imports.c to builtin_compiler build.
Vinson Lee
2013-01-24
1
-0
/
+2
*
glsl: Add lowering pass for GLSL ES 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
3
-0
/
+1056
*
glsl: Fix type-deduction for and/or/xor expressions
Chad Versace
2013-01-24
1
-0
/
+5
*
glsl: Reformat and/or/xor cases in ir_expression ctor
Chad Versace
2013-01-24
1
-2
/
+2
*
glsl/ir_builder: Add helpers for making if-statements
Chad Versace
2013-01-24
2
-0
/
+35
*
glsl/ir_builder: Add `enum writemask`
Chad Versace
2013-01-24
1
-0
/
+9
*
glsl/ir_factory: Add helper method for making an ir_constant
Chad Versace
2013-01-24
1
-0
/
+24
*
glsl/ir_builder: Add more helpers for constructing expressions
Chad Versace
2013-01-24
2
-0
/
+156
*
glsl/ir_factory: Initialize members to NULL in constructor
Chad Versace
2013-01-24
1
-0
/
+7
*
glsl: Evaluate constant GLSL ES 3.00 pack/unpack expressions (v3)
Chad Versace
2013-01-24
1
-0
/
+189
*
mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)
Chad Versace
2013-01-24
3
-20
/
+4
*
glsl/standalone_scaffolding: Add stub for _mesa_warning()
Chad Versace
2013-01-24
2
-0
/
+21
*
glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2)
Chad Versace
2013-01-24
3
-0
/
+84
*
glsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions
Chad Versace
2013-01-24
7
-7
/
+43
*
glsl: Fix typo in comment
Chad Versace
2013-01-24
1
-1
/
+1
*
glsl: Allow varying structs in GLSL ES 3.00 and GLSL 1.50.
Paul Berry
2013-01-24
1
-4
/
+4
*
glsl: Disable transform feedback of varying structs.
Paul Berry
2013-01-24
1
-1
/
+10
*
glsl: Update lower_packed_varyings to handle varying structs.
Paul Berry
2013-01-24
1
-4
/
+18
*
glsl: Generalize compute_packing_order for varying structs.
Paul Berry
2013-01-24
1
-3
/
+2
*
glsl: Disable structure splitting for shader ins/outs.
Paul Berry
2013-01-24
1
-1
/
+2
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
24
-163
/
+179
*
glsl: Clean up case statement in builtin_variables.cpp's add_variable.
Paul Berry
2013-01-24
1
-2
/
+4
*
glsl/build: Build libglcpp and libglslcore in builtin_compiler
Matt Turner
2013-01-22
2
-45
/
+34
*
glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
Matt Turner
2013-01-22
3
-5
/
+4
*
builtin_compiler/build: Use generated parser files
Matt Turner
2013-01-22
1
-15
/
+4
*
glsl/build: Build tests via the glsl Makefile
Matt Turner
2013-01-22
3
-39
/
+44
*
glsl/build: Build glcpp via the glsl Makefile
Matt Turner
2013-01-22
5
-87
/
+90
*
glsl/build: Don't build builtin_compiler separately if not cross compiling
Matt Turner
2013-01-22
2
-2
/
+28
*
glsl/build: Don't build glsl_compiler
Matt Turner
2013-01-22
1
-9
/
+0
*
glsl/build: Build glsl_test only on make check
Matt Turner
2013-01-20
1
-1
/
+2
*
glsl/build: Remove dead LIBRARY_* variables
Matt Turner
2013-01-20
2
-4
/
+0
*
glsl: Eliminate link_update_uniform_buffer_variables return value
Ian Romanick
2013-01-18
1
-5
/
+2
*
glsl: Remove unused loc parameter from generate_call
Ian Romanick
2013-01-18
1
-2
/
+2
*
mesa: Remove unused field gl_uniform_buffer_variable::Buffer
Ian Romanick
2013-01-18
1
-1
/
+0
*
linker: Use helper variable sh
Ian Romanick
2013-01-18
1
-2
/
+2
*
glsl: Remove stale comment
Ian Romanick
2013-01-18
1
-4
/
+0
*
glsl: Track UBO block names in the symbol table.
Kenneth Graunke
2013-01-18
3
-3
/
+18
*
glsl: Reject row_major and column_major on non-matrix types
Ian Romanick
2013-01-18
1
-6
/
+33
*
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Johannes Obermayr
2013-01-13
1
-4
/
+5
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-7
/
+0
*
glcpp: Add tests for line continuation
Carl Worth
2013-01-11
4
-0
/
+46
*
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
2013-01-11
1
-66
/
+49
*
glcpp: Add --disable-line-continuations argument to standalone glcpp
Carl Worth
2013-01-11
1
-2
/
+44
*
glcpp: Allow test-specific arguments for standalone glcpp tests
Carl Worth
2013-01-11
1
-2
/
+9
*
glcpp: Honor the GL context's DisableGLSLLineContinuations option
Carl Worth
2013-01-11
1
-1
/
+3
*
glcpp: Accept pointer to GL context rather than just the API version
Carl Worth
2013-01-11
6
-7
/
+20
*
glcpp: Reject token pasting operator in GLES
Matt Turner
2013-01-11
1
-0
/
+2
*
glcpp: Make undefined macros illegal in #if and #elif for GLES3
Carl Worth
2013-01-11
1
-0
/
+2
*
glcpp: Add a flag to the parser state to indicate GLES.
Carl Worth
2013-01-11
2
-11
/
+16
[next]