mesa.git
2007-10-30 BrianFinish up ATI_separate_stencil
2007-10-30 Roland Scheideggeradd missing _mesa_StencilFuncSeparateATI function
2007-10-30 Michel DänzerMore vblank cleanups.
2007-10-29 Eric Anholt[i915] Include header to pick up intel_ttm_bo_create_fr...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-10-29 Jesse BarnesRefactor and fix core vblank support
2007-10-29 Dan NicholsonBuild xdemos programs by default on linux-dri
2007-10-29 Chris RankinRemember to call XSync() before resetting X error handler.
2007-10-29 Dan Nicholsonlinux-dri-xcb: Fix undefined refs when linking with...
2007-10-29 Briandisable ctx->Driver.NewProgram() call in _mesa_new_prog...
2007-10-29 Dan Nicholsonupdate APP_LIB_DEPS for static library configs (patch...
2007-10-29 Dan Nicholsonsimplify APP_LIB_DEPS (patch 2/3)
2007-10-29 Dan Nicholsonspecify app lib dependencies in Makefiles (patch 1/3)
2007-10-28 Alan HourihaneOnly set R_MODE with NV_point_sprite
2007-10-26 Dan Nicholsonconfigs: Fix linux-static to link correctly
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-25 Brianuse grep -q
2007-10-25 Dan NicholsonIgnore new programs
2007-10-25 Briansimplify/fix the ASM_FLAGS tests (bug 12931)
2007-10-24 Alex Neundorfadded catamount-osmesa-pgi config
2007-10-24 Briandon't build x86, x86-64 dirs if not needed
2007-10-24 Brianfix assorted bugs, works now
2007-10-24 Brianadd to git
2007-10-24 BrianImplement gl_PointCoord attribute for GLSL fragment...
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-23 Brianbump up MAX_INSTRUCTIONS and add an assertion to catch...
2007-10-23 Brianadd directfb glut sources to tarball
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-18 Kristian Høgsbergglxinfo: Try creating a GLX context using an fbconfig...
2007-10-18 Michel Dänzeri915: Add some sanity checks to blit command debugging...
2007-10-17 Ian RomanickFramework for supporting z24_s8 and z32 depth textures...
2007-10-17 Ian RomanickInitial support for ARB_depth_texture
2007-10-17 Ian RomanickSupport cards that have ARB_fp but not ARB_shadow.
2007-10-17 Ian Romanickmga: Enable (trivial) support for GL_APPLE_vertex_array...
2007-10-17 Ian Romanickmga: Enable (trivial) support for GL_EXT_gpu_program_pa...
2007-10-17 Kristian Høgsbergpbutil: Do not require GLX_SGIX_pbuffer for fbconfig...
2007-10-17 BrianReplace repeat_remainder() with a simpler macro that...
2007-10-17 Kristian HøgsbergPull workaround for unset GLX_DRAWABLE_TYPE back in.
2007-10-17 Kristian Høgsbergglxinfo: Also print number of fbconfigs.
2007-10-17 Michel DänzerDon't call the driver clear hook when the effective...
2007-10-17 Michel Dänzeri915: Don't emit 'empty' blit rectangles.
2007-10-17 Kristian HøgsbergFixup a couple of thinkos in glxinfo changes.
2007-10-16 Kristian HøgsbergHandle fbconfigs and glx visuals separately.
2007-10-16 Kristian HøgsbergImplement support for printing glx fbconfigs in glxinfo.
2007-10-16 Kristian Høgsbergglxinfo: Only print visuals that actually support GLX.
2007-10-16 Eric AnholtReplace symlink generation from i915 with files in...
2007-10-16 Michel Dänzeri915: Make sure extensions that require TTM actually...
2007-10-16 Dave Airliei915: fixup TTM interfaces to follow drm changes
2007-10-16 Michel Dänzeri915: Re-enable __DRItexOffsetExtension.
2007-10-16 Brianfix fog, rescale_normals bugs (from gallium branch)
2007-10-15 Kristian HøgsbergRoll back premature version bump.
2007-10-15 Kristian HøgsbergDont add fbconfigs to array that we didn't allocate...
2007-10-15 Andreas Michelerfaster write_rgba_span_front()
2007-10-14 George Sapountzistypo
2007-10-14 George SapountzisAdd GL_CORE_WINDOWS define to glcore.h
2007-10-14 George SapountzisDrop include "dri_interface.h" from xf86dri.h
2007-10-13 Kristian HøgsbergDo XSync() before resetting error handler.
2007-10-13 Kristian HøgsbergUncomment GLX_SGIX_pbuffer definition.
2007-10-13 Kristian HøgsbergGet the width and height from the attrib list in glXCre...
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-12 Dave Airliei915: only enable TTM path if drm minor is > 11 for...
2007-10-12 Dave Airliedri: remove ttm common code since superioctl is device...
2007-10-12 Dave Airliei915: fixup reloc header defines
2007-10-12 BrianExample of cooperative rendering into one window by...
2007-10-11 BrianNew glxsnoop demo to display another window's z/stencil...
2007-10-11 Kristian HøgsbergDrop no longer implemented MESA allocate extension...
2007-10-11 Brianremove unneeded cast
2007-10-11 Kristian HøgsbergAdd a version field to __DRIextension.
2007-10-11 Kristian HøgsbergMove new texOffset extension to the new extension mecha...
2007-10-11 Kristian HøgsbergConvert a left-over private void * to __DRIcontext *.
2007-10-11 Kristian HøgsbergMove enabling of DRI extensions into glxextensions.c
2007-10-11 Kristian HøgsbergRemove now unused getProcAddress from DRIinterfaceMethods.
2007-10-11 Kristian HøgsbergAdd a DRI_ReadDrawable marker extension to signal read...
2007-10-11 Kristian HøgsbergMove media stream counter entry points to new extension.
2007-10-11 Kristian HøgsbergMove GLX_MESA_swap_frame_usage DRI entry points to...
2007-10-11 Kristian HøgsbergMove GLX_MESA_allocate_memory related functions to...
2007-10-10 Kristian HøgsbergMove swap_interval to new extension mechanism.
2007-10-10 Kristian HøgsbergMove the copySubBuffer extension over to the new mechanism.
2007-10-10 Kristian HøgsbergImplement new screen extension API.
2007-10-10 Kristian HøgsbergStop passing in unused fbconfigs to createNewScreen.
2007-10-10 Kristian HøgsbergPull createNewScreen entry point into dri_util.c.
2007-10-10 Kristian HøgsbergReplace open-coded major, minor, and patch version...
2007-10-10 Kristian HøgsbergConvert all DRI entrypoints to take pointers to __DRI...
2007-10-10 Kristian HøgsbergRemove screenConfigs from __DRIscreen.
2007-10-10 Kristian HøgsbergDrop mostly unused __DRIid typedef.
2007-10-10 Kristian HøgsbergAvoid deadlock in GarbageCollectDRIDrawables.
2007-10-10 Kristian HøgsbergDrop createContext and destroyContext from DRIinterface...
2007-10-10 Kristian HøgsbergDrop createDrawable and destroyDrawable fron DRIinterfa...
2007-10-10 Kristian HøgsbergKey drm_i915_flip_t typedef off of the ioctl #define...
2007-10-10 Kristian HøgsbergDrop __DRInativeDisplay and pass in __DRIscreen pointer...
2007-10-10 Brianreplace 'brick' with correct program name in printfs
2007-10-10 Mrc Granfix force_s3tc_enable option
2007-10-10 Dan NicholsonIgnore more generated files in progs/
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-09 Zou Nan hai Non Square Matrix
2007-10-09 Zou Nan hai fix for prev commit
2007-10-09 Zou Nan hai INT support
2007-10-09 Zou Nan hai shadow sampler fix.
next