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
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-122
/
+0
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
1
-7
/
+0
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
1
-2
/
+1
*
glsl: Don't add nir files to libglsl_la_SOURCES
Kristian Høgsberg Kristensen
2016-01-08
1
-0
/
+1
*
scons: Build nir/glsl_types.cpp once.
Jose Fonseca
2015-10-19
1
-1
/
+6
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
1
-0
/
+2
*
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
2015-06-12
1
-1
/
+3
*
scons: Cleanup flex/bison settings specification.
Jose Fonseca
2015-03-22
1
-8
/
+12
*
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
2015-03-04
1
-0
/
+2
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
1
-0
/
+2
*
util: Move the open-addressing linear-probing hash_table to src/util.
Kenneth Graunke
2014-08-04
1
-2
/
+0
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-0
/
+3
*
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
[next]