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
/
tnl
/
t_vp_build.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-1
/
+1
*
silence minor warnings
Brian Paul
2006-04-13
1
-4
/
+4
*
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-06
1
-4
/
+4
*
Add guard before calling ctx->Driver.BindProgram
Keith Whitwell
2005-12-05
1
-1
/
+2
*
Call ProgramStringNotify after creating tnl programs.
Keith Whitwell
2005-12-01
1
-0
/
+3
*
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-19
1
-1
/
+0
*
Fix typo causing secondary color not to work properly.
Aapo Tahkola
2005-11-18
1
-1
/
+1
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-12
/
+13
*
s/_mesa_debug_vp_inst/_mesa_print_program/
Brian Paul
2005-11-05
1
-1
/
+1
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-94
/
+98
*
Remove some ghost code and adjust things a bit.
Aapo Tahkola
2005-11-02
1
-11
/
+2
*
Several fp and vp tweaks:
Keith Whitwell
2005-11-01
1
-55
/
+90
*
Fix segmentation fault in _tnl_ProgramCacheDestroy().
Aapo Tahkola
2005-11-01
1
-10
/
+0
*
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-11-01
1
-1
/
+1
*
Need more than 200 instructions.
Aapo Tahkola
2005-10-31
1
-1
/
+1
*
Improve tnl program searching performance.
Aapo Tahkola
2005-10-31
1
-14
/
+55
*
additional wrapper updates, bug 4468
Brian Paul
2005-09-19
1
-3
/
+3
*
use mesa import wrappers, bug 4468
Brian Paul
2005-09-16
1
-1
/
+1
*
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-08-06
1
-0
/
+1
*
some GLuint idx -> GLint idx changes
Brian Paul
2005-07-22
1
-4
/
+4
*
Make the vertex program source register Index field a signed int since
Brian Paul
2005-07-22
1
-1
/
+1
*
make create_new_program() static
Brian Paul
2005-06-27
1
-3
/
+4
*
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul
2005-06-19
1
-4
/
+0
*
Committing in .
Jouk Jansen
2005-06-14
1
-0
/
+3
*
remove debug prints
Keith Whitwell
2005-06-10
1
-2
/
+0
*
Fix typo in spot attenuation
Keith Whitwell
2005-06-10
1
-1
/
+1
*
Correct test for attenuation.
Keith Whitwell
2005-06-10
1
-12
/
+12
*
Fix colormaterial flag calculations.
Keith Whitwell
2005-06-10
1
-17
/
+30
*
Fix a couple of buglets
Keith Whitwell
2005-06-09
1
-8
/
+9
*
Build vertex programs using state from a 'state key' struct which is
Keith Whitwell
2005-06-09
1
-153
/
+364
*
Eliminate a couple of swizzles.
Keith Whitwell
2005-05-18
1
-3
/
+4
*
don't include strings.h
Brian Paul
2005-05-17
1
-2
/
+0
*
Turn disassem off (oops).
Keith Whitwell
2005-05-12
1
-1
/
+1
*
When lighting is enabled, but no lights are enabled, the scenecolor
Keith Whitwell
2005-05-12
1
-27
/
+85
*
Use _mesa_memset rather than memset
Keith Whitwell
2005-05-11
1
-1
/
+1
*
Rename temp_flag to temp_in_use. Use ctx->Const.MaxVertexProgramTemps
Keith Whitwell
2005-05-11
1
-8
/
+13
*
Ensure programs don't overflow allocated instruction store.
Keith Whitwell
2005-05-10
1
-1
/
+8
*
Improved detection of program changes.
Keith Whitwell
2005-05-10
1
-20
/
+32
*
Double-buffer generated instructions and only notify driver when the
Keith Whitwell
2005-05-10
1
-5
/
+27
*
Missing from previous commit
Keith Whitwell
2005-05-10
1
-2
/
+6
*
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-04
1
-5
/
+22
*
Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.
Keith Whitwell
2005-04-29
1
-115
/
+217
*
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-22
1
-1
/
+1
*
Facility to construct a vertex program which executes the current
Keith Whitwell
2005-04-21
1
-0
/
+1047
[prev]