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
/
lex.yy.c
Age
Commit message (
Expand
)
Author
2010-01-22
mesa: Add "shader/" path to #include statements in shader parser/lexer sources
Alan Coopersmith
2009-11-06
Merge branch 'mesa_7_6_branch'
Ian Romanick
2009-11-06
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
Ian Romanick
2009-11-02
ARB prog parser: Fix a couple issues with previous merge from mesa_7_6_branch
Ian Romanick
2009-10-28
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-27
ARB prog parser: Fix epic memory leak in lexer / parser interface
Ian Romanick
2009-10-19
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
2009-10-15
mesa: regenerated lex.yy.c w/ _mesa_strtod()
Brian Paul
2009-09-24
NV fp lexer: Add UP4B and UP4UB instructions that were previously missing
Ian Romanick
2009-09-10
Merge branch 'master' into asm-shader-rework-2
Ian Romanick
2009-09-10
ARB prog lexer: Add missing #include to silence compile warning
Ian Romanick
2009-09-10
ARB prog parser: Differentiate between used and unused names in the lexer
Ian Romanick
2009-09-07
mesa: Include <unistd.h> only when one is available.
Michal Krol
2009-09-04
NV fp parser: Support instruction and TEMP / OUTPUT sizes
Ian Romanick
2009-09-04
ARB prog: replace 'unsigned' with 'gl_state_index'
Brian Paul
2009-09-04
ARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK
Brian Paul
2009-08-31
NV fp lexer: Add new opcodes
Ian Romanick
2009-08-23
ARB prog lexer: Fix lexer to eat both DOS and Unix line endings
Ian Romanick
2009-07-29
ARB prog lexer: attenuation is not just for vp
Ian Romanick
2009-07-27
ARB prog parser: Add support for GL_MESA_texture_array
Ian Romanick
2009-07-27
ARB prog parser: Add support for GL_ARB_fragment_program_shadow
Ian Romanick
2009-07-27
ARB prog parser: Fix handling of RECT
Ian Romanick
2009-07-27
ARB prog: Update generated files missed on previous two commits
Ian Romanick
2009-07-20
ARB_fp/vp: Initial import of new ARB vp/fp assembler
Ian Romanick