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
/
program.h
Age
Commit message (
Expand
)
Author
2009-06-17
mesa: added _mesa_postprocess_program() to aid shader debugging
Brian Paul
2008-09-18
mesa: prefix a bunch of #include lines with "main/".
Brian Paul
2008-07-29
mesa: refactor: move _mesa_Bind/Gen/DeleteProgram() to arbprogram.c
Brian Paul
2008-07-12
r500: Add "Not quite SSA" and dead code elimination pass
Nicolai Haehnle
2008-05-18
fixes to _mesa_combine_programs(), from gallium-0.1
Brian Paul
2008-05-14
added _mesa_combine_parameter_lists()
Brian Paul
2008-05-14
mesa: added _mesa_insert_instructions()
Brian Paul
2008-05-06
implement full reference counting for vertex/fragment programs
Brian
2007-08-23
For _mesa_share_state(), update the context's references to the new share gro...
Brian
2007-02-09
move GL_MESA_program_debug funcs to prog_debug.c
Brian
2006-12-14
Remove some moved extern decls.
Brian
2006-12-14
Move many functions into new files.
Brian
2006-12-14
New functions for cloning programs and parameter lists.
Brian
2006-12-13
Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.
Brian
2006-11-17
add STATE_INTERNAL_DRIVER, etc (Rune Petersen)
Brian Paul
2006-11-15
Add a size parameter to _mesa_add_unnamed_constant() and
Brian Paul
2006-11-15
Add new _mesa_lookup_parameter_constant() to search for a GLfloat4 constant
Brian Paul
2006-11-02
Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the
Brian Paul
2006-09-20
Add a new internal program parameter value STATE_TEXRECT_SCALE which
Keith Whitwell
2006-09-20
Export _mesa_print_alu_instruction() to allow drivers to roll their
Keith Whitwell
2006-08-25
added _mesa_alloc_instructions() utility function
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-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-05-24
Roll _mesa_free_parameters() into calling function (the only caller).
Brian Paul
2006-05-24
use GLbitfield for StateFlags, improved comments
Brian Paul
2005-11-22
track state flags which might invalidate parameter lists
Keith Whitwell
2005-11-19
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-05
consolidate vertex/fragment program printing into _mesa_print_program()
Brian Paul
2005-11-05
don't need MAKE_SWIZZLE() macro
Brian Paul
2005-11-05
Replace parameter_type enum in program.[ch], use register_file enums instead.
Brian Paul
2005-11-03
added a const, clean-up
Brian Paul
2005-05-10
reduce the use of malloc and strdup for parameter lists
Keith Whitwell
2005-04-21
Reduce the size of mesa's internal fragment and vertex program
Keith Whitwell
2005-01-11
prototype _mesa_init_ati_fragment_shader()
Brian Paul
2004-10-02
fix LoadProgramNV regression when I had fixed the RefCount bug
Brian Paul
2004-09-10
More updates for Doxygen.
Brian Paul
2004-08-14
fix some memory leaks (bug #1002030)
Brian Paul
2004-03-29
Moved from src/mesa/main
Michal Krol