Remove mapping fields from struct pipe_surface.
[mesa.git] / src / mesa / pipe / xlib / xm_api.c
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-01 Brianfix mem leaks
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-19 Brianmove st_make_current() before buffer size check so...
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 Briantrim down #includes
2007-12-11 Zack RusinPort i965 driver to Gallium3D.
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 Brianbyteswapping fixes in choose_pixel_format()
2007-12-07 BrianOverhaul the Xlib winsys layer.
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-05 Brianadded B8G8R8A8 support and improved pixel format select...
2007-11-07 Brianbetter depth buffer selection
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-06 Brianrename xmesa_create_softpipe() xmesa_create_context()
2007-11-06 Briandisable finish_or_flush() for now
2007-11-06 Brianneed to call pipe->flush() in finish_or_flush()
2007-11-06 Brianremove debug abort() call
2007-11-06 BrianCall xmesa_init_driver_functions() to install xmesa_vie...
2007-11-05 BrianRemove some temporary state tracker context/framebuffer...
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-02 Briandon't call _mesa_init_driver_functions()
2007-11-01 BrianImplement surface clearing w/out dependency on XMesa...
2007-11-01 Brianmake winsys objects singletons, comments
2007-11-01 BrianClean up xmesa winsys stuff
2007-10-31 Brianmove few remaining bits of xm_dd.c into xm_api.c
2007-10-31 BrianRemove xmesa_update_state(), which was called by ctx...
2007-10-31 Brianremove HPCR support
2007-10-31 Brianremove timer_query, s3tc extension bits
2007-10-31 BrianStart removing old driver funcs like ColorMask, ClearCo...
2007-10-31 Brianremove FX/glide stuff
2007-10-31 Brianremove tnl/swrast code
2007-10-31 Briandisable swrast/tnl stuff
2007-10-31 Brianomit X point/line/triangle routines
2007-10-31 BrianCopy of xlib driver. This will get trimmed down a...