Age | Commit message (Expand) | Author |
2010-11-03 | intel: Annotate debug printout checks with unlikely(). | Eric Anholt |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-12 | intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA. | Eric Anholt |
2010-08-05 | intel: Check for a NULL src buffer prior to blt | Chris Wilson |
2010-06-08 | intel: Update comment in intel_tex_copy from before miptree x/y rework. | Eric Anholt |
2010-06-01 | intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBA | Kristian Høgsberg |
2010-05-10 | intel: Drop intelFlush() | Kristian Høgsberg |
2010-03-30 | intel: Use fb->Height when flipping read buffer orientation | Kristian Høgsberg |
2010-03-17 | intel: Replace mt->pitch with mt->region->pitch. | Eric Anholt |
2010-02-17 | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg |
2010-01-26 | intel: Remove dead code from having to clip copyteximage source rect. | Eric Anholt |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | intel: Remove unnecessary headers. | Vinson Lee |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-04 | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt |
2010-01-04 | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-28 | intel: Silence compiler warnings. | Vinson Lee |
2009-11-21 | intel: make CopyTex[Sub]Image fallback debug messages more consistent | Roland Scheidegger |
2009-11-13 | i965: Remove an unused cache_item field. | Eric Anholt |
2009-10-27 | intel: minor clean-up, comments | Brian Paul |
2009-10-27 | intel: use _mesa_get_current_tex_unit() helper | Brian Paul |
2009-10-27 | intel: fix src offset bug in do_copy_texsubimage() | Brian Paul |
2009-10-23 | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt |
2009-10-23 | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt |
2009-10-12 | intel: pass zslice to intel_miptree_image_offset() | Brian Paul |
2009-10-05 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-05 | intel: use driReadDrawable in do_copy_texsubimage() | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-25 | intel: Handle GL_RGB8 for glCopyTex(Sub)Image. | Michel Dänzer |
2009-09-19 | intel: use new _mesa_meta_CopyTex[Sub]Image() functions | Brian Paul |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-07-13 | intel: Partially fix fallback detection for glCopyTexSubImage. | Eric Anholt |
2009-06-23 | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt |
2009-06-23 | intel: Fix some potential writes to zero-copy PBOs when used as regions. | Eric Anholt |
2009-06-09 | intel: make a bunch of glTexImage-related functions static | Brian Paul |
2009-06-09 | intel: whitespace clean-ups | Brian Paul |
2009-06-04 | intel: Add support for tiled textures. | Eric Anholt |
2009-06-02 | intel: Clip to window after calling Driver.TexImage2D | Ian Romanick |
2009-05-08 | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps. | Eric Anholt |
2008-12-18 | intel: Move copyteximage source clipping out of copytexsubimage. | Eric Anholt |
2008-12-06 | intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image. | Eric Anholt |
2008-12-06 | intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE. | Eric Anholt |
2008-11-21 | i965: Add support for accelerated CopyTexSubImage. | Eric Anholt |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-07-23 | intel: Fix CopyTexSubImage's src tiling arg for the blit. | Eric Anholt |
2008-07-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |