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/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
*
glcpp: Add back tests/*.out to .gitignore
Andreas Boll
2013-01-11
1
-0
/
+1
*
Clean up .gitignore files
Matt Turner
2013-01-10
4
-5
/
+0
*
Remove unused glsl Makefile.template
Matt Turner
2013-01-10
1
-50
/
+0
*
glsl: Don't add structure fields to the symbol table
Ian Romanick
2013-01-08
1
-1
/
+0
*
glsl: Pack flat "varyings" of mixed types together.
Paul Berry
2013-01-08
2
-14
/
+101
*
glsl: Prohibit structs and bools from being used as "varyings".
Paul Berry
2013-01-08
1
-21
/
+71
*
glsl: Plumb through is_parameter to apply_type_qualifier_to_variable()
Paul Berry
2013-01-08
1
-3
/
+4
*
glsl: Separate varying linking code to its own file.
Paul Berry
2013-01-08
5
-1124
/
+1240
*
mesa: Add ALIGN() macro to main/macros.h.
Paul Berry
2013-01-08
1
-2
/
+0
*
glsl: Fix loop bounds detection.
Paul Berry
2013-01-08
1
-4
/
+4
*
glcpp: Typo fix.
Adam Jackson
2013-01-02
1
-1
/
+1
*
glcpp: Fix visibility CFLAGS in automake
Adam Jackson
2013-01-02
1
-0
/
+1
*
glsl: Add a note about a surprising feature of gl_uniform_storage->type.
Eric Anholt
2012-12-28
1
-0
/
+4
*
glsl: Fix gl_context vs. ralloc context in check_version again, again.
Kenneth Graunke
2012-12-17
1
-2
/
+2
*
glsl_parser_extras.cpp: fixup gl vs mem contexts again.
Dave Airlie
2012-12-16
1
-4
/
+4
*
glsl: avoid using gl context as a memory context
Dave Airlie
2012-12-15
1
-4
/
+5
*
glsl/linker: Pack between varyings.
Paul Berry
2012-12-14
1
-15
/
+35
*
glsl/linker: Pack within compound varyings.
Paul Berry
2012-12-14
1
-37
/
+56
*
glsl: Add a lowering pass for packing varyings.
Paul Berry
2012-12-14
3
-0
/
+368
*
glsl/linker: Sort varyings by packing class, then vector size.
Paul Berry
2012-12-14
1
-0
/
+104
*
glsl/linker: Subdivide the first phase of varying assignment.
Paul Berry
2012-12-14
1
-44
/
+163
*
glsl/linker: Defer recording transform feedback locations.
Paul Berry
2012-12-14
1
-55
/
+48
*
glsl: Create a field to store fractional varying locations.
Paul Berry
2012-12-14
3
-2
/
+14
*
glsl/linker: Make separate ir_variable field to mean "unmatched".
Paul Berry
2012-12-14
2
-4
/
+23
[next]