index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
2
-22
/
+22
*
Define new NEGATE_* tokens for setting the src register's NegateBase field.
Brian Paul
2006-05-30
3
-17
/
+30
*
don't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB, ...
Tilman Sauerbeck
2006-05-30
1
-0
/
+1
*
Remove not needed forward declaration.
Michal Krol
2006-05-30
1
-1
/
+0
*
don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done...
Tilman Sauerbeck
2006-05-29
1
-6
/
+0
*
generic attribute 0 wasn't handled correctly (Jesse Allen)
Brian Paul
2006-05-29
1
-0
/
+8
*
Roll _mesa_free_parameters() into calling function (the only caller).
Brian Paul
2006-05-24
2
-43
/
+32
*
fix a small memory leak in _mesa_add_state_reference()
Brian Paul
2006-05-24
1
-0
/
+3
*
use GLbitfield for StateFlags, improved comments
Brian Paul
2006-05-24
1
-11
/
+13
*
change initialization of texcoords - not all C compilers support non-constant...
Brian Paul
2006-05-18
1
-6
/
+36
*
unbreak the build
Tilman Sauerbeck
2006-05-17
1
-0
/
+1
*
Fix typo.
Michal Krol
2006-05-16
1
-2
/
+2
*
Change error message wording.
Michal Krol
2006-05-16
2
-10
/
+10
*
Rename print() to printMESA().
Michal Krol
2006-05-16
2
-94
/
+101
*
Fix attrib handling.
Michal Krol
2006-05-16
2
-31
/
+53
*
Extend printMESA function to output also to shader's info log.
Michal Krol
2006-05-16
3
-22
/
+75
*
Cleanup code. Change constructor prototype.
Michal Krol
2006-05-16
7
-65
/
+58
*
Cleanup code.
Michal Krol
2006-05-16
2
-284
/
+210
*
Change constructor prototype.
Michal Krol
2006-05-16
2
-36
/
+42
*
Remove carriage returns.
Michal Krol
2006-05-16
2
-84
/
+84
*
Add GetInfoLogLength and WriteAttrib functions.
Michal Krol
2006-05-16
1
-36
/
+129
*
Cleanup GLhandle-to-object translation macros.
Michal Krol
2006-05-16
2
-107
/
+93
*
added a trailing newline to pacify gcc
Tilman Sauerbeck
2006-04-28
1
-1
/
+1
*
fix second memory leak (bug 5557)
Brian Paul
2006-04-28
1
-4
/
+5
*
fix first memory leak (bug 5557)
Brian Paul
2006-04-28
1
-0
/
+5
*
Remove carriage returns.
Michal Krol
2006-04-25
4
-1668
/
+1668
*
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-25
1
-1
/
+6
*
check glLoadProgramNV len < 0 (bug 6679)
Brian Paul
2006-04-20
1
-2
/
+7
*
SrcReg->Swizzle is always initialized to SWIZZLE_NOOP, and if the program
Dave Airlie
2006-04-19
1
-0
/
+3
*
Remove carriage-return chars *ONLY*.
Michal Krol
2006-04-18
48
-13782
/
+13782
*
Add support for ARB_vertex_shader attrib binding and query.
Michal Krol
2006-04-18
8
-1948
/
+2497
*
Silence a few -pedantic warnings.
Brian Paul
2006-04-14
1
-98
/
+114
*
More GLSL code:
Michal Krol
2006-04-11
3
-10
/
+7
*
Silence minor compiler warnings (-Wextra).
Brian Paul
2006-04-05
1
-2
/
+2
*
More GLSL code:
Michal Krol
2006-04-04
8
-59
/
+295
*
move NumNativeAlu/TexInstruction assignments (Ewald Snel)
Brian Paul
2006-03-29
1
-6
/
+3
*
Make ARB_vp backends happy with nv arl
Aapo Tahkola
2006-03-24
1
-0
/
+5
*
ARL dst idx was undefined.
Aapo Tahkola
2006-03-22
1
-1
/
+2
*
Silencium gcc warnings.
Michal Krol
2006-03-21
4
-132
/
+131
*
GLSL fixes:
Michal Krol
2006-03-21
16
-606
/
+969
*
Committing in .
Jouk Jansen
2006-03-17
1
-2
/
+5
*
rename enums, fixes compilation breakage (Michal Krol)
Brian Paul
2006-03-15
1
-3
/
+3
*
More GLSL code:
Michal Krol
2006-03-14
19
-311
/
+1020
*
Committing in .
Jouk Jansen
2006-03-07
1
-1
/
+3
*
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-03
1
-8
/
+7
*
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2006-03-01
1
-2
/
+2
*
silence a bunch of warnings
Brian Paul
2006-02-27
7
-11
/
+16
*
More GLSL code:
Michal Krol
2006-02-27
35
-1309
/
+2094
*
add some #includes, fix some prototypes (bug 5992)
Brian Paul
2006-02-22
1
-9
/
+20
*
add missing prototypes, use _slang_ prefix on non-static functions
Brian Paul
2006-02-22
2
-4
/
+28
[next]