Brian Paul
70dacabfe5
added note about kernel modules
22年前
Ian Romanick
659dce40e2
Minor tweaks to get the fbconfig list returned by __driCreateNewScreen
to pass through filter_modes (in libGL) properly.
22年前
Brian Paul
9ad80a475d
info about precompiled libs for Solaris
22年前
Brian Paul
88bf038708
init secondary color to (0,0,0,1). remove some redundant initializations.
22年前
Brian Paul
85ad44b292
set buffer object default Usage and Access
22年前
Brian Paul
de47068b85
new comments, rename some stuff
22年前
Ian Romanick
71996ddbe1
Fix a problem that caused the new interface code to not actually be
used. Fix a couple problems that confound the fbconfig filtering code
in libGL.
22年前
Ian Romanick
0370d0829b
Enable use of new DRI interface in MGA driver.
22年前
Brian Paul
193d211a19
Minor re-org of state for fog and precision options.
22年前
Brian Paul
5396ab2742
bunch of assorted updates/changes
22年前
Dave Airlie
d03814f426
minor cleanups from t_dd_vb.c
22年前
Dave Airlie
7b6ceb5b12
remove vertex_stride_shift, fix up code to not need it
22年前
Dave Airlie
da8337ed5e
fix up specular color/fog and triangle vertex retrieval
22年前
Dave Airlie
9a78c29f7a
fixup vertex building code ..
22年前
Dave Airlie
d2f0be152e
more updates , gears sorta works
22年前
Brian Paul
0d4393a38a
Fix the problem found with UT after I had added support for glVertexAttrib.
The problem came from using the _glapi_Dispatch->VertexAttrib*fvNV pointers
since they can change from one glArrayElement call to the next.
22年前
Dave Airlie
d4baed717f
initialise VBLANK
22年前
Brian Paul
2020278d06
Do more bookkeeping of vertex buffer object reference counts.
Incr/decr counts when doing glPush/PopClientAttrib(GL_CLIENT_VERTEX_ARRAY_BIT).
22年前
Ian Romanick
840e82163d
Added a test case for Mesa bug #508473 that I wrote a long time ago.
Fixed the Makefile.X11 to actually build glxgears_fbconfig when
invoked from the top level.
22年前
Ian Romanick
0b87abd11b
Initial pass at adding support for the new DRI driver interfaces to
the R200 driver. Not as clean / well commented as it should / could be.
22年前
Ian Romanick
1d6e08db95
Added yet another version of gears. This one uses fbconfigs, and is a
rudimentary test of fbconfigs that doesn't use pbuffers of
GLX_SGI_make_current_read.
22年前
Roland Scheidegger
faaf78aeb0
revert to version 1.18 for now to fix segfaults in some applications
22年前
Roland Scheidegger
f64f940281
change lighting to use MULT instead of PREMULT (i.e. move some lighting color calculations to the GPU)
22年前
Brian Paul
53c50f1667
some useful matrix functions
22年前
Daniel Borca
22633805fa
fixed back fxMesaGetCurrentContext to match MakeCurrent
22年前
Roland Scheidegger
a1b9b1a440
Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light color calculations to the GPU). Two-side lighting fallback no longer needed and eliminated.
22年前
Daniel Borca
1440f73212
reorganized DMesa to fxMesa wrapper
22年前
Daniel Borca
89625ef634
deal with combine_ext refactor
22年前
Brian Paul
53ad036972
Restore some of the previous code for handling conventional vertex attributes
more efficiently.
Remove switches/conditionals from vertex attribute wrappers.
glMultiTexCoord is implemented in terms of glVertexAttrib.
22年前
Brian Paul
646dffd44d
tweak solaris-x86-gcc and ggi targets
22年前
Brian Paul
0aa8a1062a
Updated to handle generic vertex attributes accessed vi glArrayElement().
In fact, handle all conventional vertex attributes in terms of generic
attributes (execept for edge flags and color indexes).
22年前
Brian Paul
08a45d4d4f
fully parameterize the macros for fixed-point arithmetic
22年前
Brian Paul
875f763c9f
added an additional comment about mipmap generation
22年前
Brian Paul
529614cd1a
implement Fake_glXCreateWindow() to fix bug #890894
22年前
Daniel Borca
54447772d5
removed MGA driver from DMesa
22年前
Daniel Borca
d039b43e30
added NUL driver for DMesa
22年前
Ian Romanick
07d6a98359
Refactor "class" texture environments to be implemented in terms of
ARB_texture_env_combine state.
22年前
Roland Scheidegger
c71ee917e3
inform driver of changed wrap/filter parameters due to binding of nv_texrect texture
22年前
Roland Scheidegger
4c6b629b38
remove bogus check of texture target in R200TexParameter
22年前
Roland Scheidegger
c2f28a3fd1
align blits for texture rectangles correctly, fix potential problem overwriting dma region
22年前
Roland Scheidegger
786e822cd4
fix potential problem overwriting dma region
22年前
Roland Scheidegger
531b59db3c
remove bogus check of texture target in RadeonTexParameter
22年前
Brian Paul
e5a94ba138
Added flags for _all_ extensions to the gl_extensions struct so that drivers
can disable any extension if necessary.
22年前
Brian Paul
1f3d9eedad
added GLU_INCOMPATIBLE_GL_VERSION
22年前
Dave Airlie
74eeb37c00
fix missing include for SOLO build
22年前
Dave Airlie
6c7bb5ebbd
Remove warnings from mach64 build, fix up some _SOLO stuff,
update to newer Mesa interfaces...
22年前
Dave Airlie
0fbeff2fa2
Initial mach64 driver import for DRI mach64-0-0-6 branch,
this compiles but I doubt it works but it is a better starting point
than the branch
22年前
Keith Whitwell
493e6e1e90
Add comments to make decyphering the faces easier
22年前
Brian Paul
c2f739169e
update function mangling and add comment about it to gl.h
22年前
Brian Paul
e2e9dc221d
bring in Keith's _math_matrix_ortho() compiler work-around
22年前