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