Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / drivers / x11 /
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith Whitwelldrivers/x11: remove early gallium support
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-11 Jeremy HuddlestonApple: Cleaned up some linking and dylib ids issues
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-15 Blair Sadewitzmesa: extra braces
2008-07-13 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-07-12 Dan NicholsonAlways pass -linker and -ldflags to mklib for shared...
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-21 Brian Paulremove old comments
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-17 Wilfried Holzkeassorted glide driver fixes
2008-06-09 Brian Paulmesa: Xlib libGL.so fixes from master
2008-06-09 Brian Paulfix Xlib libGL.so build problem.
2008-06-08 Brianremove realglx.[ch] from build
2008-06-05 Brian Paulsync up with Makefile changes on master
2008-06-05 Brian Pauladded dependencies
2008-06-05 Brian Paulnew Makefile for building "stand-alone", Xlib-based...
2008-06-05 Brian Paulprefix some includes with mesa/ or glapi/
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-27 Brian Paulallow GLX_SAMPLES_ARB==0 (bug 16073)
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-23 George Sapountzisglcore: drop outdated sources files intented for xorg
2008-04-23 George Sapountzisglcore: tree sharing for DRI and XMesa
2008-04-23 George Sapountzisglcore: build from mesa
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-04-01 Brianadded some missing calls to _mesa_enable_x_y_extensions()
2008-03-31 José Fonsecagallium: Eliminate p_winsys::printf
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-16 BrianFix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-23 BrianFix some issues with glDrawBuffer(GL_NONE), bug 14198
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-03 Brianfix typo
2007-10-31 Brianfix some breakage from lifting vbo/tnl code
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 Briana bit more work for optimizing clears in tile cache...
2007-10-24 Brianadded a pipe->flush() call in xmesa_clear()
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-22 Briandon't use GL types for get/put_tile() params
2007-10-20 BrianRemove obsolete read/write_quad() functions
2007-10-20 Brianuse combined depth/stencil buffer when possible
2007-10-19 Briandon't alloc region in xmesa_surface_alloc(), fixes...
2007-10-19 Brianclamp/clip in put_tile(), move softpipe_init_surface_fu...
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-14 Brianimplement put_tile()
2007-10-14 Brianaccum buffer support
2007-10-10 Brianimplement the user_buffer_create() function
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Brianupdate begin/end_query() functions
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-09-10 Brianclean-ups, comments
2007-09-10 BrianRename
2007-08-23 Brianfix-up stencil buffers
2007-08-23 Briancheck for null ptr in xm_buffer_unreference()
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 Brianfix xm_buffer_data
2007-08-17 Brianreplace assertion w/ conditionals in xmesa_clear()
2007-08-17 Brianfix buffer clearing problems
2007-08-11 BrianChange/fix surface allocation functions.
2007-08-11 Brianrepair breakage from recent pipe_winsys re-org
2007-08-10 Brianreturn (softpipe) in GL_RENDERER string - temporarily
2007-08-10 Brianinvert Y axis
2007-08-09 Brianasst changes to get softpipe rendering again (no zbuf...
next