summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_context.c
AgeCommit message (Expand)Author
2007-12-11gallium: Remove feedback interfaces from pipe driver.Keith Whitwell
2007-12-09added null ptr check in draw_destroy() for rasterizer stageBrian
2007-12-09gallium: use SSE by defaultJosé Fonseca
2007-12-09gallium: initialized draw element buffer to NULLKeith Whitwell
2007-12-09gallium: add draw_stage::destroy().Michal
2007-11-09comments, assertionsBrian
2007-11-08Reorganize user-space vertex fields in draw_context into 'user' group.Brian
2007-11-07Reset temporary vertices ids.José Fonseca
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-27Silence compiler warnings.michal
2007-10-22plug the wide prims code into the pipelineBrian
2007-10-18pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this fun...Oliver McFadden
2007-10-11Init draw->prim = ~0Brian
2007-10-03Unify handling of userplanes and regular planes to simplifyZack Rusin
2007-09-28Use sse only if GALLIUM_SSE is definedZack Rusin
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-28Revert "Use sse only if GALLIUM_SSE is defined"Zack Rusin
2007-09-28Use sse only if GALLIUM_SSE is definedZack 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-18Finishing up rename of the setup state to the rasterizer state.Zack Rusin
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-09-10More work on vertex feedback / glRasterPos. Basic rasterpos works now.Brian
2007-09-06Initial work for post-transformed vertex feedback buffers.Brian
2007-08-30Consolidate vertex-related code in new draw_vertex.cBrian
2007-08-30Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian
2007-08-24Fix user-defined clip planes. They seem to work properly now.Brian
2007-08-20remove dead code related to vf moduleBrian
2007-08-20Checkpoint: remove more of the old draw_vb() code.Brian
2007-08-20Move guts of vertex array drawing into the 'draw' module.Brian
2007-08-20Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-08-19Fix some draw_arrays issues.Brian
2007-08-17replace memcpy() with assignment, better type safetyBrian
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-15added draw_set_vertex_array_info()Brian
2007-08-14use regular malloc/free instead of macrosBrian
2007-08-14Beginnings of a demand-filled post-tnl vertex cache.Keith Whitwell
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-10comments, clean-upBrian
2007-07-09New 'draw' module for handling the various stages of primitive drawing (clipp...Brian