summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_batchbuffer.c
AgeCommit message (Expand)Author
2007-11-22Remove fences from the i915simple winsys interface.José Fonseca
2007-11-15Include fences in the i915simple winsys interface.José Fonseca
2007-11-08check for fence==NULL in intel_batchbuffer_finish(), fixes glxinfo crash on exitBrian
2007-11-07replace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW in dr...Brian
2007-11-06code clean-upBrian
2007-11-06Remove use of Mesa/GL types/functions (s/GLuint/uint/ etc)Brian
2007-11-05remove unused varBrian
2007-11-05remove cliprect codeBrian
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
2007-08-11move batch ioctl to intel_batchbuffer.ckeithw
2007-08-10Clean up / sanitize debuggingKeith Whitwell
2007-08-09Supporting batchbuffer changes for 1st hwpipe triangles...Keith Whitwell
2007-08-09Hook up pipe flush functionalityKeith Whitwell
2007-08-08Remove unused code, definitions.Keith Whitwell
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell