index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
apple
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-15
build: Rename sources.mak -> Makefile.sources
Matt Turner
1
-1
/
+1
2012-11-12
mesa: Standardize names of OpenGL functions.
Paul Berry
3
-3
/
+3
2012-10-01
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
1
-1
/
+1
2012-09-24
darwin: do not create double-buffered offscreen pixel formats
Jonas Maebe
1
-1
/
+1
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-2
/
+2
2012-08-13
build: fix location of generated files in src/mesa (v4)
Christopher James Halse Rogers
1
-0
/
+4
2012-06-11
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
1
-1
/
+1
2012-05-18
darwin: Address a build failure on Leopard and earlier OS versions
Jeremy Huddleston
1
-0
/
+10
2012-05-16
darwin: Eliminate a possible race condition while destroying a surface
Jeremy Huddleston
1
-4
/
+4
2012-05-16
darwin: Unlock our mutex before destroying it
Jeremy Huddleston
1
-0
/
+3
2012-05-03
darwin: Use ASL for logging
Jeremy Huddleston
5
-21
/
+183
2012-05-03
darwin: Make reported errors more user-friendly
Jeremy Huddleston
1
-9
/
+10
2012-05-03
darwin: Fix an error message
Jeremy Huddleston
1
-1
/
+1
2012-04-24
darwin: Eliminate a pthread mutex leak
Jeremy Huddleston
1
-0
/
+7
2012-04-23
apple: Fix a use after free
Jonas Maebe
1
-2
/
+4
2012-03-16
darwin: Build create_context.c
Jeremy Huddleston
1
-0
/
+1
2011-12-19
glx: Make __glXSendError available in non-Apple builds
Ian Romanick
3
-101
/
+1
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-07-16
darwin: Include glxhash.c in libGL on darwin
Jeremy Huddleston
1
-0
/
+1
2011-06-17
apple: Use apple_cgl_get_dl_handle() rather than opening a new handle
Jeremy Huddleston
1
-22
/
+2
2011-06-14
apple: Set the glapi dispatch table on context bind
Jeremy Huddleston
3
-3
/
+2
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
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
2
-48
/
+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-05
apple: Fix multiple build failures in applegl_glx.c
Jeremy Huddleston
1
-1
/
+2
2011-06-05
apple: Change from XExtDisplayInfo to struct glx_display
Jeremy Huddleston
1
-4
/
+6
2011-06-05
apple: Rename GLXcontext
Jeremy Huddleston
4
-6
/
+6
2011-06-05
apple: Rename __GLcontextModes to struct glx_config
Jeremy Huddleston
1
-1
/
+1
2011-06-05
apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
Jeremy Huddleston
5
-5
/
+5
2011-06-05
apple: Update GL specs
Jeremy Huddleston
7
-439
/
+4738
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-3
/
+3
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-12
/
+12
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
5
-5
/
+5
2010-07-19
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
1
-48
/
+0
2010-07-19
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
2
-48
/
+1
2010-07-01
mesa: Purge macros NEED_EVENTS and NEED_REPLIES
Fernando Carrijo
1
-2
/
+0
2010-05-06
apple: Move glapi to mapi.
Vinson Lee
1
-1
/
+2
2010-04-27
Buildfixes to work around issues in OpenGL.framework
Jeremy Huddleston
11
-135
/
+60
2010-04-27
Update OpenGL specs
Jeremy Huddleston
10
-274
/
+2522
2010-04-27
apple: Use mesa gl.h rather than generating one.
Jeremy Huddleston
7
-181
/
+48
2010-04-27
apple: Integrate our libGL into the existing build system better
Jeremy Huddleston
1
-73
/
+110
[next]