fix softpipe_clear() to handle ps->offset!=0 (such as when rendering to texture and...
[mesa.git] / src / mesa / pipe / softpipe / sp_prim_setup.c
2007-09-27 keithwrestore primitive trimming in sp_draw_arrays.c
2007-09-27 Keith WhitwellMake flushing more lazy in the draw module.
2007-09-25 Keith WhitwellFirst attempt at building vertex buffers post-clip.
2007-09-21 BrianFix up some point size breakage. Start on fogcoord...
2007-09-20 Briancheckpoint: TGSI_ATTRIB_x tokens no longer used
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-09-19 BrianCheckpoint: rework shader input/output register mapping.
2007-09-18 Brianadditional comments for tri_persp_coeff()
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-08-31 BrianDefine attrib_format and interp_mode enum typedefs...
2007-08-30 Brianfix unhandled switch/case warning
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-30 BrianSketch out per-vertex point size.
2007-08-24 BrianUse vertex_info struct for softpipe - lots of clean-up.
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-20 Brianremove some of the #ifndef MESA stuff
2007-08-16 michalSilence compiler warnings.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-15 michalAdd UsageMask to DECLARATION in TGSI.
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-08 Brianprint_vertex func for debugging
2007-08-08 BrianAdd a quad_stage::begin() method to do per-primitive...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Brianremove old comments
2007-07-27 Brianrenaming, comments, clean-up
2007-07-27 BrianClip triangles against softpipe->cliprect which include...
2007-07-27 Brianremove obsolete comments
2007-07-27 BrianMaintain cliprect (scissor) info in sp_state_derived.c.
2007-07-27 BrianImplement point/line quad clipping. Not quite as effic...
2007-07-27 Brianinit quad.coverage values to 1.0 in case line AA is...
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 BrianImplement line stippling.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 BrianAdd 'prim' field to quad so that stipple and aa coverag...
2007-07-13 BrianImplement AA points and AA coverage application in...
2007-07-12 Brians/prim_setup/sp_draw_render_stage/, new comments
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-11 Briandisable debug printfs
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-11 BrianCompute quad.facing from prim->det and polygon winding.
2007-07-10 BrianAdded comments, assertions.
2007-07-10 Brianremove some dead/disabled stuff
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
2007-06-20 Brianupdate includes (s/tile/quad/)
2007-06-20 BrianInitial implementation of a software pipeline for quad...
2007-06-20 Brianhook up point state
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...