summaryrefslogtreecommitdiff
path: root/xc
AgeCommit message (Expand)AuthorFilesLines
2000-05-18Merged ati-4-0-1ati-4-0-1-20000518-mergekem78-2473/+15115
2000-05-07fallback to software antialiased linesbrianp1-0/+8
2000-05-06fixed make subdirs and make depend problembrianp1-3/+4
2000-05-06fixed typo (imaging.o -> imaging.c)brianp3-3/+3
2000-05-06build libGL.so before the DRI driversbrianp1-89/+82
2000-05-06added library path for -lGL to REQUIREDLIBSbrianp4-4/+4
2000-05-05fixed glDrawBuffer(GL_NONE) bugbrianp2-6/+16
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()brianp1-18/+35
2000-05-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH casebrianp1-0/+11
2000-05-05fixed crash in selection/feedback modebrianp1-1/+2
2000-05-05build libGL.so before drivers. Link drivers with -lGLbrianp5-4/+15
2000-05-05fixed a typo (imaging.o should be imaging.c)brianp1-1/+1
2000-05-05removed references to non-existant mesa/src/X/ directory. cleaned up indenta...brianp1-29/+26
2000-05-03Merged glxmisc-2-0-0glxmisc-2-0-0-20000503-mergebrianp29-828/+599
2000-04-21flat-shaded lines were miscoloredbrianp1-12/+4
2000-04-21SwapBuffers on single-buffered window is now a no-opbrianp1-3/+1
2000-04-20Merged glxmisc-1-0-0glxmisc-1-0-0-20000420-mergebrianp141-2813/+6440
2000-04-15added section on libGL/dlopen problemsbrianp1-1/+45
2000-04-11Remove wrapping code until we're really ready to deploy it.daryll1-39/+0
2000-04-11More work on the GL_BLEND for performer this time without breaking Q3A.daryll4-11/+51
2000-04-09Only enable DRI for 16bpp mode.daryll12-52/+2432
2000-04-05disabled unsupported extensionsbrianp2-0/+6
2000-04-05Fixed reclaim Oopsjhartmann5-27/+88
2000-04-05fixed GL_VENDOR stringbrianp1-1/+1
2000-04-05updated GL_RENDERER stringsbrianp2-4/+4
2000-04-05updated with G400 informationbrianp2-68/+261
2000-04-04Fixed host.defjhartmann1-1/+0
2000-04-04Merged mga branch with trunkmga-0-0-2-20000404-mergejhartmann155-9747/+12965
2000-04-04span buffer was being allocated too small for some visualsbrianp1-1/+1
2000-04-04search LIBGL_DRIVERS_PATH for DRI 3D driversbrianp1-59/+140
2000-03-31mask/disable stencil/accum clears in fxDDClear()brianp1-1/+4
2000-03-30implemented optimized glReadPixels - preliminarybrianp1-2/+121
2000-03-30improved PrintTexture debug functionbrianp1-7/+36
2000-03-30fixed typos in generate_lookup_tables()brianp1-2/+2
2000-03-30fixed subtexture address calculation bugbrianp1-32/+32
2000-03-29added a few new enumsbrianp1-0/+3
2000-03-29fixed bug in set_extension()brianp1-1/+1
2000-03-29added replacement for non-standard strdup()brianp1-2/+14
2000-03-29added many more extensionsbrianp1-40/+738
2000-03-29one-line indentation changebrianp1-1/+1
2000-03-29added texutil.c and texutil.hbrianp2-0/+6
2000-03-29new texture image interface and optimizationsbrianp11-777/+569
2000-03-29initial check-inbrianp2-0/+1653
2000-03-29added missing GL_INTENSITY case in _mesa_components_in_format()brianp1-0/+1
2000-03-29fixed memcpy bugsbrianp1-2/+2
2000-03-28fixed error in instructions to make the build treebrianp1-3/+3
2000-03-27fixed another bug in Z clearing with single buffered windowsbrianp1-0/+4
2000-03-27fixed bug 103349 - Z buffer clearing bugbrianp1-8/+8
2000-03-27updated anonymous CVS download instructionsbrianp1-7/+30
2000-03-23more Mesa 3.3 updates (compiler warnings, fp exception debugging)brianp6-10/+27