Age | Commit message (Expand) | Author |
2009-01-22 | i965: disallow separate depth/stencil renderbuffers | Brian Paul |
2009-01-22 | intel: plug in stub intel_validate_framebuffer() function | Brian Paul |
2009-01-22 | intel: inline some renderbuffer functions | Brian Paul |
2009-01-20 | Remove intel pageflipping support in its entirety. | Owain G. Ainsworth |
2009-01-14 | i965: asst. fixes, work-arounds for FBOs and render to texture | Brian Paul |
2009-01-14 | i965: fix incorrect renderbuffer DataType assignment | Brian Paul |
2008-12-06 | intel: Fall back on rendering to a texture attachment with a border. | Eric Anholt |
2008-09-24 | intel: Fix clears to depth_stencil texture attachments. | Eric Anholt |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-09-12 | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-07-26 | intel: Don't return a renderbuffer with alpha when just GL_RGB is requested. | Eric Anholt |
2008-07-23 | intel: Add a little span cache to spead up readpixels by cutting syscalls. | Eric Anholt |
2008-07-23 | intel-gem: Use pread/pwrite for span access. | Eric Anholt |
2008-07-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |
2008-07-02 | intel-gem: Fix Y-tiling span setup. | Eric Anholt |
2008-05-06 | [intel-GEM] Add tiling support to swrast. | Keith Packard |
2008-03-14 | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao |
2008-02-15 | [intel] Allow attIndex to be negative to avoid defeating the >= 0 check. | Eric Anholt |
2008-01-09 | [intel] Simplify intelCreateBuffer() a bit. | Kristian Høgsberg |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2007-12-20 | [965] Enable EXT_framebuffer_object. | Eric Anholt |
2007-12-12 | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt |
2007-11-09 | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt |