summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/xlib
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-25965: add asserts to catch batch overrunKeith Whitwell
2008-01-24Cell: use Cell driver by default if linux-cell is builtBrian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2008-01-04965: fix various refcount issuesKeith Whitwell
2008-01-02Cell: basic triangle rendering works.Brian
2008-01-01fix mem leaksBrian
2007-12-20965: fix the constant buffersZack Rusin
2007-12-19Fix problem with initial viewport/scissor size.Brian
2007-12-19move st_make_current() before buffer size check so renderbuffer alloc storage...Brian
2007-12-19965: handle BRW_CONSTANT_BUFFER data typeKeith Whitwell
2007-12-19constsZack Rusin
2007-12-19965: align buffer allocations to 4kKeith Whitwell
2007-12-19965: allocate buffer space to hold batch commandsKeith Whitwell
2007-12-19965: respect surface width when dumping bitmapKeith Whitwell
2007-12-18gallium: give userbuffers some storage in the aub buffer poolKeith Whitwell
2007-12-13965: implement magic buffer offset callbackKeith Whitwell
2007-12-12Re-org of st_create_framebuffer() and renderbuffer format selection.Brian
2007-12-11trim down #includesBrian
2007-12-11Move align_malloc(), align_free() to p_util.hBrian
2007-12-11Hmm, missed these two files. Sorry.Zack Rusin
2007-12-11Port i965 driver to Gallium3D.Zack Rusin
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10Cell: first triangle.Brian
2007-12-10gallium: disable assert(0) in xmesa_surface()Keith Whitwell
2007-12-10Cell driver state-setter functions, basic tile get/put, glClear.Brian
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-12-07byteswapping fixes in choose_pixel_format()Brian
2007-12-07remove stray ;Brian
2007-12-07Remove obsolete xlib driver filesBrian
2007-12-07Overhaul the Xlib winsys layer.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-05added B8G8R8A8 support and improved pixel format selection when doing remote ...Brian
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-07fix warningBrian
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07Remove context dependencies in winsys layer.Brian
2007-11-07re-enable PIPE_FORMAT_U_Z32 supportBrian
2007-11-07better depth buffer selectionBrian
2007-11-07redo xm_surface_release() to match i915Brian
2007-11-07fix bad varnameBrian
2007-11-07Add winsys->surface_release() to complement winsys->surface_alloc().Brian
2007-11-06disable PIPE_FORMAT_U_Z32, doesn't work ATMBrian
2007-11-06Update xmesa_is_format_supported()Brian
2007-11-06rename xmesa_create_softpipe() xmesa_create_context()Brian