summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-01-26Fix flag for anti-aliased pointsAlan Hourihane1-21/+8
2005-01-26Support texture borders & lodbias (although lodbias needs a little more work)Alan Hourihane3-29/+59
2005-01-25Add a fast-path for storing GL_RGB/GL_UNSIGNED_BYTE little endianKeith Whitwell1-0/+34
2005-01-25consolidate min/mag filter setupAlan Hourihane1-101/+59
2005-01-25Undo part of last change until bug fixed.Keith Whitwell1-1/+1
2005-01-25Use memcpy for some texture uploads -- it's faster.Keith Whitwell1-30/+16
2005-01-25make better choices for hardware texture formatsKeith Whitwell2-83/+146
2005-01-21Cleanup various pageflipping termination cases.Keith Whitwell5-42/+87
2005-01-21Sync up the definition of VIADRIRec with what the X server is actuallyKeith Whitwell1-16/+2
2005-01-21Fix pageflipping after recent changes.Keith Whitwell1-3/+6
2005-01-21Improve idling when synced to vblank but framerate is lower than refresh rate.Keith Whitwell3-25/+93
2005-01-21allocate space for a second framebuffer, and allow miniGLX applicationsAlan Hourihane2-4/+6
2005-01-21silence the 'using AGP/PCI' message unless VIA_DEBUG is used.Alan Hourihane1-5/+8
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane1-4/+4
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell1-1/+6
2005-01-19Remove depend on make cleanKeith Whitwell1-0/+1
2005-01-19Fix various problems with via_texcombine.c, passes glean texcombine test.Keith Whitwell8-103/+178
2005-01-18remove some debugAlan Hourihane1-1/+1
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane1-1/+1
2005-01-14Enable line stippling.Alan Hourihane2-11/+16
2005-01-14Fix previously un-noticed issue with flat-shaded points.Keith Whitwell4-30/+18
2005-01-14silence a warningAlan Hourihane1-1/+1
2005-01-14Get PolygonStipple working.. (or seemingly too). It seems to do the rightAlan Hourihane3-44/+10
2005-01-1416bpp doesn't support masked clears, so fallback when they're enabled.Alan Hourihane1-0/+10
2005-01-14Populate WriteMonoDepthSpan in 24/8 modes.Keith Whitwell1-0/+1
2005-01-14changed coding style. made `glutTimerFunc' less accurate, but far more relia...Daniel Borca3-400/+356
2005-01-14changed coding style. added possibility to use default timer instead of PC/H...Daniel Borca1-130/+146
2005-01-14changed coding style. added a NULL pointer check.Daniel Borca1-27/+31
2005-01-14changed coding styleDaniel Borca12-1022/+1049
2005-01-14Remove redundant register.Vladimir Dergachev3-27/+59
2005-01-14Reduce amount of stderr output.Vladimir Dergachev3-31/+16
2005-01-14Incorporate latest data from Wladimir van der Laan.Vladimir Dergachev2-24/+58
2005-01-13Sync with master copy.Vladimir Dergachev1-5/+5
2005-01-13remove some dead texture codeAlan Hourihane1-44/+0
2005-01-13Make sure DMA buffers are released in savageDestroyContext. UsuallyFelix Kuehling1-1/+2
2005-01-13Fix loop for quads-as-triangles.Keith Whitwell1-2/+2
2005-01-13Rename via_fastrender_* to avoid confusion with similar functions inKeith Whitwell1-5/+5
2005-01-13Simplify viaChooseVertexState slightly.Keith Whitwell1-5/+1
2005-01-13Remove misleading comment.Keith Whitwell1-2/+0
2005-01-13TypoKeith Whitwell1-1/+1
2005-01-13Emit constant colors for texunit 1 blending.Keith Whitwell3-41/+56
2005-01-13add s_atifragshader.c, s_atifragshader.hMichal Krol1-0/+8
2005-01-133dlabs glslang frontendMichal Krol1-0/+37
2005-01-133dlabs glslang frontend, not completeMichal Krol1-0/+745
2005-01-13cosmetic changesMichal Krol1-13/+10
2005-01-13implement ARB_shader_objects, not completeMichal Krol1-91/+957
2005-01-13add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h,Michal Krol1-1/+25
2005-01-13add shaderobjects_3dlabs.cMichal Krol1-3/+6
2005-01-13add ARB_shader_objects interfaces, shared and context stateMichal Krol1-3/+80
2005-01-13enable ARB_fragment/vertex_shaderMichal Krol1-4/+4