index
:
~idr/xserver
GLX_ARB_create_context
for-keithp
glx-fixes
glx-float-fbconfig
master
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
GL
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-14
glx: silly nitpick...
Dave Airlie
1
-1
/
+1
2008-04-14
glcore: make visualRating GLX_NONE - note GLX_NONE is not == 0
Dave Airlie
1
-0
/
+1
2008-04-14
glcore: zero fbconfigs before filling them in.
Dave Airlie
1
-1
/
+1
2008-04-04
Convert __DRIconfigs after we've made sure createNewScreen succeeded.
Kristian Høgsberg
1
-2
/
+2
2008-04-02
Send the GLX_EXT_texture_from_pixmap attributes to the client.
Kristian Høgsberg
1
-1
/
+6
2008-04-02
dri2: Unbreak glcore visual setup.
Kristian Høgsberg
1
-3
/
+2
2008-03-31
Implement DRI2 direct rendering and update AIGLX to DRI interface changes.
Kristian Høgsberg
12
-347
/
+604
2008-03-18
Apply __glXDisp_GetVisualConfigs message patch
Eamon Walsh
1
-0
/
+6
2008-03-09
GLX: Track changes to DRI_TEX_BUFFER extension.
Kristian Høgsberg
1
-5
/
+2
2008-03-09
DRI2: Return event buffer head index in DRI2CreateDrawable.
Kristian Høgsberg
2
-3
/
+5
2008-03-07
Fix DRI2 texture target for GLX_EXT_texture_from_pixmap.
Kristian Høgsberg
1
-13
/
+2
2008-03-05
Fix distcheck.
Adam Jackson
1
-4
/
+4
2008-03-01
fix typo
George Sapountzis
1
-1
/
+1
2008-03-01
glcore: split mesa and X in build system
George Sapountzis
2
-24
/
+21
2008-02-29
GLX: Adjust to changes in DRI driver interface.
Kristian Høgsberg
2
-39
/
+41
2008-02-28
XACE: Fix instances of DixUnknownAccess at hook callsites.
Eamon Walsh
1
-4
/
+4
2008-02-27
More checking for failed contexts/drawables
Alan Hourihane
1
-0
/
+11
2008-02-27
Fix context sharing between direct/indirect contexts
Alan Hourihane
1
-0
/
+8
2008-02-26
AIGLX: Switch to server context for calling DamageDamageRegion().
Michel Dänzer
1
-0
/
+4
2008-02-17
glx: Use glapi sources from the mesa tree
Dan Nicholson
11
-16855
/
+27
2008-02-14
GLX: Implement support for TTM BO based TFP when available.
Kristian Høgsberg
1
-0
/
+60
2008-02-14
Add GLX provider for DRI2.
Kristian Høgsberg
3
-0
/
+601
2008-02-15
AIGLX: Refactor code common between __glXDRI{drawableDestroy,releaseTexImage}.
Michel Dänzer
1
-63
/
+38
2008-02-14
AIGLX: Fix crash after client using GLX_EXT_texture_from_pixmap died.
Pierre Willenbrock
1
-0
/
+36
2008-01-19
AIGLX: Fix GLX_EXT_texture_from_pixmap fallback with EXA.
Michel Dänzer
1
-28
/
+54
2008-01-01
regenerated to add framebuffer object tokens (bug 13800)
Brian
1
-0
/
+5
2008-01-01
regenerated, adds GL_MAX_3D_TEXTURE_SIZE (see bug 13811)
Brian
1
-0
/
+1
2007-12-29
GL: Add GLX compile flags lost in modular X server changes
Jurij Smakov
1
-1
/
+2
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
3
-9
/
+20
2007-12-07
Darwin: Use __APPLE__ instead of __DARWIN__
Jeremy Huddleston
1
-1
/
+1
2007-12-07
fixed pathname in GL/apple/Makefile.am
Ben Byer
1
-2
/
+7
2007-11-26
Darwin,Rootless: Makefile cleanup
Jeremy Huddleston
1
-1
/
+4
2007-11-21
Darwin: Dead code removal, Code cleanup, Added launcher
Jeremy Huddleston
2
-8
/
+11
2007-11-14
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
5
-55
/
+5
2007-11-09
Regenerate GLX dispatch code for recent gl_API.xml changes (#12935).
Kristian Høgsberg
5
-55
/
+5
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
6
-78
/
+63
2007-11-05
GL: fix crash at mesa destruction time
Dodji Seketeli
1
-1
/
+1
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+1
2007-10-29
Set up visuals for the existing X visuals.
Kristian Høgsberg
1
-17
/
+40
2007-10-26
Weed out some unused fluff from __GLXcontext.
Kristian Høgsberg
6
-44
/
+4
2007-10-26
Quiet glx visual debug info.
Kristian Høgsberg
1
-2
/
+0
2007-10-25
Clean up unused pVisual part of __GLXcontext.
Kristian Høgsberg
2
-8
/
+1
2007-10-25
Make glx destroy path handle cases where the X window goes away first.
Kristian Høgsberg
2
-5
/
+16
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
10
-989
/
+584
2007-10-22
GLX: Fix leak of X pixmaps associated with GLX pixmaps.
Michel Dänzer
1
-0
/
+5
2007-10-22
GLX: Don't crash on unused client array members when switching to/from console.
Michel Dänzer
1
-2
/
+2
2007-10-19
Fix software GL to provide a list of supported fbconfigs like the DRI case.
Kristian Høgsberg
2
-107
/
+130
2007-10-18
Introduce a new "GlxVisuals" option that controls which visuals are added.
Kristian Høgsberg
3
-34
/
+100
2007-10-18
Add code to set up GLX visuals and add one for the first double buffered FBCo...
Kristian Høgsberg
1
-10
/
+142
2007-10-18
Separate handling of GLX visuals and GLX FBConfigs.
Kristian Høgsberg
5
-299
/
+247
[next]