summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_vertex_fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt for winsys interface changes.José Fonseca2007-12-091-1/+0
* gallium: add support for aliased 4ub formatKeith Whitwell2007-12-091-0/+2
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-1/+1
* Get rid of "duplicate" formats.Brian2007-12-071-1/+1
* gallium: reorg tgsi directories.Michal Krol2007-11-231-2/+1
* Fix compatibility issues between gcc and msvc.Michal2007-11-221-0/+7
* more convenient debug codeBrian2007-11-161-2/+10
* Reorganize user-space vertex fields in draw_context into 'user' group.Brian2007-11-081-1/+1
* Make gallium compile in win32.Michal Krol2007-10-291-4/+4
* Cleanup some code.Zack Rusin2007-10-241-2/+2
* Implement the conversion and do the initial execution pass.Zack Rusin2007-10-241-2/+2
* added SSCALED cases in fetch_attrib4()Brian2007-10-101-0/+14
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-1/+1
* Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-281-1/+1
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-1/+1
* Make flushing more lazy in the draw module.Keith Whitwell2007-09-271-0/+2
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-0/+5
* Checkpoint: rework shader input/output register mapping.Brian2007-09-181-18/+21
* Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell2007-08-271-0/+101