| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg | 2010-02-17 | 1 | -0/+1 |
* | intel: Remove dead code from having to clip copyteximage source rect. | Eric Anholt | 2010-01-26 | 1 | -5/+0 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-25 | 1 | -1/+0 |
|\ |
|
| * | intel: Remove unnecessary headers. | Vinson Lee | 2010-01-23 | 1 | -1/+0 |
* | | Merge branch 'remove-intel-dri1' | Kristian Høgsberg | 2010-01-05 | 1 | -6/+1 |
|\ \
| |/
|/| |
|
| * | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg | 2010-01-04 | 1 | -5/+0 |
| * | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -1/+1 |
* | | intel: Fix CopyTexImage from tiled mipmap levels > 0. | Eric Anholt | 2010-01-04 | 1 | -2/+3 |
|/ |
|
* | intel: Silence compiler warnings. | Vinson Lee | 2009-12-28 | 1 | -1/+1 |
* | intel: make CopyTex[Sub]Image fallback debug messages more consistent | Roland Scheidegger | 2009-11-21 | 1 | -2/+8 |
* | i965: Remove an unused cache_item field. | Eric Anholt | 2009-11-13 | 1 | -1/+1 |
* | intel: minor clean-up, comments | Brian Paul | 2009-10-27 | 1 | -2/+3 |
* | intel: use _mesa_get_current_tex_unit() helper | Brian Paul | 2009-10-27 | 1 | -9/+6 |
* | intel: fix src offset bug in do_copy_texsubimage() | Brian Paul | 2009-10-27 | 1 | -1/+1 |
* | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt | 2009-10-23 | 1 | -7/+10 |
|\ |
|
| * | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt | 2009-10-23 | 1 | -7/+10 |
* | | intel: pass zslice to intel_miptree_image_offset() | Brian Paul | 2009-10-12 | 1 | -1/+1 |
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-05 | 1 | -1/+1 |
|\| |
|
| * | intel: use driReadDrawable in do_copy_texsubimage() | Brian Paul | 2009-10-05 | 1 | -1/+1 |
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-09-28 | 1 | -0/+1 |
|\| |
|
| * | intel: Handle GL_RGB8 for glCopyTex(Sub)Image. | Michel Dänzer | 2009-09-25 | 1 | -0/+1 |
* | | intel: use new _mesa_meta_CopyTex[Sub]Image() functions | Brian Paul | 2009-09-19 | 1 | -9/+10 |
* | | mesa: move generate mipmap calls | Brian Paul | 2009-09-15 | 1 | -6/+0 |
|/ |
|
* | intel: Partially fix fallback detection for glCopyTexSubImage. | Eric Anholt | 2009-07-13 | 1 | -6/+10 |
* | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt | 2009-06-23 | 1 | -12/+15 |
* | intel: Fix some potential writes to zero-copy PBOs when used as regions. | Eric Anholt | 2009-06-23 | 1 | -1/+4 |
* | intel: make a bunch of glTexImage-related functions static | Brian Paul | 2009-06-09 | 1 | -4/+14 |
* | intel: whitespace clean-ups | Brian Paul | 2009-06-09 | 1 | -5/+1 |
* | intel: Add support for tiled textures. | Eric Anholt | 2009-06-04 | 1 | -2/+6 |
* | intel: Clip to window after calling Driver.TexImage2D | Ian Romanick | 2009-06-02 | 1 | -9/+8 |
* | intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps. | Eric Anholt | 2009-05-08 | 1 | -1/+1 |
* | intel: Move copyteximage source clipping out of copytexsubimage. | Eric Anholt | 2008-12-18 | 1 | -48/+61 |
* | intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image. | Eric Anholt | 2008-12-06 | 1 | -1/+1 |
* | intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE. | Eric Anholt | 2008-12-06 | 1 | -1/+3 |
* | i965: Add support for accelerated CopyTexSubImage. | Eric Anholt | 2008-11-21 | 1 | -16/+22 |
* | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick | 2008-10-01 | 1 | -1/+1 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -5/+5 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -4/+2 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -2/+4 |
* | intel: Fix CopyTexSubImage's src tiling arg for the blit. | Eric Anholt | 2008-07-23 | 1 | -1/+1 |
* | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt | 2008-07-11 | 1 | -1/+1 |
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing. | Eric Anholt | 2008-06-26 | 1 | -2/+0 |
* | intel: use new mipmap generation hooks in driver. | Dave Airlie | 2008-05-09 | 1 | -3/+1 |
* | [intel] Clean up references to screen buffer metrics. | Kristian Høgsberg | 2008-01-22 | 1 | -1/+1 |
* | [intel] Fix and reenable (software) SGIS_generate_mipmap | Eric Anholt | 2007-12-20 | 1 | -10/+9 |
* | [intel] Add 965 support to shared intel_blit.c | Eric Anholt | 2007-11-16 | 1 | -1/+2 |
* | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | 2007-11-09 | 1 | -0/+302 |