index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
dri2_glx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri2: Trust our own driver name lookup over the server's.
Eric Anholt
2014-01-27
1
-1
/
+11
*
dri2: Open the fd before loading the driver.
Eric Anholt
2014-01-27
1
-14
/
+14
*
glx: add missing null check in dri2_bind_tex_image
Juha-Pekka Heikkila
2013-12-18
1
-2
/
+6
*
glx: Add missing null check in dri2CreateDrawable
Juha-Pekka Heikkila
2013-12-18
1
-2
/
+4
*
glx: Add missing null check in gxl/dri2_glx.c
Juha-Pekka Heikkila
2013-12-03
1
-0
/
+4
*
glx/dri2: Add DRI2 support for GLX_MESA_query_renderer
Ian Romanick
2013-11-07
1
-1
/
+12
*
glx/dri2: Pull some internal structures out to a separate header file
Ian Romanick
2013-11-07
1
-20
/
+1
*
dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
2013-10-24
1
-9
/
+14
*
glx: Add an optional function call for getting the DRI driver interface.
Eric Anholt
2013-10-24
1
-1
/
+1
*
glx: Move the driver extension-loading to a helper function.
Eric Anholt
2013-10-24
1
-4
/
+2
*
glx: Initialize OpenGL version to 1.0
Rico Schüller
2013-09-04
1
-5
/
+5
*
glx: make the interval of LIBGL_SHOW_FPS adjustable
Chia-I Wu
2013-09-02
1
-4
/
+8
*
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
2013-07-18
1
-0
/
+8
*
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
Tomasz Lis
2013-07-18
1
-2
/
+2
*
glx: Store the value of renderType while creating context
Tomasz Lis
2013-07-18
1
-0
/
+8
*
DRI2: HACK: no GLX_INTEL_swap_event if no ScheduleSwap
Rob Clark
2013-03-18
1
-6
/
+15
*
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
Zack Rusin
2013-02-19
1
-3
/
+12
*
glx: Centralize the code for context flushing.
Eric Anholt
2013-02-07
1
-45
/
+37
*
glx: Add a little comment about what dri2FlushFrontBuffer() does.
Eric Anholt
2013-02-07
1
-0
/
+4
*
glx: Check that swap_buffers_reply is non-NULL before using it
Stéphane Marchesin
2013-01-29
1
-3
/
+5
*
glx: only advertise GLX_INTEL_swap_event if it's supported
Zack Rusin
2013-01-24
1
-2
/
+3
*
glx/dri2: set the __DRI2_FLUSH_DRAWABLE flag where it should be set
Marek Olšák
2012-12-07
1
-2
/
+4
*
glx/dri2: add and use new driver hook flush_with_flags
Marek Olšák
2012-12-02
1
-49
/
+92
*
glx: move the glFlush call one layer down
Marek Olšák
2012-12-02
1
-5
/
+13
*
glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()
Owen W. Taylor
2012-10-17
1
-1
/
+1
*
glx: Fix a regression in the new XCB code
Fredrik Höglund
2012-10-16
1
-3
/
+15
*
glx: Replace DRI2SwapBuffers() custom protocol with XCB.
Eric Anholt
2012-10-09
1
-4
/
+31
*
glx: Fix some indentation.
Eric Anholt
2012-10-09
1
-5
/
+5
*
glx: Replace DRI2SwapInterval custom protocol with XCB.
Eric Anholt
2012-10-09
1
-7
/
+2
*
glx: Reuse setSwapInterval for setting initial swap interval.
Eric Anholt
2012-10-09
1
-5
/
+2
*
glx: Allow glXSwapInterval(0) when vblank_mode=0.
Eric Anholt
2012-10-09
1
-1
/
+3
*
glx: Replace DRI2GetMSC custom protocol with XCB.
Eric Anholt
2012-10-09
1
-16
/
+10
*
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Eric Anholt
2012-10-09
1
-16
/
+21
*
glx: Replace DRI2WaitForSBC custom protocol with XCB.
Eric Anholt
2012-10-09
1
-9
/
+34
*
glx: Unifdef some dri_interface.h defines.
Eric Anholt
2012-10-09
1
-14
/
+1
*
glx/dri2: use uint64_t instead of double to represent time for FPS calculation
Marek Olšák
2012-10-03
1
-5
/
+6
*
Use calloc instead of malloc/memset-0
Matt Turner
2012-09-05
1
-8
/
+4
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-26
/
+26
*
glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
Kenneth Graunke
2012-08-08
1
-1
/
+1
*
glx/dri2: Add support for GLX_ARB_create_context_robustness
Ian Romanick
2012-07-11
1
-2
/
+21
*
Set close on exec flag FD_CLOEXEC
David Fries
2012-03-11
1
-1
/
+9
*
dri: Emit a critical error if a named driver fails to load.
Carl Worth
2012-02-08
1
-0
/
+2
*
glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)
Marek Olšák
2012-01-05
1
-1
/
+34
*
glx: Enable GLX_EXT_create_context_es2_profile
Ian Romanick
2012-01-02
1
-0
/
+6
*
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts
Ian Romanick
2012-01-02
1
-1
/
+91
*
glx: Add glx_screen_vtable::create_context_attribs
Ian Romanick
2012-01-02
1
-1
/
+2
*
glx: Send DestroyContext protocol at the correct times
Ian Romanick
2011-12-19
1
-3
/
+0
*
glx: Don't create a shared context if the other context isn't the same kind
Ian Romanick
2011-12-19
1
-0
/
+7
*
glx: Fix indirect fallback when a non-Mesa GLX extension is present.
Aaron Plattner
2011-12-07
1
-4
/
+19
[next]