summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Fix build problem for Mac by temporarily disabling host build.David Li1-2/+0
2011-03-08Merge changes Icbc6c857,Ia5b2c794David Li3-6/+6
2011-03-07Remove include which breaks build after compiler has changed.David Li1-1/+1
2011-02-25Changes to work with libAgl2 to implement GL ES 2.0David Li2-2/+3
2011-02-11Fix make files, attribute & uniform linking and pow intrinsic.David Li1-4/+3
2011-02-10Remove unnecessary files and minor interface change.David Li5-6463/+386
2011-02-08Changed some states to enum; static gl_context for shader compiling/linking.David Li3-108/+155
2011-02-07Checkpoint: factor out minimum context required for shader functionalityDavid Li1-2/+1
2011-02-04Checkpoint: work on testDavid Li22-7298/+16
2011-02-03Delete unnecessary files.David Li8-7261/+0
2011-02-03Checkpoint: scanline codegen.David Li1-3/+8
2011-02-02Checkpoint on functional shader functions in pixelfinger2.David Li1-3/+3
2011-02-01Checkpoint on refactoring shader functions into pixelfinger2.David Li2-0/+5
2011-02-01Attribute, varying and uniform linking.David Li4-285/+268
2011-01-31Fix hieralloc_realloc bug, and prepare for attributes list.David Li1-0/+3
2011-01-27Start merging pixelflinger2David Li1-5/+54
2011-01-24Remove unnecessary files.David Li156-115224/+0
2011-01-21Working GLSL Compiler & JITDavid Li71-30179/+2
2011-01-20Initial Mesa Source CodeDavid Li280-0/+173857