Age | Commit message (Expand) | Author |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2007-01-06 | Various warning fixes for i965 driver. | Keith Packard |
2007-01-06 | Initialize GL_ARB_occlusion_query only if DRM support is present. | Keith Packard |
2007-01-06 | i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201) | Zou Nan hai |
2007-01-06 | i965: Take clip rects into account when computing max prim | Zou Nan hai |
2007-01-06 | i965: ARB_occlusion_query support | Wang Zhenyu |
2007-01-06 | i965: Avoid branch instructions while in single program flow mode. | Eric Anholt |
2007-01-06 | i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls. | Eric Anholt |
2006-12-30 | Use the tiled flag in the sarea to determine region tiling. | Haihao Xiang |
2006-12-14 | Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers. | Michel Dänzer |
2006-12-09 | i965: Fix a crash with wine by not allocating >1MB on the stack. | Eric Anholt |
2006-12-08 | fix bug#9237 | Xiang, Haihao |
2006-12-08 | fix bug#9045 | Xiang, Haihao |
2006-12-02 | Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ... | Gary Wong |
2006-11-29 | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt |
2006-11-23 | Haihao Xiang's edgeflag patch. | Keith Whitwell |
2006-11-23 | Haihao Xiang's pointsize initialization patch. | Keith Whitwell |
2006-11-21 | Gary Wong's patches for CopyPixels Logiop (enable) and Blend | Keith Whitwell |
2006-11-21 | Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask. | Keith Whitwell |
2006-11-21 | Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust code | Keith Whitwell |
2006-11-20 | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell |
2006-11-16 | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell |
2006-11-15 | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-10-31 | cleanup code, compiles with vbo changes | Keith Whitwell |
2006-10-30 | switch several dri drivers over | Keith Whitwell |
2006-10-30 | checkpoint - remove dead files, otherwise untested | Keith Whitwell |
2006-10-23 | Emit cliprects in the userspace driver as required, rather than | Keith Whitwell |
2006-10-15 | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul |
2006-10-13 | Upload of interleaved arrays currently assumes that position is the | Keith Whitwell |
2006-10-13 | Make sure instructions are zero'd out before use. | Keith Whitwell |
2006-10-13 | Use unsigned long batchbuffer offset, fixes x64 warnings. | Keith Whitwell |
2006-10-13 | Fix printf warning. | Keith Whitwell |
2006-10-13 | Use unsigned long cast for checking pointer alignment, fixes x64 warnings. | Keith Whitwell |
2006-10-13 | Use mesa function to get opcode name rather than an internal table. | Keith Whitwell |
2006-10-05 | missing file | Keith Whitwell |
2006-10-05 | Accelerate glBitmap with a color expand blit. Nice speedup for demos | Keith Whitwell |
2006-10-05 | Quieten debug message. | Keith Whitwell |
2006-10-05 | eliminate rhw divide under some circumstances | Keith Whitwell |
2006-10-05 | Quieten debug message. | Keith Whitwell |
2006-09-25 | Fixup one place where attrsz was being used instead of active_sz | Keith Whitwell |
2006-09-22 | Explicit test for +ve pitches in intelEmitCopyBlit() | Keith Whitwell |
2006-09-21 | Do a better job of choosing texture formats to avoid image conversions. | Keith Whitwell |
2006-09-21 | use the requested internal texture format where possible | Keith Whitwell |
2006-09-21 | Catch a couple of cases where we would have to delete and recreate the | Keith Whitwell |
2006-09-20 | Add a comment about the interactions of negative pitches, overlapping | Keith Whitwell |
2006-09-20 | remove some dead code | Keith Whitwell |
2006-09-20 | Fix some warnings | Keith Whitwell |