Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-15 | intel/radeon: add common metaops code. | Dave Airlie | |
Move all the metaops to a dri_metaops file and port radeon/intel to use the new common meta ops code. | |||
2009-06-19 | intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists. | Eric Anholt | |
Fixes oglconform zbfunc.c and pxtrans-cidraw.c, at least. | |||
2009-05-21 | intel: Use _mesa_CheckFramebufferStatusEXT insteaad of glCheck... | Eric Anholt | |
Fixes a segfault in our oglconform fbo test. | |||
2009-05-08 | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps. | Eric Anholt | |
In addition to being HW accelerated, it avoids the incorrect (black) rendering of the mipmaps that SW was doing in fbo-generatemipmap. Improves the performance of the mipmap generation and drawing in fbo-generatemipmap by 30%. |