summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
AgeCommit message (Expand)Author
2008-02-15a call was missed during the last renameZack Rusin
2008-02-15gallium: Fix memory leak.Michal Krol
2008-02-15gallium: Fix memory leak.Michal Krol
2008-02-15gallium: Fix build on Windows.Michal Krol
2008-02-14gallium: minor function renamingBrian
2008-02-14gallium: changes to polygon mode weren't detected in draw_unfilled stage.Brian
2008-02-14gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...Brian
2008-02-14galllium: comments, minor clean-upsBrian
2008-02-13handle temporaries in llvm code generated pathsZack Rusin
2008-02-12gallium: initial code for wide/AA line drawingBrian
2008-02-11gallium: fix fragment/vertex typoBrian
2008-02-11remove seperate llvm vs entry pointsZack Rusin
2008-02-10rewrite the way cpu engine is handledZack Rusin
2008-02-10rewrite the way we handle ir in llvm codeZack Rusin
2008-02-07tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-02-05gallium: Use align_free to free aligned memory.Michal Krol
2008-01-30Add driver_private field for drivers that hook shader_queue_flush.Ian Romanick
2008-01-30Provide mechanism to hook in custom vertex shader cache flush functionIan Romanick
2008-01-30Implement vertex fetch / vertex shader output write-backIan Romanick
2008-01-30gallium: Teach draw_vf about draw vertices.José Fonseca
2008-01-30gallium: Remove draw_vertex_fetch::lookup.José Fonseca
2008-01-30gallium: Fix build on WinXP.Michal Krol
2008-01-29gallium: weaken assert slightlyKeith Whitwell
2008-01-29gallium: streamline various unfilled & stippled pathsKeith Whitwell
2008-01-29gallium: Emit point size as a constant.José Fonseca
2008-01-29gallium: Emit constants.José Fonseca
2008-01-29gallium: Allow draw_vf usage to be controlled at runtime.José Fonseca
2008-01-29gallium: Add extern keyword to global.José Fonseca
2008-01-29gallium: Use GALLIUM_ prefix for env vars.José Fonseca
2008-01-29gallium: Remove direct dependencies to mesa internals.José Fonseca
2008-01-28gallium: remove dead vars, codeKeith Whitwell
2008-01-28gallium: fix typos in hardwired fetch pathKeith Whitwell
2008-01-28gallium: handle flatshading explicitly in clipper stageKeith Whitwell
2008-01-28gallium: add a couple of hardwired vertex fetch functionsKeith Whitwell
2008-01-28gallium: only call vertex/prim queue flush when there is something to flushKeith Whitwell
2008-01-28gallium: explictly cast double to float in vertex fetchKeith Whitwell
2008-01-28gallium: fill in missing formats for vertex_fetchKeith Whitwell
2008-01-28gallium: remove dead code from draw_vf*Keith Whitwell
2008-01-28First stab at hooking draw_vbuf & vf.José Fonseca
2008-01-28Clone vf module.José Fonseca
2008-01-28Simplify prototypes of draw_vbuf's internal functions.José Fonseca
2008-01-28Cache the vinfo in vbuf_stage.José Fonseca
2008-01-26gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...Brian
2008-01-26gallium: fix a few segfaults/assertions that can happen during context initBrian
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-25gallium: replace loop w/ memset in draw_vertex_cache_invalidate()Brian
2008-01-25gallium: better flush logic in draw moduleBrian