summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-10-07Updated xc unichrome 3D driver Imakefile to Mesa change.HEADoriginmasterunichrome1-0/+6
2004-10-02Fix snapshot build after r128_vb.[ch] was removed.fxkuehl1-12/+5
2004-08-22Fix build for new glext.h. Hopefully this gets the snapshots building again.fxkuehl1-5/+5
2004-07-10Patch by Mike A. Harris <mharris@redhat.com> for X.Org X11airlied2-24/+12
2004-07-02Make sure glapi_x86.S gets built with the right threading defines.idr1-1/+1
2004-07-01Add new source fileskeithw1-0/+12
2004-06-22The depth buffer pitch must be a multiple of 32 pixels. Thanks to Steffendaenzer1-4/+9
2004-06-17Add client-side GLX protocol support for GL_ARB_texture_compression. Theidr6-2/+398
2004-06-16Replacing via 3d client driver in xc with unichrome 3d client driver,unichrome2-2/+2
2004-06-16Follow other dirs' leads and use MESASHADERBUILDDIR instead of (undefined)anholt1-10/+10
2004-06-16Fix copy'n'paste-o: This is the shader directory, not math.anholt1-2/+2
2004-06-11Warning clean-ups.trunk-20040613idr2-5/+5
2004-06-11Dynamically generate client-side extension string instead of usingidr4-135/+37
2004-06-11Added support for building the via unichrome dri OpenGL client driver in theunichrome2-0/+236
2004-06-11Add glx_query.c. Currently, the only function in that file isidr6-82/+124
2004-06-11Remove some dead code.idr2-65/+0
2004-06-11Change the way glGetString(GL_EXTENSIONS) works so thatidr3-10/+13
2004-06-11Enable extensions not specifically listed in the server's extensionidr4-26/+142
2004-06-11Fix a subtle bug that could cause some extensions to be erroneouslyidr1-0/+2
2004-06-11Generalize the existing GLX extension tracking mechanism so that itidr3-54/+430
2004-06-09Update the set of GLX extensions that are "magically" enabled if the serveridr1-6/+15
2004-06-09Report client GLX version of 1.4.idr1-1/+1
2004-06-09Add support for glXQueryContext (part of GLX 1.3).idr2-28/+53
2004-06-09Initial pass at SGIX_pbuffer support. This support is for indirectidr4-121/+561
2004-06-09Fix build after updates to Mesa. I swear I checked this in last night.anholt1-7/+0
2004-06-07Fix SiS DRI visual configs with guidance from idr:anholt1-9/+27
2004-06-04fix GARTSize optionsroland1-3/+6
2004-06-04Duplicate the changes made to src/mesa/drivers/dri/r128/server/r128_reg.hidr1-66/+29
2004-06-03Enable use of new DRI interface in Rage128 driver.idr1-1/+1
2004-06-03Minor build fixes now that drm_sarea.h is used instead of sarea.h.idr2-2/+3
2004-06-02Add __glXGetDrawableInfo to the internal glXGetProcAddress table andidr1-2/+5
2004-06-02Replace Bool with GLboolean. This is only needed for the functionsidr2-6/+6
2004-06-02Remove the last remnants of drmClipRect.idr2-9/+1
2004-06-02Since XF86DRIDestroyContext, XF86DRICreateDrawable, andidr2-17/+17
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withidr40-376/+277
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'.idr1-1/+1
2004-06-01Replace all occurances of XF86DRIClipRect (and related typedefs) withidr27-114/+111
2004-05-28use new interface for tdfx (phase 1)ajax1-1/+1
2004-05-28Revert changes that were accidentally checked-in. Sorry.libdrm-1_0_4idr1-9/+3
2004-05-28Move the X protocol related DRI files from lib/GL/dri to lib/GL/glx.idr12-68/+21
2004-05-28Build fix. r200_maos_vbtmp.h was removed from the Mesa tree, so itidr1-1/+0
2004-05-28Build fixes.ajax2-0/+2
2004-05-27Use dri_util.[ch] and glcontextmodes.[ch] from the Mesa tree.idr20-2833/+38
2004-05-18add R200_EMIT_RB3D_BLENDCOLOR packet (sync up to radeon_drm.h)sroland1-1/+2
2004-05-06minor fixesalanh10-36/+131
2004-05-04tdfx needs _mesa_init_driver_functionsajax1-1/+1
2004-04-27Clean up for non X86.idr1-47/+22
2004-04-27updated texture sources files to match Mesa trunkbrianp1-8/+12
2004-04-27Fix up Imakefiles to build radeon/r200 drivers with assemblerairlied2-0/+4
2004-04-26fixe memleak in drmMapBufs (Tilman Sauerbeck)brianp1-4/+11