Remove Xcalloc/Xmalloc/Xfree calls
[mesa.git] / src / glx / dri_glx.c
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-02-09 Carl Worthdri: Emit a critical error if a named driver fails...
2012-01-02 Ian Romanickglx: Add glx_screen_vtable::create_context_attribs
2011-12-19 Ian Romanickglx: Send DestroyContext protocol at the correct times
2011-12-19 Ian Romanickglx: Don't create a shared context if the other context...
2011-12-08 Aaron Plattnerglx: Fix indirect fallback when a non-Mesa GLX extensio...
2011-08-27 Ian Romanickdri: Remove all DRI1 drivers
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Jeremy Huddlestonglx: Allow a context-specific fallback for glXGetProcAd...
2011-06-17 Stéphane Marchesinglx: implement drawable refcounting.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Henri Verbeetglx: Fix leaks in DRI screen creation error paths.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kristian Høgsbergglx: Drop broken drawable garbage collection
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-28 Kristian Høgsbergglx: Move bind and unbind to context vtable
2010-07-28 Kristian Høgsbergglx: Rename __GLXcontext and __GLXdisplayPrivate to...
2010-07-28 Kristian Høgsbergglx: Rename __GLXscreenConfigs to struct glx_screen
2010-07-28 Kristian Høgsbergglx: Use _X_EXPORT instead of our own PUBLIC macro
2010-07-28 Kristian Høgsbergglx: Rename __GLcontextModes to struct glx_config
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-26 Kristian Høgsbergglx: Drop duplicate psc field in dri context struct
2010-07-24 Kristian Høgsbergglx: Don't destroy context with XID 0
2010-07-24 Kristian Høgsbergglx: zero out drawable structs after allocation
2010-07-24 Kristian Høgsbergglx: Refactor and simplify context creation
2010-07-24 Kristian Høgsbergglx: Move context destroy to context vtable
2010-07-23 Kristian Høgsbergglx: Move WaitGL, WaitX, UseXFont to context vtable...
2010-07-23 Kristian Høgsbergglx: Allocate the __GLXcontext in the DRI drivers
2010-07-20 Kristian Høgsbergglx: Move DRI CopySubBuffer extension to DRI1 code
2010-07-20 Kristian Høgsbergglx: Move driver_configs to DRI screen privates
2010-07-20 Kristian Høgsbergglx: Move __DRIdrawable pointers to DRI drawable privates
2010-07-20 Kristian Høgsbergglx: Move __driScreen into the dri screen privates
2010-07-20 Kristian Høgsbergglx: Move DRI1 specific extensions and code to DRI1...
2010-07-20 Kristian Høgsbergglx: Add screen privates for dri drivers and moved...
2010-07-20 Kristian Høgsbergglx: Rename various DRI structs away from obnoxious...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-22 Kristian Høgsbergglx: Split tfp functions out to context vtable
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Jeremy Huddlestonapple: Change ifdefs for DRI to be DRI && !APPLE
2010-04-02 Jeremy HuddlestonRevert accidental commits from the xquartz tree
2010-04-01 Jeremy Huddlestonapple: Change ifdefs for DRI to be DRI && !APPLE
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-06 Brian Paulglx: Move initialization of ext_list_first_time to...
2010-03-06 Jon TURNEYglx: Move initialization of ext_list_first_time to...
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-15 Vinson Leeglx: Silence uninitialized variable warning.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Kristian HøgsbergRetire miniglx and move the actual glx code up to src/glx