summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_prim_setup.c
Commit message (Expand)AuthorAgeFilesLines
* remove some of the #ifndef MESA stuffBrian2007-08-201-2/+2
* Silence compiler warnings.michal2007-08-161-55/+63
* Remove many dependencies on mesa headers.Brian2007-08-161-0/+5
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-3/+0
* Add UsageMask to DECLARATION in TGSI.michal2007-08-151-1/+1
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-109/+110
* print_vertex func for debuggingBrian2007-08-081-1/+19
* Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian2007-08-081-0/+3
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-07-301-9/+0
|\
| * remove old commentsBrian2007-07-301-9/+0
* | renaming, comments, clean-upBrian2007-07-271-35/+27
|/
* Clip triangles against softpipe->cliprect which includes scissor and surface ...Brian2007-07-271-40/+32
* remove obsolete commentsBrian2007-07-271-3/+0
* Maintain cliprect (scissor) info in sp_state_derived.c.Brian2007-07-271-31/+9
* Implement point/line quad clipping. Not quite as efficient as it probably co...Brian2007-07-271-19/+70
* init quad.coverage values to 1.0 in case line AA is enabled so that we see so...Brian2007-07-271-0/+7
* Implement line stippling.Brian2007-07-251-2/+36
* Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...Brian2007-07-131-0/+5
* Implement AA points and AA coverage application in quad pipeline.Brian2007-07-131-30/+67
* s/prim_setup/sp_draw_render_stage/, new commentsBrian2007-07-121-9/+18
* Rename prim_stage -> draw_stageBrian2007-07-121-12/+17
* disable debug printfsBrian2007-07-111-0/+6
* Implement polygon stipple state tracking, application.Brian2007-07-111-0/+3
* Compute quad.facing from prim->det and polygon winding.Brian2007-07-111-8/+14
* Added comments, assertions.Brian2007-07-101-0/+13
* remove some dead/disabled stuffBrian2007-07-101-19/+19
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-23/+31
* consolidate point/line state into pipe_setup_stateBrian2007-06-261-2/+2
* update includes (s/tile/quad/)Brian2007-06-201-1/+1
* Initial implementation of a software pipeline for quad rasterization (fragmen...Brian2007-06-201-5/+17
* hook up point stateBrian2007-06-191-59/+72
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+888