summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
AgeCommit message (Expand)Author
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-02added pipe->supported_formats()Brian
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-02Fix make recursion.Keith Whitwell
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-08-02Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-08-02Reroute some clear functionality.Keith Whitwell
2007-08-01implement masking in sp_region_fill()Brian
2007-08-01get cliprect bounds after softpipe_update_derived()Brian
2007-08-01Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ...Brian
2007-08-01More work on glClear.Brian
2007-08-01s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-08-01Build libsoftpipe.aKeith Whitwell
2007-07-31Obsolete.Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-3032 and z24s8 softpipe buffersBrian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30compute scale for Z24 buffersBrian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30map/unmap surfaces before/after renderingBrian
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-27s/SP_TILE_H/SP_QUAD_H/Brian
2007-07-27init quad.coverage values to 1.0 in case line AA is enabled so that we see so...Brian
2007-07-27Avoid unnecessary input attrib copy by aligning exec_machine attribs.michal
2007-07-25Implement line stippling.Brian
2007-07-25rename some varsBrian
2007-07-25Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too.Brian
2007-07-24Add VF_ATTRIB_VAR0..7 for varying variables.Brian
2007-07-24Compute need_z and need_w properly and use the correct const/linear/perspecti...Brian
2007-07-24Fix a typo (i << i) that was fouling up the vertex layout info.Brian
2007-07-24Basic fragment programs run now.Brian
2007-07-24rebuild quad pipeline when framebuffer changes tooBrian
2007-07-23Execute fs tokens.michal
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
2007-07-13set INTERP_CONSTANT when appropriateBrian
2007-07-13commentsBrian
2007-07-13Enable Keith's branch-less stipple code - it works.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-13Added basic occlusion countingBrian
2007-07-13Add conditional-free implementation (disabled, not tested)Keith Whitwell
2007-07-13Simplify slightly.Keith Whitwell