summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_arrays.c
AgeCommit message (Expand)Author
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian
2007-08-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian
2007-08-27Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23comment about code duplicationBrian
2007-08-23Checkpoint commit: i915 texture works, use new vertex_info structBrian
2007-08-20Move vertex transformation/shader code into draw_prim.c to avoid need for vs_...Brian
2007-08-20move ALIGN16-related macros into p_compiler.hBrian
2007-08-20Update glClear and glDrawPixels code.Brian
2007-08-20remove some of the #ifndef MESA stuffBrian
2007-08-20Checkpoint: remove more of the old draw_vb() code.Brian
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-20Move guts of vertex array drawing into the 'draw' module.Brian