gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_prim_setup.c
2008-02-15 Briangallium: rearrange vertex info/layout validation
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-26 Michal Krolgallium: Fix build on Windows.
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-24 Briangallium: improved vertex layout and interpolant setup...
2008-01-23 Briangallium: rework compute_vertex_layout() to intelligentl...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-21 Briangallium: remove per-fragment line stipple code
2008-01-21 Brianfix broken point rendering in sp_vbuf_render()
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-16 BrianFix broken fog.
2008-01-10 Brianclean-up comments, code
2007-12-18 Briansetup the frontface register (fog.y, ATM)
2007-12-14 BrianAdded origin_lower_left field to pipe_rasterizer_state
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-12-11 Brianminor clean-ups, comments
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-27 michalSilence compiler warnings.
2007-10-17 Brianfix square point rasterization
2007-10-16 BrianUpdate mask calculations for point drawing.
2007-10-16 BrianRedefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect...
2007-10-16 Brianfix perspective-interpolated attribs for points, liens
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...