summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-15Initial pass at instruction / declaration fetchIan Romanick
2008-02-15Initial pass at vertex shader on SPU using TGSI VMIan Romanick
2008-02-15Cell: prototype SIMD code for z testingBrian
2008-02-15Cell: start to SIMD-ize triangle attribute interpolationBrian
2008-02-15Cell: fold setup_tri() into tri_draw()Brian
2008-02-15Cell: make 'setup' a regular var instead of passing around a pointer everywhereBrian
2008-02-15Cell: minor code refactoring, movementBrian
2008-02-15Cell: check tile status before wait_on_mask()Brian
2008-02-15Cell: make wait_on_mask() static/inlinedBrian
2008-02-15Cell: move CELL_MAX_SPUSBrian
2008-02-15gallium: Teach draw_vf about draw vertices.José Fonseca
2008-02-15gallium: Remove draw_vertex_fetch::lookup.José Fonseca
2008-02-15gallium: Fix build on WinXP.Michal Krol
2008-02-15nouveau: 0xdeadc0deBen Skeggs
2008-02-15Cell: use _pack_rgba8() from pack_rgba8.h to do float[4]->uint color conversionBrian
2008-02-15gallium: weaken assert slightlyKeith Whitwell
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