summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-15Cell: initial texture cache/sampling codeBrian
2008-02-15Cell: emit state in cell_clear_surface() if dirty.Brian
2008-02-15Cell: re-enable bounding boxesBrian
2008-02-15gallium: Use GALLIUM_ prefix for env vars.José Fonseca
2008-02-15gallium: Use CALLOC for pb_buffer to ensure that all fields of pipe_buffer ar...José Fonseca
2008-02-15gallium: Remove direct dependencies to mesa internals.José Fonseca
2008-02-15gallium: remove dead vars, codeKeith Whitwell
2008-02-15gallium: fix typos in hardwired fetch pathKeith Whitwell
2008-02-15push out far clip plane to 200Brian
2008-02-15Added d/D keys to change viewing distance, 'a' to toggle animationBrian
2008-02-15Cell: additional assertionsBrian
2008-02-15Cell: make sure state commands aren't split across batchesBrian
2008-02-15Cell: remove unneeded flush(), dead codeBrian
2008-02-15Cell: clean-up of render pathBrian
2008-02-15Cell: checkpoint commit: always inline prim indexes into batch bufferBrian
2008-02-15Cell: If flushing for swapbuffers, wait for frame completionBrian
2008-02-15Cell: additional debug code, misc clean-upBrian
2008-02-15Cell: generalize the batch buffer code for vertex buffers...Brian
2008-02-15gallium: check if surface has defined status in check_clear_depth_with_quad()Brian
2008-02-15gallium: handle flatshading explicitly in clipper stageKeith Whitwell
2008-02-15gallium: add a couple of hardwired vertex fetch functionsKeith Whitwell
2008-02-15gallium: only call vertex/prim queue flush when there is something to flushKeith Whitwell
2008-02-15gallium: explictly cast double to float in vertex fetchKeith Whitwell
2008-02-15gallium: fill in missing formats for vertex_fetchKeith Whitwell
2008-02-15gallium: remove dead code from draw_vf*Keith Whitwell
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