summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_context.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 driScrnPriv field from intel_screenBrian
2007-11-05add missing free() in intelDestroyContextBrian
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 mesa includesBrian
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-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 intel->pipe fieldBrian
2007-11-05remove useless codeBrian
2007-11-05remove disabled vblank/sync codeBrian
2007-11-05disable vblank/sync codeBrian
2007-11-05replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() callBrian
2007-11-01Use new state tracker context/destroy funcs with wrap Mesa context.Brian
2007-11-01remove _mesa_init_driver_functions()Brian
2007-10-31move a few lines of codeBrian
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