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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add notes about intended precision of opcodes.
Keith Whitwell
2005-06-10
1
-38
/
+46
*
Fix a couple of buglets
Keith Whitwell
2005-06-09
1
-8
/
+9
*
Another typo
Keith Whitwell
2005-06-09
1
-1
/
+1
*
Further clean up RoughApproxPow2 and disable the optimized version --
Keith Whitwell
2005-06-09
1
-8
/
+9
*
Fix typo in RoughApproxPow2
Keith Whitwell
2005-06-09
1
-1
/
+5
*
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-09
9
-78
/
+118
*
Build vertex programs using state from a 'state key' struct which is
Keith Whitwell
2005-06-09
1
-153
/
+364
*
Turn off debug
Keith Whitwell
2005-06-08
2
-5
/
+7
*
Runtime generate sse/sse2 code for some vertex programs. Experimental
Keith Whitwell
2005-06-08
3
-79
/
+973
*
New arguments for sse_shufps()
Keith Whitwell
2005-06-08
1
-14
/
+14
*
Remove ARL opcode from interpreter.
Keith Whitwell
2005-06-08
1
-192
/
+38
*
new file
Keith Whitwell
2005-06-08
1
-0
/
+178
*
Initialize some variables.
Keith Whitwell
2005-06-07
1
-9
/
+8
*
Split out runtime assembly functions.
Keith Whitwell
2005-06-07
1
-723
/
+126
*
Simplify interpreted language:
Keith Whitwell
2005-06-07
1
-625
/
+581
*
moved to windows build dir
Karl Schultz
2005-05-24
1
-228
/
+0
*
Committing in .
Jouk Jansen
2005-05-20
1
-4
/
+4
*
Invalidate current fastpath on changes to attribute size or offset within
Keith Whitwell
2005-05-19
3
-7
/
+32
*
Cope with the common 3ub and 1ub cases.
Keith Whitwell
2005-05-19
1
-66
/
+202
*
Re-initialize viewport shadows each time.
Keith Whitwell
2005-05-19
1
-8
/
+11
*
Rename emit functions to reflect instruction set in use (ie
Keith Whitwell
2005-05-19
1
-175
/
+274
*
Remove old t_vertex.c codegen infrastructure, tie in new code.
Keith Whitwell
2005-05-18
8
-1985
/
+1396
*
Fix a few typos, initialize p->identity.
Keith Whitwell
2005-05-18
1
-3
/
+9
*
Eliminate a couple of swizzles.
Keith Whitwell
2005-05-18
1
-3
/
+4
*
Generates working SSE code for gears under the swrast driver.
Keith Whitwell
2005-05-18
1
-58
/
+127
*
Checkpoint commit: Preliminary version of a facility to emit x86/sse code
Keith Whitwell
2005-05-18
1
-0
/
+937
*
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
*
Fix some valgrind complaints
Keith Whitwell
2005-05-10
1
-2
/
+4
*
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
2
-4
/
+8
*
Update for FragmentProgram._Active
Keith Whitwell
2005-05-10
1
-2
/
+2
*
Add a facility to route all rasterization through a fragment program
Keith Whitwell
2005-05-04
1
-5
/
+22
*
Import all texture coordinate arrays. Import them only once.
Keith Whitwell
2005-05-03
1
-5
/
+4
*
Format for 80 columns. Add alternate matrix mul based on MAD rather than DP4.
Keith Whitwell
2005-04-29
1
-115
/
+217
*
Add DISASSEM define, similar to other program generator files.
Keith Whitwell
2005-04-29
1
-6
/
+21
*
fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...
Brian Paul
2005-04-28
1
-1
/
+9
*
tweak previous fog/fragment program fix
Brian Paul
2005-04-26
1
-3
/
+5
*
enable fog render input if fragment program fog option set
Brian Paul
2005-04-26
1
-1
/
+1
*
Ensure all VB->AttribPtr[] are populated. Reported by Aapo Tahkola
Keith Whitwell
2005-04-25
1
-8
/
+18
*
Fix the worst problems with dangling edgeflag references in
Keith Whitwell
2005-04-23
3
-21
/
+30
*
Move the call to _tnl_UpdateFixedFunctionProgram to make
Keith Whitwell
2005-04-22
2
-1
/
+4
[next]