summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)Author
2007-03-07Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu
2007-03-06Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu
2007-03-06fix for bug#10182Xiang, Haihao
2007-03-05fix for bug#9971Xiang, Haihao
2007-02-25Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian Wu
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-12I965: fix a failure on waiting irq.Xiang, Haihao
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-02-02Modify assert to reflect rebase criteriaKeith Whitwell
2007-02-02Add Intel 965GM chipset infoWang Zhenyu
2007-02-02Revert origin crestline pci id patchWang Zhenyu
2007-02-01Correct usage/meaning of max_index parameter.Keith Whitwell
2007-02-01Cope with internally-generated null inputs.Keith Whitwell
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-26Bug #9604: Fix a static buffer allocation failure.Eric Anholt
2007-01-26Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt
2007-01-26Remove dead code causing a warning.Eric Anholt
2007-01-26ARB_Occlusion_query should support multiple query at same timeZou Nan hai
2007-01-24965 glxswapcontrol fixZou Nan hai
2007-01-24 965 ARB_Occlusion_query fixZou Nan hai
2007-01-181. Fix bug #155Zou Nan hai
2007-01-17I965: fix bug#9625-get the correct PV for quardstripXiang, Haihao
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-06Merge branch 'master' into crestlineKeith Packard
2007-01-06Various warning fixes for i965 driver.Keith Packard
2007-01-06Initialize GL_ARB_occlusion_query only if DRM support is present.Keith Packard
2007-01-06Merge branch 'master' into crestlineWang Zhenyu
2007-01-06i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)Zou Nan hai
2007-01-06i965: Take clip rects into account when computing max primZou Nan hai
2007-01-06i965: ARB_occlusion_query supportWang Zhenyu
2007-01-06i965: Avoid branch instructions while in single program flow mode.Eric Anholt
2007-01-06i965: Connect INTEL_DEBUG=sync up to cmd/batch ioctls.Eric Anholt
2006-12-30Use the tiled flag in the sarea to determine region tiling.Haihao Xiang
2006-12-26Support linear format in i965.Haihao Xiang
2006-12-14Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.Michel Dänzer
2006-12-13Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestlineNian 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-13ARB_occlusion_query supportZou Nan hai
2006-12-13if (tex width < 4), mipmap calculation will be out of rangeZou Nan hai
2006-12-10Avoid branch instructions while in single program flow mode.Eric Anholt
2006-12-10Connect INTEL_DEBUG=sync up to cmd/batch ioctls.Eric Anholt
2006-12-10adding pci id of CrestlineWang Zhenyu
2006-12-09i965: Fix a crash with wine by not allocating >1MB on the stack.Eric Anholt
2006-12-08fix bug#9237Xiang, Haihao
2006-12-08fix bug#9045Xiang, Haihao
2006-12-02Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong
2006-11-29Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt