Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
[mesa.git] / src / mesa / drivers /
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-17 José FonsecaFix typo
2007-11-17 José FonsecaProper fence reference counting.
2007-11-15 José FonsecaInclude fences in the i915simple winsys interface.
2007-11-08 Briancheck for fence==NULL in intel_batchbuffer_finish(...
2007-11-08 Michel DänzerRename struct field 'private' to 'priv'.
2007-11-08 BrianRemove winsys->wait_idle(), subsumed by pipe->flush().
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Briancosmetic fix to driFenceFinish() call
2007-11-07 Brianreplace magic number 3 with DRM_FENCE_TYPE_EXE | DRM_I9...
2007-11-07 Brianremove DriverCtx=intel assigment/hack
2007-11-07 BrianPass winsys as a parameter to intel_create_i915simple...
2007-11-07 Brianvar renaming: s/sws/winsys/
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-07 Brianrestore dispatch/extension code (without, dynamic entry...
2007-11-06 Brianremove more dependencies on Mesa types/functions
2007-11-06 Brianimplement context sharing code
2007-11-06 Briancode clean-up
2007-11-06 BrianRemove use of Mesa/GL types/functions (s/GLuint/uint...
2007-11-06 Briandon't include mtypes.h
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 Brianfix some breakage from lifting vbo/tnl code
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-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-29 José FonsecaUpdate intel_is_format_supported.
2007-10-29 José FonsecaFix i915simple build.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
next