summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-12-15Changes from David Spalding at 3Dfx to fix a stride problemtdfx-2-1-branchbillwhite6-115/+177
2000-12-14Corrected a merge error - the return value was leftbillwhite1-0/+1
2000-12-14Added support for tiling the desktop. This is needed forbillwhite9-127/+739
2000-12-07Added a comment about printing register values.billwhite1-0/+18
2000-12-071.) Added a Fifo sync before shutting down the fifo in preparationbillwhite5-601/+457
2000-12-071.) Reversed a recent bug fix in dri_mesa.c.billwhite14-22/+1142
2000-11-30fix an unaligned access with read_R5G6B5_span on Alpha.alanh1-4/+3
2000-11-22fix depth/stencil read/writes when partially offscreen.alanh1-1/+1
2000-11-21NumSamples should be 1 when FSAA is off. I mistakenly changed it to 0.daryll2-3/+1
2000-11-20Initialize the mode correctly when going into SLI mode.daryll3-18/+46
2000-11-20disable Xv support for now, needs updating for 4.0.1ealanh1-0/+2
2000-11-20Add 3dfx's Xv Extension support.alanh5-18/+736
2000-11-17Deallocate context data in a different order, so as tobillwhite1-1/+1
2000-11-15Restore the video after switching back from SLI mode.daryll3-38/+6
2000-11-15calloc screenprivate because we depend on it being initialized to 0daryll4-5/+23
2000-11-141.) Added config file changes for SLI/AA, which are documentedbillwhite6-93/+787
2000-11-13Mask VisibilityChange events when entering fullscreen modefaith1-0/+9
2000-11-09GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)brianp1-1/+1
2000-11-09fixed bug in _mesa_convert_texsubimage() when format == MESA_FF_R8_G8_B8brianp1-118/+166
2000-11-09More fullscreen SLI/FSAA fixes moved into the tree.daryll3-32/+35
2000-11-04More SLI/FSAA code integrated into the X server.daryll11-320/+1645
2000-11-04Fixed bugs in tex env combine setup (from tdfx-3-0-0 branch).brianp1-14/+14
2000-11-03Print erorr message if server unilaterally closes fullscreen mode -- depends ...faith1-1/+1
2000-11-03Remove extra debugging fprintf.faith2-2/+9
2000-11-03Added ability of client to detect server shutdown of fullscreen mode.faith2-0/+3
2000-11-03Added ability of client to detect server shutdown of fullscreen mode.faith3-2/+32
2000-11-02Remove fullscreen debugging statementsfaith3-49/+0
2000-11-02I accidentally undid the most recent stencil clearing patch.billwhite1-5/+1
2000-11-02Two changes.billwhite2-4/+20
2000-10-31Change to LIBGL_DRI_AUTOFULLSCREENfaith1-1/+22
2000-10-31pass 0xff to grStencilMask(), new version of get_occlusion_result()brianp1-1/+49
2000-10-27Add wording to discourage the use of the current full screen mode kludge by c...faith2-1/+18
2000-10-27Optimize a call to glXMakeCurrent so that if a fullscreen drawable is unboundfaith3-6/+15
2000-10-27Add full screen mode resource management that does notfaith1-12/+29
2000-10-26Add ability to disable VT switching.faith2-1/+13
2000-10-26Prevent viewport moves when in fullscreen mode.faith1-0/+23
2000-10-26Add client-side callbacks for fullscreen mode,faith9-4/+100
2000-10-26Move to two functions to open and close fullscreen modefaith3-11/+24
2000-10-26Move FullScreen callback to DRIInfoPtr.faith3-17/+16
2000-10-26Move FullScreen callback to DRIInfoPtrfaith3-43/+28
2000-10-26Remove example fullscreen support from mga driver.faith1-16/+0
2000-10-25Added infrastructure for automatic fullscreen mode driver callbacksfaith3-14/+59
2000-10-25Added server-side protocol for the automatic fullscreen mode:faith6-52/+249
2000-10-25Added client-side support to detect and attempt automatic fullscreen modefaith2-1/+54
2000-10-25Added client-side protocol for the automatic fullscreen mode:faith3-8/+147
2000-10-25Old version of XFree86-DRI protocol spec.faith1-0/+580
2000-10-10Implemented the GL_EXT_texture_env_combine extension.billwhite2-6/+483
2000-09-28Sync with Mesa 3.4: use ctx->Texture.ReallyEnabled instead of ctx->Texture.En...brianp10-158/+200
2000-09-28use ctx->Texture.ReallyEnabled instead of ctx->Texture.Enabledbrianp7-15/+15
2000-09-28bumped version to 3.4, added hint.cbrianp1-1/+2