summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-06-16lost_context never gets reset.Aapo Tahkola1-2/+3
2005-06-16Fix linux-solo build for mga check-inJon Smirl1-0/+1
2005-06-14Adds support for MGA DRM version 3.2.Ian Romanick4-73/+134
2005-06-14 Committing in .Jouk Jansen2-3/+11
2005-06-13fbSwapBuffers needs to return a statusJon Smirl1-0/+2
2005-06-13mingw changes (Nolan Leake)Brian Paul4-5/+7
2005-06-12Fixed typos.Vladimir Dergachev1-2/+2
2005-06-10Add definition for memory controller latency registers..Vladimir Dergachev1-0/+21
2005-06-10remove debug printsKeith Whitwell2-4/+0
2005-06-10be sure we have span texcoords before calling _swrast_texture_span()Brian Paul1-2/+2
2005-06-10pass mask array to PutRowRGB() in simple_z_textured_triangle()Brian Paul1-1/+2
2005-06-10Allow the print opcode to compilemesa_20050610Keith Whitwell1-2/+1
2005-06-10Fix typo in spot attenuationKeith Whitwell1-1/+1
2005-06-10Correct test for attenuation.Keith Whitwell1-12/+12
2005-06-10Fix colormaterial flag calculations.Keith Whitwell1-17/+30
2005-06-10Add notes about intended precision of opcodes.Keith Whitwell1-38/+46
2005-06-09Fix a couple of bugletsKeith Whitwell1-8/+9
2005-06-09Another typoKeith Whitwell1-1/+1
2005-06-09Further clean up RoughApproxPow2 and disable the optimized version --Keith Whitwell1-8/+9
2005-06-09Fix typo in RoughApproxPow2Keith Whitwell1-1/+5
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell12-79/+121
2005-06-09Build vertex programs using state from a 'state key' struct which isKeith Whitwell1-153/+364
2005-06-08Turn off debugKeith Whitwell2-5/+7
2005-06-08Add t_vb_arbprogram_sse.cKeith Whitwell1-0/+1
2005-06-08Runtime generate sse/sse2 code for some vertex programs. ExperimentalKeith Whitwell3-79/+973
2005-06-08Turn off DISASSEMKeith Whitwell1-1/+1
2005-06-08New arguments for sse_shufps()Keith Whitwell1-14/+14
2005-06-08Use ALIGN_MALLOC for parameter lists.Keith Whitwell1-6/+13
2005-06-08Add some more opcodesKeith Whitwell2-160/+149
2005-06-08- Secondary colourBen Skeggs5-31/+64
2005-06-08Remove ARL opcode from interpreter.Keith Whitwell1-192/+38
2005-06-08new fileKeith Whitwell1-0/+178
2005-06-08fix some renderbuffer problems for Xserver build (Dave Reveman)Brian Paul1-2/+2
2005-06-08check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul1-17/+20
2005-06-07fix GL_ALPHA render-to-texture problem (Jon Smirl)Brian Paul2-0/+7
2005-06-07Initialize some variables.Keith Whitwell1-9/+8
2005-06-07Add new runtime assembly files.Keith Whitwell1-0/+1
2005-06-07Split out runtime assembly functions.Keith Whitwell1-723/+126
2005-06-07New files - split off runtime assembly functions fromKeith Whitwell2-0/+810
2005-06-07Simplify interpreted language:Keith Whitwell1-625/+581
2005-06-07Add a VP_MAX_OPCODE entry to allow engines with internal opcodes toKeith Whitwell1-1/+3
2005-06-07Add SetBuffer to egl driver tooJon Smirl2-1/+4
2005-06-06Add a NULL SetBuffer function to the fbdev driverJon Smirl1-0/+8
2005-06-06this is auto-generatedBrian Paul1-164/+0
2005-06-06TEX to outputBen Skeggs1-6/+45
2005-06-05Fix xyz/w interaction (needs a cleanup still..)Ben Skeggs2-117/+128
2005-06-04set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem...Brian Paul3-3/+3
2005-06-04remove old span functions from swrast_device_driver structBrian Paul1-176/+1
2005-06-04remove old span codeBrian Paul1-70/+26
2005-06-04fix an assertionBrian Paul1-1/+1