| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 1 | -2/+2 |
* | mesa: improved driver query interface | Keith Whitwell | 2008-09-21 | 1 | -2/+2 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 27 | -106/+106 |
* | intel: Destroy bufmgr in screen destroy, not context. | Eric Anholt | 2008-09-16 | 2 | -2/+1 |
* | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt | 2008-09-12 | 6 | -15/+25 |
* | intel: Don't segfault on TFP from a bad drawable. | Eric Anholt | 2008-09-12 | 2 | -0/+9 |
* | intel: Remove dead allow_batchbuffer param. | Eric Anholt | 2008-09-12 | 2 | -6/+0 |
* | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao | 2008-09-12 | 2 | -1/+6 |
* | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 13 | -203/+10 |
* | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt | 2008-09-10 | 12 | -121/+22 |
* | intel: Move the bufmgr back to the screen. | Eric Anholt | 2008-09-10 | 6 | -114/+132 |
* | intel: only enable occlusion query if the drm has defines. | Dave Airlie | 2008-09-05 | 1 | -0/+8 |
* | intel: Fix depth_stencil texture. | Xiang, Haihao | 2008-09-04 | 1 | -1/+1 |
* | intel: Fix prototype warning. | Eric Anholt | 2008-09-03 | 1 | -0/+2 |
* | intel: Fix refcounting on depth buffer initialization in DRI2. | Eric Anholt | 2008-09-03 | 1 | -1/+1 |
* | intel: Fix a crash if dri2 is disabled. | Xiang, Haihao | 2008-09-03 | 1 | -8/+8 |
* | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 7 | -129/+162 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 29 | -1803/+1162 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 29 | -1162/+1803 |
* | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt | 2008-08-20 | 3 | -35/+62 |
* | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao | 2008-08-20 | 1 | -0/+1 |
* | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet | 2008-08-18 | 1 | -3/+3 |
* | intel: remove unneeded mem type and args | Dave Airlie | 2008-08-14 | 1 | -10/+5 |
* | Merge branch 'drm-gem' | Eric Anholt | 2008-08-08 | 29 | -1803/+1162 |
|\ |
|
| * | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 3 | -17/+18 |
| * | intel-gem: Always build GEM execbuffer code. | Eric Anholt | 2008-07-31 | 1 | -11/+0 |
| * | intel-gem: Use new getparam to detect kernel GEM support. | Eric Anholt | 2008-07-30 | 1 | -1/+8 |
| * | intel: Don't return a renderbuffer with alpha when just GL_RGB is requested. | Eric Anholt | 2008-07-26 | 2 | -0/+72 |
| * | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 8 | -55/+41 |
| |\ |
|
| * | | intel: If a tex image doesn't fit in the object's tree, make a temporary tree. | Eric Anholt | 2008-07-25 | 1 | -3/+18 |
| * | | intel: Add a little span cache to spead up readpixels by cutting syscalls. | Eric Anholt | 2008-07-23 | 3 | -12/+42 |
| * | | intel-gem: Use pread/pwrite for span access. | Eric Anholt | 2008-07-23 | 3 | -163/+111 |
| * | | intel: improve 2d batchbuffer debug output. | Eric Anholt | 2008-07-23 | 1 | -8/+14 |
| * | | intel: Fix CopyTexSubImage's src tiling arg for the blit. | Eric Anholt | 2008-07-23 | 1 | -1/+1 |
| * | | intel: move renderbuffer mapping to separate functions. | Eric Anholt | 2008-07-23 | 3 | -107/+80 |
| * | | intel-gem: Bump driver date | Ian Romanick | 2008-07-18 | 1 | -3/+7 |
| * | | 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 | 16 | -287/+222 |
| * | | intel: span rendering requires just a flush before starting, not finish. | Eric Anholt | 2008-07-02 | 1 | -1/+1 |
| * | | intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed. | Eric Anholt | 2008-07-02 | 1 | -0/+6 |
| * | | 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 | 6 | -27/+52 |
| * | | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode. | Eric Anholt | 2008-07-01 | 4 | -18/+46 |
| * | | intel: Fix locking when doing intel_region_cow(). | Eric Anholt | 2008-06-26 | 1 | -2/+2 |
| * | | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing. | Eric Anholt | 2008-06-26 | 11 | -47/+26 |
| * | | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-24 | 8 | -48/+117 |
| |\ \ |
|
| * | | | i915: Accumulate the VB into a local buffer and subdata it in. | Eric Anholt | 2008-06-23 | 3 | -7/+6 |
| * | | | i915: Convert to using VBs instead of inline prims. | Eric Anholt | 2008-06-23 | 2 | -2/+137 |
| * | | | i915: Note the non-PBO fallback for textured drawpixels under DEBUG_PIXEL. | Eric Anholt | 2008-06-18 | 1 | -1/+2 |
| * | | | i915: Restore the accelerated PBO pixel path functions after GEM changes. | Eric Anholt | 2008-06-18 | 1 | -8/+0 |