summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-15gallium: streamline various unfilled & stippled pathsKeith Whitwell
2008-02-15gallium: don't rely on assert(0) for error handling - may be disabledKeith Whitwell
2008-02-15gallium: Emit point size as a constant.José Fonseca
2008-02-15gallium: Emit constants.José Fonseca
2008-02-15gallium: Allow draw_vf usage to be controlled at runtime.José Fonseca
2008-02-15gallium: Add extern keyword to global.José Fonseca
2008-02-15Cell: move cmd_render() into new spu_render.c fileBrian
2008-02-15Cell: add a few null texture testsBrian
2008-02-15Cell: compute min index referenced in draw command, use it to reduce size of ...Brian
2008-02-15Cell: minor optimization for flat shadingBrian
2008-02-15Cell: basic texture mappingBrian
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-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