summaryrefslogtreecommitdiff
path: root/xc/lib
AgeCommit message (Expand)AuthorFilesLines
2002-06-06replaced hard-coded 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYbrianp5-11/+11
2002-06-04didn't mean to break little endian though...mdaenzer1-1/+1
2002-06-02fixes for big endian in general and powerpc in particularmdaenzer5-14/+24
2002-05-29Import Mesa 4.0 port of I830M/I845G 3D driver funded by 2d3d.jhartmann33-6431/+6673
2002-05-28Bump patch version.jensowen1-2/+10
2002-05-28remove $Id linealanh1-2/+0
2002-05-26resolve DRM_R128_DEPTH ambiguitymdaenzer1-4/+4
2002-05-17Reload some state after MGA clears, DRI bug #556418keithw1-1/+1
2002-04-23Check for NULL's when memcpy'ing.alanh1-1/+2
2002-04-17added test for NULL gc in glXMakeCurrent (DRI bug 545241)brianp1-1/+1
2002-04-09Merged drmcommand-0-0-1drmcommand-0-0-1-20020409-mergejensowen38-183/+442
2002-04-07cleanupalanh1-50/+6
2002-04-07some setup tweaks.alanh1-57/+119
2002-04-06use MESA_PBUFFER_ALLOC instead of MALLOC to allocate texture image memorybrianp1-2/+2
2002-04-02make glXCreateContext() retun NULL if Display or XVisualInfo pointers are NULLbrianp1-0/+3
2002-03-21add error messages on failure caseskeithw1-0/+7
2002-03-16Update the ctx->Driver.ResizeBuffers and ctx->Driver.GetBufferSize functionsbrianp13-15/+25
2002-03-14libGL compatability fix. Removed currentReadable field from context structure.jensowen2-2/+1
2002-02-28missing filedawes1-0/+32
2002-02-28GL/mesa build cleanups/fixes.dawes34-765/+1068
2002-02-28Inconsistent debug output statementjrfonseca1-1/+1
2002-02-25Use __driUtilMessage rather than driMesaMessage (Klaus Rose)keithw1-1/+1
2002-02-21disable a debug printfbrianp1-2/+2
2002-02-21bumped GL_RENDERER date to 20020221brianp6-6/+6
2002-02-20Remove calls to drmRadeonEngineReset -- they just hang my machinekeithw1-2/+0
2002-02-18assertion failure fix (Marc Dietrich)mdaenzer1-1/+1
2002-02-14Resync with the mesa-4-0 branch.mesa-4-0-20020214-mergedawes3-4/+608
2002-02-14First pass of mesa-4-0 branch merge into trunk.dawes268-44069/+35990
2002-02-05remove leading TABsdawes1-2/+2
2002-02-04decal patch from ralf willenbacherkeithw2-31/+51
2002-01-27First pass merge of XFree86 4.2.0 import.dawes38-155/+74
2002-01-27Initial revisiondawes20-0/+31368
2002-01-27shared texobj patch from PanagiotisX_4_2_0-20020127-preimportkeithw1-1/+11
2002-01-21Fray Bentos' occlusion test patchX_4_2_0-20020123-preimportkeithw1-6/+6
2001-11-30Make FX_GLIDE_SWAPINTERVAL default to zero, as everyone expects it to.keithw1-1/+1
2001-11-27put back i810 drm major number error messagekeithw1-1/+1
2001-11-27put back i810 drm major numberkeithw1-2/+2
2001-11-26Put drm version back from 3.0 to 2.2; XFree86 4.1 is the baseline forkeithw1-3/+3
2001-11-26ralf's agp texturing patcheskeithw2-2/+52
2001-10-21revert incorrect simplification of byte swappingmdaenzer1-1/+6
2001-09-23simplify byte swapping of floatsmdaenzer1-6/+1
2001-09-18Pipes hack in xscreensaver was not rendering. The code sets FRONT_AND_BACKnathanh1-8/+12
2001-09-18wrap some ifdefs around the grStipple* routines.alanh4-4/+8
2001-09-11fix version checks.alanh2-6/+6
2001-08-25- Remove the rest of the unneeded client-side libraries.dawes582-155715/+152
2001-08-23Remove client-side libraries not needed for the DRI components.dawes740-271860/+12
2001-08-22First part of XFree86 4.1.99.1 merge.X_4_1_99_1-20010822-mergedawes43-3823/+175
2001-08-22Initial revisiondawes12-0/+928
2001-08-07Lots of DRM fixes: added new pieces of template code so the ffb driver can be...jhartmann2-6/+6
2001-08-02Use RTLD_NOW as dlopen's flag (Dieter Nützel).dawes1-2/+4