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
/
draw_clip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...
Brian
2008-02-14
1
-2
/
+2
*
gallium: Fix build on WinXP.
Michal Krol
2008-01-30
1
-1
/
+1
*
gallium: handle flatshading explicitly in clipper stage
Keith Whitwell
2008-01-28
1
-42
/
+94
*
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
1
-14
/
+3
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
1
-2
/
+2
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
1
-0
/
+8
*
Simplify draw module's vertex_info.
Brian
2007-11-21
1
-11
/
+3
*
Use a consistent number to identify undefined vertices.
José Fonseca
2007-11-07
1
-1
/
+1
*
Unify the definitions of the 4 component dot product into one
Zack Rusin
2007-10-03
1
-14
/
+0
*
Unify handling of userplanes and regular planes to simplify
Zack Rusin
2007-10-03
1
-46
/
+6
*
Make flushing more lazy in the draw module.
Keith Whitwell
2007-09-27
1
-4
/
+0
*
First attempt at building vertex buffers post-clip.
Keith Whitwell
2007-09-25
1
-0
/
+1
*
Checkpoint: vertex attribute clean-up.
Brian
2007-09-20
1
-0
/
+2
*
Fix lost edge flags problem when clipping.
Brian
2007-08-30
1
-2
/
+10
*
Fix user-defined clip planes. They seem to work properly now.
Brian
2007-08-24
1
-37
/
+57
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
1
-2
/
+2
*
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-23
1
-4
/
+4
*
Silence compiler warnings.
michal
2007-08-21
1
-1
/
+1
*
define CLIP_LEFT/RIGHT etc
Brian
2007-08-17
1
-3
/
+2
*
Remove many dependencies on mesa headers.
Brian
2007-08-16
1
-49
/
+61
*
Implement line stippling.
Brian
2007-07-25
1
-0
/
+7
*
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
1
-14
/
+14
*
fix MIN/MAX mix-up
Brian
2007-07-12
1
-3
/
+7
*
Fix line clipping bug. New comments.
Brian
2007-07-10
1
-16
/
+23
*
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
1
-13
/
+22
*
Rename/move some files to modularize the primitive/draw code.
Brian
2007-07-09
1
-0
/
+429