summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/intel_context.c
AgeCommit message (Expand)Author
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915tex: Add support for 945GMEWang Zhenyu
2007-04-17Defer buffer pool creation to the first context creation.Thomas Hellstrom
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-04-08i915tex: Clean up resizing of renderbuffers.Michel Dänzer
2007-04-05include points.h to fix warningsBrian
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao
2007-03-19i915tex: The intended triple buffering fix.Michel Dänzer
2007-03-09i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.Michel Dänzer
2007-03-07i915tex: Set framebuffer size to match window before calling _mesa_make_current.Michel Dänzer
2007-02-22i915tex: Schedule flips when possible.Michel Dänzer
2007-02-20i915tex: Triple buffering support, only effective with page flipping so far.Michel Dänzer
2007-02-20i915tex: Support page flipping on both CRTCs independently.Michel Dänzer
2007-02-20i915tex: Make page flipping work again.Michel Dänzer
2007-02-14i915tex: Take into account various mapping states when dropping theThomas Hellstrom
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-23i915tex: Fix randr resizing. Rotation still broken.Thomas Hellstrom
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-02Fixes Glean vertex/fragment test failures. Those tests never calledBrian Paul
2006-11-02remove unneeded extern declaration of lockMutexBrian Paul
2006-11-02bump driver dateBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell