summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vertex_fetch.c
AgeCommit message (Expand)Author
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-09gallium: add support for aliased 4ub formatKeith Whitwell
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.Brian
2007-11-23gallium: reorg tgsi directories.Michal Krol
2007-11-22Fix compatibility issues between gcc and msvc.Michal
2007-11-16more convenient debug codeBrian
2007-11-08Reorganize user-space vertex fields in draw_context into 'user' group.Brian
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-24Cleanup some code.Zack Rusin
2007-10-24Implement the conversion and do the initial execution pass.Zack Rusin
2007-10-10added SSCALED cases in fetch_attrib4()Brian
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-28Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin
2007-09-28Redoing the way we handle vertex shaders for the draw module.Zack Rusin
2007-09-27Make flushing more lazy in the draw module.Keith Whitwell
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-09-18Checkpoint: rework shader input/output register mapping.Brian
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell