index
:
~ajax/dri
XFree
agpgart_2_0_branch
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cle266-0-0-1-branch
config-0-0-1-branch
dispatch-0-0-1-branch
dispatch-0-0-2-branch
dispatch-0-0-3-branch
dmx-0-1-branch
dmx-1-0-branch
driinterface-0-0-1-branch
driinterface-0-0-2-branch
driinterface-0-0-3-branch
drm-filp-0-1-branch
drmcommand-0-0-1-branch
full-0-0-2-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
geode-0-0-1-branch
glxmisc-1-0-0-branch
glxmisc-2-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
m3-0-0-1-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
multihead-1-0-0-branch
newdrm-0-0-1-branch
newmesa-0-0-1-branch
origin
ppc-1-0-0-branch
ppc-1-0-1-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
radeon-1-0-0-branch
reinit-0-0-1-branch
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
smt-0-0-1-branch
smt-0-0-1-stage2b
smt-0-0-2-branch
sse-1-0-0-branch
stable-1-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
trident-0-0-1-branch
trident-0-0-2-branch
git import of dri.freedesktop.org cvs history
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xc
/
lib
/
GL
/
glx
Age
Commit message (
Expand
)
Author
Files
Lines
2004-07-02
Make sure glapi_x86.S gets built with the right threading defines.
idr
1
-1
/
+1
2004-06-17
Add client-side GLX protocol support for GL_ARB_texture_compression. The
idr
6
-2
/
+398
2004-06-11
Warning clean-ups.
trunk-20040613
idr
2
-5
/
+5
2004-06-11
Dynamically generate client-side extension string instead of using
idr
4
-135
/
+37
2004-06-11
Add glx_query.c. Currently, the only function in that file is
idr
6
-82
/
+124
2004-06-11
Remove some dead code.
idr
2
-65
/
+0
2004-06-11
Change the way glGetString(GL_EXTENSIONS) works so that
idr
3
-10
/
+13
2004-06-11
Enable extensions not specifically listed in the server's extension
idr
4
-26
/
+142
2004-06-11
Fix a subtle bug that could cause some extensions to be erroneously
idr
1
-0
/
+2
2004-06-11
Generalize the existing GLX extension tracking mechanism so that it
idr
3
-54
/
+430
2004-06-09
Update the set of GLX extensions that are "magically" enabled if the server
idr
1
-6
/
+15
2004-06-09
Report client GLX version of 1.4.
idr
1
-1
/
+1
2004-06-09
Add support for glXQueryContext (part of GLX 1.3).
idr
2
-28
/
+53
2004-06-09
Initial pass at SGIX_pbuffer support. This support is for indirect
idr
4
-121
/
+561
2004-06-02
Add __glXGetDrawableInfo to the internal glXGetProcAddress table and
idr
1
-2
/
+5
2004-06-02
Replace Bool with GLboolean. This is only needed for the functions
idr
2
-6
/
+6
2004-06-02
Since XF86DRIDestroyContext, XF86DRICreateDrawable, and
idr
2
-17
/
+17
2004-06-02
Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
idr
3
-148
/
+53
2004-06-01
Convert 'Display *' to '__DRInativeDisplay *'.
idr
1
-1
/
+1
2004-06-01
Replace all occurances of XF86DRIClipRect (and related typedefs) with
idr
2
-42
/
+19
2004-05-28
Move the X protocol related DRI files from lib/GL/dri to lib/GL/glx.
idr
6
-3
/
+1741
2004-05-27
Use dri_util.[ch] and glcontextmodes.[ch] from the Mesa tree.
idr
3
-532
/
+3
2004-05-06
minor fixes
alanh
10
-36
/
+131
2004-04-19
Fix long standing multithreaded GLX deadlock bug.
idr
1
-9
/
+19
2004-04-15
Modify DRI to build using dri_interface.h from the Mesa tree.
idr
2
-346
/
+2
2004-04-14
Forgot to bump the version last night.
idr
1
-1
/
+2
2004-04-14
Modified to use the new bindContext3 / unbindContext3 interface.
idr
3
-16
/
+57
2004-04-13
Fixed a serious bug in a new feature added in the 20031201 version of
idr
2
-12
/
+12
2004-04-08
silence more warnings
alanh
2
-0
/
+2
2004-04-08
silence some warnings
alanh
1
-1
/
+1
2004-03-26
Make the handling of drawableType consistent with recent changes in
idr
1
-2
/
+2
2004-03-13
Fixes a bad interaction between the new libGL and drivers built in the
idr
1
-14
/
+41
2004-03-05
don't use bitfields.
alanh
1
-4
/
+4
2004-03-03
Merged driinterface-0-0-3
driinterface-0-0-3-20040303-merge
idr
6
-157
/
+733
2004-02-08
There's a client-side and a server-side portion to this commit. Both
idr
3
-3
/
+35
2004-02-07
Add support for real glDrawArrays protocol. There will be problems
idr
3
-39
/
+341
2004-02-07
Refactored the body of __glXSendLargeCommand to call a new function
idr
2
-32
/
+59
2004-02-07
Folks, that's what happens when you're working on 16 things and once,
idr
1
-2
/
+2
2004-02-07
Removed the unused define __GL_BOOLEAN_ARRAY. Re-implemented
idr
2
-31
/
+13
2004-02-06
Client-side vertex array state is now tracked as an array of array
idr
4
-422
/
+293
2004-01-31
Added bridge functions to convert EXT vertex array pointer calls to GL
idr
2
-0
/
+85
2004-01-30
Fixed a problem matching visuals when GLX_DONT_CARE is used for the
idr
2
-1
/
+8
2004-01-30
silence warning
alanh
1
-1
/
+1
2004-01-28
restore backwards compatibility
alanh
1
-6
/
+5
2004-01-26
My previous fixes created a binary compatability problem. The issue
idr
8
-280
/
+399
2004-01-21
Added enums for a couple rare SGIX extensions.
idr
1
-3
/
+17
2004-01-20
A few more vertex array fixes for EXT_secondary_color and
idr
3
-0
/
+71
2004-01-20
indirect.h now pulls double duty. Depending on how
idr
3
-3561
/
+708
2004-01-19
Generate correct GLX protocol for multitexture with vertex arrays.
idr
2
-7
/
+23
2004-01-19
fixes from XFree86 trunk
alanh
5
-39
/
+39
[next]