summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/xlib
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-253-77/+51
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-252-153/+35
* 965: add asserts to catch batch overrunKeith Whitwell2008-01-251-12/+25
* Cell: use Cell driver by default if linux-cell is builtBrian2008-01-241-2/+2
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-231-3/+5
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-16/+5
* 965: fix various refcount issuesKeith Whitwell2008-01-041-1/+11
* Cell: basic triangle rendering works.Brian2008-01-021-1/+8
* fix mem leaksBrian2008-01-011-0/+4
* 965: fix the constant buffersZack Rusin2007-12-201-1/+1
* Fix problem with initial viewport/scissor size.Brian2007-12-191-2/+6
* move st_make_current() before buffer size check so renderbuffer alloc storage...Brian2007-12-191-2/+2
* 965: handle BRW_CONSTANT_BUFFER data typeKeith Whitwell2007-12-191-0/+8
* constsZack Rusin2007-12-191-1/+1
* 965: align buffer allocations to 4kKeith Whitwell2007-12-191-3/+3
* 965: allocate buffer space to hold batch commandsKeith Whitwell2007-12-191-1/+7
* 965: respect surface width when dumping bitmapKeith Whitwell2007-12-191-1/+1
* gallium: give userbuffers some storage in the aub buffer poolKeith Whitwell2007-12-181-4/+9
* 965: implement magic buffer offset callbackKeith Whitwell2007-12-131-0/+8
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-47/+73
* trim down #includesBrian2007-12-112-11/+5
* Move align_malloc(), align_free() to p_util.hBrian2007-12-111-42/+1
* Hmm, missed these two files. Sorry.Zack Rusin2007-12-112-0/+685
* Port i965 driver to Gallium3D.Zack Rusin2007-12-115-6/+536
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-8/+33
* Cell: first triangle.Brian2007-12-101-1/+3
* gallium: disable assert(0) in xmesa_surface()Keith Whitwell2007-12-101-1/+1
* Cell driver state-setter functions, basic tile get/put, glClear.Brian2007-12-101-11/+121
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-22/+4
* Adapt for winsys interface changes.José Fonseca2007-12-091-4/+10
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-2/+3
* Get rid of "duplicate" formats.Brian2007-12-072-8/+8
* byteswapping fixes in choose_pixel_format()Brian2007-12-071-10/+13
* remove stray ;Brian2007-12-071-1/+1
* Remove obsolete xlib driver filesBrian2007-12-072-584/+0
* Overhaul the Xlib winsys layer.Brian2007-12-076-2360/+256
* Eliminate struct pipe_region.Michel Dänzer2007-12-074-57/+12
* added B8G8R8A8 support and improved pixel format selection when doing remote ...Brian2007-12-054-8/+89
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-293-13/+16
* fix warningBrian2007-11-071-1/+2
* Remove winsys->wait_idle(), subsumed by pipe->flush().Brian2007-11-071-6/+0
* Remove context dependencies in winsys layer.Brian2007-11-071-1/+1
* re-enable PIPE_FORMAT_U_Z32 supportBrian2007-11-071-1/+1
* better depth buffer selectionBrian2007-11-071-1/+11
* redo xm_surface_release() to match i915Brian2007-11-071-3/+6
* fix bad varnameBrian2007-11-071-1/+1
* Add winsys->surface_release() to complement winsys->surface_alloc().Brian2007-11-075-34/+35
* disable PIPE_FORMAT_U_Z32, doesn't work ATMBrian2007-11-061-1/+1
* Update xmesa_is_format_supported()Brian2007-11-061-0/+7
* rename xmesa_create_softpipe() xmesa_create_context()Brian2007-11-062-2/+2