index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
draw
/
draw_flatshade.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: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-25
1
-25
/
+42
*
gallium: optimizations to flatshade, two-side prim stages
Brian
2008-01-25
1
-7
/
+19
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
1
-28
/
+45
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
1
-0
/
+8
*
Simplify draw module's vertex_info.
Brian
2007-11-21
1
-2
/
+3
*
Remove typedefs from enums.
Zack Rusin
2007-10-29
1
-1
/
+1
*
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-31
1
-2
/
+2
*
fix breakage from prev commit
Brian
2007-08-30
1
-1
/
+1
*
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-30
1
-33
/
+20
*
Need to copy header->edgeflags to tmp when creating new prim_header.
Brian
2007-08-23
1
-0
/
+1
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
1
-4
/
+4
*
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-23
1
-1
/
+1
*
Remove many dependencies on mesa headers.
Brian
2007-08-16
1
-4
/
+4
*
Implement line stippling.
Brian
2007-07-25
1
-0
/
+7
*
Rename prim_stage -> draw_stage
Brian
2007-07-12
1
-11
/
+14
*
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
1
-15
/
+16
*
Rename/move some files to modularize the primitive/draw code.
Brian
2007-07-09
1
-0
/
+151