171 次代码提交 (c35e021f374e58345bcd1b663fe3ef754bb665fa)

作者 SHA1 备注 提交日期
  Brian Paul 12a317b93a updated options/help 17 年前
  Dan Nicholson a2b73c74b0 Ignore xdemos/sharedtex 17 年前
  Brian Paul 9a43570f8c added xdemos/sharedtex.c test 17 年前
  Brian 96b4ac05be silence warning 17 年前
  Eric Anholt bcb61987fb Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> 17 年前
  Jeremy Huddleston 7c7fece977 Darwin: Config/source fixes to now build glxdemo apps and OSMesa 17 年前
  Kristian Høgsberg 51cd168da4 glxgears: oops, remove accidental commit of glFinish() hack. 17 年前
  Kristian Høgsberg 6cb3f5c4d8 Use __DRIextension mechanism providing loader functionality to the driver. 17 年前
  Dan Nicholson 8c8107118e Ignore glxgears_pixmap 17 年前
  Kristian Høgsberg 5961ed5fbc Add GLXPixmap version of glxgears to show case new GLX Pixmap functionality. 17 年前
  Adam Jackson e1ae5b89fc glxinfo: Fix multisample visual reporting. 17 年前
  Brian 6bd32cbcf3 Don't build yuvrect_client by default 17 年前
  Brian 60dd3b1d9a remove unused var 17 年前
  Alexey Sokolov e58c365cda define M_PI if needed 17 年前
  Brian f6ab1347d6 remove dependency on libGLU 18 年前
  Dan Nicholson c05aa5ec4c specify app lib dependencies in Makefiles (patch 1/3) 18 年前
  Dan Nicholson 8578534f48 Ignore new programs 18 年前
  Kristian Høgsberg a074857cdc glxinfo: Try creating a GLX context using an fbconfig if no visuals are available. 18 年前
  Kristian Høgsberg aad5c0fdc7 pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. 18 年前
  Kristian Høgsberg a5b4bb393f glxinfo: Also print number of fbconfigs. 18 年前
  Kristian Høgsberg 87966baa8d Fixup a couple of thinkos in glxinfo changes. 18 年前
  Kristian Høgsberg 791ad0e77f Implement support for printing glx fbconfigs in glxinfo. 18 年前
  Kristian Høgsberg f7d1d554b1 glxinfo: Only print visuals that actually support GLX. 18 年前
  Kristian Høgsberg c095f7e46a Do XSync() before resetting error handler. 18 年前
  Brian 72c888869f Example of cooperative rendering into one window by two processes 18 年前
  Brian f1104b079f New glxsnoop demo to display another window's z/stencil/back buffer. 18 年前
  Dan Nicholson b182613f2f Ignore more generated files in progs/ 18 年前
  Dan Nicholson 2a3e33865d add support for LDFLAGS env var 18 年前
  Eric Anholt b74140db66 Update .gitignore for tests and xdemos. 18 年前
  Brian 24cd84162e clean-up (see bug 12317) 18 年前
  Xiang, Haihao 5dab3bf4bc xdemo case: Wei Wang's patch for bug#9759 18 年前
  Brian e45b40381c parse standard -geometry option 18 年前
  Ingo Molnar 4a8ad16ec0 glxgears: Add an x/y window size parameter. 18 年前
  Brian ffc633c469 fix logic error, typos 18 年前
  Brian 34f6243bef Improve this demo in a few ways. 18 年前
  Brian 0c5662acc7 use glXGetProcAddress to get extension funcs 18 年前
  Brian b4f8d4455b set texcoords depending on GLX_Y_INVERTED_EXT 18 年前
  Brian 4465377ca3 GLX_EXT_texture_from_pixmap test 18 年前
  Brian 6c305c0831 Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI. 19 年前
  Brian 73eee2402e Use XDisplayName() when reporting errors (bug 8079). 19 年前
  Michel Dänzer b46e359f58 glxinfo: When direct rendering is not enabled, print some hints. 19 年前
  Michel Dänzer 14f92636b0 Make git ignore files only generated at build time. 19 年前
  Brian Paul 8dff54e71d Added -clip option to test glCopyPixels beyond window bounds. 19 年前
  Brian Paul 883f9891cb LIB_DIR is now just 'lib' or 'lib64' 19 年前
  Brian Paul 4c6319db9c call reshape() after init() to set initial projection/viewing transform (see bug 6941) 19 年前
  Tilman Sauerbeck 601c02f783 bug 6941: fixed initial rendering problems in glxgears 19 年前
  Brian Paul 2ca741ad4b added a few extension #ifdef tests 19 年前
  Brian Paul c8ea111166 usage() function 19 年前
  Brian Paul ad7805dfee Expanded output with -l option: vertex/fragment program and vertex/fragment 19 年前
  Brian Paul ecc0d10d2d Use -I$(INCDIR) to get Mesa, not system headers (Dan Schikore) 19 年前