summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_lock.c
AgeCommit message (Expand)Author
2007-11-05asst clean-upsBrian
2007-11-05remove some GL types, mesa includesBrian
2007-11-05remove intelScreenPrivate typedef and use cast wrapper function to be like in...Brian
2007-11-05remove unused intel_fb decls, codeBrian
2007-11-05remove intel_context cliprect codeBrian
2007-11-05remove mesa includesBrian
2007-11-05remove dead code, unnecessary #includes, etcBrian
2007-11-05remove INTEL_FIREVERTICESBrian
2007-11-05remove disabled vblank/sync codeBrian
2007-11-05disable vblank/sync codeBrian
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