Brian Paul
c2f6d6d092
added FixedToDouble() macro
22 лет назад
Brian Paul
84b4a3a087
Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles
instead of GLfixed. (Justin Novosad)
22 лет назад
Roland Scheidegger
bb1dcb4fad
texture env combine refactor (Andreas Stenglein), following the same principles as the refactored code already present in the R200 driver
22 лет назад
Brian Paul
64d6ddabaa
remove incorrect negation in fog coord computation
22 лет назад
Keith Whitwell
477363455d
Add _tnl_set_attr() to complement existing get_attr() call.
22 лет назад
Keith Whitwell
7b5199e8a4
glutInitWindowPosition
22 лет назад
Daniel Borca
45f4c5ec3b
cleanup and some WGL PIXELFORMAT issues
22 лет назад
Daniel Borca
a49a08d014
fog_coord demo
22 лет назад
Brian Paul
05ad3078a9
some code clean-ups
22 лет назад
Brian Paul
7c4a61c57f
Minor clean-ups of variable scopes, initializations, etc.
New comments discussing FIXED_FRAC_BITS, SUB_PIXEL_BITS, max viewport size
and rasterization accuracy.
22 лет назад
Keith Whitwell
0200947f5e
Remove debug
22 лет назад
Keith Whitwell
964e5325bd
Make it easier for drivers to create "subclasses" of the existing
program struct hierarchy.
Add driver callbacks to enable the above and make it possible to track
more changes to program objects.
22 лет назад
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 лет назад