summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/r200
AgeCommit message (Expand)AuthorFilesLines
2003-12-09merge newmesa branch to the trunknewmesa-0-0-1-20031209-mergealanh40-20758/+0
2003-12-08Extend indexed (elt) primitives where possible.keithw1-7/+23
2003-11-10Initialize the texture offset to the start of the card texture heap.fxkuehl1-1/+2
2003-11-05Fix offset for on-card texturesdaenzer1-1/+2
2003-11-04Memory layout transition:daenzer7-17/+33
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-10Removed some cruft that did not belong in the previous commit.idr1-7/+1
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-21/+64
2003-10-08Refactored firstLevel / lastLevel calculation to a common place. Partidr1-62/+23
2003-09-26char * -> GLubyte *alanh4-6/+6
2003-09-16update XFree86 tags and use X_BYTE_ORDERanholt38-86/+65
2003-09-09Remove some unused code.keithw1-17/+11
2003-09-03Add code to emit size==1 texcoord arrayskeithw1-0/+25
2003-08-26Remove artificial PCI GART limitations, rename AGP to GART where appropriatemdaenzer12-94/+92
2003-08-18Updated drivers to use the new libGL GLX extension interface.idr1-2/+3
2003-08-18Updated r200 driver to use new libGL GLX extension interfaceidr4-39/+42
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-16/+12
2003-07-27Fix BilliardGL lighting -- only enable range atten bit when linear or quadratickeithw1-2/+27
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-44/+22
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-30Fix typeo in error message (found by Jacek Poplawski).idr1-1/+1
2003-06-20Use inttypes.h instead of stdint.hkeithw1-1/+1
2003-06-09Add rgb565 as a supported client texture formatkeithw1-0/+9
2003-05-31Add a newline at end of file - believe it or not, this was the culprit for alljrfonseca1-1/+1
2003-05-21Moved swap_interval from per-context storage to per-drawable storage.idr3-2/+6
2003-05-14Fixes for GLX_SGI_video_sync: add generic driGetMSC32() in vblank.c and convertldelgass1-67/+16
2003-05-13Fixed the various supported texture wrap modes. Added a fallback foridr5-18/+49
2003-05-10avoid recursive calls to flush_last_swtcl_prim*()mdaenzer1-2/+2
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-mergeidr32-1529/+1303
2003-04-24Print something out for DEBUG_FALLBACKS if we use _swrast_Clearkeithw1-1/+4
2003-04-10Disable _r200_render_stage -- buggy with ut2003keithw1-1/+1
2003-04-10Temporary fix to address some ut2003 tcl lockups. Can now play for akeithw1-1/+1
2003-04-10Don'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 R200_NEWPRIM rather than R200_FIREVERTICES in r200FlushVerticeskeithw1-2/+2
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-7/+5