gallium: rearrange vertex info/layout validation
[mesa.git] / src / mesa / pipe / failover /
2008-02-08 Jerome Glissefailover: several fixes to failover pipe module
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
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-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-24 BrianRevert "Undo indexOffset change (I think, git???)"
2007-10-24 BrianUndo indexOffset change (I think, git???)
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-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Keith WhitwellRemove non-meaningful region_idle() interface
2007-09-11 BrianImplement query object interface.
2007-08-22 Keith WhitwellClear all the dirtyflag words
2007-08-21 keithwfix cut and paste
2007-08-21 Keith WhitwellFirst pass at a fallback concept for pipe devices.