profile/ivi/mesa.git
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...
2007-11-03 José FonsecaDo something sensible when failed to reserve space...
2007-11-03 José FonsecaDetail i915 winsys interface comments.
2007-11-03 José FonsecaRender primitives using indirect vertices in a vertex...
2007-11-02 Zack RusinCleanups.
2007-11-02 Zack RusinImplement sin opcode.
2007-11-02 Zack RusinImplement scs opcode
2007-11-02 Zack RusinImplement COS and CMP opcode.
2007-11-02 Zack RusinAdd debugging ifdefs to make it less verbose
2007-11-02 Zack RusinGet fragment shaders working on top of LLVM.
2007-11-02 Zack RusinChange the fragment shader signature to better match...
2007-11-02 Zack RusinAdd basic entry points for fragment shaders.
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-11-02 BrianStart re-working SwapBuffers.
2007-11-02 BrianUse new state tracker context/destroy funcs with wrap...
2007-11-02 BrianSketch out new create/destroy context functions which...
2007-11-02 Briandisable the driverContext assertions
2007-11-02 Briansilence the finalize_mipmap_tree msg
2007-11-02 Briandon't call _mesa_init_driver_functions()
2007-11-02 Brianremove _mesa_init_driver_functions()
2007-11-02 Brianplug in _mesa_test_proxy_teximage, temporarily
2007-11-02 Brianremove dead code
2007-11-02 Brianremove unneeded tnl stuff
2007-11-02 Brianremove old comment about tnl/vf
2007-11-01 José FonsecaReserve the right number of dwords for hardware state...
2007-11-01 BrianObsolete file
next