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
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
2008-07-09
mesa: fix state.clip[n].plane parsing bug (bug 16611)
Brian Paul
2008-06-12
glsl: implement variable array indexes
Zack Rusin
2008-06-12
glsl: implement variable array indexes
Zack Rusin
2008-05-16
init SamplersUsed bits in _mesa_parse_arb_fragment_program
Brian Paul
2008-03-27
consolidate some parsing functions that were pretty much identical for vertex...
Brian
2008-03-27
consolidate some parsing functions that were pretty much identical for vertex...
Brian
2008-03-27
when negating scalar src args, use NEGATE_XYZW, not NEGATE_X
Brian
2008-03-27
Set param_var->param_binding_type = PROGRAM_CONSTANT
Brian
2008-03-27
mesa: misc sync-up with master
Brian
2008-03-27
raise GL_INVALID_OPERATION if glProgramString compilation fails
Brian
2008-03-27
make sure state token values are fully initialized
Brian
2008-03-27
added program_error2() function for better error reporting
Brian
2008-03-27
Fix state.texgen parsing error (bug 12313).
Brian
2008-03-25
mesa: append fog instructions after parsing if a fog option is set
Brian Paul
2008-03-25
mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_X
Brian Paul
2008-03-17
only set InputsRead bit if input is really used
Markus Amsler
2008-03-17
only set InputsRead bit if input is really used
Markus Amsler
2008-03-12
mesa: set SamplersUsed bitmask when parsing ARB fragment programs
Brian
2008-02-27
mesa: set input read only on success
Jerome Glisse
2008-02-27
mesa: set input read only on success
Markus Amsler
2008-02-20
raise GL_INVALID_OPERATION if glProgramString compilation fails
Brian
2008-01-18
s/varible/variable/
Brian
2008-01-18
set param type to PROGRAM_CONSTANT when parsing immediates
Brian
2008-01-15
Fix the compile of disabled DEBUG_PARSING code.
Eric Anholt
[next]