summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_surface.h
AgeCommit message (Expand)Author
2008-01-21gallium: remove unneeded protos, #includes, etcBrian
2008-01-21gallium: move softpipe_get_tex_surface() prototypeBrian
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-01implement get/put_tile() for xlib driverBrian
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25clean-up, simplify some tile code, more to comeBrian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-20Remove obsolete read/write_quad() functionsBrian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-19Initial implementation of surface tile caching.Brian
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-09export softpipe_init_surface_funcs()Brian
2007-08-07include p_state.hBrian
2007-08-07sketch out new pipe surface/sampler typesBrian
2007-08-07get rid of temp write_mono_row_ub() functionBrian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-10Checkpoint: stencil roughly working, some bugs to fix...Brian
2007-07-10Do depth testing with integer values.Brian
2007-07-09s/G_/SP_/Brian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20implement softpipe clearing (untested)Brian
2007-06-19Re-org of surface/framebuffer state.Brian
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell