Brian Paul
65e30ac06a
minor tweaks
23 年之前
Brian Paul
78b5f5f44f
remove resize() function
23 年之前
Brian Paul
fa747cdb0a
miniglx layered on fbdev works now.
23 年之前
Brian Paul
7c7789c029
do some simple MMIO register reads for sanity testing
23 年之前
Brian Paul
56ad63958b
set timing values explicitly. new debugging info
23 年之前
Brian Paul
fc88680a39
more tweaks
23 年之前
Brian Paul
ff89f4b639
fix some bugs, add colormap initialization
23 年之前
Brian Paul
7d5b5c0438
added glfbdevtest and miniglxtest
23 年之前
Brian Paul
424096d581
prototype interfaces and tests
23 年之前
Brian Paul
2e5a88ab6a
oops, wrong branch
23 年之前
Brian Paul
d520ff08d0
tests for new interfaces
23 年之前
Brian Paul
aa80f05484
multisample / polygon smooth test
23 年之前
Brian Paul
0b0245c160
minor clean-up
23 年之前
Brian Paul
d1efbf0456
implemented automatic code gen and individual function validation
23 年之前
Brian Paul
7348df5937
added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElements
23 年之前
Brian Paul
1cfae1adb2
added 1.4 functions
23 年之前
Brian Paul
25af66a67f
added some printfs to show current polygon mode and cull state
23 年之前
Brian Paul
d2e39bb050
add support for GLX_ARB_multisample
23 年之前
Brian Paul
36481524ba
simple GL_EXT_stencil_wrap test program
23 年之前
Keith Whitwell
9627ed0631
Add a note about window map behaviour and the autotuning of nr of loops which
can conspire to make it look like clearspd is exposing an intermittent driver
bug...
23 年之前
Brian Paul
a4f0b6884c
added skybox and options to load real images
23 年之前
Brian Paul
4fbdedc0d5
massive overhaul, see new keyboard options
23 年之前
Karl Schultz
53d30c56eb
Quiet compiler warnings.
23 年之前
Brian Paul
8c2a1f0e4d
check for GL_EXT_paletted_texture
23 年之前
Brian Paul
bc36ee25d8
new wrap modes (Ian Romanick)
23 年之前
Brian Paul
9d00b68482
added missing glFinish()
23 年之前
Brian Paul
7c5282d2a8
minor updates
23 年之前
Brian Paul
45c569860c
print transparent pixel info when using -v option (Gerd Sussner)
23 年之前
Jouk Jansen
f72a3da697
Committing in .
Add compile support in the xdemos directory for OpenVMS
Modified Files:
Mesa/descrip.mms Mesa/xdemos/descrip.mms
Mesa/xdemos/glxgears.c
----------------------------------------------------------------------
23 年之前
Brian Paul
5687740762
added pbinfo and pbdemo programs
23 年之前
Brian Paul
21666e3db4
pbuffer info and demo programs
23 年之前
Brian Paul
473e51f2fb
Updated BeOS support (Philippe Houdoin)
23 年之前
Brian Paul
57df24a86c
don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT
23 年之前
Brian Paul
28bc6cb479
minor updates to sync with XFree86
23 年之前
Brian Paul
2f7ef5fae8
added -l option to print interesting OpenGL limits
23 年之前
Brian Paul
5117a8214d
added multitexture and line stipple
23 年之前
Brian Paul
f569dc447a
minor tweaks
23 年之前
Brian Paul
1972ac661c
added (char *) casts
23 年之前
Brian Paul
c712425d0d
fix warnings (bug 580528)
23 年之前
Brian Paul
e237491493
silence warnings
23 年之前
Brian Paul
f02a5f6cc5
Pedantic compiler fixes (Sven Panne)
23 年之前
Brian Paul
4db3c48a13
test program for NV_vertex_program and evaluators
23 年之前
Brian Paul
d373819b8c
Joe Krahn's context sharing test program
23 年之前
Brian Paul
4e99da15eb
test for GL_NV_texture_rectangle
23 年之前
Brian Paul
b58c5ad7b0
GGI driver updates (Filip Spacek)
23 年之前
Alan Hourihane
a5cdf99951
remove test code
23 年之前
Alan Hourihane
056b35874b
glutSwapBuffers implicitly does a glFinish when swapping back to the front
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure
the pipeline is complete.
(Problem found with Chromium).
23 年之前
Brian Paul
fdd631a941
removed CVS $Log comments
23 年之前
Brian Paul
62954c8c30
test program for NV_vertex_program + vertex arrays
23 年之前
Karl Schultz
17642eddf4
Added -perf option to measure frame rate. This is useful for measuring
Mesa in a more environment-independent way.
23 年之前