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
*
Free vertex program TnlData, if any. Fixes a mem leak.
Brian Paul
2006-08-25
1
-0
/
+7
*
Rearrange glBindProgram() code to do all error checking before changing
Brian Paul
2006-08-25
1
-51
/
+43
*
Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().
Brian Paul
2006-08-25
2
-23
/
+24
*
use _mesa_alloc_instructions()
Brian Paul
2006-08-25
3
-8
/
+5
*
added _mesa_alloc_instructions() utility function
Brian Paul
2006-08-25
2
-0
/
+16
*
update MAX_INSTRUCTIONS limit
Brian Paul
2006-08-24
1
-1
/
+4
*
Cg tries to bind NV fragment programs to the GL_FRAGMENT_PROGRAM_ARB target
Brian Paul
2006-08-24
1
-1
/
+22
*
scalar sources such as 'time.x' weren't accepted by parser
Brian Paul
2006-08-24
1
-2
/
+16
*
Functions for vertex/fragment program transformations, optimizations, etc.
Brian Paul
2006-08-24
2
-0
/
+183
*
use _mesa_realloc_instructions()
Brian Paul
2006-08-24
1
-6
/
+6
*
Added _mesa_realloc_instructions() utility function.
Brian Paul
2006-08-24
2
-2
/
+38
*
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-23
3
-16
/
+29
*
More GLSL preprocessor code:
Michal Krol
2006-08-21
5
-43
/
+230
*
GLSL 1.20 constructors and operators.
Michal Krol
2006-08-21
1
-0
/
+1716
*
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-15
2
-0
/
+98
*
Remove extraneous trailing semicolon.
Ian Romanick
2006-08-15
1
-1
/
+1
*
GLSL 1.20 built-in library.
Michal Krol
2006-08-09
2
-0
/
+230
*
More GLSL code - more support for vec4 operations on x86 back-end.
Michal Krol
2006-08-09
7
-314
/
+412
*
Enable vec4 extension for x86 back-end.
Michal Krol
2006-08-02
5
-37
/
+220
*
Add vec4 extension.
Michal Krol
2006-08-02
7
-5
/
+288
*
Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
Michal Krol
2006-08-01
4
-4
/
+137
*
Program to convert .syn file to .h headers.
Michal Krol
2006-07-30
1
-0
/
+72
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
12
-111
/
+113
*
propagate errors from parse_generic_attrib_num in parse_attrib_binding (-> do...
Tilman Sauerbeck
2006-06-28
1
-2
/
+4
*
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
[next]