| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | intel: Merge check_blit_fragment_ops between i915/i965. | Eric Anholt | 2008-06-24 | 3 | -28/+2 |
* | replace __inline and __inline__ with INLINE macro | Brian Paul | 2008-06-21 | 3 | -65/+65 |
* | i965: apply commit 6c1a98e97affb2163e776551eb3a9e669ff99bbf to glsl | Xiang, Haihao | 2008-06-10 | 1 | -1/+1 |
* | i965: fix OPCODE_TEX when additional ops are needed | Roland Scheidegger | 2008-06-08 | 1 | -2/+7 |
* | i965: Check fallback before accounting for index/vertex buffer size. fix #16028. | Xiang, Haihao | 2008-05-20 | 1 | -10/+8 |
* | i965: fix googleearth in classic mode. | Dave Airlie | 2008-05-06 | 1 | -4/+5 |
* | i965: Don't cast the result of brw_prepare_vertices to an unsigned value. | Xiang, Haihao | 2008-05-05 | 1 | -1/+3 |
* | [intel] Warnings fixes. | Eric Anholt | 2008-05-02 | 2 | -1/+1 |
* | [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge. | Eric Anholt | 2008-05-02 | 1 | -46/+0 |
* | [i965] short immediate values must be replicated to both halves of the dword | Keith Packard | 2008-04-25 | 1 | -2/+2 |
* | i965: fix DEPTH_TEXTURE_MODE (bug #14220) | Xiang, Haihao | 2008-04-22 | 2 | -7/+10 |
* | [i965] This is to fix random crash in some maps of Ut2004 demo. | Zou Nan hai | 2008-04-22 | 1 | -1/+1 |
* | i965: fixup depth buffer check | Dave Airlie | 2008-04-18 | 1 | -1/+1 |
* | i965: fix vb aperture space check | Dave Airlie | 2008-04-18 | 1 | -4/+8 |
* | 965: fix vb upload size check | Dave Airlie | 2008-04-18 | 1 | -3/+5 |
* | i965: fix gs_prog aperture check | Dave Airlie | 2008-04-18 | 1 | -2/+4 |
* | i965: initial attempt at fixing the aperture overflow | Dave Airlie | 2008-04-18 | 24 | -126/+340 |
* | Revert "[i965] renable regative rhw test" | Xiang, Haihao | 2008-04-17 | 3 | -12/+16 |
* | i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) | Xiang, Haihao | 2008-03-28 | 1 | -2/+2 |
* | [965] Fix massively broken state cache dirty flagging. | Michal Wajdeczko | 2008-03-26 | 1 | -2/+6 |
* | [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit | Eric Anholt | 2008-03-26 | 1 | -14/+21 |
* | [965] Correctly set read mask for OPCODE_SWZ in pass1. | Michal Wajdeczko | 2008-03-26 | 1 | -1/+1 |
* | [965] Clean up whitespace and dead code from do_unfilled change. | Eric Anholt | 2008-03-26 | 1 | -11/+6 |
* | [965] Avoid emitting dead code for DPx/math instructions. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+15 |
* | [965] Improve pinterp performance by delaying reads of just-written regs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+4 |
* | [965] Fix negating of unsigned value in emit_wpos_xy. | Michal Wajdeczko | 2008-03-21 | 1 | -1/+1 |
* | [965] Add MVP code for position invariant vertex programs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+3 |
* | [965] Shuffle state flags to match the order we initialize them in. | Michal Wajdeczko | 2008-03-21 | 1 | -2/+2 |
* | [i965] multiple rendering target fix | Zou Nan hai | 2008-03-21 | 2 | -10/+29 |
* | [965] Initialize region surface key structure padding. | Eric Anholt | 2008-03-19 | 1 | -0/+2 |
* | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | [965] Fix fp temp reg release code to not usually release all temps. | Andrzej Trznadel | 2008-03-17 | 1 | -2/+2 |
* | [i965] round pointsize to nearest int according to spec | Zou Nan hai | 2008-03-17 | 1 | -2/+2 |
* | [i965] fix wpos height 1 pixel higher | Zou Nan hai | 2008-03-17 | 2 | -2/+2 |
* | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao | 2008-03-14 | 1 | -0/+3 |
* | [i965] multiple rendering target support | Zou Nan hai | 2008-03-13 | 11 | -80/+102 |