summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-12-30All of the libglx.a and libGLcore.a code now uses __GLcontextModes todriinterface-0-0-2-branchidr10-270/+216
2003-12-30The list of context-modes returned by the driver is now used to filteridr3-0/+115
2003-12-30Export _gl_context_modes_create and _gl_context_modes_destroy viaidr2-1/+15
2003-12-30Refactored __glXGetVisualConfigs and __glXSwapGetVisualConfigs to useidr3-84/+25
2003-12-29Merged changes from driinterface-0-0-1-branch to the new trunk code inidr13-509/+1175
2003-12-28Imakefile fix.alanh1-6/+6
2003-12-16Don't ioremap the framebuffer area. The ioremapped area wasn't used byanholt11-66/+36
2003-12-16Add a collection of Radeon and R128 PCI IDs, including the IGP chipsets.anholt2-1/+44
2003-12-15Further fix for crtc2 mode problem. Only use default ranges if DDC info is n...agd5f1-3/+7
2003-12-14Fix crtc2 mode validation (seen as random/wrong hsync values for modes) due toagd5f2-9/+8
2003-12-10Define new ExpatLibrary macro, which is used in the DRI drivers to link inanholt14-14/+23
2003-12-10Wrap CcCmd, CplusplusCmd, HasExpat, and ExpatDir defines in #ifndef/#endif.anholt1-4/+16
2003-12-10fix the EXPATINCLUDES for FreeBSDalanh1-1/+1
2003-12-09move NormalLibExpat definition into OS specific config files that'll helpalanh4-152/+512
2003-12-09Remove GlxSoProfkeithw1-11/+0
2003-12-09remove old GlxSoProf profiling mechanismkeithw14-215/+20
2003-12-09update some more symlinksalanh1-4/+4
2003-12-09remove Mesa 5.0.2 sources.alanh363-207316/+0
2003-12-09merge newmesa branch to the trunknewmesa-0-0-1-20031209-mergealanh390-124031/+1772
2003-12-08add expattrunk-20031209alanh92-0/+44834
2003-12-08add expat library to build.alanh3-0/+191
2003-12-08Add i865 pci idkeithw1-0/+1
2003-12-08Extend indexed (elt) primitives where possible.keithw1-7/+23
2003-12-03sync up with the current Mesa 5.0 branchalanh16-50/+66
2003-12-03Added comments / defines from Radeon kernel header. At some point theidr1-7/+17
2003-12-03changes from XFree86 CVS.alanh22-243/+264
2003-11-28Disable stencil write when stencil test disabled. Should hopefully fixkeithw1-0/+3
2003-11-26Fixed mga SwapBuffers() code. It's now identical to code used in othersyrjala3-2/+20
2003-11-26Initialize mesa_drawable in mgaMakeCurrent(). Fixes sw fallback segfaults.syrjala1-0/+1
2003-11-26Apparently G400 can't handle 32 byte mipmaps.syrjala1-1/+4
2003-11-17Switch use of environment variables for debug options to the new configurationanholt7-16/+46
2003-11-13Replaced G400 8x8 mipmap size limitation with 32 byte alignment limitation.syrjala2-11/+15
2003-11-13Improved G200 texture environment modes.syrjala1-32/+45
2003-11-12Blending and logic op fixes:syrjala4-52/+29
2003-11-12Fixed logic op handling.syrjala7-10/+22
2003-11-12Fix a locking nit, and add asserts in some things that should be called withanholt4-7/+12
2003-11-11Added a color_reduction config option to the mga driver.fxkuehl2-1/+7
2003-11-11Got rid of some compiler warnings.syrjala1-2/+2
2003-11-11Texure environment updates:syrjala5-294/+165
2003-11-11More cleanup:syrjala2-23/+20
2003-11-11_MGA_NEW_RENDERSTATE didn't include all of the necessary flags.syrjala1-6/+10
2003-11-11Removed unnecessary calls to mgaChooseVertexState().syrjala1-4/+0
2003-11-11Added support for GL_DITHER.syrjala1-0/+7
2003-11-11Wrapped logic op fallbacks inside ACCEL_ROP.syrjala1-0/+4
2003-11-11State cleanups:syrjala1-51/+40
2003-11-11Fixed GL_NV_texture_rectangle support.syrjala1-2/+7
2003-11-10Initialize the texture offset to the start of the card texture heap.fxkuehl2-3/+5
2003-11-10Make driParseDebugString() recognize 'all' to enable all debugging optionsdaenzer1-1/+2
2003-11-10Revert changes accidentally included in last commit...daenzer2-40/+14
2003-11-10Try flipping back to the front page if necessary in DRITransitionTo2d()daenzer4-17/+59