gallium: pipe->surface_copy can flip the contents vertically when necessary.
[mesa.git] / src / mesa / pipe / softpipe / sp_surface.c
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-22 Briangallium: move softpipe_get_tex_surface() into sp_texture.c
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-10 Michel Dänzersoftpipe: Simplify texture memory layout.
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-12 BrianMove float/rgba tile get/put functions into new file.
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-11 Michel Dänzersoftpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and...
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-08 Brianclean-ups
2007-12-07 BrianGet rid of "duplicate" formats.
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-12-05 Brianadded tile funcs for B8G8R8A8 format
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-20 Brianadd PIPE_FORMAT_Z24_S8 support to softpipe patsh
2007-11-01 Brianimplement get/put_tile() for xlib driver
2007-10-29 Brianminor code simplification
2007-10-29 Brianfix memcpy bugs
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Michal KrolMake gallium compile in win32.
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-24 Brianget_tile() for z16, z32, s8z24 surfaces needs to return...
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 Brianget/put_tile_raw() funcs for 16/32bpp surfaces
2007-10-19 BrianInitial implementation of surface tile caching.
2007-10-18 Oliver McFaddenCorrected the file permissions in src/mesa/pipe.
2007-10-17 Brianlower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1
2007-10-14 Brian16-bit RGBA surface format for accum buffers
2007-10-13 Brianadded z16/z32_git_tile(), change s8z24_get_tile() to...
2007-10-10 Briandisable some assertions which pop up during window...
2007-10-10 Brianuse pipe_region_reference() in softpipe_get_tex_surface...
2007-10-03 Brianadded s8z24_get_tile()
2007-09-27 Brianadded a8r8g8b8_put_tile()
2007-08-25 BrianAdd support for more surface types in sp_surface.c
2007-08-16 michalSilence warnings.
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-11 Briando clipping in get_tile()
2007-08-10 Brianadd missing break stmt
2007-08-10 Brianinclude surface.offset in address calculations
2007-08-10 Brianflesh out w/ more formats, y=0=top convention
2007-08-09 Brianexport softpipe_init_surface_funcs()
2007-08-08 Brianuse surface offset value in get_tile()
2007-08-08 Brianadded assertion
2007-08-08 Brianmore get_tile() work
2007-08-08 Brianadded a get_tile() func
2007-08-07 Briansketch out new pipe surface/sampler types
2007-08-01 Brians/Z24_S8/S8_Z24/ (stencil is in the high byte)
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-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...