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
/
pipe
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement new draw_vertices() path for simple vertex array drawing, use it fo...
Brian
2007-08-02
2
-2
/
+64
*
Implement line stippling.
Brian
2007-07-25
8
-1
/
+50
*
Fix more polygon winding, culling confusion.
Brian
2007-07-13
2
-9
/
+15
*
Fix for-loop in interp() so we don't go out of bounds.
Brian
2007-07-13
1
-5
/
+12
*
Rename prim_stage -> draw_stage
Brian
2007-07-12
10
-105
/
+116
*
front/back-face determination was wrong
Brian
2007-07-12
1
-1
/
+1
*
culling was inverted
Brian
2007-07-12
1
-1
/
+1
*
handle edge flags for GL_POLYGONs
Brian
2007-07-12
1
-2
/
+26
*
fix MIN/MAX mix-up
Brian
2007-07-12
1
-3
/
+7
*
remove unused hw_data_offset
Brian
2007-07-11
1
-4
/
+6
*
Fix broken depth offset.
Brian
2007-07-11
1
-5
/
+6
*
Fix line clipping bug. New comments.
Brian
2007-07-10
1
-16
/
+23
*
clamp after offsetting, new comments
Brian
2007-07-10
1
-16
/
+18
*
remove unneeded casts, added comments
Brian
2007-07-10
1
-5
/
+5
*
comments, clean-up
Brian
2007-07-10
1
-4
/
+5
*
added comments
Brian
2007-07-10
1
-3
/
+6
*
Fix front/back mix-up. added comments.
Brian
2007-07-10
1
-3
/
+13
*
Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.
Brian
2007-07-10
1
-10
/
+37
*
Remove softpipe includes
Brian
2007-07-09
1
-2
/
+0
*
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
9
-153
/
+261
*
New 'draw' module for handling the various stages of primitive drawing (clipp...
Brian
2007-07-09
1
-0
/
+182
*
Rename/move some files to modularize the primitive/draw code.
Brian
2007-07-09
9
-0
/
+2017