gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_state.h
2008-02-15 Briangallium: rearrange vertex info/layout validation
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-03 Brianreplace void * with struct draw_vertex_shader opaque...
2008-01-01 BrianClean-up, re-org some vertex/fragment shader state...
2008-01-01 Brianmove SP_NEW_ #defines into sp_state.h
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-07 BrianMove struct softpipe_texture definition into sp_texture.h
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-10-27 michalEnable SSE2 for fragment shaders.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
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 Zack RusinMake the alpha test state a cso.
2007-09-20 Zack RusinFix failover state binding and convert the sampler...
2007-09-20 Zack RusinConvert depth_stencil state to the new semantics.
2007-09-20 Zack RusinSwitch fragment/vertex shaders to the new caching seman...
2007-09-19 Zack RusinConvert the rasterizer cso to the new semantics.
2007-09-19 Zack RusinRedo the cso cache to map driver data in a lot more...
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-09-18 Zack RusinMake sampler an immutable state object.
2007-09-18 Zack RusinFirst stab at immutable state objects (create/bind...
2007-09-10 BrianMore work on vertex feedback / glRasterPos. Basic...
2007-08-22 BrianRework of shader constant buffers.
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.
2007-08-20 Brianimplement draw_elements()
2007-08-16 BrianBegin added vertex shader state/support.
2007-08-16 BrianHook in new draw_arrays() code, disabled for now.
2007-08-15 Brianadded state funcs for vertex buffer/element info
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-07 Brians/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
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-10 BrianBegin hooking up stenciling.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-03 Brianhook in state tracking for blend color
2007-07-02 Brianrename a few structs (use _state suffix consistantly...
2007-06-26 Brianconsolidate point/line state into pipe_setup_state
2007-06-22 Brianinitial texture object, texture format code
2007-06-22 Brianmore texture sampler work
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Brianquad blending works now, but many blend terms need...
2007-06-20 BrianInitial work for glClear(), clear color state.
2007-06-20 Brianhook up point state
2007-06-20 BrianRe-org of surface/framebuffer state.
2007-06-15 Brians/PRIM_H/SP_STATE_H/
2007-06-15 Brianframebuffer state
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...