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
/
arbprogparse.c
Age
Commit message (
Expand
)
Author
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-21
mesa: support for GL_ARB_fragment_coord_conventions
Luca Barbieri
2010-01-16
mesa: Remove unnecessary headers from arbprogparse.c.
Vinson Lee
2009-12-12
Remove grammar module -- no dependencies left.
Michal Krol
2009-11-06
ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...
Ian Romanick
2009-08-18
Merge branch 'master' into asm-shader-rework-1
Ian Romanick
2009-08-18
ARB prog parser: Delete the old parser
Ian Romanick
2009-08-18
ARB prog: Revert some changes to debug output
Ian Romanick
2009-08-12
Merge branch 'new-frag-attribs'
Brian Paul
2009-07-30
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-30
mesa: move misplaced return statement
Brian Paul
2009-07-30
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-30
mesa: add missing return after catching program error
Brian Paul
2009-07-29
mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs
Brian Paul
2009-07-24
ARB prog: get frag prog texture info from the right place
Ian Romanick
2009-07-20
ARB_fp/vp: Initial import of new ARB vp/fp assembler
Ian Romanick
2009-07-03
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-02
mesa: s/TRUE/GL_TRUE
Keith Whitwell
2009-07-02
mesa: ensure UsesFogFragCoord value is set for non-glsl shaders
Keith Whitwell
2009-06-09
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-08
mesa: better error message for invalid texture unit index
Brian Paul
2009-05-22
mesa: remove MAX_VERTEX_PROGRAM_ATTRIBS
Brian Paul
2009-05-06
mesa: be smarter about allocating vert/frag program constants
Brian Paul
2009-04-22
mesa: Fix buffer overflow when parsing generic vertex attributes.
Brian Paul
2009-04-14
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-03
mesa: fix parameter counting in ARB vertex/fragment program parsing
Brian Paul
2009-04-03
mesa: replace >= with > when testing if we've exceeded max local params
Brian Paul
2009-03-16
mesa: Silence compiler warnings.
Michal Krol
2009-03-07
mesa: gl_register_file enum typedef
Brian Paul
2009-03-07
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-02-28
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-20
mesa: add TexShadow field to prog_instruction
Brian Paul
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-01-28
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-14
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2009-01-14
Treat image units and coordinate units differently.
Ian Romanick
2008-10-10
Merge commit 'origin/master' into gallium-0.2
Keith Whitwell
2008-10-06
mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONE
Brian Paul
2008-10-02
mesa: Fix compiler warnings on Windows.
Michal Krol
2008-09-30
cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS ins...
Jonathan White
2008-09-21
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-21
Merge branch 'master' into gallium-0.2
Keith Whitwell
2008-09-19
mesa: Fix compiler error.
Michal Krol
2008-09-19
mesa: Fix arb parse constants
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-09-05
mesa: _mesa_program_state_string() returns char *, not const char *.
Michal Krol
2008-07-24
mesa: Prefix main includes with dir to avoid conflicts.
José Fonseca
2008-07-09
mesa: fix state.clip[n].plane parsing bug (bug 16611)
Brian Paul
[next]