summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Add an error message when a direct renderer's createScreen() routine failsJon TURNEY2014-06-181-1/+3
* glx/dri2: explicitly assign struct components for glx_*_vtableEmil Velikov2014-04-281-13/+13
* glx/dri2: rework __DRIextension handlingEmil Velikov2014-04-281-1/+1
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-281-5/+1
* loader: add special logic to distinguish nouveau from nouveau_vieuxIlia Mirkin2014-03-191-10/+10
* glx: Fix incorrect pdp assignment in dri2_bind_context().Charmaine Lee2014-03-181-1/+2
* dri3: Add GLX_EXT_buffer_age supportAdel Gadllah2014-03-131-0/+1
* glx: cleanup unneeded headersEmil Velikov2014-03-111-3/+0
* glx/dri2: set the implemented version of __DRIdri2LoaderExtensionEmil Velikov2014-02-231-8/+10
* glx: Pass NULL DRI drawables into the DRI driver for None GLX drawablesKristian Høgsberg2014-02-061-5/+12
* dri2: Trust our own driver name lookup over the server's.Eric Anholt2014-01-271-1/+11
* dri2: Open the fd before loading the driver.Eric Anholt2014-01-271-14/+14
* 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
* glx: Add missing null check in gxl/dri2_glx.cJuha-Pekka Heikkila2013-12-031-0/+4
* glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick2013-11-071-1/+12
* glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2013-11-071-20/+1
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-241-9/+14
* glx: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-1/+1
* glx: Move the driver extension-loading to a helper function.Eric Anholt2013-10-241-4/+2
* glx: Initialize OpenGL version to 1.0Rico Schüller2013-09-041-5/+5
* glx: make the interval of LIBGL_SHOW_FPS adjustableChia-I Wu2013-09-021-4/+8
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-0/+8
* glx: Retrieve the value of RENDER_TYPE from GLX attribs arrayTomasz Lis2013-07-181-2/+2
* glx: Store the value of renderType while creating contextTomasz Lis2013-07-181-0/+8
* DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwapRob Clark2013-03-181-6/+15
* DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin2013-02-191-3/+12
* glx: Centralize the code for context flushing.Eric Anholt2013-02-071-45/+37
* glx: Add a little comment about what dri2FlushFrontBuffer() does.Eric Anholt2013-02-071-0/+4
* glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin2013-01-291-3/+5
* glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin2013-01-241-2/+3
* glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be setMarek Olšák2012-12-071-2/+4
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-021-49/+92
* glx: move the glFlush call one layer downMarek Olšák2012-12-021-5/+13
* glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor2012-10-171-1/+1
* glx: Fix a regression in the new XCB codeFredrik Höglund2012-10-161-3/+15
* glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt2012-10-091-4/+31
* glx: Fix some indentation.Eric Anholt2012-10-091-5/+5
* glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt2012-10-091-7/+2
* glx: Reuse setSwapInterval for setting initial swap interval.Eric Anholt2012-10-091-5/+2
* glx: Allow glXSwapInterval(0) when vblank_mode=0.Eric Anholt2012-10-091-1/+3
* glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt2012-10-091-16/+10
* glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt2012-10-091-16/+21
* glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt2012-10-091-9/+34
* glx: Unifdef some dri_interface.h defines.Eric Anholt2012-10-091-14/+1
* glx/dri2: use uint64_t instead of double to represent time for FPS calculationMarek Olšák2012-10-031-5/+6
* Use calloc instead of malloc/memset-0Matt Turner2012-09-051-8/+4
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-26/+26
* glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke2012-08-081-1/+1