| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: added region draw_x/y offsets in x/y_tile_swizzle() funcs | Brian Paul | 2009-10-27 | 1 | -0/+6 |
* | intel: fix typo: s/softare/software/ | Brian Paul | 2009-08-07 | 1 | -2/+2 |
* | intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels. | Eric Anholt | 2009-04-16 | 1 | -60/+112 |
* | intel: Add span code for z24 without stencil. | Eric Anholt | 2009-02-26 | 1 | -2/+22 |
* | intel: make template wrappers for the spans templates. | Eric Anholt | 2009-02-25 | 1 | -187/+48 |
* | intel: fix check for Y orientation in span functions. | Brian Paul | 2009-01-29 | 1 | -4/+4 |
* | intel: clean up more pf mess. | Eric Anholt | 2009-01-27 | 1 | -6/+3 |
* | intel: SW fallback maps texture images, not texture coordinates | Ian Romanick | 2009-01-14 | 1 | -2/+2 |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 1 | -82/+59 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 1 | -1/+0 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -135/+541 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -541/+135 |
* | Merge branch 'drm-gem' | Eric Anholt | 2008-08-08 | 1 | -135/+541 |
|\ |
|
| * | intel: Don't return a renderbuffer with alpha when just GL_RGB is requested. | Eric Anholt | 2008-07-26 | 1 | -0/+64 |
| * | intel: Add a little span cache to spead up readpixels by cutting syscalls. | Eric Anholt | 2008-07-23 | 1 | -12/+36 |
| * | intel-gem: Use pread/pwrite for span access. | Eric Anholt | 2008-07-23 | 1 | -161/+111 |
| * | intel: move renderbuffer mapping to separate functions. | Eric Anholt | 2008-07-23 | 1 | -52/+51 |
| * | intel-gem: Disable spantmp sse/mmx functions when tile swizzling. | Eric Anholt | 2008-07-15 | 1 | -0/+4 |
| * | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt | 2008-07-11 | 1 | -76/+78 |
| * | intel: span rendering requires just a flush before starting, not finish. | Eric Anholt | 2008-07-02 | 1 | -1/+1 |
| * | intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1. | Eric Anholt | 2008-07-02 | 1 | -0/+10 |
| * | intel-gem: Fix Y-tiling span setup. | Eric Anholt | 2008-07-02 | 1 | -3/+4 |
| * | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode. | Eric Anholt | 2008-07-01 | 1 | -17/+34 |
| * | [intel-gem] Bug #16326: Fix X tile unswizzling on 965. | Eric Anholt | 2008-06-17 | 1 | -0/+26 |
| * | [intel-GEM] Add tiling support to swrast. | Keith Packard | 2008-05-06 | 1 | -12/+315 |
* | | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | 2008-08-05 | 1 | -1/+4 |
|/ |
|
* | i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03. | Xiang, Haihao | 2008-01-10 | 1 | -6/+6 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -15/+12 |
* | [intel] Move bufmgr back to context instead of screen, fixing glthreads. | Eric Anholt | 2007-12-12 | 1 | -12/+12 |
* | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | 2007-11-09 | 1 | -0/+409 |