Age | Commit message (Expand) | Author |
2007-11-08 | Rename struct field 'private' to 'priv'. | Michel Dänzer |
2007-11-07 | New PIPE_FLUSH_WAIT flag for pipe->flush(). | Brian |
2007-11-07 | Remove context dependencies in winsys layer. | Brian |
2007-11-07 | remove DriverCtx=intel assigment/hack | Brian |
2007-11-07 | Pass winsys as a parameter to intel_create_i915simple(), intel_create_softpipe() | Brian |
2007-11-06 | restore dispatch/extension code (without, dynamic entrypoints aren't added) | Brian |
2007-11-06 | implement context sharing code | Brian |
2007-11-06 | Remove last of core Mesa dependencies in intel_swapbuffers.c | Brian |
2007-11-05 | Remove some temporary state tracker context/framebuffer_create functions. | Brian |
2007-11-05 | asst clean-ups | Brian |
2007-11-05 | remove some GL types, mesa includes | Brian |
2007-11-05 | remove intelScreenPrivate typedef and use cast wrapper function to be like in... | Brian |
2007-11-05 | remove driScrnPriv field from intel_screen | Brian |
2007-11-05 | add missing free() in intelDestroyContext | Brian |
2007-11-05 | replace get_color_surface() with st_get_framebuffer_surface() | Brian |
2007-11-05 | better use of intel_context() cast wrappers | Brian |
2007-11-05 | clean-up/re-org of intel_framebuffer code | Brian |
2007-11-05 | remove mesa includes | Brian |
2007-11-05 | rename intelWindowMoved() to intelUpdateWindowSize() | Brian |
2007-11-05 | pass __DRIdrawablePrivate to intelWindowMoved(), rather than context ptr | Brian |
2007-11-05 | simplify the window moved/resized code a bit | Brian |
2007-11-05 | Remove intelUpdateFramebufferSize(), use st_resize_framebuffer(). | Brian |
2007-11-05 | use st_make_current() | Brian |
2007-11-05 | restore dummy card_extensions extensions array, needed for dispatch setup | Brian |
2007-11-05 | more dead code removal, clean-up | Brian |
2007-11-05 | move intelScreenContext() to intel_swapbuffers.c and make static | Brian |
2007-11-05 | remove mesa extension code | Brian |
2007-11-05 | remove old mesa context creation code | Brian |
2007-11-05 | remove dead code, unnecessary #includes, etc | Brian |
2007-11-05 | remove INTEL_FIREVERTICES | Brian |
2007-11-05 | remove intel->pipe field | Brian |
2007-11-05 | remove useless code | Brian |
2007-11-05 | remove disabled vblank/sync code | Brian |
2007-11-05 | disable vblank/sync code | Brian |
2007-11-05 | replace IntelFlush(), FLUSH_VERTICES(), etc. with st_flush() call | Brian |
2007-11-01 | Use new state tracker context/destroy funcs with wrap Mesa context. | Brian |
2007-11-01 | remove _mesa_init_driver_functions() | Brian |
2007-10-31 | move a few lines of code | Brian |
2007-10-31 | Lift VBO/tnl stuff up out of drivers | Brian |
2007-10-31 | remove intelInvalidateState | Brian |
2007-08-11 | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] | Keith Whitwell |
2007-08-11 | Fix some build failures. Move intelScreenContext to intel_context.c | Keith Whitwell |
2007-08-11 | move locking to new file | keithw |
2007-08-11 | remove intelGetString() | keithw |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell |
2007-08-10 | Handle glFlush/glFinish through the state tracker. | Keith Whitwell |
2007-08-10 | Clean up / sanitize debugging | Keith Whitwell |
2007-08-10 | Remove dead include line | Keith Whitwell |
2007-08-10 | Fix merge issue | Keith Whitwell |
2007-08-10 | Add printf handlers, pass pci id and move texlayout code to driver. | Keith Whitwell |