summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-23reapply Keiths workaround for zbs emit that got dropped duringDave Airlie
2005-01-23Remove unused variables from r300_contextNicolai Haehnle
2005-01-23Fix more warnings and compilation issues.Nicolai Haehnle
2005-01-23Synchronize r300_reg.h.Nicolai Haehnle
2005-01-23add sync debugging to the radeon driverDave Airlie
2005-01-23HAVE_ALIAS was never defined anywhere, add some logic to turn it onAdam Jackson
2005-01-23silence makedepend warnings about non-portable whitespaceAdam Jackson
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev
2005-01-22Fixed polygon offset with reversed viewport depth range.Felix Kuehling
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev
2005-01-21fix glGetString funninessBrian Paul
2005-01-21add getstring.c; remove arb*.h nv*.h stuffMichal Krol
2005-01-21add slang/traverse_wrap.hMichal Krol
2005-01-21Handy TIntermTraverser class wrapperMichal Krol
2005-01-21silence the 'using AGP/PCI' string unless VIA_DEBUG is used.Alan Hourihane
2005-01-21Small cleanup:Felix Kuehling
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
2005-01-20glext.h version 26Brian Paul
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane
2005-01-20document new glDeleteTextures/Buffers/Programs behaviourBrian Paul
2005-01-20Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul
2005-01-20Use a simple CSS style sheet.Brian Paul
2005-01-19Removed gl_texture_object's DeletePending. Changed a comment.Brian Paul
2005-01-19added texobjshare.cBrian Paul
2005-01-19test program for texture sharing, deleting, etcBrian Paul
2005-01-19Change behaviour of glDeleteTextures as discussed on ARB list.Brian Paul
2005-01-19make sure the new instruction Data pointer is set to NULLBrian Paul
2005-01-19fix a typoBrian Paul
2005-01-19minor formatting fixBrian Paul
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell
2005-01-19Remove depend on make cleanKeith Whitwell
2005-01-19Depend tweaksKeith Whitwell
2005-01-19make sure we avoid assertion failure wrt VB->ColorPtr[1]->strideDaniel Borca
2005-01-19glVertex* is the provoking "cmd" (that is, by the time of glVertex*, we must ...Daniel Borca
2005-01-19There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ...Daniel Borca
2005-01-18minor reorg of shader files, disable building for nowBrian Paul
2005-01-18remove some debugAlan Hourihane
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane
2005-01-18remove #ifndef linux, it isnt defined on Linux, where should I define it?Michal Krol
2005-01-18comment out _THROW calls, dont want to compile under LinuxMichal Krol
2005-01-18add shader/slang/slang_mesa.cppMichal Krol
2005-01-18change .cc suffix to .cppMichal Krol
2005-01-18add slang preprocessor C sources; add slang include directoriesMichal Krol
2005-01-18fix // commentsMichal Krol
2005-01-18fix MAX_VERTEX_ATTRIBS_ARB queryMichal Krol