mesa.git
2005-02-08 Keith WhitwellSUBPIXEL fixes from Dieter
2005-02-08 Vladimir DergachevRemove #ifdef's around PolygonOffset function.
2005-02-08 Ian RomanickCorrect a couple problems / omissions in the DTD.
2005-02-08 Aapo TahkolaTypo..
2005-02-08 Aapo TahkolaFix the bug and get zbias back into shape. There might...
2005-02-08 Michel DänzerCall _mesa_ResizeBuffersMESA() in r200Viewport(), fixes...
2005-02-08 Brian Paulclamp anisotropy against max value
2005-02-08 Aapo TahkolaBIG FAT NOTE: Theres a nasty bug somewhere thats causin...
2005-02-08 Adam JacksonBug #2477: Make GLU/GLw/glut build properly even with...
2005-02-08 Aapo TahkolaBetter fix to get tuxracer working.
2005-02-08 Aapo Tahkolafog + immediate mode = bad things
2005-02-08 Aapo TahkolaImplemented checks that prevent r300 from locking up...
2005-02-08 Vladimir DergachevLet Polygon Offset be turned on and off.
2005-02-08 Brian Pauljust some comments
2005-02-08 Brian Paula bunch of assorted fixes
2005-02-08 Brian Paulplug in GL_EXT_framebuffer_object functions
2005-02-08 Brian Paulremoved GL_EXT_framebuffer_object tokens
2005-02-08 Brian Pauladded GL_EXT_framebuffer_object enums/funcs. Remove...
2005-02-08 Brian PaulAdd new entrypoints for GL_EXT_framebuffer_object.
2005-02-08 Ian RomanickDefinitions for EXT_framebuffer_object. Just <include...
2005-02-08 Ian RomanickAdd the ability to include other XML files by using a
2005-02-08 Brian Paulcheckpoint latest work
2005-02-08 Brian Pauladded missing prototype
2005-02-08 Brian Paulindentation fix
2005-02-08 Aapo TahkolaTo cut the long and boring story short, polygon offsets...
2005-02-07 Brian Paulimproved warning message
2005-02-07 Keith Whitwellargb8888 optimizations from via branch
2005-02-07 Keith WhitwellMore texture enums (Andreas Stenglein)
2005-02-07 Keith WhitwellGL_ARB_texture_rectangle enums (Andreas Stenglein)
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-06 Jerome GlisseAdded PCI id (0x4152).
2005-02-05 Felix KuehlingDisable vertex DMA on SuperSavages.
2005-02-05 Felix Kuehling- Fixed scissor rectangle not moving with the window...
2005-02-05 Brian Pauladded fbobject.c to sources
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.
2005-02-05 Jerome GlisseAdded PCI id (0x4152).
2005-02-05 Brian PaulRemove the Shared->TexObjectList pointer and Next field...
2005-02-05 Brian Pauladd a few comments
2005-02-05 Jerome GlisseModified hw state for big endian computers.
2005-02-05 Brian Paulremove dependency on Shared->TexObjectList
2005-02-05 Brian Paulremove unneeded code
2005-02-05 Brian Paulremoved need for Shared->TexObjectList, walk over textu...
2005-02-05 Felix KuehlingFixed a typo in an assertion. (Don't understand how...
2005-02-05 Vladimir DergachevWarn of unknown texture formats.
2005-02-05 Ian RomanickFix some mixed spaces / tabs issues in generated code...
2005-02-04 Ian RomanickEnable client-side GLX support for texture compression...
2005-02-04 Felix KuehlingAdded an option texture_heaps that allows selecting...
2005-02-04 Felix KuehlingMade subtile upload a template. This speeds up tiled...
2005-02-03 Felix KuehlingUse all texture heaps in a fair way when textures need...
2005-02-03 Aapo TahkolaRemoving some trash and disabling fog fallback as it...
2005-02-03 Aapo TahkolaChanging vb code to handle inputs correctly.
2005-02-03 Vladimir DergachevStart beginning of pixel shader generator..
2005-02-03 Vladimir DergachevForgot to increase the length.
2005-02-03 Vladimir DergachevLooks like we need at least one instruction for pixel...
2005-02-03 Vladimir DergachevGet vertex programs supplied by the user work properly...
2005-02-03 Vladimir DergachevSince high bits can be used for flags, mask them out.
2005-02-03 Vladimir DergachevRemove redundant instructions from fixed pipelines...
2005-02-03 Vladimir DergachevMark ZBIAS definitions.
2005-02-03 Vladimir DergachevThis was too optimistic sorry - all that register does...
2005-02-03 Vladimir DergachevGet Polygon offset fill to work.
2005-02-03 Ian RomanickAdded a bunch of extensions that were previously suppor...
2005-02-02 Felix KuehlingCheck for heap == NULL before driSetTextureSwapCounterL...
2005-02-02 Felix KuehlingDon't try to kick textures from a NULL tex heap.
2005-02-02 Felix KuehlingFixed flushing of client-side vertex buffers.
2005-02-02 Felix KuehlingFixed some debug output that was unconditionally enabled.
2005-02-02 Brian Paulclamp viewport against ctx->Const.MaxViewportWidth...
2005-02-02 Aapo TahkolaChanged parts of r300_setup_routing to use WARN_ONCE.
2005-02-02 Ian RomanickSmall refactor. Add glXFunctionIterator, which derrive...
2005-02-01 Aapo TahkolaAdd a missing break and a reminder.
2005-02-01 Aapo TahkolaImplement appropriate src checks for attribs/params.
2005-02-01 Aapo TahkolaImplemented bunch of ops.
2005-02-01 Aapo TahkolaVertex programs work now with some restrictions. I...
2005-02-01 Vladimir DergachevMake WARN_ONCE messages more informative.
2005-02-01 Vladimir DergachevReduce noiseness of the driver.
2005-02-01 Vladimir DergachevGet alpha in textures to work properly.
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
next