OSDN Git Service

i965: Allocate push constant L3 space once at startup on Gen7+.
[android-x86/external-mesa.git] / src / glx /
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-31 Alan Coopersmithinteger overflow in XF86DRIGetClientDriverName() [CVE...
2013-05-31 Alan Coopersmithinteger overflow in XF86DRIOpenConnection() [CVE-2013...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-04-05 Alexander MonakovHonor GLX_DONT_CARE in MATCH_MASK
2013-03-21 Adam Jacksonglx: Build with VISIBILITY_CFLAGS in automake
2013-03-18 Rob ClarkDRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap
2013-03-15 Brian Paulglx: init screen = 0 to fix optimized build warning
2013-02-27 Jon TURNEYglx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING...
2013-02-19 Zack RusinDRI2: Don't disable GLX_INTEL_swap_event unconditionally
2013-02-07 Eric Anholtglx: Centralize the code for context flushing.
2013-02-07 Eric Anholtglx: Add a little comment about what dri2FlushFrontBuff...
2013-01-29 Stéphane Marchesinglx: Check that swap_buffers_reply is non-NULL before...
2013-01-25 Zack Rusinglx: only advertise GLX_INTEL_swap_event if it's supported
2013-01-21 José Fonsecascons: Fix dependencies of generated headers.
2013-01-13 Johannes Obermayrtests: AM_CPPFLAGS must include $(top_srcdir) instead...
2013-01-10 Matt TurnerClean up .gitignore files
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.
next