summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_surface.c
AgeCommit message (Expand)Author
2007-10-10disable some assertions which pop up during window resize, but can be ignored...Brian
2007-10-10use pipe_region_reference() in softpipe_get_tex_surface() to fix refcount errorBrian
2007-10-03added s8z24_get_tile()Brian
2007-09-26added a8r8g8b8_put_tile()Brian
2007-08-24Add support for more surface types in sp_surface.cBrian
2007-08-16Silence warnings.michal
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-11do clipping in get_tile()Brian
2007-08-10add missing break stmtBrian
2007-08-10include surface.offset in address calculationsBrian
2007-08-10flesh out w/ more formats, y=0=top conventionBrian
2007-08-09export softpipe_init_surface_funcs()Brian
2007-08-08use surface offset value in get_tile()Brian
2007-08-08added assertionBrian
2007-08-08more get_tile() workBrian
2007-08-07added a get_tile() funcBrian
2007-08-07sketch out new pipe surface/sampler typesBrian
2007-08-01s/Z24_S8/S8_Z24/ (stencil is in the high byte)Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell