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
/
mesa
/
shader
/
slang
Age
Commit message (
Collapse
)
Author
2005-03-29
fix a variety of warnings/errors
Brian Paul
2005-03-25
fix comments; fix TBuiltInResource typedef
Michal Krol
2005-03-25
fix comments; disable DLL linkage for WIN32
Michal Krol
2005-03-18
update against 03-Feb-2005 release
Michal Krol
2005-03-18
a little program to change // comments to /* */ ones
Michal Krol
2005-03-18
glslang flex and bison sources:
Michal Krol
flex glslang.l bison -t -v -d glslang.y mv glslang.tab.c Gen_glslang_tab.cpp (shouldn't be .c?) mv glslang.tab.h glslang_tab.h
2005-03-14
make it compile under linux
Michal Krol
2005-03-14
make it compile under gcc 3.3.2
Michal Krol
2005-03-14
fix enum comma
Michal Krol
2005-01-28
move file
Michal Krol
2005-01-21
Handy TIntermTraverser class wrapper
Michal Krol
2005-01-18
remove #ifndef linux, it isnt defined on Linux, where should I define it?
Michal Krol
2005-01-18
comment out _THROW calls, dont want to compile under Linux
Michal Krol
2005-01-18
fix // comments
Michal Krol
2005-01-17
2005-oct-19 3dlabs slang compiler, tweaked a little bit
Michal Krol
2005-01-17
slang to mesa compatibility, tested only under Windows
Michal Krol