summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_prim_setup.c
AgeCommit message (Expand)Author
2007-09-18additional comments for tri_persp_coeff()Brian
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-08-31Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian
2007-08-30fix unhandled switch/case warningBrian
2007-08-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian
2007-08-30Sketch out per-vertex point size.Brian
2007-08-23Use vertex_info struct for softpipe - lots of clean-up.Brian
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-20remove some of the #ifndef MESA stuffBrian
2007-08-16Silence compiler warnings.michal
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell
2007-08-15Add UsageMask to DECLARATION in TGSI.michal
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-08print_vertex func for debuggingBrian
2007-08-08Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30remove old commentsBrian
2007-07-27renaming, comments, clean-upBrian
2007-07-27Clip triangles against softpipe->cliprect which includes scissor and surface ...Brian
2007-07-27remove obsolete commentsBrian
2007-07-27Maintain cliprect (scissor) info in sp_state_derived.c.Brian
2007-07-27Implement point/line quad clipping. Not quite as efficient as it probably co...Brian
2007-07-27init quad.coverage values to 1.0 in case line AA is enabled so that we see so...Brian
2007-07-25Implement line stippling.Brian
2007-07-13Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...Brian
2007-07-13Implement AA points and AA coverage application in quad pipeline.Brian
2007-07-12s/prim_setup/sp_draw_render_stage/, new commentsBrian
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-11disable debug printfsBrian
2007-07-11Implement polygon stipple state tracking, application.Brian
2007-07-11Compute quad.facing from prim->det and polygon winding.Brian
2007-07-10Added comments, assertions.Brian
2007-07-10remove some dead/disabled stuffBrian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-06-26consolidate point/line state into pipe_setup_stateBrian
2007-06-20update includes (s/tile/quad/)Brian
2007-06-20Initial implementation of a software pipeline for quad rasterization (fragmen...Brian
2007-06-19hook up point stateBrian
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell