Age | Commit message (Expand) | Author |
2007-03-12 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu |
2007-03-11 | fix for bug#10196 | Xiang, Haihao |
2007-03-07 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu |
2007-03-06 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-03-06 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu |
2007-03-06 | fix for bug#10182 | Xiang, Haihao |
2007-03-05 | fix for bug#9971 | Xiang, Haihao |
2007-02-25 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu |
2007-02-12 | I965: fix a failure on waiting irq. | Xiang, Haihao |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell |
2007-02-02 | Modify assert to reflect rebase criteria | Keith Whitwell |
2007-02-02 | Add Intel 965GM chipset info | Wang Zhenyu |
2007-02-02 | Revert origin crestline pci id patch | Wang Zhenyu |
2007-02-01 | Correct usage/meaning of max_index parameter. | Keith Whitwell |
2007-02-01 | Cope with internally-generated null inputs. | Keith Whitwell |
2007-01-30 | Use new rebase helper. Remove other rebase code. | Keith Whitwell |
2007-01-26 | Bug #9604: Fix a static buffer allocation failure. | Eric Anholt |
2007-01-26 | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt |
2007-01-26 | Remove dead code causing a warning. | Eric Anholt |
2007-01-26 | ARB_Occlusion_query should support multiple query at same time | Zou Nan hai |
2007-01-24 | 965 glxswapcontrol fix | Zou Nan hai |
2007-01-24 | 965 ARB_Occlusion_query fix | Zou Nan hai |
2007-01-18 | 1. Fix bug #155 | Zou Nan hai |
2007-01-17 | I965: fix bug#9625-get the correct PV for quardstrip | Xiang, Haihao |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2007-01-06 | Merge branch 'master' into crestline | Keith Packard |
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 | Merge branch 'master' into crestline | Wang Zhenyu |
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-26 | Support linear format in i965. | Haihao Xiang |
2006-12-14 | Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers. | Michel Dänzer |
2006-12-13 | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu |
2006-12-13 | Fix bug #93, i965 driver not thread safe. | Zou Nan hai |
2006-12-13 | fix bug #99. | Zou Nan hai |
2006-12-13 | ARB_occlusion_query support | Zou Nan hai |
2006-12-13 | if (tex width < 4), mipmap calculation will be out of range | Zou Nan hai |
2006-12-10 | Avoid branch instructions while in single program flow mode. | Eric Anholt |
2006-12-10 | Connect INTEL_DEBUG=sync up to cmd/batch ioctls. | Eric Anholt |
2006-12-10 | adding pci id of Crestline | Wang Zhenyu |
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 |