summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use sse only if GALLIUM_SSE is defined"Zack Rusin2007-09-284-19/+4
* Use sse only if GALLIUM_SSE is definedZack Rusin2007-09-284-4/+19
* Redoing the way we handle vertex shaders for the draw module.Zack Rusin2007-09-285-18/+65
* Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-271-8/+2
* fix mergekeithw2007-09-271-2/+0
* disable debugKeith Whitwell2007-09-272-3/+3
* Make flushing more lazy in the draw module.Keith Whitwell2007-09-2713-271/+416
* Translate mesa vertex/fragment programs to TGSI programs at same time to do p...Brian2007-09-251-5/+2
* test for presence of both front and back color vertex slotsBrian2007-09-251-4/+7
* remove unused lookup arrayBrian2007-09-251-7/+0
* First attempt at building vertex buffers post-clip.Keith Whitwell2007-09-255-6/+32
* test against -1 for front/back attribkeithw2007-09-251-4/+4
* invert draw_vertex_cache_check_space()Brian2007-09-211-1/+1
* Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.Brian2007-09-201-1/+2
* remove old/used codeBrian2007-09-203-18/+5
* remove #includes of tgsi_attribs.hBrian2007-09-201-2/+2
* checkpoint: TGSI_ATTRIB_x tokens no longer usedBrian2007-09-201-1/+1
* Checkpoint: vertex attribute clean-up.Brian2007-09-206-22/+25
* remove unused lookup[]Brian2007-09-201-0/+4
* Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian2007-09-191-0/+4
* Checkpoint: rework shader input/output register mapping.Brian2007-09-182-21/+32
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-183-12/+12
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-187-16/+16
* More work on vertex feedback / glRasterPos. Basic rasterpos works now.Brian2007-09-103-1/+15
* Initial work for post-transformed vertex feedback buffers.Brian2007-09-064-30/+61
* Initial work for post-transform vertex feedback buffers.Brian2007-09-061-0/+247
* move some protos from draw_vertex.h to draw_private.hBrian2007-08-312-17/+16
* Define attrib_format and interp_mode enum typedefs and use where appropriate.Brian2007-08-314-31/+44
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-305-115/+189
* Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian2007-08-304-14/+60
* fix breakage from prev commitBrian2007-08-301-1/+1
* In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian2007-08-304-42/+38
* Fix lost edge flags problem when clipping.Brian2007-08-302-2/+16
* Sketch out per-vertex point size.Brian2007-08-301-1/+1
* Split out vertex shader/cache/fetch functionality from draw_prim.cKeith Whitwell2007-08-276-410/+510
* Hook-up SSE2 to VS.michal2007-08-241-1/+30
* Fix user-defined clip planes. They seem to work properly now.Brian2007-08-245-40/+63
* re-enable compute_clipmask() callBrian2007-08-241-1/+1
* Fixup include paths after renameKeith Whitwell2007-08-242-2/+2
* remove dead codeBrian2007-08-231-38/+10
* Vertex shader outputs are now tightly packed into the output slots.Brian2007-08-231-20/+37
* Need to copy header->edgeflags to tmp when creating new prim_header.Brian2007-08-233-0/+3
* minor improvement to get_vertex() in-use flag settingBrian2007-08-231-4/+2
* fix an edgeflag logic error, see commentsBrian2007-08-231-0/+5
* fix incorrect vertex index for POLYGON drawingBrian2007-08-231-1/+1
* get rid of VERT_RESULT_ usageBrian2007-08-231-8/+2
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-236-95/+20
* comment about code duplicationBrian2007-08-231-0/+1
* Checkpoint commit: i915 texture works, use new vertex_info structBrian2007-08-236-58/+68
* Define a re-usable vertex_info structure to describe vertex layouts.Brian2007-08-231-0/+141