summaryrefslogtreecommitdiff
path: root/xc
AgeCommit message (Expand)AuthorFilesLines
2002-04-09Moved xf86drm<driver>.h files to <driver>_common.hdrmcommand-0-0-1-20020409-freezejensowen24-68/+168
2002-04-09Added version checking for drm library, included new entry point:jensowen13-9/+263
2002-04-09moved xf86drm<driver>.h common headers into 2D driver directory.jensowen8-12/+2
2002-04-06Fixes for MGA port.jensowen2-2/+40
2002-04-05converted r128 driver suite to new drmCommand interface.jensowen11-99/+320
2002-04-05Updated gamma driver suite to new drmCommand interface.jensowen6-8/+21
2002-04-04Converted MGA driver suite to the new drmCommand interface.jensowen9-60/+154
2002-04-03disabled ffx 3D driver from being built on all platforms by defaultjensowen1-1/+1
2002-04-03Converted i810 driver to use drmCommand interface.jensowen19-88/+287
2002-04-03fixed compile error for 3D driver tree.jensowen1-4/+4
2002-04-03Update bsd kernel modules with Jen's latest changesalanh24-102/+149
2002-04-03Added Intel 830 entry points in libdrm compatability module.jensowen2-2/+70
2002-04-03Cleaned up header file dependencies. Drivers still using old style DRMjensowen42-1338/+912
2002-04-02remove the DRM_COMPAT_IOCTL_RADEON_CP_INIT (no longer needed with Jensalanh3-4/+2
2002-04-02fixups for *bsd (not yet tested)alanh2-3/+11
2002-03-30Finished up radeon driver suite, by completing 3D driver transitionjensowen9-108/+202
2002-03-29Converted all the radeon specific drm calls to drmCommand interfacejensowen10-458/+504
2002-03-29Added basic framework for drmCommand interface for new HW specific extensionsjensowen11-43/+312
2002-03-21fix for xv from Matt Sotek (long delayed)trunk-20020328keithw1-1/+1
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-16clean-up of __MESA_resizeBuffers() to match Mesa 4.0.2 changesbrianp1-9/+3
2002-03-16Full sync with latest Mesa 4.0.2 sources. Remove CVS Id tokens.brianp306-1208/+1138
2002-03-16added void parameter to glXGetProcAddress() declaration to silence lots of wa...brianp1-1/+1
2002-03-15Sync-up with latest Mesa 4.0.2 code:brianp14-228/+35
2002-03-14libGL compatability fix. Removed currentReadable field from context structure.jensowen5-8/+5
2002-03-11fixups for *BSDalanh4-26/+23
2002-03-08Fix backwards compatibility bug, add tests for good numbers of vertices/prim.keithw1-22/+118
2002-03-08missing filealanh1-0/+79
2002-03-06fixup the radeon driver (not tested)alanh5-355/+494
2002-03-06i830 & mga contain minor changes from 4.2.0 for mesa 4.0 bsd mergealanh2-1/+9
2002-03-06first pass at merging mesa 4.0 kernel drivers into new bsd-3-0-0 branch.alanh8-2/+59
2002-02-28missing filedawes1-0/+32
2002-02-28GL/mesa build cleanups/fixes.dawes48-1109/+1221
2002-02-28Inconsistent debug output statementjrfonseca1-1/+1
2002-02-25Use __driUtilMessage rather than driMesaMessage (Klaus Rose)keithw1-1/+1
2002-02-22remove old filedawes1-544/+0
2002-02-21texutil_tmp.h needed updating too.trunk-20020221alanh1-81/+134
2002-02-21disable a debug printfbrianp1-2/+2
2002-02-21bumped GL_RENDERER date to 20020221brianp6-6/+6
2002-02-21Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).brianp2-33/+31
2002-02-21merge in current Mesa-4.0.x branch codealanh322-373/+415
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-15Updated compilation and user guide.brianp2-151/+72
2002-02-14Resync with the mesa-4-0 branch.mesa-4-0-20020214-mergedawes7-48/+783
2002-02-14First pass of mesa-4-0 branch merge into trunk.dawes915-117670/+141214
2002-02-05remove leading tabsdawes1-35/+90
2002-02-05remove leading TABsdawes1-2/+2
2002-02-05release indirect buffer to avoid incorrect reuse leading to screen corruption...mdaenzer1-8/+10