summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-11-03added Glide/Quake bug fix itemmesa_3_4Brian Paul1-1/+2
2000-11-03fixed glXChooseVisual to return NULL if using Glide and user requests too dee...Brian Paul1-6/+30
2000-11-03fixed Glide link problemBrian Paul1-7/+7
2000-11-03added some missing backslashesBrian Paul1-4/+4
2000-11-02bumped version numbers to 3.4Brian Paul5-9/+9
2000-11-02bumped version to 3.4Brian Paul1-3/+3
2000-11-01added vertex fog bug fixBrian Paul1-1/+2
2000-10-31added GLUT projtex demo bug fixBrian Paul1-1/+2
2000-10-31sync with DRI texgen and texture matrix bug fixesBrian Paul1-7/+9
2000-10-27Change animated apps to double-buffered visuals by default.Gareth Hughes8-48/+48
2000-10-26added gluBuild[12]DMipmaps GL_BGR fixBrian Paul1-1/+2
2000-10-26added GL_BGR case to bytes_per_pixel()Brian Paul1-2/+3
2000-10-26removed X86/*.m4 files from tar archiveBrian Paul1-2/+1
2000-10-26fixed value for GLU_NURBS_MODEBrian Paul1-2/+2
2000-10-26added a glFinish() callBrian Paul1-3/+7
2000-10-24added incomplete() debug function/macroBrian Paul1-1/+31
2000-10-24signal NEW_TEXTURING if there's a Driver.BindTexture() functionBrian Paul1-1/+3
2000-10-23sync with Mesa 3.5Brian Paul1-28/+26
2000-10-23fixed 386/x86 mismatches, reordered a few configsBrian Paul2-38/+37
2000-10-22Major audit of all Mesa's x86 assembly code. This round is basicallyGareth Hughes16-429/+1134
2000-10-21fixed a texture enable bugBrian Paul2-28/+11
2000-10-20use 1.1 glPolygonOffset instead of glPolygonOffsetEXTBrian Paul1-1/+1
2000-10-20- General cleanups, fix version numbers.Gareth Hughes2-13/+12
2000-10-19Added glXGetProcAddressARB() bug fixBrian Paul1-1/+2
2000-10-19Rewrote get_static_proc_address(). It made mistakes in some situationsBrian Paul1-7/+9
2000-10-19added glPixelStore bug fixBrian Paul1-1/+3
2000-10-19glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctlyBrian Paul1-1/+17
2000-10-19call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear...Brian Paul1-2/+7
2000-10-19added blend accuracy itemBrian Paul1-1/+2
2000-10-19improved blending accuracy to fix Glean test failuresBrian Paul1-19/+39
2000-10-17sync with DRI tdfx3 branchBrian Paul6-9/+24
2000-10-16added _mesa_get_teximages_from_driver()Brian Paul2-4/+60
2000-10-09added per-fragment bug fixBrian Paul1-1/+2
2000-10-09if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problemsBrian Paul1-3/+4
2000-10-05update TriangleCaps in GL_POINT/POLYGON_SMOOTH casesBrian Paul1-1/+3
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul1-6/+7
2000-10-05added glDrawPixels fast-path itemBrian Paul1-1/+2
2000-10-05fixed fast-path for GL_COLOR_INDEX, GL_UNSIGNED_BYTE drawpixelsBrian Paul1-6/+9
2000-10-05added glDrawPixels GL_COLOR_INDEX bug itemBrian Paul1-1/+2
2000-10-05drawing color-index image to RGB window was brokenBrian Paul1-4/+4
2000-09-28added glPush/PopAttrib(GL_ENABLE_BIT) itemBrian Paul1-2/+3
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul7-135/+170
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul2-23/+38
2000-09-25added texture env combine bugfix itemBrian Paul1-1/+2
2000-09-18Added SSE streaming store instructions, external symbol directives.Gareth Hughes1-1/+15
2000-09-18Added SSE prefetching instructions. General cleanups.Gareth Hughes1-1342/+1349
2000-09-17General cleanups. Disable gl_katmai_project_vertices andGareth Hughes1-111/+111
2000-09-15use cpml.h on Alpha (AlanH)Brian Paul1-1/+6
2000-09-13replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul1-3/+6
2000-09-12added glReadPixels bug fixBrian Paul1-1/+2