summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-15First stab at hooking draw_vbuf & vf.José Fonseca
2008-02-15Clone vf module.José Fonseca
2008-02-15nouveau: oops and make nouveau winsys build by defaultStephane Marchesin
2008-02-15nouveau: add nv30.Stephane Marchesin
2008-02-15nouveau: hook in nv30.Stephane Marchesin
2008-02-15nouveau: Update to latest header.Stephane Marchesin
2008-02-15Hook nv30 into the build.Stephane Marchesin
2008-02-13nv40: Avoid a nasty array overflow leading to a corrupt memory pointer.Maarten Maathuis
2008-02-04nouveau: update to latest header.Stephane Marchesin
2008-02-03Add NV63.Stephane Marchesin
2008-01-30nouveau: support nv67Ben Skeggs
2008-01-28nouveau: ddx versioning changed to match nouveau.ko versioningBen Skeggs
2008-01-28Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1Ben Skeggs
2008-01-28nouveau: quicky-port to gallium changesBen Skeggs
2008-01-28Simplify prototypes of draw_vbuf's internal functions.José Fonseca
2008-01-28Cache the vinfo in vbuf_stage.José Fonseca
2008-01-27Do refcounting trhoughout all buffer objects, since it is now a base requirem...José Fonseca
2008-01-27Fullfill pipe_winsys->user_buffer_create. Aggregate winsys functions.José Fonseca
2008-01-26Cell: added support for inlined vertex buffers.Brian
2008-01-26Cell: added ROUNUP4Brian
2008-01-27Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1Ben Skeggs
2008-01-26Cell: added support for inlined indexesBrian
2008-01-26Cell: added cell_batch_free_space()Brian
2008-01-26gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...Brian
2008-01-26Cell: remove some old tile codeBrian
2008-01-26gallium: s/GLuint/unsigned/ to work with gallium when THREADS not definedBrian
2008-01-26gallium: fix a few segfaults/assertions that can happen during context initBrian
2008-01-26Cell: fix a recursive flushing bugBrian
2008-01-26Cell: add check to catch recursive batch flushingBrian
2008-01-26Cell: move ASSERT macro into common.hBrian
2008-01-26gallium: Aggregate all buffer allocation info into a single struct. Obey requ...José Fonseca
2008-01-26gallium: Make mm buffer manager more portable.José Fonseca
2008-01-26gallium: Remove unneeded headers.José Fonseca
2008-01-26gallium: fix linux buildKeith Whitwell
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26d3d: Fix build on Windows.Michal Krol
2008-01-26gallium: Fix build on WinXP.Michal Krol
2008-01-26gallium: Use directory name in include.José Fonseca
2008-01-26gallium: Fix build for WinXP.Michal Krol
2008-01-26gallium: Define MALLOC_STRUCT.José Fonseca
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26gallium: restructure vertex fetch code slightlyKeith Whitwell
2008-01-26gallium: Fix MSVC float/double conversion warning.José Fonseca
2008-01-26gallium: Complete integer types.José Fonseca
2008-01-26gallium: minor cleanups to pipe interfaceKeith Whitwell
2008-01-26gallium: add PIPE_FLUSH_SWAPBUFFERS flagKeith Whitwell
2008-01-26gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell
2008-01-26gallium: specialize glFlush vs other flush semanticsKeith Whitwell
2008-01-26gallium: remove makefile whitespaceKeith Whitwell