| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 9 | -277/+160 |
* | intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names. | Eric Anholt | 2008-10-27 | 1 | -26/+17 |
* | 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 |
* | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). | Eric Anholt | 2008-10-11 | 1 | -1/+196 |
* | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver | Ian Romanick | 2008-10-10 | 1 | -0/+4 |
* | i965: Actually hook up the accelerated DrawPixels support. | Eric Anholt | 2008-10-09 | 2 | -2/+1 |
* | i915: Accelerate depth textures with border color. | Eric Anholt | 2008-10-08 | 1 | -4/+1 |
* | i965: Add ARB_occlusion_query support. | Eric Anholt | 2008-10-07 | 2 | -49/+21 |
* | intel: Push flushing for cliprects changes down into the cliprects changes. | Eric Anholt | 2008-10-07 | 1 | -6/+22 |
* | intel: Don't advertise unsupported extensions on pre-965 hardware | Ian Romanick | 2008-10-03 | 1 | -2/+2 |
* | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick | 2008-10-01 | 2 | -3/+1 |
* | intel: Clean-up the extension string madness! | Ian Romanick | 2008-09-29 | 1 | -70/+64 |
* | intel: Fix a number of memory leaks on context destroy. | Eric Anholt | 2008-09-26 | 3 | -1/+22 |
* | intel: Fix clears to depth_stencil texture attachments. | Eric Anholt | 2008-09-24 | 1 | -1/+1 |
* | intel: Add missing include files for meta drawpixels since mesa shuffling. | Eric Anholt | 2008-09-23 | 1 | -0/+2 |
* | intel: Replace pbo-only drawpixels function with a generic Mesa metaops. | Eric Anholt | 2008-09-23 | 1 | -276/+108 |
* | i915: Fix overlapping CopyPixels with negative pixel zoom. | Eric Anholt | 2008-09-23 | 1 | -4/+14 |
* | 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 |