summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/radeon
AgeCommit message (Expand)AuthorFilesLines
2003-12-09merge newmesa branch to the trunknewmesa-0-0-1-20031209-mergealanh36-17544/+0
2003-11-10Initialize the texture offset to the start of the card texture heap.fxkuehl1-2/+3
2003-11-05Fix offset for on-card texturesdaenzer1-1/+2
2003-11-04Memory layout transition:daenzer6-9/+27
2003-10-25Replaced option preferred_bpt with texture_depth with a 4th choice:fxkuehl3-8/+14
2003-10-25Improved internal texture format selection in mga, r128, r200 and radeon:fxkuehl1-15/+28
2003-10-25Added dithering and rounding options to radeon and r200.fxkuehl4-2/+27
2003-10-23Added glcontextmodes.o to the list of DRIOBJS. This was supposed toidr1-1/+2
2003-10-19Added option preferred_bpt to radeon and r200. Reordered option sections sofxkuehl3-6/+13
2003-10-18Changed the default swap interval to 0.fxkuehl1-1/+1
2003-10-17Fixed linking of DRI drivers with common object files. Now each driver onlyfxkuehl1-0/+2
2003-10-09Added a missing pair of parentheses in the condition forfxkuehl1-1/+1
2003-10-09Merge from config-0-0-1-branch to the trunk.fxkuehl8-23/+61
2003-10-08Refactored firstLevel / lastLevel calculation to a common place. Partidr1-36/+11
2003-09-26char * -> GLubyte *alanh4-8/+8
2003-09-16update XFree86 tags and use X_BYTE_ORDERanholt16-17/+17
2003-08-26Remove artificial PCI GART limitations, rename AGP to GART where appropriatemdaenzer7-34/+34
2003-08-19Removed the pre-1.3 DRM compatibility layer. DRM versions 1.1 and 1.2idr8-462/+26
2003-08-18Updated drivers to use the new libGL GLX extension interface.idr2-2/+22
2003-08-08Removed an unnecessary conditional that makes the code slower, notidr1-4/+6
2003-08-08Removed the R{ADEON,200}_AGP_TEX_OFFSET contant as it's not really aidr2-6/+12
2003-08-03- Fix lighting in several xscreensavers on r100fxkuehl1-2/+28
2003-07-29Remove fixme comment (Andreas S)keithw1-1/+1
2003-07-27Fix test_gl4.c -- turn off lighting-in-model coords when fog activekeithw1-0/+1
2003-07-27Fix test_gl3.c -- turn on range attenuation bit for positional lightskeithw1-1/+7
2003-07-26Work with new tnl_dd/t_dd_dmatmp2.hkeithw1-45/+26
2003-07-26Remove FIXME codekeithw1-1/+3
2003-07-22Refactored firstLevel / lastLevel from each driver's derrived textureidr3-12/+6
2003-07-03Modified GetDRIDrawable to not depend at all on the current context.idr1-4/+4
2003-06-26Test for TEXTURE_RECT_BIT when emitting txr0/1, as suggested bykeithw1-2/+2
2003-06-20Use inttypes.h instead of stdint.hkeithw1-1/+1
2003-06-10Texture rectangle support (Andreas Stenglein & myself)keithw10-20/+458
2003-06-09Don't activate blend fallbacks unless blending is enabled (for real this time)keithw1-3/+24
2003-05-26Add support for MESA_ycbcr_texture (Ian Romanick)ldelgass3-3/+15
2003-05-21Moved swap_interval from per-context storage to per-drawable storage.idr3-3/+36
2003-05-14Fixes for GLX_SGI_video_sync: add generic driGetMSC32() in vblank.c and convertldelgass1-66/+16
2003-05-13Fixed the various supported texture wrap modes. Added a fallback foridr4-13/+35
2003-05-10avoid recursive calls to flush_last_swtcl_prim*()mdaenzer1-3/+4
2003-05-06remove unnecessary includesldelgass1-4/+0
2003-05-03Don't print AGP mode in renderer string for PCI cards/pcigart. (AGPMode getsldelgass1-1/+3
2003-04-30Merged texmem-0-0-1texmem-0-0-1-20030429-mergeidr30-2613/+2546
2003-04-24FALLBACKS, not FALLBACKkeithw1-1/+1
2003-04-24Print something out for DEBUG_FALLBACK if we use _swrast_Clearkeithw1-1/+4
2003-04-07Don't check for singlethreading anymore in check_vtx_fmtkeithw1-3/+0
2003-04-07Make sure Mesa calls us back to flush stored swtcl verticeskeithw1-2/+3
2003-04-07Use weaker NEWPRIM rather than FIREVERTICES in radeonFlushVerticeskeithw1-1/+1
2003-04-07Make sure Mesa calls us back to flush stored indiceskeithw1-0/+1
2003-04-07Always have alpha in color, always have a colorkeithw2-5/+5
2003-03-31Improve threading support in vtxfmt codekeithw7-327/+371
2003-03-27Typos galore. So much for a 'last minute tidy up'keithw1-1/+1