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