mesa.git
2005-02-01 Vladimir DergachevProperly set ABLEND and CBLEND registers. The older...
2005-02-01 Vladimir DergachevLooks like we can define FIRE_VERTICES correctly.
2005-02-01 Vladimir DergachevIt helps to print actual values instead of random ones.
2005-02-01 Ian RomanickSmall refactor. Move several utility functions from...
2005-02-01 Ian RomanickAdd GlxProto::createEnumFunction and add a 'context...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-31 Daniel Borcamakefile update (readtex, showbuffer)
2005-01-31 Vladimir DergachevAdd magic sequence to prevent ClearBuffer from locking up.
2005-01-31 Vladimir DergachevUse SecondaryColorPtr, not ColorPtr[1] (the latter...
2005-01-30 Vladimir DergachevMy bad, the old code works fine if updated to newer...
2005-01-30 Vladimir Dergachevstruct ati_fragment_shader was not defined anywhere...
2005-01-30 Brian Paulfix max viewport query
2005-01-30 Aapo TahkolaFix for compiler warnings.
2005-01-30 Dave Airlieadd number of passes count to ati_fragment_shader
2005-01-29 Felix Kuehling* Fixed uploading of textures of certain sizes.
2005-01-29 hmarsonAdded 0x4e54 (Thinkpad r50p) as PCI_CHIP_RV350_NP
2005-01-29 Aapo TahkolaBeginings of program generation. This code havent been...
2005-01-29 Brian Paulremove stray span.y++
2005-01-29 Brian Pauladded osmesa16 stuff
2005-01-29 Brian Paulassorted fixes
2005-01-29 Brian Paulfix initial viewport size bug
2005-01-29 Brian Pauladded missing glFinish()
2005-01-29 Aapo TahkolaCleaning up.
2005-01-28 Ian RomanickRefactor the code to emit multiple-inclusion protection to
2005-01-28 Michal Krolmove file
2005-01-28 Ian RomanickProperly annotate variable-length output parameters...
2005-01-28 Ian RomanickFix some get / set errors with COLOR_TABLE_*. SCALE...
2005-01-28 Ian RomanickSlightly modify the meaning of the 'handcode' attribute...
2005-01-28 Ian RomanickAdd an option to emit extra debug code in the generated...
2005-01-28 Aapo TahkolaFix wrong comment.
2005-01-28 Aapo TahkolaForgot one comment...
2005-01-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...
2005-01-27 Ian RomanickMark a couple more function parameters as counters.
2005-01-27 Ian RomanickAdd numerous 'get'-type functions to most of the enums...
2005-01-27 Aapo TahkolaAdd vector distance operator for vertex programs.
2005-01-27 Ian RomanickThe 'mode' setting of a function within an 'enum' eleme...
2005-01-26 Ian Romanickremove a bunch of temporary #defines, now that glext...
2005-01-26 Roland Scheidegger(Stephane Marchesin, me) Add support for color (framebu...
2005-01-26 Roland Scheideggernew version check to allow to test for a range of ddx...
2005-01-26 Brian Paulremove a bunch of temporary #defines, now that glext...
2005-01-26 Roland Scheideggerreplace magic number with macro constant RADEON_ZBLOCK16
2005-01-26 Brian Pauljust comments/clean-up
2005-01-26 Brian Pauladded mutex to-do comment
2005-01-26 Brian Pauljust fix a comment and update date
2005-01-26 Daniel BorcaRGB/LUMINANCE texelfetchers (float version) returned...
2005-01-25 Ian RomanickAdd a glFunctionIterator class to iterate over the...
2005-01-25 Aapo TahkolaFixes for clamp modes.
2005-01-25 Brian PaulUse the _mesa_HashNextEntry() function to walk over...
2005-01-25 Ian RomanickStupid text editor...convert wayward tabs to spaces.
2005-01-25 Ian RomanickAdd a "count" attribute to "enums" elements to set...
2005-01-24 Ian RomanickCorrectly set the name of the generating script.
2005-01-24 Ian RomanickMove all the code for generating "size" related functio...
2005-01-24 Ian RomanickCorrect some of the dependencies and clean things up...
2005-01-24 Ian RomanickRemove glEnum::startElement, but refactor out some...
2005-01-24 Ian RomanickSince only one of the places that used glXFunction...
2005-01-24 Ian RomanickMake sure that functions added to gl_API.xml that do...
2005-01-24 Aapo Tahkolaborder_color causes lockups with vertex buffers. Disabl...
2005-01-24 Vladimir DergachevRemove lots of old code that dealed with "magic" textur...
2005-01-24 Brian Paulreenable some assertions
2005-01-24 Felix KuehlingConverted the Savage texture management to use Ian...
2005-01-24 Brian PaulAdded _mesa_HashNextEntry() function to allow walking...
2005-01-23 Dave Airliereapply Keiths workaround for zbs emit that got dropped...
2005-01-23 Nicolai HaehnleRemove unused variables from r300_context
2005-01-23 Nicolai HaehnleFix more warnings and compilation issues.
2005-01-23 Nicolai HaehnleSynchronize r300_reg.h.
2005-01-23 Dave Airlieadd sync debugging to the radeon driver
2005-01-23 Adam JacksonHAVE_ALIAS was never defined anywhere, add some logic...
2005-01-23 Adam Jacksonsilence makedepend warnings about non-portable whitespace
2005-01-23 Felix KuehlingFixed initialization of draw destination to front buffe...
2005-01-23 Felix KuehlingMy last attempt to fix polygon offsets with the reverse...
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-22 Vladimir DergachevProperly configure routing - based on advice by Keith...
2005-01-22 Felix KuehlingFixed polygon offset with reversed viewport depth range.
2005-01-21 Vladimir DergachevProperly input stencil info contributed by Wladimir.
2005-01-21 Brian Paulfix glGetString funniness
2005-01-21 Michal Kroladd getstring.c; remove arb*.h nv*.h stuff
2005-01-21 Michal Kroladd slang/traverse_wrap.h
2005-01-21 Michal KrolHandy TIntermTraverser class wrapper
2005-01-21 Alan Hourihanesilence the 'using AGP/PCI' string unless VIA_DEBUG...
2005-01-21 Felix KuehlingSmall cleanup:
2005-01-20 Felix Kuehling* Added options for disabling the fast path (render...
2005-01-20 Brian Paulglext.h version 26
2005-01-20 Felix KuehlingAdded support for ELTS to the _savage_render_stage...
2005-01-20 Alan HourihaneEnclose passed macro values in brackets to ensure corre...
2005-01-20 Brian Pauldocument new glDeleteTextures/Buffers/Programs behaviour
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-20 Brian PaulUse a simple CSS style sheet.
2005-01-19 Brian PaulRemoved gl_texture_object's DeletePending. Changed...
2005-01-19 Brian Pauladded texobjshare.c
2005-01-19 Brian Paultest program for texture sharing, deleting, etc
2005-01-19 Brian PaulChange behaviour of glDeleteTextures as discussed on...
2005-01-19 Brian Paulmake sure the new instruction Data pointer is set to...
2005-01-19 Brian Paulfix a typo
2005-01-19 Brian Paulminor formatting fix
2005-01-19 Keith WhitwellBring the texcombine fixes to the trunk.
2005-01-19 Keith WhitwellAlways use ARGB8888 hardware texture format when mesa...
2005-01-19 Keith WhitwellRemove depend on make clean
2005-01-19 Keith WhitwellDepend tweaks
2005-01-19 Daniel Borcamake sure we avoid assertion failure wrt VB->ColorPtr...
2005-01-19 Daniel BorcaglVertex* is the provoking "cmd" (that is, by the time...
next