| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 17 | -85/+84 |
|\ |
|
| * | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | 2008-09-10 | 5 | -5/+0 |
| * | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt | 2008-09-10 | 11 | -73/+72 |
| * | intel: Fix depth_stencil texture. | Xiang, Haihao | 2008-09-04 | 1 | -1/+1 |
| * | intel: Fix refcounting on depth buffer initialization in DRI2. | Eric Anholt | 2008-09-03 | 1 | -15/+3 |
| * | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | 2008-08-29 | 1 | -3/+15 |
| * | 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 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 3 | -1/+984 |
|\ \
| |/
|/| |
|
| * | mesa/dri: User standard integer types. | José Fonseca | 2008-06-24 | 1 | -2/+2 |
| * | Remove CVS keywords. | José Fonseca | 2008-05-26 | 2 | -2/+0 |
* | | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 30 | -514/+317 |
* | | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 30 | -317/+514 |
* | | 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 |
* | | 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 | 1 | -6/+3 |
* | | Merge branch 'drm-gem' | Eric Anholt | 2008-08-08 | 30 | -551/+329 |
|\ \ |
|
| * | | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 25 | -266/+193 |
| * | | 965: cleanups to state emission from aperture checking and state ordering. | Eric Anholt | 2008-08-08 | 4 | -46/+3 |
| * | | Merge branch 'master' into drm-gem | Ian Romanick | 2008-07-25 | 11 | -33/+38 |
| |\ \ |
|
| * | | | Remove redundant initalization of MaxTextureUnits | Ian Romanick | 2008-07-16 | 1 | -1/+0 |
| * | | | drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes. | Eric Anholt | 2008-07-11 | 2 | -11/+28 |
| * | | | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing. | Eric Anholt | 2008-06-26 | 1 | -63/+0 |
| * | | | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-24 | 7 | -419/+68 |
| |\ \ \ |
|
| * \ \ \ | Merge commit 'origin/master' into drm-gem | Eric Anholt | 2008-06-18 | 2 | -3/+8 |
| |\ \ \ \ |
|
| * | | | | | [intel-gem] Chase domain flag renaming in the DRM. | Eric Anholt | 2008-06-11 | 11 | -26/+26 |
| * | | | | | Merge commit 'origin/master' into drm-gem | Keith Packard | 2008-06-03 | 2 | -15/+16 |
| |\ \ \ \ \ |
|
| * | | | | | | [intel] Convert drivers to using libdrm bufmgr code. | Eric Anholt | 2008-06-03 | 15 | -89/+74 |
| * | | | | | | Emit a flush after the swapbuffers blit, so contents end up on the screen. | Eric Anholt | 2008-05-23 | 1 | -1/+0 |
| * | | | | | | GEM: Remove already-disabled PIPE_CONTROL command. | Eric Anholt | 2008-05-07 | 2 | -35/+0 |
| * | | | | | | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags. | Eric Anholt | 2008-05-07 | 13 | -29/+42 |
| * | | | | | | Add intel_bufmgr_gem for new graphics execution manager. | Eric Anholt | 2008-05-02 | 2 | -1/+2 |
* | | | | | | | i965: update TexSrcUnit for OPCODE_TXB | Xiang, Haihao | 2008-08-06 | 1 | -0/+5 |
* | | | | | | | i965: Use program->SamplerUnits[] to get the appropriate texture unit. | Xiang, Haihao | 2008-08-05 | 2 | -10/+15 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | i965: fixup format for TFP zero copy | Dave Airlie | 2008-07-25 | 1 | -2/+12 |
* | | | | | | i965: make tex offset override work.. | Dave Airlie | 2008-07-25 | 1 | -19/+31 |
* | | | | | | Revert "965: Fix color clamping issues" | Ian Romanick | 2008-07-24 | 1 | -23/+3 |
* | | | | | | 965: Fix partially transparent textures in Doom 3 engine games | Pawel Pieczul | 2008-07-23 | 1 | -7/+8 |
* | | | | | | 965: Fix color clamping issues | Pawel Pieczul | 2008-07-21 | 1 | -3/+23 |
* | | | | | | intel: fix texture border issue. (bug #16697) | Xiang, Haihao | 2008-07-18 | 1 | -1/+4 |
* | | | | | | i965: official name for GM45 chipset | Xiang, Haihao | 2008-07-08 | 8 | -24/+25 |
* | | | | | | set ctx->Const.MaxVertexTextureImageUnits = 0 | Brian Paul | 2008-07-02 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | i965: Use the shared intel_pixel_copy.c. | Eric Anholt | 2008-06-24 | 1 | -318/+1 |
* | | | | | intel: Same pixel function init for everyone now. | Eric Anholt | 2008-06-24 | 1 | -8/+0 |
* | | | | | intel: Avoid glBitmap software fallback for blending when no blending occurs. | Eric Anholt | 2008-06-24 | 1 | -1/+1 |