index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
Age
Commit message (
Expand
)
Author
2011-03-04
glsl: Process redeclarations before initializers
Ian Romanick
2011-03-04
glsl: Refactor AST-to-HIR code handling variable initializers
Ian Romanick
2011-03-04
glsl: Refactor AST-to-HIR code handling variable redeclarations
Ian Romanick
2011-03-04
scons: Unbreak mingw cross compilation.
José Fonseca
2011-03-04
scons: Get glsl2 and glcpp programs building correctly.
José Fonseca
2011-03-04
glsl/glcpp: Use stdio.h instead of unistd.h.
José Fonseca
2011-03-04
glsl: Define YY_NO_UNISTD_H on MSVC.
José Fonseca
2011-03-03
glcpp: Remove trailing contexts from #if rules.
Kenneth Graunke
2011-03-03
glcpp: Rework lexer to use a SKIP state rather than REJECT.
Kenneth Graunke
2011-03-03
glcpp/tests: Update 063-comments.c.expected to match output.
Kenneth Graunke
2011-03-03
scons: More tweaks to fix MinGW build.
José Fonseca
2011-03-03
scons: Ensure generated headers are in the include path.
José Fonseca
2011-03-02
glsl: Remove unused glcpp/Makefile.am.
Kenneth Graunke
2011-03-02
glsl: Remove 'tests' subfolder.
Kenneth Graunke
2011-03-01
scons: Use Flex and Bison to generate lexer/parser files.
Kenneth Graunke
2011-03-01
glsl: Rename .lpp to .ll and .ypp to .yy.
Kenneth Graunke
2011-03-01
Add generated parser / lexer files to gitignore lists
Ian Romanick
2011-03-01
glcpp: Remove files generated by flex and bison from GIT
Ian Romanick
2011-03-01
glsl: Remove files generated by flex and bison from GIT
Ian Romanick
2011-02-28
glsl: Enable GL_OES_texture_3D extension for ES2.
Kenneth Graunke
2011-02-28
glsl: Use reralloc instead of plain realloc.
Kenneth Graunke
2011-02-27
glsl/builtins: Fix return type for textureSize sampler2DArray variants.
Kenneth Graunke
2011-02-26
glsl/Makefile: Remove builtin_function.cpp if generation fails.
Arkadiusz Miskiewicz
2011-02-21
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
2011-02-19
glsl: Remove $(PWD) from Makefile in favor of .
Kenneth Graunke
2011-02-15
linker: Fix off-by-one error implicit array sizing
Ian Romanick
2011-02-15
glsl: Reinstate constant-folding for division by zero
Chad Versace
2011-02-15
Revert "glsl: Fix constant-folding for reciprocal expressions"
Chad Versace
2011-02-11
mesa: Optionally build a dricore support library (v3)
Christopher James Halse Rogers
2011-02-11
glcpp: regerated files
Ian Romanick
2011-02-11
glsl: Regenerate files modified by previous commits
Ian Romanick
2011-02-11
glsl: Finish out the reduce/reduce error fixes
Ian Romanick
2011-02-11
glsl: Eliminate reduce/reduce conflicts in glsl grammar
Keith Packard
2011-02-11
scons: builtin_glsl_function on windows needs bundled getopt.
José Fonseca
2011-02-11
scons: Try to support building 64bit binaries on 32bit windows.
José Fonseca
2011-02-11
glsl: Fix parallel build.
Tobias Jakobi
2011-02-10
glsl/Makefile: glcpp doesn't need libglsl.a.
Kenneth Graunke
2011-02-08
glsl: Disable the new copy propagation pass until it gets fixed.
Eric Anholt
2011-02-08
glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
Chad Versace
2011-02-04
linker: Generate link errors when ES shaders are missing stages
Ian Romanick
2011-02-04
glsl: Add opt_copy_propagation_elements.cpp to SConscript.
Vinson Lee
2011-02-04
glsl: Remove extra checks for constant true assignment conditions.
Eric Anholt
2011-02-04
glsl: Fix a comment typo in copy propagation.
Eric Anholt
2011-02-04
glsl: Add a new opt_copy_propagation variant that does it channel-wise.
Eric Anholt
2011-02-03
ralloc: Add missing va_end following va_copy.
Vinson Lee
2011-02-03
glsl: Add using statements for standard library functions.
Vinson Lee
2011-02-02
glcpp: Raise error when modulus is zero
Chad Versace
2011-02-02
glsl: Avoid division-by-zero during constant-folding
Chad Versace
2011-02-02
glsl: Fix constant-folding for reciprocal expressions
Chad Versace
2011-02-01
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
[next]