index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
drisw_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
glx: update to updated version of EXT_create_context_es2_profile
Ilia Mirkin
1
-1
/
+3
2015-10-31
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
1
-5
/
+14
2014-08-15
glx/drisw: add support for DRI2rendererQueryExtension
Emil Velikov
1
-2
/
+10
2014-08-15
glx/drisw: Move private structure declarations to a header file
Emil Velikov
1
-40
/
+1
2014-06-18
glx: Add an error message when a direct renderer's createScreen() routine fails
Jon TURNEY
1
-1
/
+3
2014-05-01
glx/drisw: fix memory leak when destroying screen.
Roland Scheidegger
1
-0
/
+1
2014-04-28
glx/drisw: explicitly assign struct components for glx_*_vtable
Emil Velikov
1
-11
/
+13
2014-04-28
dri_interface: Update __DRItexBufferExtensionRec to version 3
Emil Velikov
1
-7
/
+5
2014-02-23
glx/drisw: use the implemented version of __DRIswrastLoaderExtension
Emil Velikov
1
-5
/
+6
2013-12-13
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
1
-5
/
+38
2013-10-24
dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
1
-3
/
+10
2013-10-24
glx: Add an optional function call for getting the DRI driver interface.
Eric Anholt
1
-4
/
+2
2013-09-04
glx: Initialize OpenGL version to 1.0
Rico Schüller
1
-5
/
+5
2013-07-18
glx: Validate the GLX_RENDER_TYPE value
Tomasz Lis
1
-0
/
+9
2013-07-18
glx: Retrieve the value of RENDER_TYPE from GLX attribs array
Tomasz Lis
1
-2
/
+2
2013-07-18
glx: Store the value of renderType while creating context
Tomasz Lis
1
-0
/
+5
2012-12-02
glx: move the glFlush call one layer down
Marek Olšák
1
-1
/
+6
2012-09-05
Remove useless memset after calloc
Matt Turner
1
-1
/
+0
2012-09-05
Use calloc instead of malloc/memset-0
Matt Turner
1
-6
/
+3
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-2
/
+1
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-18
/
+18
2012-08-08
glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.
Kenneth Graunke
1
-1
/
+1
2012-07-11
glx/dri2: Add support for GLX_ARB_create_context_robustness
Ian Romanick
1
-1
/
+5
2012-03-24
glx/drisw: avoid segfaults when we fail to get visual
Dave Airlie
1
-2
/
+9
2012-02-08
dri: Emit a critical error if the swrast driver fails to load.
Carl Worth
1
-2
/
+4
2012-01-04
drisw: Fix drawable creation against non-default screens
Adam Jackson
1
-2
/
+1
2012-01-02
glx: Enable GLX_EXT_create_context_es2_profile
Ian Romanick
1
-0
/
+5
2012-01-02
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts
Ian Romanick
1
-1
/
+88
2011-12-19
glx: Send DestroyContext protocol at the correct times
Ian Romanick
1
-3
/
+0
2011-12-19
glx: Don't create a shared context if the other context isn't the same kind
Ian Romanick
1
-0
/
+7
2011-12-17
drisw: remove unused variable
Marek Olšák
1
-1
/
+2
2011-12-07
glx: Fix indirect fallback when a non-Mesa GLX extension is present.
Aaron Plattner
1
-4
/
+19
2011-11-01
drisw: Enable SGI_make_current_read for direct contexts
Adam Jackson
1
-0
/
+2
2011-09-06
Enable GLX_EXT_texture_from_pixmap in software.
nobled
1
-2
/
+81
2011-07-15
drisw: Fix 24bpp software rendering, take 2
Marc Pignat
1
-0
/
+7
2011-07-14
Rename swrastg_dri to swrast_dri
Marek Olšák
1
-3
/
+0
2011-06-29
drisw: Remove cargo culting that breaks GLX 1.3 ctors
Adam Jackson
1
-4
/
+0
2011-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
1
-0
/
+1
2011-06-17
glx: implement drawable refcounting.
Stéphane Marchesin
1
-2
/
+4
2011-05-24
drisw: Namespace better for ease of navigation
Adam Jackson
1
-14
/
+14
2011-05-24
drisw: dead store removal
Adam Jackson
1
-3
/
+1
2011-01-31
glx: Fix leaks in DRISW screen creation error paths.
Henri Verbeet
1
-2
/
+5
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-2
/
+2
2010-08-04
glx: Fix use after free in drisw error path
Kristian Høgsberg
1
-2
/
+1
2010-08-04
glx: We no longer need screen extensions for drisw
Kristian Høgsberg
1
-2
/
+0
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-13
/
+19
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-7
/
+7
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-5
/
+5
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-4
/
+4
2010-07-24
glx: Drop duplicate psc field in drisw context struct
Kristian Høgsberg
1
-3
/
+3
[next]