summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_context.h
AgeCommit message (Expand)Author
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-31Define attrib_format and interp_mode enum typedefs and use where appropriate.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-30In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian
2007-08-24Fix user-defined clip planes. They seem to work properly now.Brian
2007-08-22remove old draw_vertices()Brian
2007-08-22Rework of shader constant buffers.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-17added CLIP_x_SHIFT valsBrian
2007-08-17define CLIP_LEFT/RIGHT etcBrian
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-15Remove mesa include directories, be stricter about include paths.Keith Whitwell
2007-08-15added draw_set_vertex_array_info()Brian
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian