summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clamp after offsetting, new commentsBrian2007-07-101-16/+18
* remove unneeded casts, added commentsBrian2007-07-101-5/+5
* Do depth testing with integer values.Brian2007-07-103-14/+41
* fix problems with polygon offsetBrian2007-07-101-11/+10
* comments, clean-upBrian2007-07-101-4/+5
* added commentsBrian2007-07-101-3/+6
* Fix front/back mix-up. added comments.Brian2007-07-101-3/+13
* Comments, minor clean-up.Brian2007-07-101-9/+12
* commentsBrian2007-07-101-10/+10
* Added comments, assertions.Brian2007-07-101-0/+13
* Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.Brian2007-07-101-10/+37
* remove some dead/disabled stuffBrian2007-07-101-19/+19
* Remove softpipe includesBrian2007-07-091-2/+0
* s/G_/SP_/Brian2007-07-093-15/+15
* Rename G_NEW_* tokens to SP_NEW_*Brian2007-07-098-26/+26
* Obsolete file.Brian2007-07-091-47/+0
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-0921-334/+368
* New 'draw' module for handling the various stages of primitive drawing (clipp...Brian2007-07-091-0/+182
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-099-0/+0
* Fix function names.michal2007-07-061-2/+2
* Indent.michal2007-07-061-148/+171
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...michal2007-07-06268-10276/+10027
|\
| * stencil pixel map didn't work in _mesa_unpack_stencil_span(), bug 11475Brian2007-07-051-12/+12
| * Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-0460-224/+222
| * assorted clean-upsBrian2007-07-041-54/+49
| * fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-043-5/+12
| * r300: only init swtcl on tcl-less cardsDave Airlie2007-07-042-10/+18
| * added vec2(vec4) constructor, bug 11404Brian2007-07-032-54/+60
| * add code for stpq, rgba writemasks in make_writemask(), bug 11404Brian2007-07-031-0/+8
| * fix StepX/StepY typoBrian2007-07-031-1/+1
| * use _mesa_unpack_stencil_span() in draw_stencil_pixels(), bug 11457Brian2007-07-031-6/+5
| * fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #1...Roland Scheidegger2007-07-031-1/+1
| * add const to wglSetPixelFormat() to match .h declarationBrian2007-07-021-1/+1
| * avoid unnecessary clamping of depth values (bug 11448)Brian2007-07-021-28/+51
| * r300: fix compiz crash on swtcl - doesn't fix compiz though.Dave Airlie2007-07-021-4/+3
| * Compute the amount of time to sleep on idle event using timers as reference.Claudio Ciccani2007-07-013-25/+55
| * Fixed initialization of render buffer and deinitialization of context.Claudio Ciccani2007-07-011-11/+16
| * r300: oops wrong logic for swtclDave Airlie2007-07-011-1/+1
| * r300: oops turn back off cmd buf debuggingDave Airlie2007-07-011-1/+1
| * Merge branch 'r300-swtcl'Dave Airlie2007-07-0113-63/+917
| |\
| | * fix tabbingDave Airlie2007-07-011-231/+226
| | * r300: add authorshipDave Airlie2007-07-011-1/+2
| | * r300: remove some unused codeDave Airlie2007-07-011-31/+0
| | * r300: cleanup some of the swtcl codeDave Airlie2007-07-015-106/+19
| | * r300: fixup manytex, we needed to emit the vic/vir/vof every timeDave Airlie2007-07-011-46/+52
| | * r300: fix tabbingDave Airlie2007-07-011-1/+1
| | * r300: 2288 is a tcl only regDave Airlie2007-06-242-9/+15
| | * clean up cache flush emission into one placeDave Airlie2007-06-225-40/+25
| | * clean up color0 codeDave Airlie2007-06-211-15/+1
| | * add a mem use for current dma bufferDave Airlie2007-06-211-2/+5