642 Commits (9b3a908736130a62d79305586364f625a88a69ee)

Author SHA1 Message Date
  Alan Coopersmith 57c378a531 glx/single2.c: Don't call __builtin_expect on non-gnu compilers 16 years ago
  Brian Paul ae7b3a632d glx: Move initialization of ext_list_first_time to where it's storage is allocated 16 years ago
  Jon TURNEY 96ab4d2b84 glx: Move initialization of ext_list_first_time to where it's storage is allocated 17 years ago
  Jesse Barnes 1ca968363d DRI2: expose OML_sync_control if possible 16 years ago
  Jesse Barnes 6b3145d6ee GLX: remove debug prints from glXWaitForMscOML dispatch 16 years ago
  Ian Romanick 6d9a9e57dc Fix unmatched parenthesis introduce by previous commits 16 years ago
  Ian Romanick f7dde2c131 Remove support for GCC older than 3.3.0 from generated sources 16 years ago
  Ian Romanick 016fc30839 Remove support for GCC older than 3.3.0 16 years ago
  Brian Paul 5f40a7aed1 glx: replace assertion with conditional 16 years ago
  Vinson Lee 706fffbff5 glx: Add assert to check input to memcpy. 16 years ago
  Markus Fleschutz 83f1183e76 glx: fix incorrect array stack memory allocation 16 years ago
  Chia-I Wu 4cb13b433c glapi: Generated GLX sources should use glapidispatch.h. 16 years ago
  Kristian Høgsberg 07b07b4d72 glapi: GL_OES_EGL_image autogenerated files 16 years ago
  kleinerm 251bf298bf glx: Fix some typos in pointer checking for OML_sync_control entry points. 16 years ago
  Kristian Høgsberg 32f2fd1c5d Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions 16 years ago
  Kenneth Graunke 26f8fad145 Remove _mesa_memset in favor of plain memset. 16 years ago
  Kristian Høgsberg 846cf49522 glx: Fix a couple of warnings 16 years ago
  Kristian Høgsberg 215d0dae61 glx: Only register wire handlers for the events the server supports 16 years ago
  Francisco Jerez 61d26bc82e dri2: Event driven buffer validation. 16 years ago
  Kristian Høgsberg 97ec6076f5 glx: Move GetGLXDRIDrawable() prototype to glxclient.h 16 years ago
  Vinson Lee 86d98fa4a2 glx: Silence uninitialized variable warning. 16 years ago
  Ian Romanick d46d30f997 glx: Pass fbconfig ID or visual ID to CreateContext 16 years ago
  Ian Romanick c3db1d621e glx: Use the screen parameter everywhere instead of vis->screen, etc. 16 years ago
  Ian Romanick 52cf8db428 glx: Move work of converting a visual to an fbconfig 16 years ago
  Ian Romanick bc7b2f0dc3 glx: Re-indent CreateContext after the previous commit 16 years ago
  Ian Romanick 2243029eee glx: Handle imported contexts outside of CreateContext 16 years ago
  Ian Romanick 7bcfb66000 glx: Pass screen number as parameter to CreateContext 16 years ago
  Ian Romanick 8bffadbc83 glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter 16 years ago
  Ian Romanick 68fef18439 glx: Fix interval test in glXSwapIntervalMESA 16 years ago
  Ian Romanick 1add5354d0 glx: Change type to eliminate 'comparison between signed and unsigned' warning 16 years ago
  Ian Romanick 71a6fb15ce glx: Add casts to eliminate 'comparison between signed and unsigned' warnings 16 years ago
  Ian Romanick 26b2bee79d glx: Eliminate several 'unused variable' warnings in glxcmds.c. 16 years ago
  Ian Romanick 2b4e009ed5 glx: Use wrapper macro to detect direct rendering 16 years ago
  Kristian Høgsberg 2ecbe4e208 glx: Fix TOP setting in src/glx Makefile 16 years ago
  Kristian Høgsberg 6e8897ff9f Retire miniglx and move the actual glx code up to src/glx 16 years ago
  Francisco Jerez 8b0b5ace48 glx: Fix SwapBuffers regression introduced by 01923fb72d. 16 years ago
  Keith Whitwell 01923fb72d glx: permit building with older protocol headers 16 years ago
  Kristian Høgsberg 697e22146d glx: Don't mark the XF86DRI functions PUBLIC 16 years ago
  Vinson Lee e3a99e8522 glx: Remove unnecessary headers. 16 years ago
  Rodolfo Ribeiro Gomes 81cca6d453 glx: fix possible memory leaks in dri2CreateScreen() 16 years ago
  Chia-I Wu 146931769c glx: Build GLX normally. 16 years ago
  Robert Bragg 7a9329ba99 mesa: misc GLX_INTEL_swap_event fixes 16 years ago
  Dave Airlie 1ac5fd594a glapi: add GL_HALF_FLOAT enum support. 16 years ago
  Chia-I Wu bdd2500805 Do not include glapi/dispatch.h outside Mesa core. 16 years ago
  Alan Coopersmith a7aaf052f9 Sun compilers now support some gcc __attribute__ values 16 years ago
  Luca Barbieri e88294328c glx: Set GL context to null in __glXSetCurrentContextNull 16 years ago
  Jesse Barnes 1cfd769c2e DRI2: don't send DRI2 requests the server doesn't know about 16 years ago
  Jesse Barnes 62eb28c810 GLX/DRI2: pass X drawable ID instead 16 years ago
  Jesse Barnes 7f170573ea DRI2/GLX: add INTEL_swap_event support 16 years ago
  Jesse Barnes efc82e7c70 DRI2: add SwapInterval support 16 years ago