index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
Age
Commit message (
Expand
)
Author
2006-04-14
Silence a few -pedantic warnings.
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2006-04-05
Silence minor compiler warnings (-Wextra).
Brian Paul
2006-04-04
More GLSL code:
Michal Krol
2006-03-29
move NumNativeAlu/TexInstruction assignments (Ewald Snel)
Brian Paul
2006-03-24
Make ARB_vp backends happy with nv arl
Aapo Tahkola
2006-03-22
ARL dst idx was undefined.
Aapo Tahkola
2006-03-21
Silencium gcc warnings.
Michal Krol
2006-03-21
GLSL fixes:
Michal Krol
2006-03-17
Committing in .
Jouk Jansen
2006-03-15
rename enums, fixes compilation breakage (Michal Krol)
Brian Paul
2006-03-14
More GLSL code:
Michal Krol
2006-03-07
Committing in .
Jouk Jansen
2006-03-03
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-01
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2006-02-27
silence a bunch of warnings
Brian Paul
2006-02-27
More GLSL code:
Michal Krol
2006-02-22
add some #includes, fix some prototypes (bug 5992)
Brian Paul
2006-02-22
add missing prototypes, use _slang_ prefix on non-static functions
Brian Paul
2006-02-22
silence a variety of compiler warnings
Brian Paul
2006-02-21
More GLSL code:
Michal Krol
2006-02-21
Committing in .
Jouk Jansen
2006-02-18
More GLSL code.
Michal Krol
2006-02-15
Set NumInstructions (bug 5864)
Brian Paul
2006-02-15
Fix a few warnings:
Brian Paul
2006-02-15
Add support for forward function declarations.
Michal Krol
2006-02-15
Add fragment shader execute entry.
Michal Krol
2006-02-13
Update OpenVMS compile support
Jouk Jansen
2006-02-13
More glsl code.
Michal Krol
2006-02-13
REVISION 3.
Michal Krol
2006-02-13
Cosmetic changes.
Michal Krol
2006-02-13
Delete most of the comments.
Michal Krol
2006-02-13
Get it running for ARB_vertex_shader.
Michal Krol
2006-02-13
Rename current_program to CurrentProgram.
Michal Krol
2006-01-30
Split slang_compile.c into several smaller files - it was just too big.
Michal Krol
2006-01-16
remove some test code;
Michal Krol
2006-01-16
remove slang_*_gc.h files;
Michal Krol
2005-12-06
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-11-22
track state flags which might invalidate parameter lists
Keith Whitwell
2005-11-20
move _mesa_init_instruction() to program.c
Brian Paul
2005-11-20
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-19
remove incorrect cast
Brian Paul
2005-11-19
Saturate is a 1-bit boolean field
Brian Paul
2005-11-19
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-19
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-19
update comments, remove ^M chars
Brian Paul
2005-11-19
move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.h
Brian Paul
2005-11-12
Improve _mesa_print_program().
Brian Paul
2005-11-12
fix comment for TexSrcTarget
Brian Paul
2005-11-12
update some assertions
Brian Paul
[next]