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
/
SConscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: add common.c as part of glcpp build
Tapani Pälli
2014-05-30
1
-1
/
+1
*
glsl_compiler: Re-enable building glsl_compiler
Ian Romanick
2013-10-07
1
-3
/
+3
*
glsl: Remove builtin_compiler from the build system.
Kenneth Graunke
2013-09-09
1
-48
/
+18
*
scons: Add imports.c to builtin_compiler build.
Vinson Lee
2013-01-24
1
-0
/
+2
*
glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES
Matt Turner
2013-01-22
1
-3
/
+2
*
mesa: Use the new hash table for the variable refcount visitor.
Eric Anholt
2012-12-07
1
-0
/
+4
*
program/hash_table.c: rename to program/prog_hash_table.c
Jordan Justen
2012-12-07
1
-2
/
+2
*
automake: Merge *_CXX_FILES variables in the glsl build.
Eric Anholt
2012-11-12
1
-1
/
+1
*
scons: Update for builtin_stubs.cpp
José Fonseca
2012-11-02
1
-3
/
+4
*
scons: Use full path of texture_builtins.py.
Vinson Lee
2012-09-29
1
-1
/
+1
*
scons: add new -p (prefix) options for yacc
Brian Paul
2012-09-15
1
-1
/
+1
*
scons: set YACCHXXFILESUFFIX to stop needless rebuilding of the parser
José Fonseca
2012-08-02
1
-0
/
+4
*
scons: Add glsl/glcpp to the include path.
Vinson Lee
2012-06-23
1
-2
/
+2
*
glsl: rename Makefile.sources' _SOURCES variables
Matt Turner
2012-01-30
1
-3
/
+3
*
scons: include src/glsl/Makefile.sources
Chia-I Wu
2011-11-02
1
-68
/
+14
*
scons: Add link_uniforms.cpp to SConscript.
Vinson Lee
2011-10-25
1
-0
/
+1
*
glsl: Implement a lowering pass for gl_ClipDistance.
Paul Berry
2011-09-23
1
-0
/
+1
*
glsl: Add standalone_scaffolding.cpp to SConscript.
Vinson Lee
2011-07-22
1
-0
/
+1
*
glsl: Add ir_function_detect_recursion.cpp to SConscript.
Vinson Lee
2011-07-20
1
-0
/
+1
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
1
-2
/
+2
*
scons: copy hash_table.c, symbol_table.c to glsl directory
Jose Fonseca
2011-03-15
1
-2
/
+7
*
scons: Unbreak mingw cross compilation.
José Fonseca
2011-03-04
1
-7
/
+12
*
scons: Get glsl2 and glcpp programs building correctly.
José Fonseca
2011-03-04
1
-20
/
+21
*
scons: More tweaks to fix MinGW build.
José Fonseca
2011-03-03
1
-5
/
+16
*
scons: Ensure generated headers are in the include path.
José Fonseca
2011-03-03
1
-0
/
+3
*
scons: Use Flex and Bison to generate lexer/parser files.
Kenneth Graunke
2011-03-01
1
-4
/
+15
*
scons: builtin_glsl_function on windows needs bundled getopt.
José Fonseca
2011-02-11
1
-1
/
+7
*
scons: Try to support building 64bit binaries on 32bit windows.
José Fonseca
2011-02-11
1
-4
/
+1
*
glsl: Add opt_copy_propagation_elements.cpp to SConscript.
Vinson Lee
2011-02-04
1
-0
/
+1
*
scons/glsl: add top-level 'include' dir to CPPPATH
Brian Paul
2011-01-31
1
-0
/
+1
*
Remove talloc from the SCons build system.
Kenneth Graunke
2011-01-31
1
-19
/
+1
*
ralloc: Add a fake implementation of ralloc based on talloc.
Kenneth Graunke
2011-01-31
1
-0
/
+1
*
glsl: Fix mingw crosscompile
Jakob Bornecrantz
2011-01-25
1
-0
/
+1
*
scons: Fix cross-compilation.
José Fonseca
2011-01-13
1
-30
/
+39
*
glsl: Make builtin_compiler build on Windows with MSVC.
José Fonseca
2011-01-12
1
-1
/
+13
*
getopt: Import OpenBSD getopt implementation for MSVC.
José Fonseca
2011-01-12
1
-0
/
+4
*
glsl: Autogenerate builtin_functions.cpp as part of the build process.
Kenneth Graunke
2011-01-10
1
-2
/
+22
*
glsl: new glsl_strtod() wrapper to fix decimal point interpretation
Brian Paul
2010-12-14
1
-0
/
+1
*
glsl: Add a lowering pass to move discards out of if-statements.
Kenneth Graunke
2010-12-01
1
-0
/
+1
*
glsl: Add an optimization pass to simplify discards.
Kenneth Graunke
2010-12-01
1
-0
/
+1
*
glsl: Add lower_vector.cpp to SConscript.
Vinson Lee
2010-11-19
1
-0
/
+1
*
glsl: Combine many instruction lowering passes into one.
Kenneth Graunke
2010-11-19
1
-4
/
+1
*
glsl: Add ir_constant_expression.cpp to SConscript.
Vinson Lee
2010-11-15
1
-0
/
+1
*
glsl: remove opt_constant_expression.cpp from SConscript
Brian Paul
2010-11-15
1
-3
/
+2
*
glsl: Rename various ir_* files to lower_* and opt_*.
Kenneth Graunke
2010-11-15
1
-24
/
+24
*
glsl: add pass to lower variable array indexing to conditional assignments
Luca Barbieri
2010-09-17
1
-0
/
+1
*
glsl2: Add pass to remove redundant jumps
Ian Romanick
2010-09-13
1
-0
/
+1
*
glsl: add continue/break/return unification/elimination pass (v2)
Luca Barbieri
2010-09-13
1
-1
/
+1
*
glsl2: Fix scons build for all platforms
Jakob Bornecrantz
2010-09-10
1
-0
/
+1
*
glsl: Add new files to sconscript.
José Fonseca
2010-09-05
1
-0
/
+3
[next]