Age | Commit message (Expand) | Author |
2009-01-16 | i915: fallback on transfer mode | Xiang, Haihao |
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 |
2009-01-14 | i965: fix some FBO depth/stencil assertions | Brian Paul |
2009-01-14 | intel: SW fallback maps texture images, not texture coordinates | Ian Romanick |
2009-01-14 | intel: bump driver date | Xiang, Haihao |
2009-01-12 | i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels(). | Brian Paul |
2009-01-12 | i965: fix broken glBitmap + depth test | Brian Paul |
2009-01-07 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt |
2008-12-31 | intel: Share passthrough transform setup between glBitmap and glDrawPixels. | Eric Anholt |
2008-12-31 | intel: Add support for glBitmap as metaops using GL calls. | Eric Anholt |
2008-12-30 | intel: disable ATI_texture_env_combine3 for i830( and related device). | Xiang, Haihao |
2008-12-29 | intel: enable ATI_texture_env_combine3. Fixes #17707 | Xiang, Haihao |
2008-12-23 | intel: Fix glBitmap clipping for DRI1. | Eric Anholt |
2008-12-23 | Remove third buffer support from Mesa. | Dave Airlie |
2008-12-19 | intel: Fix glBitmap top/bottom clipping. | Eric Anholt |
2008-12-19 | intel: Don't forget the source bitmap size when clipping the size we draw. | Eric Anholt |
2008-12-19 | intel: Update mesa state in blit operations that want post-scissor draw bounds. | Eric Anholt |
2008-12-19 | intel: don't clip to scissor-clipped read framebuffer bounds in copypixels. | Eric Anholt |
2008-12-18 | intel: Move copyteximage source clipping out of copytexsubimage. | Eric Anholt |
2008-12-15 | intel: stub out CompressedTexSubImage2D instead of segfaulting. | Eric Anholt |
2008-12-14 | intel: Don't steal renderbuffer from caller in intel_miptree_create_for_region | Pierre Willenbrock |
2008-12-14 | i965: Add decode of index/vertex buffer and primitive emit. | Eric Anholt |
2008-12-14 | intel: Add batchbuffer assertions to hopefully catch future mistakes. | Eric Anholt |
2008-12-12 | intel: check for null texture. (fix #13902) | Xiang, Haihao |
2008-12-08 | intel: Require the right amount of space in glBitmap blit acceleration. | Pierre Willenbrock |
2008-12-06 | intel: Fall back on rendering to a texture attachment with a border. | Eric Anholt |
2008-12-06 | intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image. | Eric Anholt |
2008-12-06 | intel: Fix glCopyPixels blit acceleration for FBO destinations. | Eric Anholt |
2008-12-06 | intel: Fix glBitmap blit acceleration for FBO destinations. | Eric Anholt |
2008-12-06 | intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE. | Eric Anholt |
2008-12-02 | intel: restore old vertex submit paths for i8xx hardware. | Dave Airlie |
2008-11-21 | i965: Add support for accelerated CopyTexSubImage. | Eric Anholt |
2008-11-21 | intel: Don't glBitmap fallback with scissoring enabled. | Eric Anholt |
2008-11-21 | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt |
2008-11-20 | intel: fix i830 comment + backwards VB offsets. | airlied |
2008-11-20 | intel: fix i8xx vbo enable bit | airlied |
2008-11-20 | intel: add lots of i830 engine to intel_decode debug | airlied |
2008-11-11 | intel: reset cliprect_mode to IGNORE_CLIPRECTS. | Xiang, Haihao |
2008-11-02 | i965: Merge GM45 into the G4X chipset define. | Eric Anholt |
2008-10-31 | intel: pixelzoom doesn't apply to glBitmap, so disable the fallback. | Eric Anholt |
2008-10-31 | intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX) | Eric Anholt |
2008-10-31 | intel: Add more fallback debugging for glDrawPixels. | Eric Anholt |
2008-10-28 | intel: Fix glDrawPixels with 4d RasterPos. | Eric Anholt |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-10-27 | intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names. | Eric Anholt |
2008-10-26 | intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks... | Xiang, Haihao |
2008-10-24 | intel: fallback for intelEmitCopyBlit. | Xiang, Haihao |
2008-10-11 | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). | Eric Anholt |
2008-10-10 | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver | Ian Romanick |