gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_state_derived.c
2008-02-15 Briangallium: remove some debug assertions in vertex format...
2008-02-15 Briangallium: rearrange vertex info/layout validation
2008-01-24 Briangallium: rename FORMAT_x to EMIT_x and use EMIT_ALL...
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: add a src_index[] array to draw's vertex_info...
2008-01-01 BrianClean-up, re-org some vertex/fragment shader state...
2007-12-18 Brianfix some semantic info mix-ups in calculate_vertex_layout()
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-14 BrianDon't always declare frag shader INPUT[0] as fragment...
2007-11-23 Michal Krolgallium: remove sp_headers.h references.
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-10-29 Brianfix bad fragment shader pointer assignment
2007-10-29 Zack RusinRemove typedefs from enums.
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-21 Brianfix some post-transform vertex layout issues (bcolors...
2007-09-21 BrianFix up some point size breakage. Start on fogcoord...
2007-09-21 BrianGet rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEM...
2007-09-20 BrianClean-up the TGSI_SEMANTIC tokens, introduce semantic...
2007-09-20 Brianremove #includes of tgsi_attribs.h
2007-09-20 Briancheckpoint: TGSI_ATTRIB_x tokens no longer used
2007-09-20 BrianCheckpoint: vertex attribute clean-up.
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-08-31 BrianDefine attrib_format and interp_mode enum typedefs...
2007-08-30 BrianConsolidate vertex-related code in new draw_vertex.c
2007-08-30 BrianRemove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-30 BrianSketch out per-vertex point size.
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-24 BrianUse vertex_info struct for softpipe - lots of clean-up.
2007-08-24 BrianVertex shader outputs are now tightly packed into the...
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 BrianCheckpoint commit: i915 texture works, use new vertex_i...
2007-08-20 BrianMove guts of vertex array drawing into the 'draw' module.
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 Brianmore work on vertex shaders, now using vertex shaders...
2007-08-16 michalBreak mesa dependencies.
2007-08-16 BrianHook in new draw_arrays() code, disabled for now.
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-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 BrianClip triangles against softpipe->cliprect which include...
2007-07-27 BrianMaintain cliprect (scissor) info in sp_state_derived.c.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 BrianAdd VF_ATTRIB_VAR0..7 for varying variables.
2007-07-24 BrianCompute need_z and need_w properly and use the correct...
2007-07-24 BrianFix a typo (i << i) that was fouling up the vertex...
2007-07-24 Brianrebuild quad pipeline when framebuffer changes too
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
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 Brianset INTERP_CONSTANT when appropriate
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-10 BrianComments, minor clean-up.
2007-07-09 BrianRename G_NEW_* tokens to SP_NEW_*
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Keith WhitwellRemove dependency on vf.h in public headers
2007-06-20 BrianInitial implementation of a software pipeline for quad...
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...