Brian Paul
97febca0f3
added GLX_ARB_get_proc_address to extension list
26 years ago
Brian Paul
cd96388857
implemented GL_ARB_tranpose_matrix
26 years ago
Brian Paul
0056c5e40d
added GL_ARB_transpose_matrix
26 years ago
Brian Paul
1478647932
new depth buffer functions
26 years ago
Brian Paul
4c7fd2cfce
pass new args to gl_create_framebuffer
26 years ago
Brian Paul
d91fb9f592
applied Daryll's patches
26 years ago
Brian Paul
4c44d63f01
pass new args to gl_create_framebuffer()
26 years ago
Brian Paul
5c3bee5039
changes in hardware depth buffer support
26 years ago
Brian Paul
f5abeebf49
applied Daryll's patches
26 years ago
Brian Paul
5ee41bda2c
updated for hardware stencil support
26 years ago
Brian Paul
86d518ec5b
added stencil buffer functions
26 years ago
Brian Paul
ab9f21e68e
code clean-up
26 years ago
Brian Paul
e7d9d97471
added glXGetProcAddressARB()
26 years ago
Brian Paul
aaeea91bd0
removed gl_get_proc_address()
26 years ago
Andre Werthmann
7c68acc32e
added the katmai_transform_points4_* functions
26 years ago
Jouk Jansen
fce01a5a16
Committing in .
Make supportupdate for VMS
Modified Files:
Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h
----------------------------------------------------------------------
26 years ago
Gareth Hughes
ff5ce773b2
Merging in work from 3.1/3.2 branch. Tessellator is essentially fully
functional now.
26 years ago
Brian Paul
a1216fe3a2
Clearing stencil buffer now observes the stencil write mask
Optimized gl_depth_stencil_span/pixels() functions
26 years ago
Brian Paul
c63a8693bb
minor stencil-related changes
26 years ago
Brian Paul
b22ac10c1a
added glCopyPixels bug fix
26 years ago
Brian Paul
32c3255e06
test for null newCtx before newCtx->FirstTimeCurrent
26 years ago
Brian Paul
7b0903557a
added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)
26 years ago
Brian Paul
420ef64f18
gl_BindTexture was broken when target==GL_TEXTURE_3D
26 years ago
Brian Paul
eb6e3d3613
fxInitPixelTables() change for Voodoo 1/2 vs 3
26 years ago
Brian Paul
b7a4304f70
print debug info in gl_make_current() if MESA_INFO env var set
26 years ago
Jouk Jansen
2ed15898c4
Committing in .
Update makefiles for VMS due to obsolete files
Modified Files:
Mesa/src/descrip.mms Mesa/src/mms_depend
----------------------------------------------------------------------
26 years ago
Brian Paul
e93842b6aa
added missing functions in GLX_functions[] array
26 years ago
Brian Paul
36cfa38760
updated comments, removed obsolete functions
26 years ago
Brian Paul
cac5cdd6f7
removed include fakeglx.h
26 years ago
Brian Paul
621a05d12f
removed realglx.c
26 years ago
Brian Paul
71600f0ce6
obsolete
26 years ago
Brian Paul
426cb9f58f
changes for new GLX dispatcher
26 years ago
Brian Paul
e17ba7120f
all new dispatch system
26 years ago
Brian Paul
6f2311270c
initial rev
26 years ago
Brian Paul
cdc62309b4
move dispatch table size check into _mesa_init_no_op_table()
26 years ago
Brian Paul
f25e1ac31f
added call to _mesa_init_no_op_table()
26 years ago
Brian Paul
59577b577d
added _mesa_init_no_op_table()
26 years ago
Brian Paul
91bcefaa49
lots of work on extension management
26 years ago
Brian Paul
4329fd5e47
added _GLAPI_EXTRA_SLOTS symbol
26 years ago
Brian Paul
d850fc3e54
removed Mesa-isms
26 years ago
Brian Paul
a89dccf8f8
updates for 3.1 and later
26 years ago
Brian Paul
7110c37d5e
generate Z values when fog enabled (Andree Borrmann)
26 years ago
Brian Paul
88590fb342
include glapitable.h
26 years ago
Brian Paul
7e1161bd2d
now using glapitemp.h to generate entrypoints
26 years ago
Brian Paul
1210b0d9f3
initial rev
26 years ago
Brian Paul
21217695d3
include glapi.h
26 years ago
Brian Paul
bd1db5d6b5
added wincopy demo
26 years ago
Brian Paul
b5e4a16e4a
initial rev
26 years ago
Brian Paul
c42c33e2a1
bunch of changes for separate read buffer feature
26 years ago
Brian Paul
086a151f94
implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()
26 years ago