haiku libGL: Move from gallium target to src/hgl
[mesa.git] / src / glx /
2014-01-06 Juha-Pekka Heikkilaglx: check memory allocations in __glXInitVertexArraySt...
2013-12-21 Lauri Kasanenglx: Simplify __glxGetMscRate, it only needs the screen...
2013-12-21 Keith Packarddri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK
2013-12-21 Keith Packarddri3: Clean up struct dri3_drawable
2013-12-21 Keith Packarddri3: Free resources when drawable is destroyed.
2013-12-21 Keith Packarddri3: Switch to libxshmfence version 1.1
2013-12-19 Juha-Pekka Heikkilaglx: Fix two identical null check errors in driSet...
2013-12-18 Juha-Pekka Heikkilaglx: add missing null check in dri2_bind_tex_image
2013-12-18 Juha-Pekka Heikkilaglx: Add missing null check in dri2CreateDrawable
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-12 Juha-Pekka Heikkilaglx: Add missing null check in DRI2WireToEvent
2013-12-03 Juha-Pekka Heikkilaglx: Add missing null check in gxl/dri2_glx.c
2013-12-03 Juha-Pekka Heikkilaglx: Check malloc return value before accessing memory...
2013-11-21 Dave Airlieglx: don't fail out when no configs if we have visuals
2013-11-19 Jon TURNEYglx/tests: Provide __glXGetCurrentContext() stub when...
2013-11-13 Kristian Høgsbergdri: Remove redundant createNewContext function from...
2013-11-11 Brian Paulglx: declare glx_screen struct to silence warning
2013-11-11 Brian Paulglx: change query_renderer_integer() value param to...
2013-11-11 José Fonsecaglx: Fix scons build.
2013-11-09 Armin Kglx: conditionaly build dri3 and present loader (v3)
2013-11-08 José Fonsecascons: Add dri2_query_renderer.c to sources.
2013-11-08 Keith Packarddri3: Fix pixmap buf_id computation
2013-11-08 Eric Anholtglx: Add a more informative debug message in a DRI3...
2013-11-08 Keith PackardAdd DRI3+Present loader
2013-11-08 Ian Romanickglx/tests: Add unit tests for the DRI2 part of GLX_MESA...
2013-11-08 Ian Romanickglx/tests: Add unit tests for the GLX part of GLX_MESA_...
2013-11-08 Ian Romanickglx/tests: Add GetGLXScreenConfigs_called flag
2013-11-08 Ian Romanickglx/dri2: Add DRI2 support for GLX_MESA_query_renderer
2013-11-08 Ian Romanickglx/dri2: Pull some internal structures out to a separa...
2013-11-08 Ian Romanickglx/tests: Silence warnings after adding fields to...
2013-11-08 Ian Romanickglx: Add functions and GLX plumbing for GLX_MESA_query_...
2013-11-08 Ian Romanickglx: Add extension tracking GLX_MESA_query_renderer
2013-10-30 José Fonsecascons: Add missing dependencies to src/mapi/glapi/gen...
2013-10-25 Adam Jacksonglx: Fix return value from indirect_bind_context
2013-10-24 Eric Anholtdri: Pass in the dlsym()ed driver extension to screen...
2013-10-24 Eric Anholtglx: Add an optional function call for getting the...
2013-10-24 Eric Anholtdri: Allow config options to be passed to the loader...
2013-10-24 Eric Anholtglx: Move the driver extension-loading to a helper...
2013-10-08 Adam Jacksonglx: Generate fewer errors in MakeContextCurrent
2013-10-08 Adam Jacksonglx: Propagate failures from SendMakeCurrentRequest...
2013-10-08 Adam Jacksonglx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRe...
2013-09-04 Rico Schüllerglx: Initialize OpenGL version to 1.0
2013-09-02 Chia-I Wuglx: make the interval of LIBGL_SHOW_FPS adjustable
2013-08-14 Ian Romanickglx: Generate GLXBadDrawable when drawable is zero
2013-07-20 Jeremy Huddleston... Apple: glFlush() is not needed with CGLFlushDrawable()
2013-07-19 Tomasz Lismesa: Dispatch ARB_framebuffer_object and EXT_framebuff...
2013-07-18 Tomasz Lisglx: Enable floating-point fbconfig extensions
2013-07-18 Tomasz Lisdri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
2013-07-18 Tomasz Lisglx: Require proper drawableType in init_fbconfig_for_c...
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Store the RENDER_TYPE in indirect rendering
2013-07-18 Tomasz Lisglx: Handling RENDER_TYPE in glXCreateContext and init_...
2013-07-18 Tomasz Lisglx: Changes to visual configs initialization.
2013-07-18 Tomasz Lisglx: Retrieve the value of RENDER_TYPE from GLX attribs...
2013-07-18 Tomasz Lisglx: Store the value of renderType while creating context
2013-06-27 Brian Paulglx: return True/False instead of GL_TRUE/GL_FALSE
2013-06-27 Brian Paulglx: move declarations before code
2013-06-26 Eric Anholtglx: Fix another missed glMultiDrawElementsEXT const...
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.
next