| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX. | Brian | 2007-08-16 | 1 | -1/+1 |
* | i915tex: Unreference texture buffers on context destruction. | Michel Dänzer | 2007-08-16 | 2 | -0/+20 |
* | i965: use BRW_TEXCOORDMODE_CLAMP instead of BRW_TEXCOORDMODE_CLAMP_BORDER | Xiang, Haihao | 2007-08-15 | 1 | -1/+1 |
* | nouveau: Use half the notifier block for query objects. | Ben Skeggs | 2007-08-15 | 1 | -1/+2 |
* | nouveau: Keep drm channel alloc struct around. | Ben Skeggs | 2007-08-15 | 5 | -44/+39 |
* | nouveau: reindent nouveau_span.c | Ben Skeggs | 2007-08-15 | 1 | -24/+21 |
* | nouveau: Remove ALLOW_MULTI_SUBCHANNEL hack | Ben Skeggs | 2007-08-15 | 4 | -8/+0 |
* | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | 2007-08-15 | 13 | -129/+109 |
* | nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fbo | Ben Skeggs | 2007-08-15 | 11 | -169/+182 |
* | nouveau: reindent nouveau_buffers.h | Ben Skeggs | 2007-08-15 | 2 | -31/+34 |
* | nouveau: reindent nouveau_buffers.c | Ben Skeggs | 2007-08-15 | 1 | -334/+339 |
* | nouveau: Lets only do private buffers. | Ben Skeggs | 2007-08-15 | 1 | -29/+23 |
* | i915tex: Make sure pitch is aligned properly for render-to-texture. | Michel Dänzer | 2007-08-13 | 1 | -1/+11 |
* | i965: fix projtex_mask | Xiang, Haihao | 2007-08-13 | 2 | -2/+2 |
* | i915: satisfy certain alignment restrictions for small | Xiang, Haihao | 2007-08-13 | 2 | -6/+57 |
* | fix spantmp2 READ_RGBA inline asm (#11931) | Dan Torop | 2007-08-12 | 1 | -1/+1 |
* | Make it easier to compare against the pipe driver debug code. | Keith Whitwell | 2007-08-11 | 2 | -129/+131 |
* | Improve debugging further. | Keith Whitwell | 2007-08-11 | 3 | -24/+430 |
* | Better debugging | Keith Whitwell | 2007-08-11 | 6 | -262/+760 |
* | i965: roland's DXTn format texture patch(bug10347) | Xiang, Haihao | 2007-08-10 | 2 | -5/+19 |
* | i965/i915tex: applying right alignment to compressed texture, | Xiang, Haihao | 2007-08-10 | 4 | -9/+55 |
* | i965: set mt->cpp differently with compressed texture | Xiang, Haihao | 2007-08-10 | 2 | -4/+34 |
* | nouveau: Missing notifier -> notifierobj migration | Carlos Martín Nieto | 2007-08-08 | 1 | -2/+2 |
* | move free() after dereference (bug 11878) | Brian | 2007-08-07 | 1 | -1/+1 |
* | fix potential NULL dereference (bug 11879) | Brian | 2007-08-07 | 1 | -4/+5 |
* | nouveau: update to DRM API patchlevel 10 | Carlos Martín Nieto | 2007-08-07 | 4 | -21/+20 |
* | remove unnecessary null check (bug 11814) | Brian | 2007-08-02 | 1 | -1/+1 |
* | s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806) | Brian | 2007-08-02 | 1 | -1/+3 |
* | move code to prevent NULL ptr dereference (bug 11810) | Brian | 2007-08-02 | 1 | -2/+2 |
* | Fix typo in logic for unalias2() | Keith Whitwell | 2007-08-02 | 1 | -1/+1 |
* | fix fd.o bug #11804 | Zou Nan hai | 2007-08-02 | 3 | -0/+13 |
* | Fix previous commit | Zou Nan hai | 2007-08-02 | 1 | -1/+1 |
* | EXT_texture_sRGB support on i965 | Zou Nan hai | 2007-08-02 | 3 | -0/+25 |
* | fix mem leak (bug 11793) | Brian | 2007-08-01 | 1 | -0/+1 |
* | fix fd.o bug #11788, max point size | Zou Nan hai | 2007-08-01 | 1 | -1/+1 |
* | i965: fix bad casts in do_blit_bitmap to support WindowPos correctly | Xiang, Haihao | 2007-07-31 | 1 | -4/+4 |
* | i965: Use I16_UNORM instead of L16_UNORM (bug 11742) | Xiang, Haihao | 2007-07-31 | 1 | -1/+1 |
* | ARB sprite point support on i965 | Zou Nan hai | 2007-07-30 | 4 | -4/+105 |
* | fix cos/sin range reduction for i915 driver too | Roland Scheidegger | 2007-07-29 | 1 | -4/+4 |
* | fix range reduction for sin/cos in i915tex (#11609) | Roland Scheidegger | 2007-07-29 | 1 | -4/+4 |
* | fix fallback crashes when driver can't handle frag prog for i915 driver too (... | Roland Scheidegger | 2007-07-29 | 5 | -7/+16 |
* | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger | 2007-07-29 | 4 | -1/+16 |
* | Remove ctx->Point._Size and ctx->Line._Width. | Brian | 2007-07-21 | 10 | -24/+52 |
* | fix mesa fb binding | Roland Scheidegger | 2007-07-19 | 2 | -3/+6 |
* | increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo... | Roland Scheidegger | 2007-07-19 | 1 | -1/+1 |
* | r300: Oops, made a mistake on commit fb4e071beda6e3b9e68a21bbc7649b6c4733c485. | Oliver McFadden | 2007-07-18 | 1 | -2/+2 |
* | r300: Cleaned up vertprog construction. | Oliver McFadden | 2007-07-18 | 4 | -369/+383 |
* | r300: Corrected texcoord start when BFC1 is enabled. | Tommy Schultz Lassen | 2007-07-18 | 1 | -1/+1 |
* | r300: Corrected some progs/fp/* regressions from the BFC patch. | Oliver McFadden | 2007-07-16 | 1 | -0/+18 |
* | r300: Use _mesa_num_inst_src_regs for number of arguments. | Oliver McFadden | 2007-07-16 | 1 | -58/+1 |