gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_surface.h
2008-01-22 Briangallium: remove unneeded protos, #includes, etc
2008-01-22 Briangallium: move softpipe_get_tex_surface() prototype
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-01 Brianimplement get/put_tile() for xlib driver
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 Brianclean-up, simplify some tile code, more to come
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-20 BrianRemove obsolete read/write_quad() functions
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-19 BrianInitial implementation of surface tile caching.
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-09 Brianexport softpipe_init_surface_funcs()
2007-08-08 Brianinclude p_state.h
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-07 Brianget rid of temp write_mono_row_ub() function
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
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-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-10 BrianDo depth testing with integer values.
2007-07-09 Brians/G_/SP_/
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Brianimplement softpipe clearing (untested)
2007-06-20 BrianRe-org of surface/framebuffer state.
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...