Age | Commit message (Expand) | Author |
2008-10-09 | i965: Accelerate depth textures with border color. | Eric Anholt |
2008-10-09 | i965: Actually hook up the accelerated DrawPixels support. | Eric Anholt |
2008-10-07 | i965: Add ARB_occlusion_query support. | Eric Anholt |
2008-10-08 | i965: Fix a potential assertion failure. | Xiang, Haihao |
2008-10-01 | i965: sampler default color ends up in texture cache, not instructions. | Eric Anholt |
2008-10-01 | i965: Fix overwriting of depth override for SetTexOffset. | Eric Anholt |
2008-09-28 | Remove TNL-to-VP tracking from i965 | Ian Romanick |
2008-09-26 | intel: Fix a number of memory leaks on context destroy. | Eric Anholt |
2008-09-25 | i965: support for sin() and cos() in vertex shaders. | Sam Hocevar |
2008-09-25 | i965: more meaningful message for unsupported opcodes. | Sam Hocevar |
2008-09-23 | i965: Cope with batch getting flushed in the middle of batchbuffer emits. | Eric Anholt |
2008-09-22 | i965: Adapt to new TNL program tracking semantics | Ian Romanick |
2008-09-22 | i965: fix compilation | Benjamin Close |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
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-04 | intel: Fix depth_stencil texture. | Xiang, Haihao |
2008-09-03 | intel: Fix refcounting on depth buffer initialization in DRI2. | Eric Anholt |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-29 | i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882. | Xiang, Haihao |
2008-08-29 | i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882 | Xiang, Haihao |
2008-08-29 | i965: Push/pop instruction state. partial fix for #16882 | Xiang, Haihao |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-21 | 965: Fix incorrect backface culling | Krzysztof Czurylo |
2008-08-21 | 965: Fix color clamping issues | Krzysztof Czurylo |
2008-08-21 | Formatting changes to ease application of patches | Ian Romanick |
2008-08-21 | i965: use dri_bo_subdata in vertex upload to get pwrite used. | Eric Anholt |
2008-08-20 | i965: fixup format for TFP zero copy | Dave Airlie |
2008-08-20 | i965: make tex offset override work.. | Dave Airlie |
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
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-08 | 965: cleanups to state emission from aperture checking and state ordering. | Eric Anholt |
2008-08-06 | i965: update TexSrcUnit for OPCODE_TXB | Xiang, Haihao |
2008-08-05 | i965: Use program->SamplerUnits[] to get the appropriate texture unit. | Xiang, Haihao |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-25 | i965: fixup format for TFP zero copy | Dave Airlie |
2008-07-25 | i965: make tex offset override work.. | Dave Airlie |
2008-07-24 | Revert "965: Fix color clamping issues" | Ian Romanick |
2008-07-23 | 965: Fix partially transparent textures in Doom 3 engine games | Pawel Pieczul |
2008-07-21 | 965: Fix color clamping issues | Pawel Pieczul |
2008-07-18 | intel: fix texture border issue. (bug #16697) | Xiang, Haihao |
2008-07-16 | Remove redundant initalization of MaxTextureUnits | 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 | set ctx->Const.MaxVertexTextureImageUnits = 0 | Brian Paul |
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 | i965: Use the shared intel_pixel_copy.c. | Eric Anholt |