Age | Commit message (Expand) | Author |
2008-11-21 | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt |
2008-10-28 | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt |
2008-10-10 | intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver | Ian Romanick |
2008-10-07 | i965: Add ARB_occlusion_query support. | 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-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 | 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-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 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
2008-07-30 | intel-gem: Use new getparam to detect kernel GEM support. | Eric Anholt |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-18 | intel-gem: Bump driver date | Ian Romanick |
2008-07-16 | intel: Clean-up ARB_texture_env_crossbar | Ian Romanick |
2008-07-11 | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt |
2008-07-08 | i965: official name for GM45 chipset | Xiang, Haihao |
2008-07-02 | intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed. | Eric Anholt |
2008-07-01 | intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode. | Eric Anholt |
2008-06-26 | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing. | Eric Anholt |
2008-06-24 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-06-24 | intel: Same pixel function init for everyone now. | Eric Anholt |
2008-06-23 | i915: Accumulate the VB into a local buffer and subdata it in. | Eric Anholt |
2008-06-18 | Merge commit 'origin/master' into drm-gem | Eric Anholt |
2008-06-18 | i965: add support for Intel 4 series chipsets | Xiang, Haihao |
2008-06-17 | [intel] Fix no_rast option on non-965. | Eric Anholt |
2008-06-03 | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt |
2008-05-23 | Remove stale comment about glFlush(). | Eric Anholt |
2008-05-22 | Add back a mostly-correct glFinish for GEM and fake. | Eric Anholt |
2008-05-07 | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt |
2008-05-06 | [intel-GEM] Add tiling support to swrast. | Keith Packard |
2008-05-02 | [intel] Fix build for GEM. TTM is now disabled, and fencing is gone. | Eric Anholt |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-25 | intel: fix the issue "VBO: Cannot allocate memory for a BO" on | Xiang, Haihao |
2008-03-19 | [i915] arb point sprite only support in i965 | Zou Nan hai |
2008-03-09 | DRI2: Pass the context instead of the screen to __dri2ParseEvents(). | Kristian Høgsberg |
2008-03-07 | [intel] Only enable GL_EXT_texture_sRGB on i965. | Kristian Høgsberg |