glx: change query_renderer_integer() value param to unsigned
[mesa.git] / src / glx / glxclient.h
2013-11-11 Brian Paulglx: change query_renderer_integer() value param to...
2013-11-08 Keith PackardAdd DRI3+Present loader
2013-11-08 Ian Romanickglx: Add functions and GLX plumbing for GLX_MESA_query_...
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Store the RENDER_TYPE in indirect rendering
2012-12-01 Marek Olšákglx: move the glFlush call one layer down
2012-10-01 Matt Turnerbuild: Use AX_PTHREAD's HAVE_PTHREAD preprocessor defin...
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-08-08 Ian Romanickglx: Don't use glapitable.h at all
2012-01-02 Ian Romanickglx: Don't use 'new' as a function parameter name
2012-01-02 Ian Romanickglx: Initial implementation of glXCreateContextAttribsARB
2012-01-02 Ian Romanickglx: Add glx_screen_vtable::create_context_attribs
2012-01-02 Ian Romanickglx: Add __glX_send_client_info super function
2011-12-19 Ian Romanickglx: Send DestroyContext protocol at the correct times
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Jesse BarnesGLX/DRI2: handle swap event swap count wrapping
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-06-13 Jeremy Huddlestonapple: Dead code removal
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-06 Jeremy Huddlestonapple: Build darwin using applegl rather than indirect
2011-06-05 Jeremy Huddlestonapple: Re-add driContext and do_destroy
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-02 Adam Jacksonglx: Remove (unused, broken) fastImageUnpack fast path
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-26 Eric Anholtmesa: Add new MESA_multithread_makecurrent extension.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Henri Verbeetglx: Fix leaks in DRI2 screen creation error paths.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
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-30 Nicolas Kaiserglx: remove duplicated include
2010-09-22 Luca Barbieriglx: decouple dri2.c and GLX, fixing Gallium EGL and...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Kristian Høgsbergglx: Set an all NULL vtable for dummyContext
2010-09-07 Kristian Høgsbergglx: Move dpy and scr fields out of direct rendering...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Kristian Høgsbergglx: Compare old ctx against dummyCtx, not NULL
2010-07-28 Kristian Høgsbergglx: Split indirect and applegl implementations into...
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.[ch] to glxconfig.[ch]
2010-07-28 Kristian Høgsbergglx: Rename __GLcontextModes to struct glx_config
2010-07-28 Kristian Høgsbergglx: Stop using glcore.h and glxint.h in glx
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
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: Drop screen argument to GetGLXDRIDrawable
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-23 Kristian Høgsbergglx: Use _Xglobal_lock for protecting extension display...
2010-07-22 Kristian Høgsbergglx: Move last few dri_interface.h types out of glxclie...
2010-07-22 Kristian Høgsbergglx: Move __driContext field out of __GLXcontextRec
2010-07-20 Kristian Høgsbergglx: #ifdef DRI specific prototype
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 drawHash to display private
2010-07-20 Kristian Høgsbergglx: Don't use __glXInitialize() when we might be holdi...
2010-07-20 Kristian Høgsbergglx: Move __DRIdrawable pointers to DRI drawable privates
2010-07-20 Kristian Høgsbergglx: Remove support for MESA_swap_frame_usage
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: Move DRI2 extensions to DRI2 screen private
2010-07-20 Kristian Høgsbergglx: Drop support for GLX_MESA_allocate_memory
2010-07-20 Kristian Høgsbergglx: Add screen privates for dri drivers and moved...
2010-07-19 Kristian Høgsbergglx: Fix drawable lookup in DRI2 event handler
2010-07-14 Nick Bowlerdri2: Track event mask in client code.
2010-07-01 Fernando Carrijomesa: Purge macros NEED_EVENTS and NEED_REPLIES
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-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Jesse BarnesDRI2: add config query extension
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Jeremy Huddlestonapple: Change ifdefs for DRI to be DRI && !APPLE
2010-04-27 Jeremy Huddlestonapple: Initial import of libGL for OSX from AppleSGLX...
2010-04-27 Brian PaulMerge branch '7.8'
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-04-01 Jeremy Huddlestonapple: Initial import of libGL for OSX from AppleSGLX...
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-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
next