| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Implement the DRI2 invalidate function properly | Kristian Høgsberg | 2010-02-17 | 1 | -0/+4 |
* | intel: Check aperture size when doing a blit glClear. | Eric Anholt | 2010-02-06 | 1 | -0/+10 |
* | intel: Fix inverting of inversion test for windows in glClear cleanup. | Eric Anholt | 2010-01-30 | 1 | -2/+2 |
* | intel: Use a handy helper in glReadPixels source clipping. | Eric Anholt | 2010-01-26 | 1 | -1/+1 |
* | intel: Remove DRI1 junk from glClear blit implementation. | Eric Anholt | 2010-01-26 | 1 | -174/+123 |
* | 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 |
* | | intel: Drop batchbuffer cliprect_mode tracking | Kristian Høgsberg | 2010-01-04 | 1 | -8/+6 |
* | | intel: Drop LOCK/UNLOCK_HARDWARE() | Kristian Høgsberg | 2010-01-04 | 1 | -6/+0 |
* | | intel: Drop DRI1 SwapBuffer implementation | Kristian Høgsberg | 2010-01-04 | 1 | -128/+0 |
* | | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -1/+1 |
* | | intel: Remove unused stored values reported by clang. | Eric Anholt | 2009-12-22 | 1 | -3/+0 |
* | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-11 | 1 | -2/+2 |
|\| |
|
| * | intel: Axe intel_renderbuffer::texformat | Ian Romanick | 2009-12-10 | 1 | -2/+2 |
* | | intel: Pack colors for blit at blit time, rather than at ClearColor. | Eric Anholt | 2009-11-19 | 1 | -2/+3 |
|/ |
|
* | intel: update intel_create_renderbuffer(format), add XRGB support | Brian Paul | 2009-10-29 | 1 | -0/+1 |
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -3/+2 |
|\ |
|
| * | drivers: don't include texformat.h | Brian Paul | 2009-10-05 | 1 | -1/+0 |
| * | mesa: replace gl_texture_format with gl_format | Brian Paul | 2009-09-30 | 1 | -2/+2 |
* | | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt | 2009-10-23 | 1 | -8/+11 |
|\ \ |
|
| * | | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt | 2009-10-23 | 1 | -8/+11 |
* | | | intel: Remove an unexplained flush from intelClearWithBlit. | Eric Anholt | 2009-10-02 | 1 | -2/+0 |
| |/
|/| |
|
* | | intel: #include clean-ups | Brian Paul | 2009-09-08 | 1 | -3/+0 |
|/ |
|
* | intel: Add support for GL_ARB_map_buffer_range. | Eric Anholt | 2009-08-28 | 1 | -0/+40 |
* | intel: Add some more safety asserts in the blit code. | Eric Anholt | 2009-08-07 | 1 | -0/+3 |
* | intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness. | Eric Anholt | 2009-06-29 | 1 | -9/+2 |
* | intel: Bail on blits with non-tile-aligned offsets. | Eric Anholt | 2009-06-23 | 1 | -6/+18 |
* | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt | 2009-06-23 | 1 | -6/+20 |
* | intel: Remove long-unused intel_region_fill and intelEmitFillBlit. | Eric Anholt | 2009-06-23 | 1 | -60/+0 |
* | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels. | Eric Anholt | 2009-04-16 | 1 | -14/+40 |
* | fix various small intel blitter issues | Roland Scheidegger | 2009-03-28 | 1 | -11/+12 |
* | intel: Fix bpp setting of blits to 8bpp targets. | Eric Anholt | 2009-03-05 | 1 | -0/+2 |
* | intel: Remove a gratuitous MI_FLUSH after clearing with a blit. | Eric Anholt | 2009-03-05 | 1 | -1/+0 |
* | Remove intel pageflipping support in its entirety. | Owain G. Ainsworth | 2009-01-20 | 1 | -1/+0 |
* | intel: Require the right amount of space in glBitmap blit acceleration. | Pierre Willenbrock | 2008-12-08 | 1 | -1/+1 |
* | i965: Add support for accelerated CopyTexSubImage. | Eric Anholt | 2008-11-21 | 1 | -45/+19 |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 1 | -6/+10 |
* | intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks... | Xiang, Haihao | 2008-10-26 | 1 | -1/+1 |
* | intel: fallback for intelEmitCopyBlit. | Xiang, Haihao | 2008-10-24 | 1 | -10/+39 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 1 | -1/+1 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -51/+62 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -62/+51 |
* | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 1 | -13/+17 |
* | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 1 | -1/+4 |
|\ |
|
| * | intel: fix batch flushing problem with cliprects handling. | Dave Airlie | 2008-07-11 | 1 | -1/+4 |
* | | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt | 2008-07-11 | 1 | -12/+12 |
* | | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing. | Eric Anholt | 2008-06-26 | 1 | -15/+10 |
* | | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-24 | 1 | -4/+5 |
|\| |
|
| * | i915: Add support for accelerated glBitmap, shared from 965. | Eric Anholt | 2008-06-24 | 1 | -4/+5 |