gallium/u_blitter: minor simplification
[mesa.git] / src / glx /
2012-12-07 Marek Olšákglx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where...
2012-12-01 Marek Olšákglx/dri2: add and use new driver hook flush_with_flags
2012-12-01 Marek Olšákglx: move the glFlush call one layer down
2012-12-01 Dave Airliedri_glx: fix use after free report
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-01 Paul Berrydispatch: Include glheader.h in dispatch-related files.
2012-10-29 Ian Romanickglx: Add the extension string for GLX_ARB_framebuffer_sRGB
2012-10-29 Ian Romanickglx: Set sRGBCapable to a default value
2012-10-17 Adam Jacksonglx: Add GLXBadProfileARB to the error string list
2012-10-17 Owen W. Taylorglx: Fix listing of INTEL_swap_event in glXQueryExtensi...
2012-10-16 Fredrik Höglundglx: Fix a regression in the new XCB code
2012-10-09 Eric Anholtglx: Replace DRI2SwapBuffers() custom protocol with...
2012-10-09 Eric Anholtglx: Fix some indentation.
2012-10-09 Eric Anholtglx: Replace DRI2SwapInterval custom protocol with...
2012-10-09 Eric Anholtglx: Reuse setSwapInterval for setting initial swap...
2012-10-09 Eric Anholtglx: Allow glXSwapInterval(0) when vblank_mode=0.
2012-10-09 Eric Anholtglx: Replace DRI2GetMSC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Replace DRI2WaitForMSC custom protocol with XCB.
2012-10-09 Eric Anholtglx: Replace DRI2WaitForSBC custom protocol with XCB.
2012-10-09 Eric Anholtglx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER...
2012-10-09 Eric Anholtglx: Unifdef some dri_interface.h defines.
2012-10-09 Eric Anholtglx: Unifdef USE_XCB.
2012-10-03 Marek Olšákglx/dri2: use uint64_t instead of double to represent...
2012-10-01 Matt Turnerbuild: Use AX_PTHREAD's HAVE_PTHREAD preprocessor defin...
2012-10-01 Matt Turnerbuild: Use PTHREAD_LIBS and PTHREAD_CFLAGS
2012-09-24 Jonas Maebedarwin: do not create double-buffered offscreen pixel...
2012-09-07 Brian Paulglx: move 'prime' var into #ifdef'd code block
2012-09-06 Matt TurnerReplace another malloc/memset-0 combination with calloc
2012-09-06 Matt TurnerRemove useless memset after calloc
2012-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-08-22 Matt Turnerbuild: Clean glx Makefile.am
2012-08-16 Dave Airlieglx/dri2: add dri2 prime support.
2012-08-13 Christopher James... build/glx: fix include paths for out-of-tree builds
2012-08-13 Christopher James... build: fix location of generated files in src/mesa...
2012-08-09 Kenneth Graunkeglx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFIC...
2012-08-08 Ian Romanickglx: Don't use glapitable.h at all
2012-08-08 Ian Romanickglx: Don't rely on struct _glapi_table
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
next