| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: prefix more #includes with "main/" | Brian Paul | 2008-09-18 | 25 | -132/+132 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -18/+19 |
* | intel: Destroy bufmgr in screen destroy, not context. | Eric Anholt | 2008-09-16 | 2 | -2/+1 |
* | tdfx: fix crash and lack of visuals bug | Jakub Bogusz | 2008-09-13 | 1 | -52/+25 |
* | i915: fix himask constant init for 64-bit build | Guillaume Melquiond | 2008-09-13 | 1 | -1/+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 |
* | added 24bpp support | Shane Blackett | 2008-09-11 | 1 | -10/+217 |
* | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 26 | -218/+10 |
* | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt | 2008-09-10 | 26 | -196/+96 |
* | 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 | 3 | -3/+3 |
* | 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 | 2 | -16/+4 |
* | intel: Fix a crash if dri2 is disabled. | Xiang, Haihao | 2008-09-03 | 1 | -8/+8 |
* | Fix build by removing #include of removed dri_sarea.h. | Michel Dänzer | 2008-09-01 | 1 | -1/+0 |
* | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 11 | -378/+212 |
* | i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882. | Xiang, Haihao | 2008-08-29 | 1 | -0/+5 |
* | i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882 | Xiang, Haihao | 2008-08-29 | 1 | -4/+4 |
* | i965: Push/pop instruction state. partial fix for #16882 | Xiang, Haihao | 2008-08-29 | 1 | -2/+2 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 76 | -4275/+1736 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 76 | -1736/+4275 |
* | 965: Fix incorrect backface culling | Krzysztof Czurylo | 2008-08-21 | 4 | -15/+29 |
* | 965: Fix color clamping issues | Krzysztof Czurylo | 2008-08-21 | 1 | -0/+21 |
* | Formatting changes to ease application of patches | Ian Romanick | 2008-08-21 | 1 | -4/+5 |
* | i965: use dri_bo_subdata in vertex upload to get pwrite used. | Eric Anholt | 2008-08-21 | 1 | -26/+25 |
* | Report damage before modifying the area, not after. | Peter Hutterer | 2008-08-21 | 1 | -2/+2 |
* | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt | 2008-08-20 | 3 | -35/+62 |
* | i965: fixup format for TFP zero copy | Dave Airlie | 2008-08-20 | 1 | -2/+12 |
* | i965: make tex offset override work.. | Dave Airlie | 2008-08-20 | 1 | -15/+30 |
* | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao | 2008-08-20 | 2 | -6/+4 |
* | r5xx: Final fog option fix. | Corbin Simpson | 2008-08-19 | 1 | -2/+4 |
* | r5xx: Don't squish GL context when using FogOption | Corbin Simpson | 2008-08-19 | 1 | -5/+3 |
* | r5xx: Enable fog options. | Corbin Simpson | 2008-08-18 | 1 | -0/+8 |
* | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet | 2008-08-18 | 1 | -3/+3 |
* | r5xx: Add DDX and DDY instructions. | Corbin Simpson | 2008-08-17 | 6 | -4/+59 |
* | intel: remove unneeded mem type and args | Dave Airlie | 2008-08-14 | 1 | -10/+5 |
* | r300: Fix 3D texture support. | Michel Dänzer | 2008-08-14 | 2 | -3/+8 |
* | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | 2008-08-11 | 2 | -0/+3 |
* | dri: fix crash in driGetConfigAttribIndex | Dave Miller | 2008-08-09 | 1 | -0/+4 |
* | Merge branch 'drm-gem' | Eric Anholt | 2008-08-08 | 76 | -4312/+1748 |
|\ |
|
| * | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 31 | -305/+245 |
| * | 965: cleanups to state emission from aperture checking and state ordering. | Eric Anholt | 2008-08-08 | 4 | -46/+3 |
| * | 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 | 125 | -26050/+3382 |
| |\ |
|