summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: Add missing null check in __glX_send_client_info()Juha-Pekka Heikkila2014-02-071-0/+4
* glx: Add some missing null checks in glx_pbuffer.cJuha-Pekka Heikkila2014-02-071-4/+15
* glx: Add missing null check in __glXCloseDisplayJuha-Pekka Heikkila2014-02-071-1/+2
* glx: Add missing null checks in glxcmds.cJuha-Pekka Heikkila2014-02-071-8/+20
* glx: Pass NULL DRI drawables into the DRI driver for None GLX drawablesKristian Høgsberg2014-02-062-5/+15
* dri3: Track current Present swap mode and adjust buffer countsKeith Packard2014-01-302-24/+35
* dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard2014-01-301-0/+1
* dri3: Flush XCB before blocking for special eventsKeith Packard2014-01-301-0/+2
* dri3: Enable GLX_INTEL_swap_eventKeith Packard2014-01-301-17/+1
* dri3: Fix dri3_wait_for_sbc to wait for completion of requested SBCKeith Packard2014-01-301-16/+39
* dri3: Track full 64-bit SBC numbers, instead of just 32-bitsKeith Packard2014-01-302-20/+30
* build: Share the all-local rule for linking libraries into the build dirKristian Høgsberg2014-01-291-6/+1
* loader: Add missing \n on message printingEmil Velikov2014-01-271-4/+4
* dri: Reuse dri_message to implement our other message handlers.Eric Anholt2014-01-272-63/+4
* dri: Fix the logger error message handling.Eric Anholt2014-01-273-3/+34
* dri2: Trust our own driver name lookup over the server's.Eric Anholt2014-01-272-2/+12
* dri2: Open the fd before loading the driver.Eric Anholt2014-01-271-14/+14
* dri3: Fix two little memory leaks.Eric Anholt2014-01-271-2/+2
* glx: link loader util lib only when building with dri3Emil Velikov2014-01-231-1/+1
* glx: use the loader util libEmil Velikov2014-01-185-153/+7
* loader: introduce the loader util libEmil Velikov2014-01-182-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-173-3/+3
* glx: check memory allocations in __glXInitVertexArrayState()Juha-Pekka Heikkila2014-01-061-4/+23
* glx: Simplify __glxGetMscRate, it only needs the screen, not a drawableLauri Kasanen2013-12-203-6/+4
* dri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACKKeith Packard2013-12-202-7/+7
* dri3: Clean up struct dri3_drawableKeith Packard2013-12-201-5/+1
* dri3: Free resources when drawable is destroyed.Keith Packard2013-12-202-2/+20
* dri3: Switch to libxshmfence version 1.1Keith Packard2013-12-202-3/+3
* glx: Fix two identical null check errors in driSet/GetIntervalJuha-Pekka Heikkila2013-12-191-8/+12
* glx: add missing null check in dri2_bind_tex_imageJuha-Pekka Heikkila2013-12-181-2/+6
* glx: Add missing null check in dri2CreateDrawableJuha-Pekka Heikkila2013-12-181-2/+4
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-5/+38
* glx: Add missing null check in DRI2WireToEventJuha-Pekka Heikkila2013-12-111-0/+2
* glx: Add missing null check in gxl/dri2_glx.cJuha-Pekka Heikkila2013-12-031-0/+4
* glx: Check malloc return value before accessing memory in glx/clientattrib.cJuha-Pekka Heikkila2013-12-031-0/+4
* glx: don't fail out when no configs if we have visualsDave Airlie2013-11-211-1/+1
* glx/tests: Provide __glXGetCurrentContext() stub when neededJon TURNEY2013-11-191-0/+8
* dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg2013-11-121-45/+11
* glx: declare glx_screen struct to silence warningBrian Paul2013-11-111-0/+2
* glx: change query_renderer_integer() value param to unsignedBrian Paul2013-11-113-3/+4
* glx: Fix scons build.José Fonseca2013-11-111-0/+3
* glx: conditionaly build dri3 and present loader (v3)Armin K2013-11-092-2/+10
* scons: Add dri2_query_renderer.c to sources.José Fonseca2013-11-081-0/+1
* dri3: Fix pixmap buf_id computationKeith Packard2013-11-071-1/+1
* glx: Add a more informative debug message in a DRI3 error path.Eric Anholt2013-11-071-0/+7
* Add DRI3+Present loaderKeith Packard2013-11-076-1/+2195
* glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_rendererIan Romanick2013-11-073-6/+314
* glx/tests: Add unit tests for the GLX part of GLX_MESA_query_rendererIan Romanick2013-11-073-1/+449
* glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick2013-11-071-0/+4
* glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick2013-11-075-1/+119