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
*
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
*
Simplify the pipeline_stage structure
Keith Whitwell
2005-04-22
22
-835
/
+415
*
Facility to construct a vertex program which executes the current
Keith Whitwell
2005-04-21
1
-0
/
+1047
*
New software implementation of ARB_vertex_program. Similar in speed
Keith Whitwell
2005-04-21
1
-0
/
+1551
*
Reverted the last change back to fix bug 3035
Ben Crossman
2005-04-15
1
-1
/
+1
*
A few getenv() that werent using the mesa wrapper version
Ben Crossman
2005-04-14
1
-1
/
+1
*
use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4V
Alan Hourihane
2005-03-02
4
-12
/
+6
*
Added a bunch of new comments, minor code clean-ups.
Brian Paul
2005-03-02
1
-18
/
+45
*
Using glColor3 commands to update materials could result in an undefined
Brian Paul
2005-03-02
1
-4
/
+6
*
additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle)
Brian Paul
2005-02-28
1
-3
/
+3
*
`static const' instead of `const static'
Daniel Borca
2005-02-14
1
-1
/
+1
*
mesa-tnl-0-to-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-10
21
-59
/
+59
*
Catch no-op vertex buffers consisting only of vertices which will
Keith Whitwell
2005-02-10
1
-12
/
+14
*
Determine ahead of time whether a display list will include vertices
Keith Whitwell
2005-01-22
4
-13
/
+19
[next]