Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-09 | radeon: fix mipmap_limits crasher. | Dave Airlie | |
This gets the correct srclvl image map when uploading images to the new mipmap. | |||
2009-05-13 | radeon: Don't crash generating mipmaps when pixels=NULL | Owen W. Taylor | |
When a NULL value of pixels is passed to TexImage2D and SGIS_generate_mipmap is enabled, don't try to generate the mipmap tree: we don't have data yet for the texture and will crash. https://bugs.freedesktop.org/show_bug.cgi?id=21648 | |||
2009-05-07 | r300: fix compiler warnings | Maciej Cencora | |
2009-04-01 | radeon: go back and repick texture formats. | Dave Airlie | |
This might trip up some serious FBO users, will have to see, but it avoids the slow paths for all the demos I have. | |||
2009-03-31 | r200: fix glean pixelFormats regression | Dave Airlie | |
2009-03-31 | radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL support | Dave Airlie | |
2009-03-26 | radeon: fixup map/unmap texture to work with override BOs | Dave Airlie | |
if you hit this you've already failed but we shouldn't crash | |||
2009-03-24 | radeon: fixup some issue with fbos and sw fallbacks | Dave Airlie | |
2009-02-17 | radeon: remove leftover debug | Dave Airlie | |
2009-02-17 | radeon: steal miptree optimisation from intel codebase | Dave Airlie | |
This replaces a miptree if it won't distrub anything else. | |||
2009-02-16 | radeon: fix texcompress2 test. | Dave Airlie | |
this makes compressed subimages work properly. | |||
2009-02-16 | radeon: fix compressed tex subimage unpack parameter | Dave Airlie | |
2009-02-14 | radeon-common: Fix crash in glGetTexImage | Nicolai Haehnle | |
Since texture images are now stored in miptrees, we cannot usually access them directly via the Data pointer. So we wrap Mesa's implementation by map/unmap calls. This crash was triggered by Sauerbraten, Piglit now contains a regression test. Signed-off-by: Nicolai Haehnle <nhaehnle@gmail.com> | |||
2009-02-14 | radeon/r300: fix warnings | Dave Airlie | |
2009-02-13 | radeon/r200: make setTexOffset work again | Dave Airlie | |
2009-02-13 | radeon: revert unneeded change to texturing code | Dave Airlie | |
2009-02-13 | radeon: fix compressed texture upload on all radeons | Dave Airlie | |
tested on r200, texcmp works. May need more verification | |||
2009-02-12 | radeon: renaming and headers cleanup | Dave Airlie | |