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
2008-05-14
fix swizzle error test (bug 11881)
Brian
2008-05-14
fix-up inlined/non-inlined function inconsistencies
Brian Paul
2008-05-14
mesa: rm unneeded file
Brian Paul
2008-05-14
mesa: prefix rm command with -
Brian Paul
2008-05-14
rewrite some of the mat*mat, mat*vec intrinsics
Brian Paul
2008-05-14
mesa: regenerate slang built-in data (asin(vec4) fix)
Brian Paul
2008-05-14
mesa: fix missing w assignment in asin(vec4)
Brian Paul
2008-05-14
mesa: use CALLOC_STRUCT()
Brian Paul
2008-05-14
mesa: updated comment
Brian Paul
2008-05-14
mesa: minor bug fixes from master
Brian Paul
2008-05-14
mesa: dead code removal
Brian Paul
2008-05-14
mesa: minor bug fixes, null ptr checks, dead code removal
Brian Paul
2008-05-14
mesa: fix errors in LightModelProduct state, other misc error cases
Brian Paul
2008-05-14
mesa: glUniform(location==-1) is not an error
Brian Paul
2008-05-14
fix some additional program refcounting bugs
Brian Paul
2008-05-06
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-04-23
gallium: fix potential divide by zero in fog computation
Brian Paul
2008-04-16
mesa: added internal post color matrix scale/bias vars
Brian Paul
2008-04-14
fix GL_ARB_texture_rectangle breakage
Brian Paul
2008-04-14
mesa: define #extension GL_ARB_texture_rectangle
David Flynn
2008-04-07
mesa: call _mesa_remove_varying_reads() after compiling vertex shaders
Brian
2008-04-07
mesa: new _mesa_remove_varying_reads() function
Brian
2008-04-07
mesa: added _mesa_insert_instructions()
Brian
2008-04-07
mesa: added _mesa_free_instructions()
Brian
2008-04-04
mesa: no longer combine vertex/fragment shader parameters/uniforms
Brian
2008-04-04
mesa: new functions for managing list/index of uniforms
Brian
2008-04-04
gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders
Brian Paul
2008-03-31
fix parsing bug involving comments at the end of ARB v/f programs
Markus Amsler
2008-03-27
consolidate some parsing functions that were pretty much identical for vertex...
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
Fix the compile of disabled DEBUG_PARSING code.
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: fix some issues in _mesa_combine_programs()
Brian Paul
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-22
use ctx->Driver.DeleteProgram() in a few more places
Brian
2008-03-17
only set InputsRead bit if input is really used
Markus Amsler
2008-03-14
mesa: init tmpNode to zeros
Brian Paul
2008-03-14
mesa: fix emit_clamp() so that we don't use an output register as temporary
Brian Paul
2008-03-13
mesa: fix (harmless?) assignment in assert
Keith Whitwell
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-25
Remove files of unsupported build systems.
José Fonseca
2008-01-18
s/varible/variable/
Brian
2008-01-18
set param type to PROGRAM_CONSTANT when parsing immediates
Brian
2008-01-16
use NEGATE_X/Y/Z/W tokens
Brian
2008-01-16
clean-up swizzle fields in fog code, fix NegateBase
Brian
[next]