Remove last of core Mesa dependencies in intel_swapbuffers.c
[mesa.git] / src / mesa / drivers / dri /
2007-11-06 BrianRemove last of core Mesa dependencies in intel_swapbuff...
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 Brianclean ups
2007-11-06 Brianchange includes, minor simplification in intelDisplaySu...
2007-11-05 Brianinclude mtypes.h (temporary)
2007-11-05 BrianRemove some temporary state tracker context/framebuffer...
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-05 Brianasst clean-ups
2007-11-05 Brianremove some GL types, mesa includes
2007-11-05 Brianmove intel_context_mesa() into intel_swapbuffers.c...
2007-11-05 BrianMove driBatchPoolInit() into new intel_batchpool.h...
2007-11-05 BrianMove driBatchPoolInit() into new intel_batchpool.h...
2007-11-05 Brianremove intelScreenPrivate typedef and use cast wrapper...
2007-11-05 Brianremove driScrnPriv field from intel_screen
2007-11-05 Briancomments
2007-11-05 Brianfix typo, formatting
2007-11-05 Brianremove unused intelScreen->texPool
2007-11-05 Brianadd missing free() in intelDestroyContext
2007-11-05 Briancomments, clean-ups, assertions
2007-11-05 Brianrewrite/simplify intelCopySubBuffer()
2007-11-05 Brianrewrite/simplify intelSwapBuffers()
2007-11-05 Brianreplace get_color_surface() with st_get_framebuffer_sur...
2007-11-05 Brianbetter use of intel_context() cast wrappers
2007-11-05 Brianclean-up/re-org of intel_framebuffer code
2007-11-05 Brianremove unused intel_fb decls, code
2007-11-05 Brianmove intelCopySubBuffer() decl
2007-11-05 Brianremove dead code in intelCreateBuffer()
2007-11-05 Brianremove intel_context cliprect code
2007-11-05 Brianremove unused var
2007-11-05 Brianremove cliprect code
2007-11-05 Brianremove mesa includes
2007-11-05 Brianuse st_unreference_framebuffer()
2007-11-05 Brianrename intelWindowMoved() to intelUpdateWindowSize()
2007-11-05 Brianpass __DRIdrawablePrivate to intelWindowMoved(), rather...
2007-11-05 Briansimplify the window moved/resized code a bit
2007-11-05 BrianRemove intelUpdateFramebufferSize(), use st_resize_fram...
2007-11-05 Brianuse st_make_current()
2007-11-05 Brianrestore dummy card_extensions extensions array, needed...
2007-11-05 Brianuse st_create_framebuffer()
2007-11-05 Brianmore dead code removal, clean-up
2007-11-05 Brianmove intelScreenContext() to intel_swapbuffers.c and...
2007-11-05 Brianremove mesa extension code
2007-11-05 Brianremove old mesa context creation code
2007-11-05 Brianremove dead code, unnecessary #includes, etc
2007-11-05 Brianremove INTEL_FIREVERTICES
2007-11-05 Brianremove refcount, fboRect fields
2007-11-05 Brianremove intel->pipe field
2007-11-05 Brianremove some struct decls
2007-11-05 Brians/intelDisplayBuffer/intelDisplaySurface
2007-11-05 Briansimplify intelSwapBuffers()
2007-11-05 Brianremove useless code
2007-11-05 Brianremove disabled vblank/sync code
2007-11-05 Briandisable vblank/sync code
2007-11-05 Brianremove dead pageflip code
2007-11-05 Briandisable page flip code
2007-11-05 Brianreplace IntelFlush(), FLUSH_VERTICES(), etc. with st_fl...
2007-11-05 Brianremove extern decls for non-existant functions
2007-11-05 Brian#include clean-ups, fixes
2007-11-05 Briancomment about renderbuffers vs. surfaces
2007-11-05 Brianremove some dead code, clean-ups
2007-11-05 Brianmore clean-up in intelDisplayBuffer()
2007-11-02 BrianStart re-working SwapBuffers.
2007-11-02 BrianUse new state tracker context/destroy funcs with wrap...
2007-11-02 Brianremove _mesa_init_driver_functions()
2007-10-31 Brianmove a few lines of code
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-31 Brianremove intelInvalidateState
2007-10-31 Brianre-enable fb size assertions which were previously...
2007-10-29 José FonsecaUpdate intel_is_format_supported.
2007-10-29 José FonsecaFix i915simple build.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 José FonsecaActually move region_alloc() and region_release() to...
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-11 Brianimplement intel_user_buffer_create()
2007-10-11 BrianInitial support for user-space buffer objects.
2007-10-03 Michel Dänzerintel_winsys: Adapt to DRM changes (again).
2007-09-18 Michel Dänzerintel_winsys: Disable scheduled buffer swaps for now.
2007-09-14 Michel Daenzerintel_winsys: Fix intel_buffer_reference.
2007-09-14 Michel Daenzerintel_winsys: Adapt to recent drm changes (s/pipes...
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-11 Keith WhitwellRename intel_buffers.[ch] to intel_swapbuffers.[ch]
2007-08-11 Keith WhitwellFix some build failures. Move intelScreenContext to...
2007-08-10 keithwadd intel_lock.c to build
2007-08-10 keithwremove intel_ioctl.c
2007-08-10 keithwmove batch ioctl to intel_batchbuffer.c
2007-08-10 keithwremove unused irq functions
2007-08-10 keithwmove locking to new file
2007-08-10 keithwremove intelGetString()
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 keithwadd missing printf
2007-08-10 keithwmove dri_bo() to a header file
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-10 Keith WhitwellClean up / sanitize debugging
2007-08-10 Keith WhitwellRemove dead include line
2007-08-10 Keith WhitwellFix merge issue
2007-08-10 Keith WhitwellAdd printf handlers, pass pci id and move texlayout...
2007-08-10 Brianobsolete files
2007-08-10 Brianno longer need intel_surface.c
2007-08-10 Brianmove intel_supported_formats() into intel_context.c
next