gallium: rearrange vertex info/layout validation
[mesa.git] / src / mesa / pipe / xlib /
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-25 Keith Whitwell965: add asserts to catch batch overrun
2008-01-24 BrianCell: use Cell driver by default if linux-cell is built
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-04 Keith Whitwell965: fix various refcount issues
2008-01-03 BrianCell: basic triangle rendering works.
2008-01-01 Brianfix mem leaks
2007-12-20 Zack Rusin965: fix the constant buffers
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-19 Brianmove st_make_current() before buffer size check so...
2007-12-19 Keith Whitwell965: handle BRW_CONSTANT_BUFFER data type
2007-12-19 Zack Rusinconsts
2007-12-19 Keith Whitwell965: align buffer allocations to 4k
2007-12-19 Keith Whitwell965: allocate buffer space to hold batch commands
2007-12-19 Keith Whitwell965: respect surface width when dumping bitmap
2007-12-18 Keith Whitwellgallium: give userbuffers some storage in the aub buffe...
2007-12-13 Keith Whitwell965: implement magic buffer offset callback
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-12 Briantrim down #includes
2007-12-11 BrianMove align_malloc(), align_free() to p_util.h
2007-12-11 Zack RusinHmm, missed these two files. Sorry.
2007-12-11 Zack RusinPort i965 driver to Gallium3D.
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-11 BrianCell: first triangle.
2007-12-10 Keith Whitwellgallium: disable assert(0) in xmesa_surface()
2007-12-10 BrianCell driver state-setter functions, basic tile get...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 Brianbyteswapping fixes in choose_pixel_format()
2007-12-07 Brianremove stray ;
2007-12-07 BrianRemove obsolete xlib driver files
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-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 Brianfix warning
2007-11-08 BrianRemove winsys->wait_idle(), subsumed by pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Brianre-enable PIPE_FORMAT_U_Z32 support
2007-11-07 Brianbetter depth buffer selection
2007-11-07 Brianredo xm_surface_release() to match i915
2007-11-07 Brianfix bad varname
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-06 Briandisable PIPE_FORMAT_U_Z32, doesn't work ATM
2007-11-06 BrianUpdate xmesa_is_format_supported()
2007-11-06 Brianrename xmesa_create_softpipe() xmesa_create_context()
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 Briandefine CLIP_TILE as in sp_surface.c
2007-11-06 Brianremove debug abort() call
2007-11-06 BrianCall xmesa_init_driver_functions() to install xmesa_vie...
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
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 BrianStart re-working SwapBuffers.
2007-11-02 Briandon't call _mesa_init_driver_functions()
2007-11-01 BrianObsolete file
2007-11-01 Brianremove xmesa_set_renderbuffer_funcs()
2007-11-01 Briandisable/omit renderbuffer span code
2007-11-01 Brianremove unused funcs, macros
2007-11-01 Brianxget_image() wrapper to catch BadMatch errors
2007-11-01 Brianmove dither kernels to xm_surface.c
2007-11-01 Brianfix some tile clipping bugs
2007-11-01 Brianmove CLIP_TILE, add comments
2007-11-01 Brianrewrite xmesa_get_tile_rgba() to not use span funcs
2007-11-01 Brianreimplement xmesa_put_tile_rgba() w/out span funcs
2007-11-01 Brianimplement get/put_tile() for xlib driver
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 Brianremove some extension #defines
2007-10-31 BrianObsolete
2007-10-31 Brianmove few remaining bits of xm_dd.c into xm_api.c
2007-10-31 Brianmove dither kernels/tables to xm_span.c
2007-10-31 BrianRemove xmesa_update_state(), which was called by ctx...
2007-10-31 Brianmove surface clear functions to xm_buffer.c
2007-10-31 Brianclean-up includes
2007-10-31 Brianremove HPCR support
2007-10-31 Brianget rid of xmesa_clear_buffers()
2007-10-31 Briandon't pass x,y,width,height to clear functions
2007-10-31 Brianremove get_string, test_proxy_teximage
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 BrianObsolete
2007-10-31 Brianremove dead swrast/tnl code
2007-10-31 Briandisable swrast/tnl stuff
2007-10-31 Brianremove Draw/CopyPixels functions
2007-10-31 Brianomit X point/line/triangle routines
2007-10-31 BrianCopy of xlib driver. This will get trimmed down a...