index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
apple
Commit message (
Expand
)
Author
Age
Files
Lines
*
darwin: Guard Core Profile usage behind a testing envvar
Jeremy Huddleston Sequoia
2014-05-24
1
-10
/
+20
*
darwin: Write errors in choosing the pixel format to the crash log
Jeremy Huddleston Sequoia
2014-05-24
1
-2
/
+16
*
appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...
Jon TURNEY
2014-05-23
1
-0
/
+5
*
Fix build of appleglx
Jon TURNEY
2014-05-23
9
-271
/
+40
*
darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
Jeremy Huddleston Sequoia
2014-05-20
1
-5
/
+9
*
configure: use LIB_EXT rather than hardcoded .so
Emil Velikov
2014-03-11
1
-4
/
+4
*
configure: remove old makefile variables
Emil Velikov
2014-03-11
1
-5
/
+4
*
glx/apple: Fixed glx context memory leak in case of failure.
Siavash Eliasi
2014-02-28
1
-0
/
+1
*
Apple: glFlush() is not needed with CGLFlushDrawable()
Jeremy Huddleston Sequoia
2013-07-20
1
-2
/
+0
*
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
[next]