| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Don't glBitmap fallback with scissoring enabled. | Eric Anholt | 2008-11-24 | 1 | -6/+0 |
* | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt | 2008-11-24 | 2 | -3/+8 |
* | intel: fix i830 comment + backwards VB offsets. | airlied | 2008-11-20 | 1 | -2/+2 |
* | intel: fix i8xx vbo enable bit | airlied | 2008-11-20 | 1 | -1/+1 |
* | intel: add lots of i830 engine to intel_decode debug | airlied | 2008-11-20 | 1 | -20/+110 |
* | intel: reset cliprect_mode to IGNORE_CLIPRECTS. | Xiang, Haihao | 2008-11-11 | 1 | -1/+3 |
* | i965: Merge GM45 into the G4X chipset define. | Eric Anholt | 2008-11-02 | 1 | -3/+3 |
* | intel: pixelzoom doesn't apply to glBitmap, so disable the fallback. | Eric Anholt | 2008-10-31 | 1 | -5/+1 |
* | intel: Remove fallback for glDrawPixels(GL_COLOR_INDEX) | Eric Anholt | 2008-10-31 | 1 | -7/+0 |
* | intel: Add more fallback debugging for glDrawPixels. | Eric Anholt | 2008-10-31 | 1 | -8/+33 |
* | intel: Fix glDrawPixels with 4d RasterPos. | Eric Anholt | 2008-10-28 | 1 | -4/+9 |
* | 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 |