summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-06-03Fix problems when sizeof(Node) != sizeof(float)mesa_20040309_branchKeith Whitwell1-82/+78
2004-06-02pull a compile warning fix from the trunkAlan Hourihane1-2/+2
2004-04-20Missed part of the patchKeith Whitwell1-1/+1
2004-04-20pull in vertex copying bugfixKeith Whitwell2-84/+72
2004-04-19Fix initialization of tnl->save.current pointers. Fixes geartrain bug.Keith Whitwell1-2/+3
2004-03-30Bring across X2D/XPD fixes from trunk.Keith Whitwell7-68/+55
2004-03-24comment out message regarding allocation of texture failureAlan Hourihane1-1/+2
2004-03-24Slang internal include file defining constructors and operatorsMichal Krol1-0/+1654
2004-03-23tweaks to Darwin codeBrian Paul1-8/+2
2004-03-23additional updates from Dan SchikoreBrian Paul1-28/+32
2004-03-23 Committing in .Jouk Jansen1-3/+5
2004-03-22new DRI interface headerBrian Paul1-0/+499
2004-03-22added some code to test buffer deletionBrian Paul1-0/+27
2004-03-22use GL state vars instead of program parametersBrian Paul1-12/+2
2004-03-22added s_auxbuffer.cBrian Paul1-1/+4
2004-03-21more i810 to new interfaceDave Airlie1-0/+183
2004-03-21ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling1-2/+2
2004-03-21Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling1-12/+34
2004-03-21added aux buffers itemBrian Paul1-0/+1
2004-03-21test of aux buffer renderingBrian Paul1-0/+499
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul62-275/+492
2004-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul1-2/+2
2004-03-21Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling3-430/+74
2004-03-21Add new interface support don't switch on yet ..Dave Airlie1-0/+183
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling6-340/+361
2004-03-20Fixed texture LOD bias.Felix Kuehling1-63/+24
2004-03-20Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling2-2/+3
2004-03-20Cleaned up and fixed stencil fallback.Felix Kuehling1-24/+9
2004-03-20minor clean-upsBrian Paul1-14/+17
2004-03-20make null-terminated copy of program string so that parse works correctlyBrian Paul1-16/+42
2004-03-19add missing else statementsBrian Paul1-6/+6
2004-03-19Add includes to make mach64 buildDave Airlie2-1/+2
2004-03-18remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul1-9/+1
2004-03-18additional configs (Dan Schikore)Brian Paul2-17/+477
2004-03-18assorted updates and new AIX support (Dan Schikore)Brian Paul1-22/+47
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick23-152/+152
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick25-154/+154
2004-03-15remove version number faking, shouldn't be needed anymoreDave Airlie1-10/+0
2004-03-15extend SOLO code so the DDX version isn't checkedDave Airlie1-5/+5
2004-03-15Sketch of codegen templates for t_vtx_api.c, not completeKeith Whitwell1-0/+242
2004-03-15Streamline the error path in VertexAttrib functions. Makes thingsKeith Whitwell2-55/+79
2004-03-15unfinished SOLO driver for TDFXDaniel Borca1-0/+525
2004-03-15couple of steps closer still not fully working.. something amiss in ringDave Airlie1-22/+18
2004-03-15Initial i810_dri.c for miniglx isn't fully functional yet...Dave Airlie1-0/+1024
2004-03-15use utility function to check versionsDave Airlie1-21/+3
2004-03-14more TRIANGLE_WALK_DOUBLE tweaks (Justin Novosad)Brian Paul1-25/+80
2004-03-14fix stride bug in RGB and BGR span renderingBrian Paul1-4/+4
2004-03-13GL_EXT_pixel_buffer_object testBrian Paul2-0/+290
2004-03-13Added some comments. Minor const, int->GLint type changes, etc.Brian Paul2-28/+43
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul22-164/+486