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
*
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
*
android: glcpp: fix abuse of yylex
Negreanu Marius Adrian
2012-10-02
1
-3
/
+3
*
build: Build src/glsl with visibility CFLAGS
Matt Turner
2012-10-01
1
-3
/
+3
*
build: Use PTHREAD_LIBS and PTHREAD_CFLAGS
Matt Turner
2012-10-01
1
-3
/
+5
*
scons: Use full path of texture_builtins.py.
Vinson Lee
2012-09-29
1
-1
/
+1
*
glsl: Rename variable_entry2 back to variable_entry in struct splitting.
Kenneth Graunke
2012-09-29
1
-21
/
+17
*
glsl: make _mesa_builtin_uniform_desc static
Dave Airlie
2012-09-18
1
-1
/
+1
*
scons: add new -p (prefix) options for yacc
Brian Paul
2012-09-15
1
-1
/
+1
*
glsl: make tex_opcode_strs static
Dave Airlie
2012-09-15
1
-1
/
+1
*
glsl: make builtin_mem_ctx a static
Dave Airlie
2012-09-15
1
-1
/
+1
*
mesa/glsl: rename preprocess to glcpp_preprocess
Dave Airlie
2012-09-15
6
-6
/
+6
*
glcpp: fix abuse of yylex
Dave Airlie
2012-09-15
2
-9
/
+1
*
glsl: Generate compile errors for explicit blend indices < 0 or > 1.
Kenneth Graunke
2012-09-10
1
-2
/
+17
*
glsl: Count builtin uniforms against uniform component limits.
Eric Anholt
2012-09-07
1
-1
/
+4
*
glsl: s/class/struct/ for ast_type_qualifier
Brian Paul
2012-08-29
1
-1
/
+1
*
glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_field
Stéphane Marchesin
2012-08-23
1
-1
/
+1
*
build/glsl: fix android build v2
Tapani Pälli
2012-08-23
1
-1
/
+1
*
build: Fix out-of-tree generation of builtin_function.cpp
Matt Turner
2012-08-14
1
-2
/
+2
*
build/glsl: fix location of generated files.
Christopher James Halse Rogers
2012-08-13
3
-15
/
+8
*
glsl: Refuse to parse uniform block declarations when UBOs aren't available.
Eric Anholt
2012-08-07
1
-0
/
+20
*
glsl: Align GL_UNIFORM_BLOCK_DATA_SIZE according to std140 rules.
Eric Anholt
2012-08-07
1
-1
/
+13
*
glsl: Only flag RowMajor on matrix-type variables.
Eric Anholt
2012-08-07
1
-5
/
+9
*
glsl: Fix calculation of std140 offset alignment for mat2s.
Eric Anholt
2012-08-07
1
-4
/
+9
[next]