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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename swrastg_dri to swrast_dri
Marek Olšák
2011-07-14
1
-3
/
+0
*
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
2011-07-08
5
-2
/
+108
*
DRI2/GLX: use new swap event types
Jesse Barnes
2011-07-08
2
-4
/
+4
*
scons: Actually add src/glx/SConscript.
José Fonseca
2011-07-01
1
-0
/
+85
*
drisw: Remove cargo culting that breaks GLX 1.3 ctors
Adam Jackson
2011-06-29
1
-4
/
+0
*
glx: Verify that drawable creation on the client side actually worked
Adam Jackson
2011-06-29
2
-26
/
+63
*
glx: Alias glXFreeContextEXT to glXDestroyContext
Adam Jackson
2011-06-29
1
-14
/
+6
*
glx: Fix compile.
Stéphane Marchesin
2011-06-20
1
-1
/
+1
*
glx: Bind to our context before __glXSetCurrentContext
Jeremy Huddleston
2011-06-20
1
-9
/
+16
*
glx: Destroy the old context only after the new one has been bound
Jeremy Huddleston
2011-06-20
1
-7
/
+7
*
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
2011-06-20
7
-1
/
+20
*
apple: Use apple_cgl_get_dl_handle() rather than opening a new handle
Jeremy Huddleston
2011-06-17
1
-22
/
+2
*
glx: implement drawable refcounting.
Stéphane Marchesin
2011-06-17
6
-21
/
+37
*
apple: Set the glapi dispatch table on context bind
Jeremy Huddleston
2011-06-14
4
-3
/
+4
*
glx: Remove check for gc->vtable->destroy
Jeremy Huddleston
2011-06-13
1
-2
/
+1
*
apple: applegl_destroy_context: Pass along the correct display
Jeremy Huddleston
2011-06-13
1
-1
/
+1
*
apple: Dead code removal
Jeremy Huddleston
2011-06-13
2
-2
/
+0
*
apple: Request OpenGL 3.2 from OpenGL.framework if available
Jeremy Huddleston
2011-06-11
1
-0
/
+15
*
apple: Store the CGL API version number for future reference
Jeremy Huddleston
2011-06-11
2
-5
/
+5
*
apple: Use a struct glx_config * rather than a void * in apple_visual_create_...
Jeremy Huddleston
2011-06-11
2
-19
/
+17
*
apple: Use _glapi_create_table_from_handle to initialize our dispatch table
Jeremy Huddleston
2011-06-11
1
-1117
/
+1
*
glx: Remove some GLX_USE_APPLEGL guards around glapi
Jeremy Huddleston
2011-06-08
1
-7
/
+3
*
darwin: Use -fvisibility=hidden to set default symbol visibility
Jeremy Huddleston
2011-06-08
2
-20
/
+7
*
mesa: merge glapidispatch.h into dispatch.h
Chia-I Wu
2011-06-08
1
-2
/
+2
*
apple: Update dispatch table to current OpenGL specs
Jeremy Huddleston
2011-06-07
1
-25
/
+233
*
apple: Dead code removal
Jeremy Huddleston
2011-06-07
24
-52219
/
+0
*
apple: Remove apple_glx_get_proc_address
Jeremy Huddleston
2011-06-07
3
-54
/
+0
*
apple: Use glapi rather than reinventing the wheel
Jeremy Huddleston
2011-06-07
10
-53
/
+1065
*
apple: Rename __gl_api to __ogl_framework_api
Jeremy Huddleston
2011-06-07
4
-14
/
+14
*
dri2: protect dri2FlushFrontBuffer against NULL buffers.
Stéphane Marchesin
2011-06-06
1
-0
/
+6
*
apple: Finish build fixes for applegl_glx.c
Jeremy Huddleston
2011-06-06
1
-3
/
+2
*
apple: More fixes for compilation failures
Jeremy Huddleston
2011-06-06
1
-6
/
+6
*
apple: Fix multiple build failures in applegl_glx.c
Jeremy Huddleston
2011-06-05
2
-14
/
+29
*
apple: Build darwin using applegl rather than indirect
Jeremy Huddleston
2011-06-05
3
-3
/
+20
*
glx: Dead code removal
Jeremy Huddleston
2011-06-05
1
-2
/
+0
*
apple: ifdef out come glapi-foo on darwin
Jeremy Huddleston
2011-06-05
1
-0
/
+4
*
apple: Change from XExtDisplayInfo to struct glx_display
Jeremy Huddleston
2011-06-05
1
-4
/
+6
*
apple: Rename GLXcontext
Jeremy Huddleston
2011-06-05
1
-1
/
+1
*
apple: Rename _gl_context_modes_find_visual to glx_config_find_visual
Jeremy Huddleston
2011-06-05
1
-1
/
+1
*
apple: Re-add driContext and do_destroy
Jeremy Huddleston
2011-06-05
1
-0
/
+5
*
apple: Rename GLXcontext
Jeremy Huddleston
2011-06-05
4
-6
/
+6
*
apple: Rename __GLcontextModes to struct glx_config
Jeremy Huddleston
2011-06-05
2
-2
/
+2
*
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
Jeremy Huddleston
2011-06-05
5
-5
/
+5
*
apple: Update GL specs
Jeremy Huddleston
2011-06-05
7
-439
/
+4738
*
glx: Fix use-before-null-check in dri2InvalidateBuffers().
Eric Anholt
2011-06-03
1
-1
/
+6
*
glx: Remove (unused, broken) fastImageUnpack fast path
Adam Jackson
2011-06-02
3
-70
/
+39
*
glx: Fix another case of using req outside of the display lock
Adam Jackson
2011-06-02
1
-2
/
+2
*
glx: Fix glXGetFBConfigFromVisualSGIX.
Stéphane Marchesin
2011-05-27
1
-1
/
+1
*
glx: Don't refer to the request buffer outside of {L,Unl}ockDisplay
Adam Jackson
2011-05-25
1
-3
/
+4
*
glx: More comment cleanup
Adam Jackson
2011-05-24
1
-8
/
+3
[next]