Age | Commit message (Expand) | Author |
2008-10-31 | intel: pixelzoom doesn't apply to glBitmap, so disable the fallback. | Eric Anholt |
2008-10-31 | intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX) | Eric Anholt |
2008-10-31 | intel: Add more fallback debugging for glDrawPixels. | Eric Anholt |
2008-10-28 | intel: Fix glDrawPixels with 4d RasterPos. | Eric Anholt |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-10-27 | intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names. | Eric Anholt |
2008-10-26 | intel: GL_FALSE on a BO if it won't be modified when mapping this BO. (thanks... | Xiang, Haihao |
2008-10-24 | intel: fallback for intelEmitCopyBlit. | Xiang, Haihao |
2008-10-11 | intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). | Eric Anholt |
2008-10-10 | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver | Ian Romanick |
2008-10-09 | i965: Actually hook up the accelerated DrawPixels support. | Eric Anholt |
2008-10-08 | i915: Accelerate depth textures with border color. | Eric Anholt |
2008-10-07 | i965: Add ARB_occlusion_query support. | Eric Anholt |
2008-10-07 | intel: Push flushing for cliprects changes down into the cliprects changes. | Eric Anholt |
2008-10-03 | intel: Don't advertise unsupported extensions on pre-965 hardware | Ian Romanick |
2008-10-01 | Unify ARB_depth_texture and SGIX_depth_texture | Ian Romanick |
2008-09-29 | intel: Clean-up the extension string madness! | Ian Romanick |
2008-09-26 | intel: Fix a number of memory leaks on context destroy. | Eric Anholt |
2008-09-24 | intel: Fix clears to depth_stencil texture attachments. | Eric Anholt |
2008-09-23 | intel: Add missing include files for meta drawpixels since mesa shuffling. | Eric Anholt |
2008-09-23 | intel: Replace pbo-only drawpixels function with a generic Mesa metaops. | Eric Anholt |
2008-09-23 | i915: Fix overlapping CopyPixels with negative pixel zoom. | Eric Anholt |
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell |
2008-09-21 | mesa: improved driver query interface | Keith Whitwell |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-09-16 | intel: Destroy bufmgr in screen destroy, not context. | Eric Anholt |
2008-09-12 | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt |
2008-09-12 | intel: Don't segfault on TFP from a bad drawable. | Eric Anholt |
2008-09-12 | intel: Remove dead allow_batchbuffer param. | Eric Anholt |
2008-09-12 | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao |
2008-09-10 | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt |
2008-09-10 | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt |
2008-09-10 | intel: Move the bufmgr back to the screen. | Eric Anholt |
2008-09-05 | intel: only enable occlusion query if the drm has defines. | Dave Airlie |
2008-09-04 | intel: Fix depth_stencil texture. | Xiang, Haihao |
2008-09-03 | intel: Fix prototype warning. | Eric Anholt |
2008-09-03 | intel: Fix refcounting on depth buffer initialization in DRI2. | Eric Anholt |
2008-09-03 | intel: Fix a crash if dri2 is disabled. | Xiang, Haihao |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-20 | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt |
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
2008-08-18 | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet |
2008-08-14 | intel: remove unneeded mem type and args | Dave Airlie |
2008-08-08 | Merge branch 'drm-gem' | Eric Anholt |
2008-08-08 | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt |
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao |
2008-07-31 | intel-gem: Always build GEM execbuffer code. | Eric Anholt |
2008-07-31 | intel: sync to vblank by default | Jesse Barnes |