index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx/dri3: add GPU offloading support.
Axel Davy
2014-07-01
2
-32
/
+188
*
dri3: cache pointer to back instead of looking up.
Dave Airlie
2014-07-01
1
-8
/
+9
*
dri3: use invalidate.
Axel Davy
2014-06-27
1
-0
/
+7
*
dri3: fix image extension checking.
Dave Airlie
2014-06-27
1
-10
/
+6
*
glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event
Jasper St. Pierre
2014-06-27
1
-4
/
+5
*
glx: Added missing null check in GetDrawableAttribute()
Juha-Pekka Heikkila
2014-06-26
1
-4
/
+8
*
glx: Don't crash on swap event for a Window (non-GLXWindow)
Daniel Manjarres
2014-06-20
1
-4
/
+8
*
glx: Add an error message when a direct renderer's createScreen() routine fails
Jon TURNEY
2014-06-18
4
-4
/
+12
*
mesa: glx: Reduce error log level
Courtney Goeltzenleuchter
2014-06-12
1
-1
/
+1
*
glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case
Jon TURNEY
2014-06-10
2
-6
/
+13
*
Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"
Marek Olšák
2014-06-02
1
-5
/
+5
*
darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...
Jeremy Huddleston Sequoia
2014-05-31
1
-2
/
+0
*
glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload
Jerome Glisse
2014-05-29
1
-5
/
+5
*
glx: do not leak dri3Display
Emil Velikov
2014-05-25
1
-0
/
+4
*
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
18
-288
/
+67
*
Make DRI dependencies and build depend on the target
Jon TURNEY
2014-05-23
2
-7
/
+27
*
Fix build for darwin
Jon TURNEY
2014-05-23
1
-1
/
+1
*
darwin: Fix test for kCGLPFAOpenGLProfile support at runtime
Jeremy Huddleston Sequoia
2014-05-20
1
-5
/
+9
*
glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414
Emil Velikov
2014-05-10
1
-3
/
+3
*
glx: Conditionally compile GLX_MESA_query_renderer DRI3 support
Armin K
2014-05-02
1
-0
/
+4
*
dri3: Enable GLX_MESA_query_renderer on DRI3 too
Ian Romanick
2014-05-02
4
-2
/
+56
*
glx/drisw: fix memory leak when destroying screen.
Roland Scheidegger
2014-05-01
1
-0
/
+1
*
glx/drisw: explicitly assign struct components for glx_*_vtable
Emil Velikov
2014-04-28
1
-11
/
+13
*
glx/dri3: explicitly assign struct components for glx_*_vtable
Emil Velikov
2014-04-28
1
-11
/
+13
*
glx/dri2: explicitly assign struct components for glx_*_vtable
Emil Velikov
2014-04-28
1
-13
/
+13
*
glx/dri: explicitly assign struct components for glx_*_vtable
Emil Velikov
2014-04-28
1
-13
/
+13
*
glx/indirect: explicitly assign struct components for glx_*_vtable
Emil Velikov
2014-04-28
1
-12
/
+14
*
glx/apple: explicitly assign struct components for glx_*_vtable
Emil Velikov
2014-04-28
1
-11
/
+14
*
glx/tests: explicitly set __DRI2rendererQueryExtension members
Emil Velikov
2014-04-28
1
-4
/
+4
*
glx/dri3: rework __DRIextension handling
Emil Velikov
2014-04-28
2
-10
/
+9
*
glx/dri2: rework __DRIextension handling
Emil Velikov
2014-04-28
1
-1
/
+1
*
dri_interface: Update __DRItexBufferExtensionRec to version 3
Emil Velikov
2014-04-28
3
-13
/
+8
*
glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path
Emil Velikov
2014-04-09
1
-3
/
+1
*
automake: don't enable -Wl,--no-undefined on OpenBSD
Jonathan Gray
2014-04-05
1
-1
/
+1
*
glx: Do not advertise buffer_age on dri2
Adel Gadllah
2014-04-02
1
-1
/
+1
*
glx: add extra null check in getFBConfigs
Juha-Pekka Heikkila
2014-04-02
1
-0
/
+4
*
glx: remove unused __glXClientInfo()
Juha-Pekka Heikkila
2014-04-02
1
-13
/
+0
*
automake: ask the linker to do garbage collection
Emil Velikov
2014-03-31
1
-0
/
+1
*
automake: add -Wl,--no-undefined to all libraries
Emil Velikov
2014-03-31
1
-1
/
+3
*
loader: add special logic to distinguish nouveau from nouveau_vieux
Ilia Mirkin
2014-03-19
1
-10
/
+10
*
glx: Fix incorrect pdp assignment in dri2_bind_context().
Charmaine Lee
2014-03-18
1
-1
/
+2
*
dri3: Add GLX_EXT_buffer_age support
Adel Gadllah
2014-03-13
7
-3
/
+55
*
dri3: Prefer the last chosen back when finding a new one.
Eric Anholt
2014-03-13
1
-10
/
+7
*
glx: cleanup unneeded headers
Emil Velikov
2014-03-11
7
-11
/
+1
*
glx/tests: honor enable-driglx-direct configure flag
Jon TURNEY
2014-03-11
1
-0
/
+4
*
configure: use LIB_EXT rather than hardcoded .so
Emil Velikov
2014-03-11
1
-4
/
+4
*
automake: do not use symbols names for static glapi.la
Emil Velikov
2014-03-11
1
-5
/
+3
[next]