index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-07
glx: Fix indirect fallback when a non-Mesa GLX extension is present.
Aaron Plattner
4
-15
/
+54
2011-11-01
drisw: Enable SGI_make_current_read for direct contexts
Adam Jackson
1
-0
/
+2
2011-10-28
glx: Don't enable INTEL_swap_event unconditionally
Adam Jackson
1
-1
/
+1
2011-10-24
apple: Implement applegl_unbind_context
Jeremy Huddleston
1
-0
/
+18
2011-10-21
apple: Use the correct (OpenGL.framework) glViewport and glScissor during init
Jeremy Huddleston
5
-10
/
+15
2011-10-21
apple: Silence some debug spew
Jeremy Huddleston
1
-3
/
+3
2011-10-14
dri2: Implement a throttle dri extension.
Thomas Hellstrom
1
-3
/
+50
2011-09-20
scons: MacOSX build fixes.
José Fonseca
1
-3
/
+0
2011-09-19
Remove unneeded xdamages header from dri2_glx.c.
Matt Turner
1
-1
/
+0
2011-09-14
glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.
Michel Dänzer
1
-0
/
+4
2011-09-14
GLX: Say something if we cannot connect via DRI2
Andrew Deason
1
-0
/
+1
2011-09-06
Enable GLX_EXT_texture_from_pixmap in software.
nobled
1
-2
/
+81
2011-08-26
dri: Remove all DRI1 drivers
Ian Romanick
2
-3
/
+3
2011-08-19
glx: use a block to fix declarations after code warning
Brian Paul
1
-7
/
+9
2011-08-18
glx: Don't flush twice if we fallback to dri2CopySubBuffer
Kristian Høgsberg
1
-11
/
+10
2011-08-09
glx: move declarations before code
Brian Paul
1
-3
/
+7
2011-08-05
glx/dri2: Paper over errors in DRI2Connect when indirect
Christopher James Halse Rogers
1
-0
/
+9
2011-07-19
glx: Avoid calling __glXInitialize() in driReleaseDrawables().
Henri Verbeet
2
-9
/
+4
2011-07-16
darwin: Include glxhash.c in libGL on darwin
Jeremy Huddleston
1
-0
/
+1
2011-07-15
drisw: Fix 24bpp software rendering, take 2
Marc Pignat
1
-0
/
+7
2011-07-14
Rename swrastg_dri to swrast_dri
Marek Olšák
1
-3
/
+0
2011-07-08
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
5
-2
/
+108
2011-07-08
DRI2/GLX: use new swap event types
Jesse Barnes
2
-4
/
+4
2011-07-01
scons: Actually add src/glx/SConscript.
José Fonseca
1
-0
/
+85
2011-06-29
drisw: Remove cargo culting that breaks GLX 1.3 ctors
Adam Jackson
1
-4
/
+0
2011-06-29
glx: Verify that drawable creation on the client side actually worked
Adam Jackson
2
-26
/
+63
2011-06-29
glx: Alias glXFreeContextEXT to glXDestroyContext
Adam Jackson
1
-14
/
+6
2011-06-20
glx: Fix compile.
Stéphane Marchesin
1
-1
/
+1
2011-06-20
glx: Bind to our context before __glXSetCurrentContext
Jeremy Huddleston
1
-9
/
+16
2011-06-20
glx: Destroy the old context only after the new one has been bound
Jeremy Huddleston
1
-7
/
+7
2011-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
7
-1
/
+20
2011-06-17
apple: Use apple_cgl_get_dl_handle() rather than opening a new handle
Jeremy Huddleston
1
-22
/
+2
2011-06-17
glx: implement drawable refcounting.
Stéphane Marchesin
6
-21
/
+37
2011-06-14
apple: Set the glapi dispatch table on context bind
Jeremy Huddleston
4
-3
/
+4
2011-06-13
glx: Remove check for gc->vtable->destroy
Jeremy Huddleston
1
-2
/
+1
2011-06-13
apple: applegl_destroy_context: Pass along the correct display
Jeremy Huddleston
1
-1
/
+1
2011-06-13
apple: Dead code removal
Jeremy Huddleston
2
-2
/
+0
2011-06-11
apple: Request OpenGL 3.2 from OpenGL.framework if available
Jeremy Huddleston
1
-0
/
+15
2011-06-11
apple: Store the CGL API version number for future reference
Jeremy Huddleston
2
-5
/
+5
2011-06-11
apple: Use a struct glx_config * rather than a void * in apple_visual_create_...
Jeremy Huddleston
2
-19
/
+17
2011-06-11
apple: Use _glapi_create_table_from_handle to initialize our dispatch table
Jeremy Huddleston
1
-1117
/
+1
2011-06-08
glx: Remove some GLX_USE_APPLEGL guards around glapi
Jeremy Huddleston
1
-7
/
+3
2011-06-08
darwin: Use -fvisibility=hidden to set default symbol visibility
Jeremy Huddleston
2
-20
/
+7
2011-06-08
mesa: merge glapidispatch.h into dispatch.h
Chia-I Wu
1
-2
/
+2
2011-06-07
apple: Update dispatch table to current OpenGL specs
Jeremy Huddleston
1
-25
/
+233
2011-06-07
apple: Dead code removal
Jeremy Huddleston
24
-52219
/
+0
2011-06-07
apple: Remove apple_glx_get_proc_address
Jeremy Huddleston
3
-54
/
+0
2011-06-07
apple: Use glapi rather than reinventing the wheel
Jeremy Huddleston
10
-53
/
+1065
2011-06-07
apple: Rename __gl_api to __ogl_framework_api
Jeremy Huddleston
4
-14
/
+14
2011-06-06
dri2: protect dri2FlushFrontBuffer against NULL buffers.
Stéphane Marchesin
1
-0
/
+6
[next]