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
/
drivers
/
dri
/
i915
/
intel_tris.c
Age
Commit message (
Collapse
)
Author
2006-09-22
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
remove extra indentation
Brian Paul
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
"gl_" to match other structs.
2006-05-23
Add const qualifiers in a number of places.
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program().
2005-05-17
Disable leftover debug statements
Keith Whitwell
2005-05-09
i915 will use _TexEnvProgram (if active)
Keith Whitwell
2004-08-14
bring over change from xorg trunk - let build on non-i386
Dave Airlie
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-06-18
add missing license texts
Keith Whitwell
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell