index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
Commit message (
Expand
)
Author
Age
Files
Lines
*
print vertex.attrib[n] (from master)
Brian Paul
2008-05-18
1
-3
/
+19
*
Fix some bugs in material, depth range state
Brian Paul
2008-05-18
1
-4
/
+4
*
alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)
Brian Paul
2008-05-18
3
-84
/
+26
*
bring in fixes/changes from master
Brian Paul
2008-05-16
1
-5
/
+14
*
Fix a program refcounting error, don't share program parameter lists.
Brian Paul
2008-05-16
2
-41
/
+20
*
fix parsing of state.texenv.color (bug 14931)
Brian Paul
2008-05-14
2
-2
/
+4
*
Consolidate texture fetch code and use partial derivatives when possible.
Brian Paul
2008-05-14
2
-67
/
+70
*
mesa: fix InfoLog memleak, misc sync with master
Brian Paul
2008-05-14
1
-4
/
+8
*
Bug #13492: Only call ProgramStringNotify if program parsing succeeded.
Eric Anholt
2008-05-14
1
-2
/
+2
*
fix swizzle error test (bug 11881)
Brian
2008-05-14
1
-2
/
+2
*
fix-up inlined/non-inlined function inconsistencies
Brian Paul
2008-05-14
2
-9
/
+9
*
mesa: rm unneeded file
Brian Paul
2008-05-14
1
-64
/
+0
*
mesa: prefix rm command with -
Brian Paul
2008-05-14
1
-1
/
+1
*
rewrite some of the mat*mat, mat*vec intrinsics
Brian Paul
2008-05-14
3
-567
/
+336
*
mesa: regenerate slang built-in data (asin(vec4) fix)
Brian Paul
2008-05-14
1
-41
/
+42
*
mesa: fix missing w assignment in asin(vec4)
Brian Paul
2008-05-14
1
-0
/
+1
*
mesa: use CALLOC_STRUCT()
Brian Paul
2008-05-14
1
-2
/
+1
*
mesa: updated comment
Brian Paul
2008-05-14
1
-6
/
+3
*
mesa: minor bug fixes from master
Brian Paul
2008-05-14
1
-1
/
+11
*
mesa: dead code removal
Brian Paul
2008-05-14
1
-3
/
+0
*
mesa: minor bug fixes, null ptr checks, dead code removal
Brian Paul
2008-05-14
1
-11
/
+8
*
mesa: fix errors in LightModelProduct state, other misc error cases
Brian Paul
2008-05-14
1
-5
/
+11
*
mesa: glUniform(location==-1) is not an error
Brian Paul
2008-05-14
1
-0
/
+9
*
fix some additional program refcounting bugs
Brian Paul
2008-05-14
3
-9
/
+6
*
gallium: implement full reference counting for vertex/fragment programs
Brian
2008-05-06
5
-47
/
+101
*
gallium: fix potential divide by zero in fog computation
Brian Paul
2008-04-23
1
-3
/
+5
*
mesa: added internal post color matrix scale/bias vars
Brian Paul
2008-04-16
2
-0
/
+14
*
fix GL_ARB_texture_rectangle breakage
Brian Paul
2008-04-14
1
-3
/
+3
*
mesa: define #extension GL_ARB_texture_rectangle
David Flynn
2008-04-14
1
-0
/
+4
*
mesa: call _mesa_remove_varying_reads() after compiling vertex shaders
Brian
2008-04-07
1
-0
/
+15
*
mesa: new _mesa_remove_varying_reads() function
Brian
2008-04-07
2
-2
/
+96
*
mesa: added _mesa_insert_instructions()
Brian
2008-04-07
2
-10
/
+52
*
mesa: added _mesa_free_instructions()
Brian
2008-04-07
2
-0
/
+20
*
mesa: no longer combine vertex/fragment shader parameters/uniforms
Brian
2008-04-04
2
-267
/
+233
*
mesa: new functions for managing list/index of uniforms
Brian
2008-04-04
2
-0
/
+248
*
gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders
Brian Paul
2008-04-04
1
-0
/
+2
*
fix parsing bug involving comments at the end of ARB v/f programs
Markus Amsler
2008-03-31
2
-6
/
+6
*
consolidate some parsing functions that were pretty much identical for vertex...
Brian
2008-03-27
1
-152
/
+71
*
mesa: misc sync-up with master
Brian
2008-03-27
1
-3
/
+3
*
raise GL_INVALID_OPERATION if glProgramString compilation fails
Brian
2008-03-27
1
-1
/
+1
*
Fix the compile of disabled DEBUG_PARSING code.
Brian
2008-03-27
1
-1
/
+1
*
make sure state token values are fully initialized
Brian
2008-03-27
1
-1
/
+1
*
added program_error2() function for better error reporting
Brian
2008-03-27
1
-47
/
+60
*
Fix state.texgen parsing error (bug 12313).
Brian
2008-03-27
1
-5
/
+12
*
mesa: fix some issues in _mesa_combine_programs()
Brian Paul
2008-03-25
1
-2
/
+21
*
mesa: append fog instructions after parsing if a fog option is set
Brian Paul
2008-03-25
1
-0
/
+11
*
mesa: when negating scalar src args, use NEGATE_XYZW, not NEGATE_X
Brian Paul
2008-03-25
1
-6
/
+6
*
use ctx->Driver.DeleteProgram() in a few more places
Brian
2008-03-22
2
-4
/
+4
*
only set InputsRead bit if input is really used
Markus Amsler
2008-03-17
1
-3
/
+5
*
mesa: init tmpNode to zeros
Brian Paul
2008-03-14
1
-0
/
+1
[next]