profile/ivi/mesa.git
2007-11-06 Brianremove dead code in softpipe_is_format_supported()
2007-11-06 Briandocument flags param to region_alloc()
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 Brianneed to call pipe->flush() in finish_or_flush()
2007-11-06 Brianinit luminance/intensity_bits to zero in st_get_format_...
2007-11-06 Briandefine CLIP_TILE as in sp_surface.c
2007-11-06 Brianremove debug abort() call
2007-11-06 BrianCall xmesa_init_driver_functions() to install xmesa_vie...
2007-11-06 José FonsecaHandle the corner case of 24bit depth buffer with 0bit...
2007-11-06 Michel DänzerFix build error: dereferencing pointer to incomplete...
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 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 Briancheck for __i386__ or __386__ instead of USE_X86_ASM
2007-11-06 José FonsecaAllow custom pipe driver buffer usage flags.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 Michel DänzerConvert format bitfields to shifts and masks.
2007-11-06 Michel DänzerFix non-x86 build.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-06 Brianclean ups
2007-11-06 Brianchange includes, minor simplification in intelDisplaySu...
2007-11-05 Brianinclude mtypes.h (temporary)
2007-11-05 Briandon't include mtypes.h in st_public.h
2007-11-05 Brianmove st_invalidate_state() prototype to st_context.h
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 Brianno-op glCopyPixels if width or height is zero
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 Brianadded st_notify_swapbuffers()
2007-11-05 Brianreplace get_color_surface() with st_get_framebuffer_sur...
2007-11-05 Brianadded st_get_framebuffer_surface() and ST_SURFACE_x...
2007-11-05 Briancomments, tweaks
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 Brianadded 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 Brianset stfb->Base.Initialized
2007-11-05 BrianRemove intelUpdateFramebufferSize(), use st_resize_fram...
2007-11-05 Brianadded st_resize_framebuffer()
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 Brianst_create_framebuffer() working
2007-11-05 Brianmove st_create_framebuffer() to new st_framebuffer...
2007-11-05 Briannew file for st_framebuffer stuff
2007-11-05 BrianIntroduce st_framebuffer type and 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 Brianadded check for fb==NULL
2007-11-05 Brianremove dead pageflip code
2007-11-05 Briandisable page flip code
2007-11-05 Brianinclude context.h
2007-11-05 Brianreplace IntelFlush(), FLUSH_VERTICES(), etc. with st_fl...
2007-11-05 Briancall FLUSH_VERTICES() in st_flush()
2007-11-05 Brianpublic st_flush()
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-04 BrianCheck if the user/texenvprogram is just a pass-through...
2007-11-03 José FonsecaAllow batch buffer debugging without calling i915_winsy...
next