summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-03-14Fix incorrect colors with texturing (Steven Fuller).full-1-0-0-branchgareth1-4/+4
2001-03-13Rest of MGA dualhead patch.gareth1-16/+16
2001-03-12Fix dualhead operation (Klaus Wilhelm Rose).gareth2-6/+19
2001-03-12Try that again...gareth14-125/+116
2001-03-08add missing texformat.[co]alanh1-0/+2
2001-03-08Add missing texformat.[co] to Mesa sources, objects. Should fixgareth5-3/+13
2001-03-08Fix ring space calculations, tests. Based on patch by Bruce Stockwell.gareth8-88/+27
2001-03-07Change error message to debug message when client dies while holding thegareth1-1/+1
2001-03-07Fix GL_DECAL textures.gareth3-28/+25
2001-03-07surround agp calls in drm_memory with __REALLY_HAVE_AGP instead ofalanh2-3/+2
2001-03-07Get rid of FullScreen mode messages.gareth2-29/+31
2001-03-07Fix alphaSize at 32bpp.gareth1-1/+1
2001-03-07Fix typo.gareth1-1/+1
2001-03-06Fix binding of driver texture object when glBindTexture() hasn't beengareth2-3/+31
2001-03-06- Fix MGA texturing.tdfx-3-1-0-20010306-mergegareth4-155/+26
2001-03-06Merge tdfx-3-1-0 branch.gareth53-6747/+6781
2001-03-05call i810DmaFinish() in HW_LOCK(). Fixed READ_RGBA to return properly scaled...tdfx-3-1-0-20010306-freezebrianp1-3/+4
2001-03-05disabled condition in i810RegetLockQuiescent() - fixes glReadPixels synchroni...brianp1-1/+8
2001-03-05allow dristat to find out whether AGP is write-combined or not.alanh1-0/+1
2001-03-05fix that last patch to initialize the MTRR when AGP available.alanh1-2/+3
2001-03-04Don't try and setup the MTRR for AGP when AGP not available.alanh3-4/+2
2001-03-02enabling tex unit 1 but not unit 0 was brokenbrianp1-1/+1
2001-03-02fixed subpixel point/line rendering errorsbrianp2-17/+45
2001-03-02fixed polygons stipple and colormask conformance problemsbrianp1-22/+27
2001-03-01implement s/w fallbacks for 1D, 3D and texture bordersbrianp2-73/+76
2001-03-01Fixed remaining texenv mode bugs (only unit 0 so far).brianp1-35/+87
2001-03-01fixed a number of texture env setup bugs, more to comebrianp1-14/+31
2001-03-01removed ~NEW_TEXTURE_ENABLE from INTERESTED bitfield to fix texture enable/di...brianp1-2/+2
2001-03-01LCS_ALPHA_FLAT/INTERP were incorrectbrianp1-2/+2
2001-03-01add FLUSH_BATCH() to HW_LOCK macrobrianp1-0/+1
2001-03-01oops, fix that message.alanh1-1/+1
2001-03-01put a nice informative message, when GrStippleMode_t isn't defined.alanh1-0/+5
2001-02-28Make the hardware bug workaround configurable. That way, people withgareth1-1/+8
2001-02-28Please try this if you experience lockups...gareth1-1/+7
2001-02-28Implement drmOpen* without /proc dependencefaith6-347/+326
2001-02-26Fixed mustpass (separate specular) and vertex order conformance failures.brianp3-2/+48
2001-02-26Undo broken fix.gareth1-1/+1
2001-02-26Fix typo in context creation.gareth1-1/+1
2001-02-24two-sided lighting didn't always work when using s/w fallbacksbrianp2-21/+6
2001-02-23another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacksbrianp1-5/+2
2001-02-23added mgaChooseTexelFormat() and initialize teximage component size fieldsbrianp1-45/+144
2001-02-23Fixed a few conformance problems:brianp4-26/+27
2001-02-23silence compiler warningsbrianp1-4/+5
2001-02-23fixed XMesaCreateWindowBuffer() to only request s/w buffers when appropriatebrianp1-2/+4
2001-02-23fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driverbrianp1-20/+20
2001-02-23separate specular and polygon stipple fixesbrianp3-14/+42
2001-02-23cosmetic clean-upsbrianp1-18/+17
2001-02-2224-bit Z buffer reads/writes were brokenbrianp1-4/+4
2001-02-22fallback to s/w when there's a texture borderbrianp1-1/+5
2001-02-22check for two-sided lighting in stipple fallback casebrianp1-0/+3