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-08-02
Enable vec4 extension for x86 back-end.
Michal Krol
2006-08-02
Add vec4 extension.
Michal Krol
2006-08-01
Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
Michal Krol
2006-07-30
Program to convert .syn file to .h headers.
Michal Krol
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-06-28
propagate errors from parse_generic_attrib_num in parse_attrib_binding (-> do...
Tilman Sauerbeck
2006-06-12
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-05-30
Define new NEGATE_* tokens for setting the src register's NegateBase field.
Brian Paul
2006-05-30
don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, ...
Tilman Sauerbeck
2006-05-30
Remove not needed forward declaration.
Michal Krol
2006-05-29
don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done...
Tilman Sauerbeck
2006-05-29
generic attribute 0 wasn't handled correctly (Jesse Allen)
Brian Paul
2006-05-24
Roll _mesa_free_parameters() into calling function (the only caller).
Brian Paul
2006-05-24
fix a small memory leak in _mesa_add_state_reference()
Brian Paul
2006-05-24
use GLbitfield for StateFlags, improved comments
Brian Paul
2006-05-18
change initialization of texcoords - not all C compilers support non-constant...
Brian Paul
2006-05-17
unbreak the build
Tilman Sauerbeck
2006-05-16
Fix typo.
Michal Krol
2006-05-16
Change error message wording.
Michal Krol
2006-05-16
Rename print() to printMESA().
Michal Krol
2006-05-16
Fix attrib handling.
Michal Krol
2006-05-16
Extend printMESA function to output also to shader's info log.
Michal Krol
2006-05-16
Cleanup code. Change constructor prototype.
Michal Krol
2006-05-16
Cleanup code.
Michal Krol
2006-05-16
Change constructor prototype.
Michal Krol
2006-05-16
Remove carriage returns.
Michal Krol
2006-05-16
Add GetInfoLogLength and WriteAttrib functions.
Michal Krol
2006-05-16
Cleanup GLhandle-to-object translation macros.
Michal Krol
2006-04-28
added a trailing newline to pacify gcc
Tilman Sauerbeck
2006-04-28
fix second memory leak (bug 5557)
Brian Paul
2006-04-28
fix first memory leak (bug 5557)
Brian Paul
2006-04-25
Remove carriage returns.
Michal Krol
2006-04-25
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-20
check glLoadProgramNV len < 0 (bug 6679)
Brian Paul
2006-04-19
SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program
Dave Airlie
2006-04-18
Remove carriage-return chars *ONLY*.
Michal Krol
2006-04-18
Add support for ARB_vertex_shader attrib binding and query.
Michal Krol
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
[next]