radeonsi: move clip state to new handling
[mesa.git] / src / glx /
2012-07-24 Brad Kingautomake: Honor GL_LIB for mangled/custom lib names
2012-07-17 Matt Turnerglx: build tests after libglx.la
2012-07-13 Jon TURNEYautomake: convert libglapi
2012-07-12 José Fonsecascons: Also require recent XCB.
2012-07-12 Eric Anholtmesa: Require current libxcb.
2012-07-11 Ian Romanickglx/dri2: Add support for GLX_ARB_create_context_robustness
2012-07-03 Ian Romanickglx/tests: Fix off-by-one error in allocating extension...
2012-06-20 Paul Berryglx/tests: Fix signed/unsigned comparison warnings.
2012-06-14 Paul Berryglx/tests and mesa/tests: Update .gitignore files.
2012-06-13 Ian Romanickglx/tests: Add unit tests for generated code in indirec...
2012-06-13 Ian Romanickglx/tests: Add unit tests for generated code in indirec...
2012-06-13 Ian Romanickglx/tests: Rename test as glx-test
2012-06-13 Ian Romanickglx: Move tests from tests/glx to src/glx/tests
2012-06-12 Stéphane Marchesinglx: Handle a null reply in QueryVersion.
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-05-31 Brian Paulscons: add code to generate the various GL API files
2012-05-29 Eric Anholtmesa: Remove the generated glapi from source control...
2012-05-18 Jeremy Huddlestondarwin: Address a build failure on Leopard and earlier...
2012-05-17 Jeremy Huddlestondarwin: Eliminate a possible race condition while destr...
2012-05-17 Jeremy Huddlestondarwin: Unlock our mutex before destroying it
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-03 Jeremy Huddlestondarwin: Use ASL for logging
2012-05-03 Jeremy Huddlestondarwin: Make reported errors more user-friendly
2012-05-03 Jeremy Huddlestondarwin: Fix an error message
2012-04-24 Jeremy Huddlestondarwin: Eliminate a pthread mutex leak
2012-04-23 Jonas Maebeapple: Fix a use after free
2012-04-13 Eric Anholtglx: Hook up the unit tests again using the internal...
2012-04-09 Yuanhan Liuglx: fix compile warnings
2012-03-28 Jon TURNEYUse -no-undefined libtool flag in src/glx/Makefile.am
2012-03-28 Wang YanQingglx:dri_common.c: check psc->driScreen->createDrawable...
2012-03-24 Dave Airlieglx/drisw: avoid segfaults when we fail to get visual
2012-03-21 Eric Anholtglx: Fix glXGetProcAddress() of global glX symbols...
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-19 Kristian Høgsbergshared-glapi: Convert to automake
2012-03-17 Jeremy Huddlestondarwin: Build create_context.c
2012-03-11 David FriesSet close on exec flag FD_CLOEXEC
2012-03-07 Johannes Obermayrglx: Also put a symlink from libGL.so in lib/ for now.
2012-02-29 Eric Anholtglx: Convert to automake.
2012-02-09 Carl Worthdri: Emit a critical error if the swrast driver fails...
2012-02-09 Carl Worthdri: Emit a critical error if a named driver fails...
2012-02-09 Carl Worthdri: Add a CriticalErrorMessageF macro.
2012-02-09 Carl Worthdri: Clarify comments on InfoMessageF and ErrorMessageF...
2012-02-06 Jon TURNEYHave __glImageSize handle format GL_DEPTH_STENCIL_NV...
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-20 Matt TurnerAlways build shared glapi
2012-01-13 Roland Scheideggerscons: Fix libGL.so build.
2012-01-11 Kenneth Graunkeglx/dri: Initialize api even if num_attribs == 0.
2012-01-11 Paul Berryglx: Suppress unused variable warning for cmdlen
2012-01-10 José Fonsecascons: Fix libGL.so build.
2012-01-05 Marek Olšákglx/dri2: print FPS when env var LIBGL_SHOW_FPS is...
2012-01-04 Ian Romanickglx: More hacking around versions of XCB that lack...
2012-01-04 Adam Jacksondrisw: Fix drawable creation against non-default screens
2012-01-03 Ian Romanickglx: Hack around versions of XCB that lack GLX_ARB_crea...
2012-01-02 Ian Romanicktests/glx: Add unit tests for GLX_ARB_create_context...
2012-01-02 Ian Romanickglx: Don't use 'new' as a function parameter name
2012-01-02 Ian Romanickglx: Enable GLX_EXT_create_context_es2_profile
2012-01-02 Ian Romanickglx/dri2: Implement glx_screen_vtable::create_context_a...
2012-01-02 Ian Romanickglx/dri: Add utility function dri2_convert_glx_attribs
2012-01-02 Ian Romanickglx: Add extension strings for GLX_ARB_create_context...
2012-01-02 Ian Romanickglx: Connect glXCreateContextAttribsARB to glXGetProcAd...
2012-01-02 Ian Romanickglx: Initial implementation of glXCreateContextAttribsARB
2012-01-02 Ian Romanickglx/dri2: Implement glx_screen_vtable::create_context_a...
2012-01-02 Ian Romanickglx: Implement glx_screen_vtable::create_context_attrib...
2012-01-02 Ian Romanickglx: Add glx_screen_vtable::create_context_attribs
2012-01-02 Ian Romanickglx: Use __glX_send_client_info with XCB
2012-01-02 Ian Romanickglx: Add __glX_send_client_info super function
2011-12-23 Ian Romanickglx: Propagate the glXIsDirect protocol error back...
2011-12-23 Ian Romanickglx: Deliver an xlib style error to the application...
2011-12-19 Ian Romanickglx: Remove GLX_USE_APPLEGL cruft in extension string...
2011-12-19 Ian Romanickglx: GLX 1.4 does not require GLX_INTEL_swap_event
2011-12-19 Ian Romanickglx: Remove some extensions that are not, and never...
2011-12-19 Ian Romanickglx: Explicitly reject servers that only support GLX 1.0
2011-12-19 Ian Romanickglx: Initialize share_xid in CreateContext
2011-12-19 Ian Romanickglx: Make parameter types for __glXSendError match...
2011-12-19 Ian Romanickglx: Make __glXSendError available in non-Apple builds
2011-12-19 Ian Romanickglx: Send DestroyContext protocol at the correct times
2011-12-19 Ian Romanickglx: Don't segfault if glXGetContextIDEXT is pased...
2011-12-19 Ian Romanickglx: Fix handling of property list received from the...
2011-12-19 Ian Romanickglx: Don't segfault if xcb_glx_is_direct_reply returns...
2011-12-19 Ian Romanickglx: Don't create a shared context if the other context...
2011-12-17 Marek Olšákdrisw: remove unused variable
2011-12-14 Ian RomanickRegenerate files from previous commits
2011-12-08 Aaron Plattnerglx: Fix indirect fallback when a non-Mesa GLX extensio...
2011-11-01 Adam Jacksondrisw: Enable SGI_make_current_read for direct contexts
2011-10-29 Adam Jacksonglx: Don't enable INTEL_swap_event unconditionally
2011-10-24 Jeremy Huddlestonapple: Implement applegl_unbind_context
2011-10-21 Jeremy Huddlestonapple: Use the correct (OpenGL.framework) glViewport...
2011-10-21 Jeremy Huddlestonapple: Silence some debug spew
2011-10-14 Thomas Hellstromdri2: Implement a throttle dri extension.
2011-09-20 José Fonsecascons: MacOSX build fixes.
2011-09-19 Matt TurnerRemove unneeded xdamages header from dri2_glx.c.
2011-09-14 Michel Dänzerglx/dri2: Don't call X server for SwapBuffers when...
2011-09-14 Andrew DeasonGLX: Say something if we cannot connect via DRI2
2011-09-06 nobledEnable GLX_EXT_texture_from_pixmap in software.
2011-08-27 Ian Romanickdri: Remove all DRI1 drivers
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-19 Brian Paulglx: use a block to fix declarations after code warning
2011-08-18 Kristian Høgsbergglx: Don't flush twice if we fallback to dri2CopySubBuffer
2011-08-09 Brian Paulglx: move declarations before code
next