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
/
tnl
/
t_vp_build.c
Age
Commit message (
Expand
)
Author
2005-08-06
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-07-22
some GLuint idx -> GLint idx changes
Brian Paul
2005-07-22
Make the vertex program source register Index field a signed int since
Brian Paul
2005-06-27
make create_new_program() static
Brian Paul
2005-06-19
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul
2005-06-14
Committing in .
Jouk Jansen
2005-06-10
remove debug prints
Keith Whitwell
2005-06-10
Fix typo in spot attenuation
Keith Whitwell
2005-06-10
Correct test for attenuation.
Keith Whitwell
2005-06-10
Fix colormaterial flag calculations.
Keith Whitwell
2005-06-09
Fix a couple of buglets
Keith Whitwell
2005-06-09
Build vertex programs using state from a 'state key' struct which is
Keith Whitwell
2005-05-18
Eliminate a couple of swizzles.
Keith Whitwell
2005-05-17
don't include strings.h
Brian Paul
2005-05-12
Turn disassem off (oops).
Keith Whitwell
2005-05-12
When lighting is enabled, but no lights are enabled, the scenecolor
Keith Whitwell
2005-05-11
Use _mesa_memset rather than memset
Keith Whitwell
2005-05-11
Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTemps
Keith Whitwell
2005-05-10
Ensure programs don't overflow allocated instruction store.
Keith Whitwell
2005-05-10
Improved detection of program changes.
Keith Whitwell
2005-05-10
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
Missing from previous commit
Keith Whitwell
2005-05-04
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-04-29
Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.
Keith Whitwell
2005-04-22
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-21
Facility to construct a vertex program which executes the current
Keith Whitwell