Brian Paul
|
18a949000c
|
tweak comments
|
22 years ago |
Brian Paul
|
c9e1c8098b
|
added display list option (l key)
|
22 years ago |
Brian Paul
|
27ec7a5bf1
|
add vparray.c, fix indentation
|
22 years ago |
Brian Paul
|
919404fd1d
|
enable program and arrays by default, minor clean-ups
|
22 years ago |
Alan Hourihane
|
29b2ced167
|
fix printf warnings
|
22 years ago |
Keith Whitwell
|
eabe7beeaa
|
add glutInitWindowPosition calls
|
22 years ago |
Keith Whitwell
|
469d1b0f22
|
Add glutInitWindowPosition call
|
22 years ago |
Keith Whitwell
|
740f7de085
|
Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.
|
22 years ago |
Keith Whitwell
|
ab41a96ae7
|
Add tests for ARB_fp trig instructions and also for 1D texturing
|
22 years ago |
Brian Paul
|
b4b35bcc42
|
New glXUseRotatedXFontMESA() function. Like glXUseXFont(), but takes
a rotation parameter (either 0, 90, 180 or 270 degrees).
Also, a demo program.
|
22 years ago |
Brian Paul
|
a7e6f7ba35
|
exercise glDeleteProgramsARB
|
22 years ago |
Daniel Borca
|
0ee5f6203c
|
reverted TMUs for proper multitexturing
|
22 years ago |
Daniel Borca
|
e9e98405e7
|
DMesa: removed MGA2064W driver
DMesa: added capability to query visuals
fxMesa: WGL_3DFX_gamma_control
fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...)
|
22 years ago |
Brian Paul
|
520ef4b5bc
|
new makefiles
|
22 years ago |
Karl Rasche
|
a8a4ad452e
|
added parsing exercises for ARL and relative offsets in ARB_vp
|
22 years ago |
Karl Rasche
|
93c2dacca6
|
A quick little test to show disapeearing specular color between vertex and fragment program execution
|
22 years ago |
Jouk Jansen
|
58f88a29d2
|
Committing in .
OpenVMS compile issues
Modified Files:
Mesa-newtree/progs/tests/cva.c
Mesa-newtree/progs/tests/dinoshade.c
Mesa-newtree/progs/tests/multipal.c
Mesa-newtree/src/mesa/main/descrip.mms
Mesa-newtree/src/mesa/tnl/descrip.mms
Mesa-newtree/src/mesa/tnl/t_vtx_api.c
----------------------------------------------------------------------
|
22 years ago |
Brian Paul
|
a763123b35
|
glFBDev driver from embedded-2 branch.
Probably won't be actively used/maintained, but bring it to the trunk so
it doesn't get lost.
|
22 years ago |
Brian Paul
|
15f7f4e31f
|
press f key to toggle front/back drawing/copying
|
22 years ago |
Karl Schultz
|
f9b0ac691c
|
Windows needs to #define GL_GLEXT_PROTOTYPES
|
22 years ago |
Karl Rasche
|
9b0dcfd408
|
s/inverse/invtrans.. whoopsie
|
22 years ago |
Karl Rasche
|
dda09a6154
|
Moving NV_fragment_program tests to ARB_fragment_program
|
22 years ago |
Karl Rasche
|
15955f1c5e
|
Porting NV_vertex_program demos to ARB_vertex_program
|
22 years ago |
Karl Rasche
|
4814d79c99
|
Porting NV_vertex_program tests to ARB_vertex_program
|
22 years ago |
Keith Whitwell
|
8525fae3b8
|
build fixes, rh9
|
22 years ago |
Daniel Borca
|
08e6fb367e
|
texture compression testbed
|
22 years ago |
Brian Paul
|
16c119bab2
|
remove GL_GLEXT_LEGACY
|
22 years ago |
Brian Paul
|
35b52c72d0
|
added more debug code and tests
|
22 years ago |
Brian Paul
|
0f22705b0b
|
remove some cruft
|
22 years ago |
Brian Paul
|
4524274377
|
exercise more vertex buffer object functions
|
22 years ago |
Daniel Borca
|
009d7f8ba1
|
Minor MinGW fixes
|
22 years ago |
Brian Paul
|
5fd77da4f6
|
improved 'clean' targets (Otto Solares)
|
22 years ago |
Brian Paul
|
a75246f8f5
|
updates from Daniel Borca
|
22 years ago |
Karl Schultz
|
cafc787027
|
Add project file for new spriteblast demo. (Update dependency)
|
22 years ago |
Karl Schultz
|
26577e4939
|
Add project file for new spriteblast demo.
|
22 years ago |
Brian Paul
|
1a89978d83
|
GL_ARB_point_sprite demo
|
22 years ago |
Karl Schultz
|
77a505a4bb
|
MS dev studio project file for teapots demo.
|
22 years ago |
Karl Schultz
|
c1cbde2ae1
|
Workspace file for redbook programs
|
22 years ago |
Karl Schultz
|
2c9618bb12
|
Change projection transform so that the top row of teapots are now visible.
|
22 years ago |
Karl Schultz
|
f3a63d69ff
|
Create 'all' project to make it easy to build and clean all the programs in the demos directory.
|
22 years ago |
Karl Schultz
|
ea9365b48a
|
Add remaining demos.
|
22 years ago |
Karl Schultz
|
6872c21ace
|
New visual studio project fiile for building demos.
|
22 years ago |
Karl Schultz
|
ff750fe8cb
|
Make binary - even though this is a text file, common practice is to store MS studio files as binary
|
22 years ago |
Karl Schultz
|
85be17868c
|
Now obsolete.
|
22 years ago |
Karl Schultz
|
84c2730866
|
New visual studio workspace and projects for building demos.
|
22 years ago |
Karl Schultz
|
80d719f11a
|
Remove first attempt at using visual studio projects to compile demos.
|
22 years ago |
Brian Paul
|
1ceeac29ec
|
s/GL_READ_WRITE_ARB/GL_WRITE_ONLY_ARB/
|
22 years ago |
Brian Paul
|
de8d410a99
|
Exercise the GL_ELEMENT_ARRAY_BUFFER_ARB path
|
22 years ago |
Brian Paul
|
6bced0148e
|
test GL_ARB_vertex_buffer_object
|
22 years ago |
Brian Paul
|
50253ea0a3
|
Remove all the swap_control stuff from glxgears demo (restored to vers 1.2).
New glxswapcontrol.c file added.
|
22 years ago |