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
/
softpipe
/
sp_prim_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some of the #ifndef MESA stuff
Brian
2007-08-20
1
-2
/
+2
*
Silence compiler warnings.
michal
2007-08-16
1
-55
/
+63
*
Remove many dependencies on mesa headers.
Brian
2007-08-16
1
-0
/
+5
*
Remove mesa include directories, be stricter about include paths.
Keith Whitwell
2007-08-15
1
-3
/
+0
*
Add UsageMask to DECLARATION in TGSI.
michal
2007-08-15
1
-1
/
+1
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-109
/
+110
*
print_vertex func for debugging
Brian
2007-08-08
1
-1
/
+19
*
Add a quad_stage::begin() method to do per-primitive preparations (like setti...
Brian
2007-08-08
1
-0
/
+3
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-07-30
1
-9
/
+0
|
\
|
*
remove old comments
Brian
2007-07-30
1
-9
/
+0
*
|
renaming, comments, clean-up
Brian
2007-07-27
1
-35
/
+27
|
/
*
Clip triangles against softpipe->cliprect which includes scissor and surface ...
Brian
2007-07-27
1
-40
/
+32
*
remove obsolete comments
Brian
2007-07-27
1
-3
/
+0
*
Maintain cliprect (scissor) info in sp_state_derived.c.
Brian
2007-07-27
1
-31
/
+9
*
Implement point/line quad clipping. Not quite as efficient as it probably co...
Brian
2007-07-27
1
-19
/
+70
*
init quad.coverage values to 1.0 in case line AA is enabled so that we see so...
Brian
2007-07-27
1
-0
/
+7
*
Implement line stippling.
Brian
2007-07-25
1
-2
/
+36
*
Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...
Brian
2007-07-13
1
-0
/
+5
*
Implement AA points and AA coverage application in quad pipeline.
Brian
2007-07-13
1
-30
/
+67
*
s/prim_setup/sp_draw_render_stage/, new comments
Brian
2007-07-12
1
-9
/
+18
*
Rename prim_stage -> draw_stage
Brian
2007-07-12
1
-12
/
+17
*
disable debug printfs
Brian
2007-07-11
1
-0
/
+6
*
Implement polygon stipple state tracking, application.
Brian
2007-07-11
1
-0
/
+3
*
Compute quad.facing from prim->det and polygon winding.
Brian
2007-07-11
1
-8
/
+14
*
Added comments, assertions.
Brian
2007-07-10
1
-0
/
+13
*
remove some dead/disabled stuff
Brian
2007-07-10
1
-19
/
+19
*
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
1
-23
/
+31
*
consolidate point/line state into pipe_setup_state
Brian
2007-06-26
1
-2
/
+2
*
update includes (s/tile/quad/)
Brian
2007-06-20
1
-1
/
+1
*
Initial implementation of a software pipeline for quad rasterization (fragmen...
Brian
2007-06-20
1
-5
/
+17
*
hook up point state
Brian
2007-06-19
1
-59
/
+72
*
Renamed softpipe directories and files to something less confusing.
Keith Whitwell
2007-06-14
1
-0
/
+888