summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_context.c
AgeCommit message (Expand)Author
2007-10-31Lift VBO/tnl stuff up out of driversBrian
2007-10-31remove intelInvalidateStateBrian
2007-08-11Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
2007-08-11move locking to new filekeithw
2007-08-11remove intelGetString()keithw
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-10Clean up / sanitize debuggingKeith Whitwell
2007-08-10Remove dead include lineKeith Whitwell
2007-08-10Fix merge issueKeith Whitwell
2007-08-10Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell
2007-08-10move intel_supported_formats() into intel_context.cBrian
2007-08-10we can now just rely on softpipe for surface creation, quad_read/write, etcBrian
2007-08-09Remove references to fallbacks from this directoryKeith Whitwell
2007-08-09dead code removalBrian
2007-08-09fix merge conflictsBrian
2007-08-09remove some includesBrian
2007-08-09remove dead code, remove intel_fbo.h includesBrian
2007-08-09checkpoint: no longer using intel_fbo.cBrian
2007-08-09remove color_rb[] and lots of dead codeBrian
2007-08-09checkpoint: intel_renderbuffer removal (move vbl_pending field into intel_fra...Brian
2007-08-09Hook up pipe flush functionalityKeith Whitwell
2007-08-08Don't use hardware driver by default, until its working a bit better.Keith Whitwell
2007-08-08Fix typo so that i915simple actually gets used.Keith Whitwell
2007-08-08Hook up i915simple. Doesn't compile.Keith Whitwell
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell