index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
apple
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-27
Fix a few typos
Zoë Blade
3
-4
/
+4
2015-04-14
glx: replace __FUNCTION__ with __func__
Marius Predut
1
-2
/
+2
2015-02-10
darwin: build fix
Jeremy Huddleston Sequoia
1
-0
/
+1
2014-12-12
mesa: Add notes/readme files to distribution.
Matt Turner
1
-0
/
+2
2014-12-12
glx/apple: Add headers to distribution.
Matt Turner
1
-1
/
+10
2014-05-31
darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...
Jeremy Huddleston Sequoia
1
-2
/
+0
2014-05-24
darwin: Guard Core Profile usage behind a testing envvar
Jeremy Huddleston Sequoia
1
-10
/
+20
2014-05-24
darwin: Write errors in choosing the pixel format to the crash log
Jeremy Huddleston Sequoia
1
-2
/
+16
2014-05-23
appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...
Jon TURNEY
1
-0
/
+5
2014-05-23
Fix build of appleglx
Jon TURNEY
9
-271
/
+40
2014-05-20
darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
Jeremy Huddleston Sequoia
1
-5
/
+9
2014-03-11
configure: use LIB_EXT rather than hardcoded .so
Emil Velikov
1
-4
/
+4
2014-03-11
configure: remove old makefile variables
Emil Velikov
1
-5
/
+4
2014-02-28
glx/apple: Fixed glx context memory leak in case of failure.
Siavash Eliasi
1
-0
/
+1
2013-07-20
Apple: glFlush() is not needed with CGLFlushDrawable()
Jeremy Huddleston Sequoia
1
-2
/
+0
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
[next]