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: Compute version_string on the fly.
Paul Berry
2012-12-06
3
-12
/
+18
*
glsl: Make a function to express a GLSL version ir human-readable form.
Paul Berry
2012-12-06
3
-4
/
+15
*
glsl: Simplify symbol table version checking.
Paul Berry
2012-12-06
5
-7
/
+9
*
mesa: Add ARB_ES3_compatibility flag.
Paul Berry
2012-12-06
2
-0
/
+2
*
glsl: add new variable declaration in function body in lower_output_read
Vincent Lejeune
2012-12-05
1
-0
/
+1
*
glsl: fix uninitialised variable from constructor
Dave Airlie
2012-12-01
1
-0
/
+1
*
glsl: initialise killed_all field.
Dave Airlie
2012-12-01
1
-0
/
+1
*
glsl: fix cut-n-paste error in error handling. (v2)
Dave Airlie
2012-12-01
1
-2
/
+2
*
Revert "glcpp: Rewrite line-continuation support to act globally."
Carl Worth
2012-11-30
1
-43
/
+66
*
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
2012-11-30
1
-66
/
+43
*
glcpp: Update README for new support of __LINE__ and __FILE__.
Carl Worth
2012-11-29
1
-3
/
+1
*
glcpp: Add test involving token pasting of INTEGER tokens.
Carl Worth
2012-11-29
2
-0
/
+15
*
glcpp: Add support for pasting of INTEGER tokens.
Carl Worth
2012-11-29
1
-14
/
+47
*
glcpp: Flag invalid pastes for integer followed by non-digits
Carl Worth
2012-11-29
1
-5
/
+13
*
glcpp: Extend the invalid-paste test
Carl Worth
2012-11-29
2
-0
/
+20
*
glcpp: More factoring-out of common code to simplify things.
Carl Worth
2012-11-29
1
-26
/
+20
*
glcpp: Factor out a tiny bit of repeated code.
Carl Worth
2012-11-29
1
-4
/
+1
*
glcpp: Add support for __LINE__ and __FILE__ macros
Carl Worth
2012-11-29
3
-1
/
+45
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
4
-4
/
+4
*
glcpp: Support #elif(expression) with no intervening space.
Matt Turner
2012-11-28
7
-1
/
+96
*
glcpp: Reject #version and #line not followed by whitespace
Matt Turner
2012-11-28
5
-2
/
+8
*
glsl: Support unsigned integer constants in layout qualifiers.
Kenneth Graunke
2012-11-26
1
-1
/
+6
*
mesa: Fix linker-assigned varying component counting since 8fb1e4a462
Eric Anholt
2012-11-17
1
-2
/
+1
*
glcpp: Don't define macros for extensions that aren't in ES
Matt Turner
2012-11-15
1
-28
/
+31
*
automake: Remove empty file variable.
Brian Paul
2012-11-12
1
-2
/
+1
*
automake: Merge *_CXX_FILES variables in the glsl build.
Eric Anholt
2012-11-12
4
-10
/
+6
*
automake: Fix a comment typo.
Eric Anholt
2012-11-12
1
-1
/
+1
*
glsl: store read vector in a temp in vec_index_to_cond
Vincent Lejeune
2012-11-11
1
-4
/
+12
*
Fix use of glsl_parser.{cc,h} where source dir != build dir.
Darren Salt
2012-11-09
1
-1
/
+2
*
glcpp: wire up glcpp-test to make check
Matt Turner
2012-11-09
2
-4
/
+14
*
glcpp/tests: Add tests for multiline #elif
Matt Turner
2012-11-09
2
-0
/
+15
*
glcpp/tests: Add test for multiline #if
Matt Turner
2012-11-09
2
-0
/
+13
*
glcpp/tests: Add test for multiline #line
Matt Turner
2012-11-09
2
-0
/
+11
*
glcpp/tests: Add test to check #line followed by code
Matt Turner
2012-11-09
2
-0
/
+5
*
glcpp: don't push #line directives into next line
Fabian Bieler
2012-11-09
2
-9
/
+9
*
glcpp: Reject garbage after #else and #endif tokens
Matt Turner
2012-11-09
5
-4
/
+15
*
glsl: add ARB_texture_cube_map_array support (v2)
Dave Airlie
2012-11-09
12
-7
/
+114
*
glsl: fix signed/unsigned comparision warnings on MSVC
Brian Paul
2012-11-06
3
-7
/
+7
*
glsl: remove incorrect 'struct' keyword
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: add 'f' suffix to floats to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
glsl: change int->unsigned to silence MSVC warnings
Brian Paul
2012-11-06
2
-2
/
+2
*
android: Update for builtin_stubs.cpp move
Thierry Reding
2012-11-02
1
-1
/
+1
*
glsl: Fix builtin_compiler build by -I $(top_srcdir)/include.
Johannes Obermayr
2012-11-02
1
-0
/
+1
*
scons: Update for builtin_stubs.cpp
José Fonseca
2012-11-02
1
-3
/
+4
*
build: Don't cross-compile GLSL builtin compiler
Thierry Reding
2012-11-01
5
-36
/
+86
*
mesa: don't always enable OES_standard_derivatives
Marek Olšák
2012-10-31
1
-0
/
+1
*
glsl: Allow ir_if in the linker's move_non_declarations function.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
glcpp: Don't use infinite lookhead for #define differentiation.
Kenneth Graunke
2012-10-25
2
-12
/
+20
*
src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS
Matt Turner
2012-10-25
1
-4
/
+1
*
ralloc: Annotate printf functions with PRINTFLIKE(...)
Matt Turner
2012-10-25
2
-11
/
+6
[next]