Replace duplicated code with new shaderutil.c functions
[mesa.git] / progs / xdemos /
2008-04-04 Briansilence warning
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-21 Eric AnholtFix xdemos build on FreeBSD: <sys/types.h> before ...
2008-03-10 Jeremy HuddlestonDarwin: Config/source fixes to now build glxdemo apps...
2008-02-29 Kristian Høgsbergglxgears: oops, remove accidental commit of glFinish...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-18 Dan NicholsonIgnore glxgears_pixmap
2008-02-15 Kristian HøgsbergAdd GLXPixmap version of glxgears to show case new...
2008-01-22 Adam Jacksonglxinfo: Fix multisample visual reporting.
2008-01-22 BrianDon't build yuvrect_client by default
2008-01-22 Brianremove unused var
2008-01-22 Alexey Sokolovdefine M_PI if needed
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-12 Brianremove dependency on libGLU
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-29 Dan Nicholsonspecify app lib dependencies in Makefiles (patch 1/3)
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-25 Dan NicholsonIgnore new programs
2007-10-18 Kristian Høgsbergglxinfo: Try creating a GLX context using an fbconfig...
2007-10-17 Kristian Høgsbergpbutil: Do not require GLX_SGIX_pbuffer for fbconfig...
2007-10-17 Kristian Høgsbergglxinfo: Also print number of fbconfigs.
2007-10-17 Kristian HøgsbergFixup a couple of thinkos in glxinfo changes.
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-13 Kristian HøgsbergDo XSync() before resetting error handler.
2007-10-12 Kristian HøgsbergMerge branch 'dri2'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
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-10 Dan NicholsonIgnore more generated files in progs/
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Dan Nicholsonadd support for LDFLAGS env var
2007-09-24 Eric AnholtUpdate .gitignore for tests and xdemos.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-11 Jesse BarnesMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-10 Brianclean-up (see bug 12317)
2007-08-14 Xiang, Haihaoxdemo case: Wei Wang's patch for bug#9759
2007-08-07 Brianparse standard -geometry option
2007-08-07 Ingo Molnarglxgears: Add an x/y window size parameter.
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 Brianfix logic error, typos
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-11 BrianImprove this demo in a few ways.
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-29 Brianuse glXGetProcAddress to get extension funcs
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-22 Brianset texcoords depending on GLX_Y_INVERTED_EXT
2007-05-19 BrianGLX_EXT_texture_from_pixmap test
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-17 Nian WuMerge branch 'crestline' into crestline-qa
2006-12-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2006-12-13 BrianRemove the xdemo.c program from PROGS since it doesn...
2006-12-13 BrianUse XDisplayName() when reporting errors (bug 8079).
2006-12-11 Eric AnholtMerge branch 'origin' into crestline
2006-12-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-06 Michel Dänzerglxinfo: When direct rendering is not enabled, print...
2006-12-06 Michel DänzerMake git ignore files only generated at build time.
2006-10-16 Brian PaulAdded -clip option to test glCopyPixels beyond window...
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-05-17 Brian Paulcall reshape() after init() to set initial projection...
2006-05-16 Tilman Sauerbeckbug 6941: fixed initial rendering problems in glxgears
2006-05-15 Brian Pauladded a few extension #ifdef tests
2006-05-15 Brian Paulusage() function
2006-05-13 Brian PaulExpanded output with -l option: vertex/fragment program...
2006-04-13 Brian PaulUse -I$(INCDIR) to get Mesa, not system headers (Dan...
2006-03-23 Brian PaulAdded -l option for explicit locking around Xlib and...
2006-03-23 Brian PaulAdded -p option to create a display connection per...
2006-03-15 Brian Paulupdated some printfs, added comment about sched_yield
2006-01-16 Brian PaulFree visinfo object (Tilman Sauerbeck)
2005-09-23 Jouk Jansen Committing in .
2005-08-25 Brian Pauls/GLX_RGBA_BIT/GLX_RGBA_TYPE/ (bug 4237)
2005-08-09 Brian Pauldelete display lists upon exit
2005-07-19 Brian Pauloverlay planes test
2005-07-02 Ian RomanickAdd $(CFLAGS) to the link commands. This makes 'make...
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-04-06 Brian Pauladded wrappers/helpers for creating/destroying renderin...
2005-04-06 Brian Paulchanged implementation of GetAllFBConfigs()
2005-04-05 Ian RomanickMake glxgears_fbconfig compile and respect the DISPLAY...
2005-02-26 Dave Airlieuse girl2.rgb by default
2005-02-26 Dave AirlieAdd glXAllocateMemoryMESA demo app using ycbcr...
2005-01-17 Daniel Borcaremove trailing slash from TOP definition
2005-01-12 Keith Whitwellnew test to exercise context and window create/delete
2005-01-10 Brian Paulremove a debug line
2005-01-10 Brian Paultweak output formattting, fixed uninitialized var error
2005-01-09 Brian Paulimproved animation rate
2005-01-09 Brian Paulrotate at a reasonable rate
2005-01-07 Brian Pauladded GetAllFBConfigs()
2005-01-06 Brian PaulNew GetAllFBConfigs() function. Some FBConfigs weren...
2005-01-04 Brian PaulUse the GLX 1.3 pbuffer/fbconfig functions in preferenc...
2004-12-20 Keith WhitwellAdd a -fullscreen option
2004-12-12 Brian Paulremoved unused visInfo var
2004-10-26 Brian Pauladded stereo option (Jacek Rosik)
2004-10-23 Brian Paulwrap angle value (Philipp Klaus Krause)
2004-09-16 Brian Paulsilence warnings
next