summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-10-16if CXX or CC env vars aren't set, use g++, gcc by default (Linux)Brian Paul1-0/+8
2004-10-16Removed two unnecessary variables.Ville Syrjala1-4/+2
2004-10-16Fixed off by one errors in clipping.Ville Syrjala1-2/+2
2004-10-16Add code to support projective texturing and fix mixed enabling of textureEric Anholt11-270/+265
2004-10-16Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears thatEric Anholt1-2/+8
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick6-0/+63
2004-10-16fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645)Brian Paul1-2/+2
2004-10-16Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick1-3/+12
2004-10-15Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick1-3/+3
2004-10-15Convert MGA driver to use new spantmp2.h interface.Ian Romanick1-70/+27
2004-10-15Huge dumb drop. State:Nicolai Haehnle13-59/+296
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick7-193/+1114
2004-10-13Add a license to this file. It was written on VA's watch, so they getKeith Whitwell1-0/+29
2004-10-13Added some documentation that I managed to figure out throughIan Romanick1-17/+27
2004-10-13Make the GL_RENDERER string include the actual chipset informationIan Romanick1-8/+16
2004-10-13Initial support for PowerPC specific code in Mesa and DRI drivers. DRIIan Romanick7-6/+193
2004-10-13Refactor the code in driGetRendererString a bit to make it easier toIan Romanick1-15/+40
2004-10-13updated fsv URLBrian Paul1-2/+2
2004-10-13Eliminate the funky SSE exception test from DRI builds. It's not needIan Romanick1-6/+16
2004-10-13initial 6.3 changesBrian Paul2-3/+15
2004-10-13Fix minor fog / fragment program state bug.Brian Paul4-26/+29
2004-10-13Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)Adam Jackson1-0/+1
2004-10-13Let's build again after the support for GL_ARB_draw_buffers was added.Philippe Houdoin1-1/+1
2004-10-13Fix a potential memory leak.Philippe Houdoin1-1/+2
2004-10-13Forgot a contributor.Philippe Houdoin1-4/+7
2004-10-13Implement BGLView::CopyPixelsIn/Out().Philippe Houdoin1-24/+137
2004-10-12support for external librariesDaniel Borca2-0/+2
2004-10-12SWTC trick (disabled for now)Daniel Borca3-0/+31
2004-10-12SWTC trick, enabled new extensionsDaniel Borca1-2/+32
2004-10-12SWTC trickDaniel Borca1-2/+44
2004-10-12bump version numbers to their real valuesDaniel Borca3-5/+5
2004-10-12doc updateDaniel Borca1-4/+8
2004-10-12avoid the patch if Mesa_DXTn flag is setDaniel Borca1-2/+2
2004-10-12add more mess to the dynamic linking systemDaniel Borca1-25/+35
2004-10-12add newline to end of fileDaniel Borca1-1/+1
2004-10-11Fix strange white space that gcc didn't like.Felix Kuehling1-1/+1
2004-10-11Prefix operator and constructor keywords with two consequtive underscoresMichal Krol1-327/+327
2004-10-11Enable draw_buffers only if GL_ARB_draw_buffers string isMichal Krol1-1/+12
2004-10-09This statechange is vtx state, not tcl.Eric Anholt1-1/+1
2004-10-08Use the right FALLBACK macro for projtex so that projective textures actuallyEric Anholt1-11/+7
2004-10-08Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by defaultEric Anholt4-13/+52
2004-10-08Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined -- it won'tEric Anholt1-0/+2
2004-10-08Add support for NV_blend_square, and print errors if an unsupported blendEric Anholt3-10/+27
2004-10-08Massively cleaned up the code that calculates front/back/depth bufferIan Romanick4-342/+126
2004-10-08Reject unsupported texture formats passed to glCompressedTexImage?D. ThisIan Romanick1-0/+3
2004-10-08Add simple test program for Mesa bug #1028405.Ian Romanick2-0/+98
2004-10-08Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher7-195/+147
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt26-44/+628
2004-10-07Prevent Y-offset from exceeding valid range in texture upload code. ThisIan Romanick1-0/+8
2004-10-07Fix emitting fog without secondary color and vice-versa.Felix Kuehling1-19/+46