summaryrefslogtreecommitdiff
path: root/xc/lib
AgeCommit message (Expand)AuthorFilesLines
2000-04-11More work on the GL_BLEND for performer this time without breaking Q3A.daryll1-1/+1
2000-04-09Only enable DRI for 16bpp mode.daryll1-1/+1
2000-04-05disabled unsupported extensionsbrianp2-0/+6
2000-04-05fixed GL_VENDOR stringbrianp1-1/+1
2000-04-05updated GL_RENDERER stringsbrianp2-4/+4
2000-04-04Merged mga branch with trunkmga-0-0-2-20000404-mergejhartmann77-5158/+6180
2000-04-04search LIBGL_DRIVERS_PATH for DRI 3D driversbrianp1-59/+140
2000-03-29one-line indentation changebrianp1-1/+1
2000-03-29added texutil.c and texutil.hbrianp2-0/+6
2000-03-23call gl_create_visual() to instead of inline initialization codebrianp1-25/+13
2000-03-23added aa triangle filesbrianp2-5/+13
2000-03-23added LIBGL_MULTIHEAD env var (temp fix)brianp1-2/+6
2000-03-16Merge with 4.0X_4_0-20000315-mergejhartmann41-50/+99
2000-03-15Initial revisionjhartmann2-0/+344
2000-03-01disable calls to __glXRegisterExtensions() when DRI not enabledbrianp2-0/+4
2000-03-01don't use a gcc constructor function to register dynamic extensionsbrianp4-30/+54
2000-02-29fixed dumb mistake in OBJS assignmentbrianp1-1/+1
2000-02-28updated for new libGL.so dispatchbrianp4-353/+1090
2000-02-28removed PI cvs keywordbrianp10-10/+0
2000-02-28minor clean-upbrianp1-5/+1
2000-02-28use ScreenCount() macro in register_extensions()brianp1-12/+9
2000-02-28updated for GlxBuiltInGammabrianp1-5/+24
2000-02-26Merged dispatch-0-0-3dispatch-0-0-3-20000225-mergebrianp8-46/+305
2000-02-223.9.18 mergeX_3_9_18-20000222-mergekem70-1689/+10735
2000-02-22Initial revisionkem147-0/+59572
2000-02-18disable 3DNow! optimizations for the time beingbrianp2-1/+7
2000-02-18unwrap the glFinish call - an intermediate fixbrianp1-0/+4
2000-02-17fixed indirect wrap problem in glXUseXFont(), caused Performer to failbrianp3-0/+4
2000-02-16obsolete filebrianp2-2109/+0
2000-02-15fixed problems when GLX_DIRECT_RENDERING wasn't definedbrianp10-42/+19
2000-02-13Fix for multiple contexts. We were calling a lock function within a lock.daryll2-5/+4
2000-02-13Add missing unbind patch and fix install dir for mesa and gamma moduleskem4-9/+14
2000-02-12Merged dispatch-0-0-2brianp11-47/+226
2000-02-12Support for wide points and lines added. (Preliminary, still has a few bugs)daryll8-30/+1724
2000-02-07added quotes on DEFAULT_DRIVER_DIR valuebrianp1-1/+1
2000-02-06only initialize IndirectAPI if null, fixed a memory leakbrianp1-1/+2
2000-02-06DEFAULT_DRIVER_DIR was quoted incorrectlybrianp2-4/+2
2000-02-03removed- obsoletebrianp1-811/+0
2000-02-03moved to xc/lib/GL/mesa/dribrianp1-770/+0
2000-02-03use DEFAULT_DRIVER_DIR instead of hardcoded pathbrianp1-4/+9
2000-02-03define DEFAULT_DRIVER_DIR here instead of a hardcoded pathbrianp1-1/+3
2000-02-03install tdfx_dri.so in $(MODULEDIR)/dribrianp1-1/+1
2000-02-01removed glapi_x86.obrianp1-1/+1
2000-01-30Merged dispatch-0-0-1dispatch-0-0-1-20000129-mergebrianp30-1329/+2040
2000-01-14This patch merges the latest tdfx-1-1 code into the main trunk.daryll1-0/+16
2000-01-10removed one-time init test. fixes DRI bug 100639brianp1-6/+0
2000-01-10More new fileskeithw2-0/+163
2000-01-10missed these new fileskeithw5-0/+1072
2000-01-10merged tex_env_add from utah glxkeithw6-123/+97
2000-01-10Steps towards dri drivers.keithw29-2239/+156