summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-05clean upsBrian
2007-11-05change includes, minor simplification in intelDisplaySurface()Brian
2007-11-05include mtypes.h (temporary)Brian
2007-11-05Remove some temporary state tracker context/framebuffer_create functions.Brian
2007-11-05Update xlib driver to use newer state tracker context/framebuffer functions.Brian
2007-11-05asst clean-upsBrian
2007-11-05remove some GL types, mesa includesBrian
2007-11-05move intel_context_mesa() into intel_swapbuffers.c (the only place it's used ...Brian
2007-11-05Move driBatchPoolInit() into new intel_batchpool.h header.Brian
2007-11-05Move driBatchPoolInit() into new intel_batchpool.h header.Brian
2007-11-05remove intelScreenPrivate typedef and use cast wrapper function to be like in...Brian
2007-11-05remove driScrnPriv field from intel_screenBrian
2007-11-05commentsBrian
2007-11-05fix typo, formattingBrian
2007-11-05remove unused intelScreen->texPoolBrian
2007-11-05add missing free() in intelDestroyContextBrian
2007-11-05comments, clean-ups, assertionsBrian
2007-11-05rewrite/simplify intelCopySubBuffer()Brian
2007-11-05rewrite/simplify intelSwapBuffers()Brian
2007-11-05replace get_color_surface() with st_get_framebuffer_surface()Brian
2007-11-05better use of intel_context() cast wrappersBrian
2007-11-05clean-up/re-org of intel_framebuffer codeBrian
2007-11-05remove unused intel_fb decls, codeBrian
2007-11-05move intelCopySubBuffer() declBrian
2007-11-05remove dead code in intelCreateBuffer()Brian
2007-11-05remove intel_context cliprect codeBrian
2007-11-05remove unused varBrian
2007-11-05remove cliprect codeBrian
2007-11-05remove mesa includesBrian
2007-11-05use st_unreference_framebuffer()Brian
2007-11-05rename intelWindowMoved() to intelUpdateWindowSize()Brian
2007-11-05pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptrBrian
2007-11-05simplify the window moved/resized code a bitBrian
2007-11-05Remove intelUpdateFramebufferSize(), use st_resize_framebuffer().Brian
2007-11-05use st_make_current()Brian
2007-11-05restore dummy card_extensions extensions array, needed for dispatch setupBrian
2007-11-05use st_create_framebuffer()Brian
2007-11-05more dead code removal, clean-upBrian
2007-11-05move intelScreenContext() to intel_swapbuffers.c and make staticBrian
2007-11-05remove mesa extension codeBrian
2007-11-05remove old mesa context creation codeBrian
2007-11-05remove dead code, unnecessary #includes, etcBrian
2007-11-05remove INTEL_FIREVERTICESBrian
2007-11-05remove refcount, fboRect fieldsBrian
2007-11-05remove intel->pipe fieldBrian
2007-11-05remove some struct declsBrian
2007-11-05s/intelDisplayBuffer/intelDisplaySurfaceBrian
2007-11-05simplify intelSwapBuffers()Brian
2007-11-05remove useless codeBrian