summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_context.h
Commit message (Expand)AuthorAgeFilesLines
* Use sse only if GALLIUM_SSE is definedZack Rusin2007-09-281-0/+1
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-3/+6
* Revert "Redoing the way we handle vertex shaders for the draw module."Zack Rusin2007-09-281-6/+3
* Revert "Use sse only if GALLIUM_SSE is defined"Zack Rusin2007-09-281-1/+0
* Use sse only if GALLIUM_SSE is definedZack Rusin2007-09-281-0/+1
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-281-3/+6
* Make flushing more lazy in the draw module.Keith Whitwell2007-09-271-8/+16
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-181-4/+4
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-1/+1
* More work on vertex feedback / glRasterPos. Basic rasterpos works now.Brian2007-09-101-0/+3
* Initial work for post-transformed vertex feedback buffers.Brian2007-09-061-9/+14
* Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian2007-08-311-10/+0
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-301-0/+3
* Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian2007-08-301-0/+4
* In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian2007-08-301-1/+1
* Fix user-defined clip planes. They seem to work properly now.Brian2007-08-241-2/+1
* remove old draw_vertices()Brian2007-08-221-6/+0
* Rework of shader constant buffers.Brian2007-08-221-0/+2
* Move guts of vertex array drawing into the 'draw' module.Brian2007-08-201-7/+29
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-201-4/+0
|\
| * Fix some draw_arrays issues.Brian2007-08-191-4/+0
* | added CLIP_x_SHIFT valsBrian2007-08-171-0/+16
|/
* define CLIP_LEFT/RIGHT etcBrian2007-08-171-0/+11
* Remove many dependencies on mesa headers.Brian2007-08-161-8/+7
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-1/+1
* added draw_set_vertex_array_info()Brian2007-08-151-0/+10
* Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian2007-08-021-0/+5
* Rename prim_stage -> draw_stageBrian2007-07-121-2/+2
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-7/+25
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-091-0/+56