100 コミット (e32b601e7d79e8fa67b3e9f636125eebc01f3884)

作成者 SHA1 メッセージ 日付
  RALOVICH, Kristóf e32b601e7d glx: properly release DRI configs 16年前
  David S. Miller 857ac1e817 mesa: Resurrect SPARC asm code. 16年前
  RALOVICH, Kristóf 8c2b4b33c5 Revert "glx: xcbified visual and FBConfig choosing" 16年前
  RALOVICH, Kristóf 80d1531ebe Revert "glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX" 16年前
  RALOVICH, Kristóf 5369876501 glx: revert using nonexsisten XCB version of glXGetFBConfigsSGIX 17年前
  RALOVICH, Kristóf 62688f1135 glx: xcbified visual and FBConfig choosing 17年前
  RALOVICH, Kristóf 6d1d157606 glx: no graphics context during initialization 17年前
  RALOVICH, Kristóf 9c98e35ff6 glx: use __glXQueryServerString 17年前
  RALOVICH, Kristóf fd52001c5c glx: implement QueryVersion using XCB 17年前
  Kristian Høgsberg 57d78067bd Don't mess with emacs tab width. 17年前
  RALOVICH, Kristóf b7f76587b8 glx: indent -br -i3 -npcs --no-tabs glxext.c 17年前
  RALOVICH, Kristóf 696bf66fa9 glx: add a line of Emacs helping variables 17年前
  RALOVICH, Kristóf b4bb29cecd glx: make INIT_MESA_SPARC more robust 17年前
  RALOVICH, Kristóf acb7e52430 glx: indent -br -i3 -npcs --no-tabs glxext.c 17年前
  RALOVICH, Kristóf 58b72103d3 glx: add a line of Emacs helping variables 17年前
  RALOVICH, Kristóf 0b188d1cdc glx: make INIT_MESA_SPARC more robust 17年前
  Adam Jackson dc8058c337 Update to SGI FreeB 2.0. 17年前
  Brian Paul a25e1aa0aa glx: remove #include "glheader.h" lines 17年前
  Kristof Ralovich 8434c65bb9 glx: free driScreen in FreeScreenConfigs() 17年前
  Kristof Ralovich fb36a54a1c fix mem leak (free psc->visuals) 17年前
  Jeremy Huddleston 919ec22ecf glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection 17年前
  George Sapountzis a36bf890e8 glx: add LIBGL_ALWAYS_SOFTWARE 17年前
  George Sapountzis 1087cc61b3 glx: load swrast_dri.so 17年前
  Alan Hourihane 6f7ed99b30 revert the DRI2 commits 17年前
  Alan Hourihane 4566b006f1 Bring in DRI2 changes 17年前
  Brian Paul f82d5cf769 mesa: disable visual warning unless LIBGL_DEBUG is defined 17年前
  José Fonseca fc72d7e032 Remove CVS keywords. 17年前
  José Fonseca 77ce568ff7 Remove CVS keywords. 17年前
  George Sapountzis df04ffbf02 glx: split out current context code 17年前
  Kristian Høgsberg e82dd8c6e1 DRI interface changes and DRI2 direct rendering support. 17年前
  Xiang, Haihao ae2c31ed66 glx: Add isDirect back to __GLXcontextRec. It is needed 17年前
  Kristian Høgsberg 9110425c72 libGL: Pull the drawable hash back out in the generic code. 17年前
  Kristian Høgsberg 94f39f2e7c Add another missing check for uninitialized DRI. 17年前
  Kristian Høgsberg 3731159ec6 Only try to call DRI function if DRI got initialized properly. 17年前
  Brian 9162bc8f48 remove extra #include of assert.h (bug 14932) 17年前
  Kristian Høgsberg 3d28a2690f Use _X_HIDDEN to hide a bunch of leaked symbols. 17年前
  Kristian Høgsberg 020c64b2cf Move DRI context functions into dri_glx.c. 17年前
  Kristian Høgsberg 20b9230ce1 Move DRI drawable creation into dri_glx.c. 17年前
  Kristian Høgsberg 92d2a78f8d Introduce __GLXDRIscreen so we can start moving function pointers in there. 17年前
  Kristian Høgsberg a1ea6f6198 Convert driCreateScreen and driDestroyScreen to function pointers. 17年前
  Kristian Høgsberg 425f9ed44e Abstract __DRIdisplayPrivateRec away in dri_glx.c. 17年前
  Kristian Høgsberg f585cb29b8 Make __glXCloseDisplay static instead of prototyping it to avoid warning. 17年前
  Kristian Høgsberg 0f2723cacb Simplify dri loading code by eliminating dlopen "cache". 17年前
  Kristian Høgsberg 890d44e54f libGL: Consolidate DRI initialization in dri_glx.c 17年前
  Kristian Høgsberg 3c5a1e4c2d Update libGL DRI loader to latest DRI interface changes. 17年前
  Kristian Høgsberg 286ce27193 Fix compilation for !GLX_DIRECT_RENDERING. 18年前
  Kristian Høgsberg 866d271aa8 Don't return 0 in a void function. 18年前
  Kristian Høgsberg e2c2df5c23 Filter both visuals and fbconfigs against driver supported configs. 18年前
  Michel Dänzer d2f19a554a Fix some build warnings, mostly with XCB. 18年前
  Kristian Høgsberg 6c753ad51d Pull workaround for unset GLX_DRAWABLE_TYPE back in. 18年前