1045 Commits (793e8e3d7ed816cc9a066245dde798afdcf8b581)

Author SHA1 Message Date
  Rico Schüller 3998cfa933 mesa: remove outdated version lines in comments 13 years ago
  Alan Coopersmith 306f630e67 integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2] 13 years ago
  Alan Coopersmith 2e5a268f18 integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2] 13 years ago
  Kenneth Graunke 3d8d5b298a mesa: Restore 78-column wrapping of license text in C-style comments. 13 years ago
  Kenneth Graunke 96ff2edc73 mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. 13 years ago
  Kenneth Graunke dd404bc94f mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. 13 years ago
  Matt Turner 3c690524e2 build: Rename sources.mak -> Makefile.sources 13 years ago
  Alexander Monakov 9cda356004 Honor GLX_DONT_CARE in MATCH_MASK 13 years ago
  Adam Jackson 38aa8ec937 glx: Build with VISIBILITY_CFLAGS in automake 13 years ago
  Rob Clark 4e8f5c52bb DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap 13 years ago
  Brian Paul 622b1fcc18 glx: init screen = 0 to fix optimized build warning 13 years ago
  Jon TURNEY f816a9f522 glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined 13 years ago
  Zack Rusin 076403c30d DRI2: Don't disable GLX_INTEL_swap_event unconditionally 13 years ago
  Eric Anholt 7242b03622 glx: Centralize the code for context flushing. 13 years ago
  Eric Anholt 95080ca8d4 glx: Add a little comment about what dri2FlushFrontBuffer() does. 13 years ago
  Stéphane Marchesin 67e7263e45 glx: Check that swap_buffers_reply is non-NULL before using it 13 years ago
  Zack Rusin dbb2d192de glx: only advertise GLX_INTEL_swap_event if it's supported 13 years ago
  José Fonseca 71c87e42e1 scons: Fix dependencies of generated headers. 13 years ago
  Johannes Obermayr ebcabb88cf tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir). 13 years ago
  Matt Turner ac2793cf3e Clean up .gitignore files 13 years ago
  Marek Olšák 5fb2b1f4d4 glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be set 13 years ago
  Marek Olšák 4a486f8bf2 glx/dri2: add and use new driver hook flush_with_flags 13 years ago
  Marek Olšák 5b7e9b7360 glx: move the glFlush call one layer down 13 years ago
  Dave Airlie a0ec9185eb dri_glx: fix use after free report 13 years ago
  Paul Berry 1a1db1746d mesa: Standardize names of OpenGL functions. 13 years ago
  Paul Berry 33e0004720 dispatch: Include glheader.h in dispatch-related files. 13 years ago
  Ian Romanick 386282b5c2 glx: Add the extension string for GLX_ARB_framebuffer_sRGB 13 years ago
  Ian Romanick 7b0f912e70 glx: Set sRGBCapable to a default value 13 years ago
  Adam Jackson a30d14635d glx: Add GLXBadProfileARB to the error string list 13 years ago
  Owen W. Taylor 1d0c621121 glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString() 13 years ago
  Fredrik Höglund 0978707917 glx: Fix a regression in the new XCB code 13 years ago
  Eric Anholt 8c472b8f6a glx: Replace DRI2SwapBuffers() custom protocol with XCB. 13 years ago
  Eric Anholt f02242a4fa glx: Fix some indentation. 13 years ago
  Eric Anholt 811602885b glx: Replace DRI2SwapInterval custom protocol with XCB. 13 years ago
  Eric Anholt 7acf8ae0e1 glx: Reuse setSwapInterval for setting initial swap interval. 13 years ago
  Eric Anholt d0937759db glx: Allow glXSwapInterval(0) when vblank_mode=0. 13 years ago
  Eric Anholt ab8ae9301f glx: Replace DRI2GetMSC custom protocol with XCB. 13 years ago
  Eric Anholt 8e61b9028a glx: Replace DRI2WaitForMSC custom protocol with XCB. 13 years ago
  Eric Anholt 183ab9e14e glx: Replace DRI2WaitForSBC custom protocol with XCB. 13 years ago
  Eric Anholt 1e74910bb7 glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code. 13 years ago
  Eric Anholt c35a9388a3 glx: Unifdef some dri_interface.h defines. 13 years ago
  Eric Anholt 3f0e3a7ad5 glx: Unifdef USE_XCB. 13 years ago
  Marek Olšák 53d06ecdd0 glx/dri2: use uint64_t instead of double to represent time for FPS calculation 13 years ago
  Matt Turner 814345f54b build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition 13 years ago
  Matt Turner b6651ae6ad build: Use PTHREAD_LIBS and PTHREAD_CFLAGS 13 years ago
  Jonas Maebe 5fdf1f784b darwin: do not create double-buffered offscreen pixel formats 13 years ago
  Brian Paul 14f55869a4 glx: move 'prime' var into #ifdef'd code block 13 years ago
  Matt Turner da3282b6e2 Replace another malloc/memset-0 combination with calloc 13 years ago
  Matt Turner 52789496a7 Remove useless memset after calloc 13 years ago
  Matt Turner 6bda027e01 Use calloc instead of malloc/memset-0 13 years ago