| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -2/+1 |
* | fix for bug#10182 | Xiang, Haihao | 2007-03-06 | 1 | -1/+2 |
* | fix for bug#9971 | Xiang, Haihao | 2007-03-05 | 1 | -0/+1 |
* | I965: fix a failure on waiting irq. | Xiang, Haihao | 2007-02-12 | 1 | -1/+2 |
* | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 29 | -4845/+213 |
|\ |
|
| * | Modify assert to reflect rebase criteria | Keith Whitwell | 2007-02-02 | 1 | -1/+9 |
| * | Correct usage/meaning of max_index parameter. | Keith Whitwell | 2007-02-01 | 2 | -2/+4 |
| * | Cope with internally-generated null inputs. | Keith Whitwell | 2007-02-01 | 1 | -3/+6 |
| * | Use new rebase helper. Remove other rebase code. | Keith Whitwell | 2007-01-30 | 2 | -90/+68 |
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 33 | -174/+596 |
| |\ |
|
| * | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 3 | -44/+25 |
| * | | cleanup code, compiles with vbo changes | Keith Whitwell | 2006-10-31 | 15 | -612/+98 |
| * | | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 2 | -5/+4 |
| * | | checkpoint - remove dead files, otherwise untested | Keith Whitwell | 2006-10-30 | 20 | -4114/+42 |
* | | | Bug #9604: Fix a static buffer allocation failure. | Eric Anholt | 2007-01-26 | 3 | -3/+6 |
* | | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt | 2007-01-26 | 1 | -1/+1 |
* | | | Remove dead code causing a warning. | Eric Anholt | 2007-01-26 | 1 | -5/+0 |
* | | | ARB_Occlusion_query should support multiple query at same time | Zou Nan hai | 2007-01-26 | 2 | -4/+4 |
* | | | 965 glxswapcontrol fix | Zou Nan hai | 2007-01-24 | 1 | -0/+9 |
* | | | 965 ARB_Occlusion_query fix | Zou Nan hai | 2007-01-24 | 3 | -16/+19 |
* | | | I965: fix bug#9625-get the correct PV for quardstrip | Xiang, Haihao | 2007-01-17 | 3 | -1/+15 |
| |/
|/| |
|
* | | Various warning fixes for i965 driver. | Keith Packard | 2007-01-06 | 5 | -8/+9 |
* | | Initialize GL_ARB_occlusion_query only if DRM support is present. | Keith Packard | 2007-01-06 | 1 | -2/+6 |
* | | i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201) | Zou Nan hai | 2007-01-06 | 3 | -4/+18 |
* | | i965: Take clip rects into account when computing max prim | Zou Nan hai | 2007-01-06 | 1 | -1/+11 |
* | | i965: ARB_occlusion_query support | Wang Zhenyu | 2007-01-06 | 4 | -1/+55 |
* | | i965: Avoid branch instructions while in single program flow mode. | Eric Anholt | 2007-01-06 | 5 | -59/+125 |
* | | i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls. | Eric Anholt | 2007-01-06 | 1 | -2/+30 |
* | | Use the tiled flag in the sarea to determine region tiling. | Haihao Xiang | 2006-12-30 | 3 | -4/+9 |
* | | Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers. | Michel Dänzer | 2006-12-14 | 3 | -53/+8 |
* | | i965: Fix a crash with wine by not allocating >1MB on the stack. | Eric Anholt | 2006-12-09 | 2 | -19/+31 |
* | | fix bug#9237 | Xiang, Haihao | 2006-12-08 | 1 | -4/+4 |
* | | fix bug#9045 | Xiang, Haihao | 2006-12-08 | 1 | -2/+3 |
* | | Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ... | Gary Wong | 2006-12-02 | 4 | -99/+147 |
* | | Add accelerated CopyPixels for non-overlapping, 1:1 blits. | Eric Anholt | 2006-11-29 | 10 | -15/+213 |
* | | Haihao Xiang's edgeflag patch. | Keith Whitwell | 2006-11-23 | 1 | -0/+3 |
* | | Haihao Xiang's pointsize initialization patch. | Keith Whitwell | 2006-11-23 | 1 | -0/+5 |
* | | Gary Wong's patches for CopyPixels Logiop (enable) and Blend | Keith Whitwell | 2006-11-21 | 4 | -10/+42 |
* | | Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask. | Keith Whitwell | 2006-11-21 | 4 | -9/+10 |
* | | Commit Gary Wong & Keith Packard's changes for bug 8867 -- adjust code | Keith Whitwell | 2006-11-21 | 3 | -10/+23 |
* | | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell | 2006-11-20 | 1 | -1/+1 |
* | | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell | 2006-11-16 | 1 | -0/+8 |
* | | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | 2006-11-15 | 2 | -2/+2 |
* | | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 3 | -44/+25 |
|/ |
|
* | Emit cliprects in the userspace driver as required, rather than | Keith Whitwell | 2006-10-23 | 10 | -66/+81 |
* | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul | 2006-10-15 | 1 | -16/+3 |
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 1 | -1/+0 |
* | Upload of interleaved arrays currently assumes that position is the | Keith Whitwell | 2006-10-13 | 1 | -0/+1 |
* | Make sure instructions are zero'd out before use. | Keith Whitwell | 2006-10-13 | 1 | -0/+1 |
* | Use unsigned long batchbuffer offset, fixes x64 warnings. | Keith Whitwell | 2006-10-13 | 1 | -1/+1 |