summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-23It fixed a couple of errors when the size of the heap is 0. It is nowtexmem-0-0-1idr1-477/+446
2003-04-23Merge from trunk.idr40-1835/+1601
2003-04-23Removed the IDR_HACK vblank code.idr1-15/+0
2003-04-23Merge from trunk.idr9-50/+59
2003-04-22Revert to "old" default vsync behvior (off). Work around broken DRIidr1-2/+12
2003-04-22Put back texture format bits that were lost in the merge.idr1-0/+3
2003-04-22Vsync functionality (and GLX extensions) are now disabled if the DDXidr2-3/+22
2003-04-22Add missing declaration of interval local var to driWaitForVBlank, typo fix.ldelgass1-1/+2
2003-04-22Each field that was added to a data structure that is shared byidr1-2/+19
2003-04-22Fix a problem (found by Michel Da"nzer) the initial vblank wait canidr1-20/+25
2003-04-12When generating a set of saved registers for a new mode, use the savedanholt1-0/+4
2003-04-12Restore two lines from before plus a comment. If nbox == 0 (nothing visible)anholt1-0/+5
2003-04-12Partial cleanup of r128 clipping. The primary effect is to stop the drawing ofanholt1-12/+4
2003-04-12Fix r128 vblank support by converting to using the common vblank code.anholt3-36/+21
2003-04-07"Final" round of trunk-to-branch merges.texmem-0-0-1-20030407idr229-55306/+659
2003-04-04Second part of trunk-to-branch merge.idr17-728/+827
2003-04-02First part of trunk-to-branch merge. More to follow.idr1278-23929/+182146
2003-03-27Removed redundant R200_FIREVERTICIES before r200Flush. Changed logtexmem-0-0-1-20030328-freezeidr2-5/+3
2003-03-27Stencil-buffer and depth-buffer sizes are now tested inidr1-0/+2
2003-03-27Fixed a significant binary-compatibility problem resulting fromidr4-35/+129
2003-03-17Hack to generate vblank interrupts.idr1-0/+15
2003-03-17Fixed typeos in several cube-map related defines.idr1-17/+17
2003-03-17Modified the C99 test around the OML_sync_control prototypes.idr1-3/+1
2003-03-17Numerous changes to support the new extension tracking mechanism andidr8-422/+1759
2003-03-17New GLX extension tracking mechanism.idr2-0/+560
2003-03-17Numerous changes to use the generical vertical-refresh code inidr11-211/+444
2003-03-17Removed a block of code from r200EmitVbufPrim that could causeidr1-7/+0
2003-03-17Added vblank.[ch], which contain generic routines for vertical-refreshidr3-0/+324
2003-03-12Added GetConfigData the does the real grunt work of glXGetConfig.idr1-390/+317
2003-03-12Changed the default value of transparentPixel to the correct value ofidr1-2/+2
2003-03-12Added driCompareGLXAPIVersion to make testing the internal GLX APIidr3-3/+45
2003-03-12Added structures for packets related to GLX_SGIX_fbconfig.idr1-0/+51
2003-03-11Added indirect encodings for GLX_ARB_multisample & GLX_SGIS_multisample.idr5-38/+93
2003-03-06Indirect contexts now see all extensions that are part of the OpenGLidr2-17/+63
2003-03-06Updated x86 & SSE assembly stubs.idr8-469/+883
2003-02-20Converted the texture state initialization code to use a loop based onidr2-52/+32
2003-02-20Reverted cube_map changes accidentally commited.idr1-2/+0
2003-02-20If texture unit 1 is enabled and texture unit 0 is disabled,idr1-34/+47
2003-02-19Merge fixes for update of destroyed drawable, backClipRects leak.ldelgass1-6/+17
2003-02-19Comment changes to minimise diffs with r200 driver. Some frameworkidr1-30/+69
2003-02-19Removed duplicate includes.idr1-6/+1
2003-02-19Cut dead code & calculations from uploadSubImage. Added support toidr1-21/+26
2003-02-19Cut dead code & calculations from uploadSubImage.idr1-33/+8
2003-02-15Add support for cube map related packets to the sanity checking.idr1-0/+12
2003-02-15If texture unit 1 is enabled and texture unit 0 is disabled,idr1-18/+25
2003-02-13SWTCL fix from trunk (Felix)ldelgass1-3/+3
2003-02-07Fix DOT3 texture combine env.idr1-19/+29
2003-02-06Additional alphaSize / bufferSize fixes from trunk.idr2-5/+5
2003-02-06Merge of various alpha related fixes from trunk.idr3-3/+3
2003-02-06Merge of EAGAIN handling fix from trunk.idr1-9/+7