index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
Age
Commit message (
Expand
)
Author
2006-08-25
Rearrange glBindProgram() code to do all error checking before changing
Brian Paul
2006-08-25
Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().
Brian Paul
2006-08-25
use _mesa_alloc_instructions()
Brian Paul
2006-08-25
added _mesa_alloc_instructions() utility function
Brian Paul
2006-08-24
update MAX_INSTRUCTIONS limit
Brian Paul
2006-08-24
Cg tries to bind NV fragment programs to the GL_FRAGMENT_PROGRAM_ARB target
Brian Paul
2006-08-24
scalar sources such as 'time.x' weren't accepted by parser
Brian Paul
2006-08-24
Functions for vertex/fragment program transformations, optimizations, etc.
Brian Paul
2006-08-24
use _mesa_realloc_instructions()
Brian Paul
2006-08-24
Added _mesa_realloc_instructions() utility function.
Brian Paul
2006-08-23
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-21
More GLSL preprocessor code:
Michal Krol
2006-08-21
GLSL 1.20 constructors and operators.
Michal Krol
2006-08-15
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-15
Remove extraneous trailing semicolon.
Ian Romanick
2006-08-09
GLSL 1.20 built-in library.
Michal Krol
2006-08-09
More GLSL code - more support for vec4 operations on x86 back-end.
Michal Krol
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
[next]