summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt2008-12-315-45/+52
* intel: Add support for glBitmap as metaops using GL calls.Eric Anholt2008-12-314-0/+350
* intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao2008-12-301-1/+1
* intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao2008-12-291-0/+1
* intel: Fix glBitmap clipping for DRI1.Eric Anholt2008-12-231-2/+2
* Remove third buffer support from Mesa.Dave Airlie2008-12-236-35/+3
* intel: Fix glBitmap top/bottom clipping.Eric Anholt2008-12-191-40/+35
* intel: Don't forget the source bitmap size when clipping the size we draw.Eric Anholt2008-12-191-1/+3
* intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt2008-12-192-0/+7
* intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt2008-12-191-2/+2
* intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt2008-12-181-48/+61
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-153-0/+26
* intel: Don't steal renderbuffer from caller in intel_miptree_create_for_regionPierre Willenbrock2008-12-141-1/+1
* i965: Add decode of index/vertex buffer and primitive emit.Eric Anholt2008-12-141-4/+142
* intel: Add batchbuffer assertions to hopefully catch future mistakes.Eric Anholt2008-12-141-2/+20
* intel: check for null texture. (fix #13902)Xiang, Haihao2008-12-121-2/+2
* intel: Require the right amount of space in glBitmap blit acceleration.Pierre Willenbrock2008-12-081-1/+1
* intel: Fall back on rendering to a texture attachment with a border.Eric Anholt2008-12-061-1/+8
* intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image.Eric Anholt2008-12-061-1/+1
* intel: Fix glCopyPixels blit acceleration for FBO destinations.Eric Anholt2008-12-061-48/+56
* intel: Fix glBitmap blit acceleration for FBO destinations.Eric Anholt2008-12-061-33/+39
* intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE.Eric Anholt2008-12-061-1/+3
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-024-2/+5
* i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-213-68/+41
* intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt2008-11-211-6/+0
* i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt2008-11-212-3/+8
* intel: fix i830 comment + backwards VB offsets.airlied2008-11-201-2/+2
* intel: fix i8xx vbo enable bitairlied2008-11-201-1/+1
* intel: add lots of i830 engine to intel_decode debugairlied2008-11-201-20/+110
* intel: reset cliprect_mode to IGNORE_CLIPRECTS.Xiang, Haihao2008-11-111-1/+3
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-021-3/+3
* intel: pixelzoom doesn't apply to glBitmap, so disable the fallback.Eric Anholt2008-10-311-5/+1
* intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)Eric Anholt2008-10-311-7/+0
* intel: Add more fallback debugging for glDrawPixels.Eric Anholt2008-10-311-8/+33
* intel: Fix glDrawPixels with 4d RasterPos.Eric Anholt2008-10-281-4/+9
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-289-277/+160
* intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.Eric Anholt2008-10-271-26/+17
* intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks...Xiang, Haihao2008-10-261-1/+1
* intel: fallback for intelEmitCopyBlit.Xiang, Haihao2008-10-241-10/+39
* intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX).Eric Anholt2008-10-111-1/+196
* intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driverIan Romanick2008-10-101-0/+4
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-092-2/+1
* i915: Accelerate depth textures with border color.Eric Anholt2008-10-081-4/+1
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-072-49/+21
* intel: Push flushing for cliprects changes down into the cliprects changes.Eric Anholt2008-10-071-6/+22
* intel: Don't advertise unsupported extensions on pre-965 hardwareIan Romanick2008-10-031-2/+2
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-012-3/+1
* intel: Clean-up the extension string madness!Ian Romanick2008-09-291-70/+64
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-263-1/+22
* intel: Fix clears to depth_stencil texture attachments.Eric Anholt2008-09-241-1/+1