summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2009-01-20Remove intel pageflipping support in its entirety.Owain G. Ainsworth5-328/+20
2009-01-16intel: added intel_rendering_to_texture() helper function.Brian Paul1-0/+17
2009-01-16i915: fallback on transfer modeXiang, Haihao1-0/+6
2009-01-14i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul3-2/+21
2009-01-14i965: fix incorrect renderbuffer DataType assignmentBrian Paul1-2/+6
2009-01-14i965: fix some FBO depth/stencil assertionsBrian Paul1-2/+5
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick1-2/+2
2009-01-14intel: bump driver dateXiang, Haihao1-1/+1
2009-01-12i965: fix glDrawPixels Z coordinate in intel_texture_drawpixels().Brian Paul1-4/+8
2009-01-12i965: fix broken glBitmap + depth testBrian Paul1-4/+16
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt1-23/+2
2008-12-31intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt5-45/+52
2008-12-31intel: Add support for glBitmap as metaops using GL calls.Eric Anholt4-0/+350
2008-12-30intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao1-1/+1
2008-12-29intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao1-0/+1
2008-12-23intel: Fix glBitmap clipping for DRI1.Eric Anholt1-2/+2
2008-12-23Remove third buffer support from Mesa.Dave Airlie6-35/+3
2008-12-19intel: Fix glBitmap top/bottom clipping.Eric Anholt1-40/+35
2008-12-19intel: Don't forget the source bitmap size when clipping the size we draw.Eric Anholt1-1/+3
2008-12-19intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt2-0/+7
2008-12-19intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt1-2/+2
2008-12-18intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt1-48/+61
2008-12-15intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt3-0/+26
2008-12-14intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock1-1/+1
2008-12-14i965: Add decode of index/vertex buffer and primitive emit.Eric Anholt1-4/+142
2008-12-14intel: Add batchbuffer assertions to hopefully catch future mistakes.Eric Anholt1-2/+20
2008-12-12intel: check for null texture. (fix #13902)Xiang, Haihao1-2/+2
2008-12-08intel: Require the right amount of space in glBitmap blit acceleration.Pierre Willenbrock1-1/+1
2008-12-06intel: Fall back on rendering to a texture attachment with a border.Eric Anholt1-1/+8
2008-12-06intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image.Eric Anholt1-1/+1
2008-12-06intel: Fix glCopyPixels blit acceleration for FBO destinations.Eric Anholt1-48/+56
2008-12-06intel: Fix glBitmap blit acceleration for FBO destinations.Eric Anholt1-33/+39
2008-12-06intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE.Eric Anholt1-1/+3
2008-12-02intel: restore old vertex submit paths for i8xx hardware.Dave Airlie4-2/+5
2008-11-21i965: Add support for accelerated CopyTexSubImage.Eric Anholt3-68/+41
2008-11-21intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt1-6/+0
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2-3/+8
2008-11-20intel: fix i830 comment + backwards VB offsets.airlied1-2/+2
2008-11-20intel: fix i8xx vbo enable bitairlied1-1/+1
2008-11-20intel: add lots of i830 engine to intel_decode debugairlied1-20/+110
2008-11-11intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao1-1/+3
2008-11-02i965: Merge GM45 into the G4X chipset define.Eric Anholt1-3/+3
2008-10-31intel: pixelzoom doesn't apply to glBitmap, so disable the fallback.Eric Anholt1-5/+1
2008-10-31intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)Eric Anholt1-7/+0
2008-10-31intel: Add more fallback debugging for glDrawPixels.Eric Anholt1-8/+33
2008-10-28intel: Fix glDrawPixels with 4d RasterPos.Eric Anholt1-4/+9
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt9-277/+160
2008-10-27intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.Eric Anholt1-26/+17
2008-10-26intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...Xiang, Haihao1-1/+1
2008-10-24intel: fallback for intelEmitCopyBlit.Xiang, Haihao1-10/+39